body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	text-align: center;	
	background: #095779;
	background-image: url(/images/bg-repeat.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 1000px;
	background: #FFFFFF;
	margin: auto;
	text-align: left;
}
#header {
	background: #FFFFFF;
	height: 66px;
} 
#logo {
	margin-left: 25px;
	float: left;
}
#Nav {
	background: url(/images/nav-repeat.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 20px 0px 0px 0px;
	width: 750px;
	float: right;
}
#Navrounders{
	float:left;
}
#Nav ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#Nav ul li {
	float: left;
}
#Nav ul li a {
	display:block;
	font-size: 13px;
	padding: 15px 17px 15px 17px;
	height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	text-align: center;}
#Nav ul li a.current{
	background: url(/images/nav-hover.gif);
	color: #13364c;
}
#Nav #n1 a{width: 40px;} #Nav #n2 a{width: 110px;} #Nav #n3 a{width: 55px;} #Nav #n4 a{width: 67px;} #Nav #n5 a{width: 115px;} #Nav #n6 a{width: 50px;} #Nav #n7 a{width: 50px;}
#Nav #n1 a:hover,#Nav #n2 a:hover,#Nav #n3 a:hover,#Nav #n4 a:hover,#Nav #n5 a:hover,#Nav #n6 a:hover, #Nav #n7 a:hover {
	background: url(/images/nav-select.gif);}
#Nav #n1 a.current:hover,#Nav #n2 a.current:hover,#Nav #n3 a.current:hover,#Nav #n4 a.current:hover,#Nav #n5 a.current:hover,#Nav #n6 a.current:hover, #Nav #n7 a.current:hover {	background: url(/images/nav-hover.gif);	color: #13364c;}

#mainContent {
	height: 100%;
	padding: 20px;
	background: #EFEFEF;
}

#promobar {
	height: 10px;
	background: url(/images/promobar.gif) repeat-x;
	clear: both;
}
#promo {
	height: 248px;
	background: url(/images/promo.jpg) no-repeat;
	padding: 0;
	margin: 0;
	width: 748px;
	float: left;
}
#stockbox {
	background: #FFFFFF;
	width: 252px;
	float: right;
	vertical-align: top;
	height: 248px;
	background-image: url(/images/stockbox.jpg);
}
#stockbox p{
	padding: 0px 35px 10px 45px;
	font-size: 11px;
}
#stockbox h1{
	padding: 35px 20px 0px 40px;
	margin: 0;
	color: #5d9fbe;
	font-size: 14px;
}

#box1 {
	font: Arial, Verdana, Helvetica, sans-serif;
	width:495px;
	padding: 50px 50px 50px 50px;
	background: url(/images/box1.gif) no-repeat;
	height: 190px;
	float: left;
	line-height: 1.5em;
}
#box2 {
	font: Arial, Verdana, Helvetica, sans-serif;
	width:235px;
	padding: 10px 50px 20px 50px;
	background: url(/images/box2.gif) repeat-y;
	line-height: 1.4em;
}
#box2 h1{
	margin: 0px;
	color: #5d9fbe;
	font-size: 14px;
}
#boxtable {
	width: 940px;
	margin-left: 15px;
}

a, a:active, a:visited, a:link
{
	text-decoration: underline;
	color: #2b87a6;
}
a:hover
{
	text-decoration: none;
	color: #4b728e;
}


/* footer */
#footer {
	margin-bottom: 20px;
	height: 69px;
	width: 1000px;
	margin: auto;
	background: url(/images/footer-repeat.gif) repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	background-position: left bottom;
}
#footer ul {
	margin-top: 20px;
}
#footer ul li{
	list-style:none;
	float: left;
	padding: 7px;
}
#footer ul li a{
	text-decoration: none;
	color: #FFFFFF;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#copyright {
	margin: auto;
	width: 1000px;
	color: #CCCCCC;
	height: 50px;
	padding-top: 5px;
	font-size: 9px;
	clear: both;
}
#copyright a, #copyright a:visited, #copyright a:link, #copyright a:active {
	text-decoration: underline;
	color: #eeeeee;
}
#copyright a:hover {
	text-decoration: none;
	color: #dddddd;
}