@charset "utf-8";
/* CSS Document */
body
{
	background: #000048;
	font-size: 14px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	z-index: auto;
}

#container
{
	width: 900px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 0;
}

#header
{
	height: 125px;
	width: 900px;
	background-color: #000048;
	border-bottom: 1px solid #999999;
}

#logo
{
	margin: 10px;
	float: left;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img a, a:link a:visited
{
	border-style: none;
	border: none;
}

img a:hover
{
	border-style: none;
	border: none;
}


#nav
{
	float: right;
	margin-top: 86px;
	height: 39px;
	width: 600px;
	font-family: Georgia;
	font-weight: lighter;
	font-size: 16px;
	background-image: url(img/nav_bg2.jpg);
	background-repeat: no-repeat;
}

.underlinemenu{
font-family: Georgia;
font-weight: lighter;
font-size: 16px;
width: 100%;
}

.underlinemenu ul{
padding: 10px 10px 8px 0px; 
margin: 0;
text-align: right; 
}

.underlinemenu ul li{
font-family: Georgia;
font-weight: lighter;
font-size: 16px;
display: inline;
padding: 0 10px 0 6px;
}

.underlinemenu ul li a{
font-family: Georgia;
font-weight: lighter;
font-size: 16px;
color: #333333;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 10px; /*spacing between each menu link*/
text-decoration: none;

}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
font-family: Georgia;
font-weight: lighter;
font-size: 16px;
color: #193c7b;
}


#banner
{
	height: 230px;
	width: 900px;
	margin: 0;
	background-color: #cccccc;
}

#banner_img
{
	padding-top: 13px;
	margin-left: 15px;
	margin-right: 10px;
}

#content_container
{
	width: 900px;
	margin: 0;
	background: #fff url(img/fade.jpg) top no-repeat;
	overflow: auto;
	clear: both;
}



#LHS_col
{
	width: 500px;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 20px;
}

#LHS_gallery
{
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 20px;
	width: 868px;
}

.image
{
	height: 180px;
	width: 140px;
	float: left;
	background-image: url(img/template.jpg);
	border: 1px solid #333333;
	margin-top: 35px;
	margin-bottom: 15px;
	margin-left: 35px;
	margin-right: 40px;
}

.big_image
{
	height: 180px;
	width: 500px;
	background-image: url(img/template.jpg);
	border: 1px solid #333333;
	margin-top: 35px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

#LHS_products
{
	width: 150px;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 20px;
}

h1
{
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	padding-top: 10px;
	color: #193c7b;
}

h2
{
	font-weight: bold;
	font-size: 12px;
	color: #193c7b;
	padding: 0px;
	margin: 0px;
}

h3
{
	padding:5px 0 0 5px;
	margin: 0;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	color: #193c7b
}

#RHS_col
{
	margin-left: 650px;
	margin-right: 0;
	width: 250px;
	padding-top: 50px;
	padding-bottom: 25px;
}

#RHS_products
{
	margin-left: 250px;
	margin-right: 0;
	width: 500px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.prod_nav{
	background-color: #cccccc;
	border: 1px solid #000000;
	margin-top: 25px;
	font-weight: bold;
	width: 150px; /*Width of left column*/
	height: 100%;
	text-align: left;
}

.prod_nav ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
* html .prod_nav
{
	width: 145px;
}

.prod_nav ul li{
width: 145px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.prod_nav ul li a{
	padding: 5px 0px 5px 5px;
	display: block;
	width: 145px;
	color: #333333;
	text-decoration: none;

}

.prod_nav ul li a:hover, .prod_nav ul li a.selected{
color: #193c7b;
background-color: #999999;
}

#footer
{
	width: 900px;
	padding-top: 35px;
	font-size: 10px;
	font-weight: lighter;
	color: #000048;
	background: #ccc url(img/btm_fade.jpg) top no-repeat;
}

#footer_content
{
	margin-left: 20px;
	padding-bottom: 15px;
	font-size: 10px;
	font-weight: lighter;
	color: #000048;
}

.footer
{
	font-weight: lighter;
	font-size: 10px;
	color: #000048;
}

.footer a
{
	font-weight: lighter;
	font-size: 10px;
	color: #000048;
}

.footer a:hover
{
	font-weight: lighter;
	font-size: 10px;
	color: #193c7b;
}

.content_link a
{
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

.content_link a:hover
{
	color: #193c7b;
	
}

.product_imgs
{
	margin-top: 10px;
	margin-bottom: 30px;
}
#container #header h6 {
	color: #FFF;
}

