@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000;
	background-color: #3badeb;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
}

#mainContainer {
	background-image:url(../images/contenttile.png);
	background-repeat: repeat-y;
	width: 816px;
	height: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:20px;
	background-position: center top;
	overflow: auto;
}
#hdrImage {
	width:796px;
	height: 287px;
	background-image: url(../images/hdr_image.jpg);
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#homebtn
{
	float: left;
	height: 45px;
	width: 315px;
	margin-top: 20px;
	margin-left: 13px;
}

#nav
{
	font-size:13px;
	background-image: url(../images/nav_bkg.png);
	float: right;
	height: 27px;
	width: 415px;
	margin-top: 38px;
	margin-right: 13px;
	text-align: center;
}

#nav a:link{
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}

#nav a:visited {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}

#nav a:hover{
	color: #014a66;
	text-decoration: none;
	font-weight:bold;
}

#nav a.on {
	color: #014a66;
	text-decoration:none;
	font-weight:bold;
}

#content{
	padding: 0px;
	line-height: 1.5;
	font-weight:normal;
	margin-top: 0px;
	margin-right: 23px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#content .header{
	font-weight:bold;
	color: #00aeef;
}

#content table{
	background-color:#fff;
}

#content a:link{
	color: #00aeef;
	text-decoration: none;
	font-weight:normal;
}
#content a:visited {
	color: #00aeef;
	text-decoration: none;
	font-weight:normal;
}	
#content a:hover{
	color: #00aeef;
	text-decoration: underline;
	font-weight:normal;
}
#content .productsHdr {
	padding-right:10px;
	font-size:16px;
	font-weight:bold;
	color:#00aeef;
}
#vertSpacer{
	width: 1px;
	height:250px;
	float:left;
	
}
#tableContainer{
	width: 768px;
	padding-left:10px;
}

#rightContainer{
	width:416px;
	height:auto;
	float:right;
}


#leftContainer{
	width:334px;
	height:auto;
	float:left;
	margin-right: 28px;
	text-align: left;
}

#map{
	widows:425px;
	margin-right:20;
	float:right;
}

#footer{
	color:#fff;
	font-size:11px;
	width: 816px;
	height:auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:20px;
	text-align: center;
}

a:link {
	color: #00aeef;
	text-decoration: none;
}
a:visited {
	color: #00aeef;
	text-decoration: none;
}
a:hover {
	color: #00aeef;
	text-decoration: underline;
}
