@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}
a {
	color:#0A57A5;
}
a:hover {
	color:#7FAAFF;
}
img{
	border:none;
}
img:hover{
	border:none;
}
li{
	list-style:none;
}
h1 {
	padding:5px 0 3px 0;
	font-weight:bold;
	font-size:1em; 
	text-align:centre; 
	display:block; 
	height:auto; 
	width:auto;
}
.spanblue{
	color:#0A57A5;
}
.spanlightblue{
	color:#7FAAFF;
}
.logo {
	display:block;
	float:left;
	width:100px;
	vertical-align:top;
	padding:0 3px 0 4px;
}
.topmenu{
	height:25px;
	margin-left:2px;
	padding-top:2px;
	vertical-align:middle;
}
.topmenu a{
	text-decoration:none;
	cursor:pointer;
}
.menudivactive{
	float:left;
	width:auto;
	background-color:#0A57A5;
	padding:5px 4px 5px 4px;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.menudiv{
	float:left;
	width:auto;
	padding:5px 4px 5px 4px;
	padding-bottom:5px;
	font-size:14px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	display:block;
}
.menudiv:hover{
	background-color:#CCCCCC;
	color:#FFFFFF;
}
.menudiv a:hover{
	color:#FFFFFF;
}
.emptymenudiv{
	float:left;
}
.contentbody{
	padding:0 4px 0 4px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:1em;
	display:block;
	text-align:left;
}
.productlink{
	width:99%;
	background-image:url(../images/listArrow.png);
	background-repeat:no-repeat;
	background-position:right;
	padding:10px 0 8px 10px;
	color:#0A57A5;
	background-color:#EEEEEE;
	font-size:16px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	border-top:1px solid #0A57A5;
	border-left:1px solid #0A57A5;
	border-right:1px solid #0A57A5;
	display:block;	
}
.bordertop{
	border-top:1px solid #0A57A5;
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px;
}
.borderbottom{
	border-bottom:1px solid #0A57A5;
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px;
}
.subproductlink{
	width:160px;
	background-image:url(../images/redar2.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#DD5D70;
	padding:3px 0 3px 15px;
	color:#FFFFFF;
	margin-bottom:3px;
	font-size:12px;
	font-weight:normal;
}
.message{
	border:1px solid #DD5D70;
	color:#DD2222;
	padding:4px;
	background-color:#E3B8BE;
}
#header{
	display:block;
	width:100%;
	background-color:#EEEEEE;
	height:38px;
	padding-top:4px;
}
#breadcrumb{
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
}
#breadcrumb a{
	text-decoration:none;
}
#getquote{
	padding:0px 2px 0 0;
	clear:left;
}
#product{
	padding: 10px 2px 0 2px;
	width:96%;
}
#product a{
	text-decoration:none;
	cursor:pointer;
}
#footer{
	padding:4px 2px 10px 2px;
	font-size:12px;
	margin-top:10px;
	background-color:#EEEEEE;
	height:12px;
}
p{
	margin:0 0 10px 0;
}
.textareawidth{
	width:98%;
	height:25px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border:1px solid #AAAAAA;
	font-size:14px;
}
.text{
	height:100px;
}
img{
	border:0;
}
.centeralign{
	text-align:center;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.imgicon{
	float:right;
	margin:0 0 0 4px;
}
.labeldiv{
	border:0;
	margin:0;
	padding:0;
}
.fielddiv{
	border:0;
	margin:0 0 14px 0;
	padding:0;
}
