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

body {
	margin: 0px;
	background-color: #003366;
	background-image: url(/images/pattern_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.body_small {
	font-size: 80%;
}
.body_rev {
	color: #FFFFFF;
}
.new_products_box {
	width: 200px;
	margin-right: 10px;
}
.new_product {
	padding: 8px 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0072C8;
	border-bottom-color: #0072C8;
	border-left-color: #0072C8;
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #CC3300;
}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/pattern_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 37px;
	padding-left: 37px;
}
#sidebar {
	width: 182px;
	margin-left: 3px;
	background-image: url(/images/sidebar_pattern.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 10px;
	background-color: #D1E7F5;
}
#content {
	width: 682px;
	padding-right: 41px;
	padding-left: 18px;
	background-image: url(/images/content_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 110%;
	line-height: 130%;
	color: #333333;
}
.content_background {
	background-image: url(/images/content_pattern_vert.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer {
	background-color: #0078CC;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 85%;
	color: #FFFFFF;
	padding: 4px;
	text-align: right;
}
.prod_category {
	display: block;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-right: 4px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding-bottom: 4px;
	padding-top: 12px;
	color: #003366;
	font-style: italic;
	margin-bottom: 4px;
}
.prod_name {
	display: block;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 3px;
	text-decoration: none;
	padding-top: 2px;
}
a.prod_name:link {
	background-image: url(/images/bullet_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #1C65AB;
	text-decoration: none;
}

a.prod_name:visited {
	background-image: url(/images/bullet_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #1C65AB;
	text-decoration: none;
}
a.prod_name:hover {
	background-image: url(/images/bullet_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
	text-decoration: none;
}
.page_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #003366;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0072C8;
	padding-bottom: 4px;
	margin-bottom: 12px;
}
.image_left {
	border: 1px solid #003366;
	margin-right: 14px;
}
.heads {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-style: italic;
	color: #003366;
	font-weight: bold;
}
.subheads {
	font-size: 120%;
	font-weight: bold;
	color: #0066CC;
	line-height: 115%;
}
.image_right {
	border: 1px solid #003366;
	margin-left: 14px;
}
.image_left_new {
	border: 1px solid #003366;
	margin-right: 6px;
}
.footer {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.specials_text {
	line-height: 170%;
}
.error {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	display: block;
}

