@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
}
table {
    font-size:100%;
}
a {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.wrapper {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
.headdiv {
	width: 788px;
	height: 163px;
	background-color: #000000;
}
.centerdiv {
	width: 790px;
}
.contentdiv {
	width: 609px;
	margin-left: 10px;
	margin-top: 15px;
}
.menu {
	width: 171px;
	height: 149px;
	float: left;
	background-image: url(images/layout/menu_background.gif);
	background-repeat: no-repeat;
}
.menu ul {
	list-style-type: none;
	text-indent: 10px;
	margin-top: 7px;
}
.menu li {
	height: 21px;
}
.menu li a {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
.menu li a:hover {
	color: #000000;
	font-size: 10px;
	text-decoration:underline;
}
.bodydiv {
	width: 609px;
	float: left;
	text-align: left;
}
.pagetitlediv {
	height: 33px;
	width: 617px;
	background-image: url(images/layout/section_title_background.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	text-indent: 20px;
	padding-top: 7px;
}
.horizontalrule {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 4px;
	padding-top: 5px;
}
.specialsimage {
	float: right;
	height: auto;
	width: 300px;
}
.important-black {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	color: #000000;
}
.sale-red {
	font-weight: 800;
	color: #FF0000;
	font-size: 24px;
	font-family: "Arial Black";
}
.sale-black {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.productname {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.productname a {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.productprice {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.footerdiv {
	width: 609px;
	margin-top: 30px;
	margin-left: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.copyright {
	font-size: 10px;
}
.copyright a {
	font-size: 10px;
}

