@charset "utf-8";
/* CSS Document */

body {
	background: #223343 url(images/bg.jpg) top center no-repeat;
	margin: 0;
}
h1 {font-size:1.5em;font-weight: 900;color: #fff;}
h4 {font-size:1.1em;font-weight: 900;color: #fff; border-bottom:solid thin #FFFFFF;}
a:link {color: #5ab9e4; text-decoration:none;}
a:visited {color: #5ab9e4; text-decoration:none;}
a:hover {COLOR: #5ab9e4; text-decoration: underline;}
a:active {color: #5ab9e4; text-decoration:none;}
img {border: 0 none;}
#wrapper {
	margin: 0 auto 0 auto;
	width: 960px;
}
#header {
	height: 97px;
	min-height: 97px;
}
#logo {
	position: relative;
	float: left;
	margin: 5px 0 0 0;
}
#contact {
	position: relative;
	float: right;
	text-align: right;
	padding: 6px;
	margin: 0;
	color: #FFF;
	background: #223343;
	border: thin solid #000;
	border-top: none;
}
#nav {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	width: 160px;
}
#main {
	position: relative;
	float: left;
	width: 800px;
}
#banner {border-bottom: solid thin #5ab9e4;}
#content {
	padding: 15px;
	color: #FFFFFF;
	background: #111c26;
}
#copyright {
	margin: 10px 0 0 0;
	font-size: 0.7em;
	color: #FFFFFF;
}
.product {
	background: url(images/product_box.jpg) top left no-repeat;
	height: 37px;
	padding: 2px 0 0 25px;
}
.product a:link, .product a:visited, product a:hover, .product a:active {
	color: #fff;
	font-weight:300;
	text-decoration: none;
}
.rollover a { display:block; width:250px; background-color: #223344; text-align:center; height: 175px; padding: 14px 0 0 0;}
.rollover a:hover { background-color: #436b8d;}
.rollover2 a { color: #FFFFFF; text-decoration:none; font-size:0.9em; font-weight:bold; display:block; width:250px; background-color: #223344; text-align:center; height: 190px; padding: 14px 0 0 0;}
.rollover2 a:hover { background-color: #436b8d;}


.menu li {
	display: block;
}
ul.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-type: none;
	background-color: #111c26;
	border: thin solid #000;
	margin: 0;
	padding: 0;
}
ul.menu a {color:#fff;}
.menu a{
    display: block;
	padding: 10px 0 10px 18px;
	margin: 0;
	border-bottom: 1px solid #415769;
	color: #fff;
	text-decoration: none;
	letter-spacing:1px;
}
.menu a:hover, .menu a:active{
	background-color: #436b8d;
	text-decoration:none;
}
.last a{
	border: none;
}
