@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	background-color: #4B585C;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #106baf;
}
a:hover {
	color: #CC3300;
}
#masthead {
	width: 800px;
}
#container {
	margin: auto;
	width: 800px;
}
#mainnav {
	font-size: 13px;
	text-align: right;
	height: 24px;
	width: 800px;
	margin-bottom: 6px;
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
	height: 24px;
	float: right;
}
#mainnav   li {
	margin: 0px;
	padding: 0px;
	height: 24px;
	list-style-type: none;
	display: block;
	text-align: right;
	background-image: url(../images/bg_mainnav.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}
#mainnav a {
	color: #a2ccff;
	text-decoration: none;
	height: 24px;
	background-image: url(../images/bg_mainnav.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 18px;
	display: block;
	line-height: 24px;
	float: left;
	padding-left: 4px;
	white-space: nowrap;
}
#mainnav a:hover {
	color: #2CA5FE;
}
#utilinav {
	font-size: 12px;
	color: #a2ccff;
	background-position: right;
	width: 800px;
	text-align: right;
	margin-bottom: 12px;
}
#utilinav a {
	color: #A2CCFF;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
}

#utilinav a:hover {
	color: #2CA5FE;
}

#leftcol {
	background-color: #596569;
	width: 220px;
	float: left;
	margin-right: 8px;
}
#nav_products {
	background-image: url(../images/bg_nav_products.gif);
	padding-top: 50px;
	color: #FFFFFF;
}
#nav_products ul {
	list-style-type: none;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 18px;
}
#nav_products a {
	background-image: url(../images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 12px 6px;
	padding-left: 24px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3DACCC;
	display: block;
}
#nav_products a:hover {
	color: #0066FF;
	background-color: #FFFFFF;
}
#nav_hz {
	background-image: url(../images/bg_nav_hz.gif);
	padding-top: 50px;
	color: #FFFFFF;
}
#nav_hz ul {
	list-style-type: none;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 18px;
}
#nav_hz a {
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 12px 6px;
	padding-left: 24px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0454B;
	display: block;
	height: 19px;
}
#nav_hz a:hover {
	color: #FF3366;
	background-color: #FFFFFF;
}
#searchbox {
	background-image: url(../images/bg_search.gif);
	padding-top: 50px;
	color: #FFFFFF;
}
#searchbox input {
	font-size: 18px;
	color: #99b1bf;
	width: 194px;
	margin-bottom: 7px;
}

#rightcol {
	width: 572px;
	float: left;
	background-color: #596569;
}
#rightcol  p {
	margin-bottom: 12px;
}
#intro {
	margin-right: 30px;
	margin-left: 30px;
	color: #b6cad1;
	background-color: #596569;
	padding-top: 24px;
}

#contentarea {
	background-color: #FFFFFF;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
}

#content {
	margin-right: 13px;
	margin-left: 13px;
}
#whatsnew {
	font-size: 12px;
	color: #4d4d4d;
	float: left;
	width: 325px;
	margin-right: 20px;
	padding-left: 10px;
}
#specials {
	clear: left;
	padding-top: 15px;
}
#copyright {
	color: #9b9b9b;
	text-align: center;
	padding: 12px;
}
#copyright a {
	color: #93b5de;
}
.products2col {
	margin: 2px;
	padding: 10px;
	float: left;
	height: 205px;
	width: 245px;
	border: 1px dotted #cccccc;
	overflow: hidden;
}
.title {
	font-size: 13px;
	font-weight: bold;
}
.price {
	font-size: 14px;
	font-weight: bold;
}
.shortdesc {
	font-size: 11px;
	height: 28px;
	overflow: hidden;
	line-height: 14px;
}
.productimg {
	float: left;
	margin-right: 8px;
	margin-bottom: 25px;
}
#minireview {
	width: 180px;
	float: left;
	text-align: center;
	border: 1px dotted #cccccc;
	font-size: 13px;
}
.tricolumn {
	width: 164px;
	float: left;
	margin-right: 8px;
}
#content h1 {
	color: #0A5CA5;
	margin-bottom: 15px;
	font-size: 20px;
}
#content h2 {
	font-size: 16px;
	margin-bottom: 12px;
}
#content h3 {
	font-size: 14px;
	margin-bottom: 12px;
}
#content ul {
	margin-bottom: 13px;
	list-style-type: none;
}
#content li {
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	margin-bottom: 6px;
	padding-left: 25px;
	background-position: 12px 5px;
}



.location a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 405px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 8px;
	background-image: url(../images/bg_location.gif);
	background-repeat: no-repeat;
	border: 1px solid #DADBE0;
}
.imghelp {
	margin-bottom: 25px;
	margin-left: 25px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

