@charset "utf-8";
/* CSS Document */

body {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
/*	background-image: url(images/bg-main.jpg); */
	background-image: url(images/bg-main-holiday.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
}

a {
	color: #600;
}

a:visited {
	color: #600;
}

a:hover {
	color: #003;
}

h1 {
	color: #033967;
	font-size: 15px;
	font-weight: bold;
}

h2 {
	color: #900;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	color: #036;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

img {
	border: 0px;
}

#maintable {
	width: 810px;
}

#content {
	background-image: url(images/bg-content.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	height: 400px;
	padding-top: 10px;
}

#footer {
	height: 25px;
	background-image: url(images/footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#copyright {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

#product-cell {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px dashed #333;
}

