/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/body_fill.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 750px;
	background-image: url(../images/header_photo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 193px;
	margin-bottom: 20px;
}
#menu {
	height: 26px;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 26px;
	width: 565px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}
#menu a, #menu a:active, #menu a:visited {
	color: #FFFFFF;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#welcome {
	width: 565px;
	color: #25486d;
}
#welcome h1 {
	font-size: 18px;
	color: #5182b6;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#welcome p {
	margin: 0px;
}
#middle {
	width: 750px;
	background-image: url(../images/sidebar_fill.gif);
	background-repeat: repeat-y;
	background-position: left;
	overflow: hidden;
}
#sidebar {
	width: 146px;
	float: left;
}
#sidebar h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	background-color: #9be457;
	margin: 0px;
}
#sidebar p {
	padding: 5px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar a, #sidebar a:active, #sidebar a:visited {
	text-decoration: none;
	color: #25486D;
}
#sidebar a:hover {
	text-decoration: none;
	color:#75AC42;
}
#footer {
	width: 740px;
	font-size: 10px;
	font-weight: bold;
	color: #5182b6;
	background-image: url(../images/footer_line.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 5px;
	text-align: right;
	clear: both;
}
#content {
	width: 578px;
	float: left;
	padding: 10px;
}
#content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #25486D;
	margin: 0px;
	padding: 0px;
}
.content_box {
	padding: 10px;
	border: 1px solid #5182B6;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #EFF7FE;
}

.product_box {
	float: left;
	width: 178px;
	margin: 4px;
}
.product_box p {
	margin: 0px;
	padding: 0px;
}
.product_box h2 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.product_box h3 {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.product_box a, .product_box a:active, .product_box a:visited {
	color: #25486D;
}
.product_box a:hover {
	color: #25486D;
	text-decoration: none;
}

.product_box_green {
	text-align: center;
	padding: 10px;
	background-image: url(../images/product_box_corner_green.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #75AC42;
	height: 80px;
	width: 156px;
}
.product_box_green_caption {
	padding: 5px;
	background-image: url(../images/product_box_fill_green.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #75AC42;
	background-color: #9BE457;
	height: 72px;
}
.product_box_blue {
	text-align: center;
	padding: 10px;
	background-image: url(../images/product_box_corner_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #5182B6;
	height: 80px;
	width: 156px;
}
.product_box_blue_caption {
	padding: 5px;
	background-image: url(../images/product_box_fill_blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #5182B6;
	background-color: #84BDFA;
	height: 72px;
}
.product_box_spacer {
	width: 10px;
	height: 10px;
}
 
#details_photos {
	padding: 10px;
	float: left;
	width: 166px;
	border: 1px solid #9BE457;
}
#details_text {
	padding: 10px;
	width: 376px;
	float: right;
}
#details_price {
	font-size: 14px;
	font-weight: bold;
	color: #4C722C;
}
