@charset "utf-8";

body {
	background-color: #002E6F;
	margin: 0px;
	padding: 0px;
}


/* Container Styles */

#container {
	width: 920px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
.containertop {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/container_top.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.containerbot {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/container_bottom.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
.containermain {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/container_mid.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
.containerlefttop {
	background-image: url(../images/container_left_top.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	vertical-align: top;
}
.containerleftbot {
	background-image: url(../images/container_left_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: right;
	vertical-align: bottom;
}
.containerrighttop {
	background-image: url(../images/container_right_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	vertical-align: top;
}
.containerrightbot {
	background-image: url(../images/container_right_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: left;
	vertical-align: bottom;
}


/* Main Table Styles */

#maintable {
	width: 860px;
	margin: 0px;
	padding: 0px;
	background-color: #00488F;
}
#maintable td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.leftside {
	width: 145px;
	background-image: url(../images/left_side_fade.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.sidenav {
	width: 145px;
	background-image: url(../images/left_side.gif);
	background-repeat: repeat-y;
	background-position: top left;
	text-align: left;
}
.topnav {
	width: 715px;
	height: 32px;
	background-image: url(../images/top_fade.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
}
.content {
	background-color: #538EC8;
}
.content2 {
	background-image: url(../images/prod_mid.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
.content2top {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/prod_top.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.content2bot {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/prod_bottom.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
.content2botalt {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/prod_bottom_alt.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
.catscroll {
	width: 715px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-color: #538EC8;
	overflow: auto;
	text-align: left;
}
.catphoto {
	margin: 0px;
	padding: 0px 10px 0px 20px;
}
.cattext {
	margin: 0px;
	padding: 14px 0px 0px 0px; /* top padding changed from 7px to 14px when pricing info removed from site on 05-01-2008 */
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	/* white-space: nowrap; */
}
.cattext strong {
	font-size: 11px;
	line-height: 15px;
}
.cattext a {
	margin: 0px;
	padding: 14px 0px 0px 0px; /* top padding changed from 7px to 14px when pricing info removed from site on 05-01-2008 */
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	/* white-space: nowrap; */
	text-decoration: none;
}
.cattext a:hover {
	color: #00488F;
	text-decoration: none;
}
.maintext {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #404040;
}
.maintext p {
	margin: 0px;
	padding: 0px 0px 12px 0px;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #404040;
}
.maintext a {
	color: #538EC8;
	text-decoration: none;
}
.maintext a:hover {
	color: #00488F;
	text-decoration: none;
}
.maintext ul {
	margin: 0px;
	padding: 0px 0px 0px 35px;
}
.maintext ul li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.maintext ul li ul {
	margin: 0px;
	padding: 5px 0px 0px 35px;
}
.maintext ul li ul li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.formtext {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #404040;
}
.formtext p {
	margin: 0px;
	padding: 0px 0px 6px 0px;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #404040;
}