@charset "UTF-8";
/* CSS Document */

	body{
		margin: 0; 
		padding: 0; 
		background:#00073d url(images/bg_main.jpg) center top no-repeat;
		font:  11px Arial, Helvetica, sans-serif;
		}
	
	.clear{
		clear: both;
		}
	p, h1, h2, li{
		margin: 0;
		padding: 0;
		}
		
	h1{
		font-size: 18px;
		color: #003366;
		}
	h2{
		font-size: 14px;
		}
	.container{
		margin: 0 auto;
		width: 900px;
		}
		
	.header{
		height: 80px;
		}
		.header .img1{
			margin-top: 5px;
			}
	.navigation{
		float: right;
		_margin-top: 2px;
		width: 883px;
		height: 32px;
		padding: 0;
		background: url(images/bg_mainNav.png) right no-repeat;
		text-align: right;
		}
		a.navtop:link, a.navtop:visited, a.navtop:active{
			margin-left: 15px;
			text-decoration: none;
			font-weight: bold;
			color: #003366;
			}
	.splash{
		position: relative;
		top: -2px;
		_top: -4px;
		width: 900px;
		height: 292px;
		}
	.contactus{
		margin-top: 8px;
		margin-bottom: 20px;
		color: #fff;
		}
	.contactus a{
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dotted #666666;
		}
	.contactus a:hover{
		color: #cbfdc8;
		border-bottom: 1px dotted #cbfdc8;
		outline: none;
		}
		
	.wrapper1{
		float: left;
		width: 380px;
		color: #ccc;
		}
	.wrapper1 a{
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dotted #666666;
		}
	.wrapper1 a:hover{
		color: #cbfdc8;
		border-bottom: 1px dotted #cbfdc8;
		}
	.wrapper1 strong{
		color: #fff;
		}
	.wrapper2{
		float: right;
		width: 480px;
		padding: 0;
		background: #eaeaea url(images/bg_roundbox.gif) bottom no-repeat;
		}
		
	
	#products{
		clear: both;
		padding: 25px;
		border-bottom: 1px dotted gray;
		}
	.green{
		color: #cbfdc8
		}
	.greenborder{
		padding-bottom: 20px;
		border-bottom: 1px dotted #556e77;
		}
	.footer{
		width: 900px;
		height: 50px;
		margin-top: 50px;
		padding-top: 20px;
		background: #00073d url(images/bg_footer.jpg) top center no-repeat;
		text-align: center;
		color: #999
		}
		
	.footer a{
		text-decoration: none;
		color: #fff;
		}
	.footer a:hover{
		color: #fff;
		}
		
	a.noline{
		border: 0;
		}
	.large{
		font-size: 16px;
		}
	
	/*********************************************************
	HOME LINKS******************************************/
	
	#homelinks{
		height: 1%;
		padding: 10px;
		padding-left: 20px;
		border-bottom: 1px dotted #556e77;
		}
	
	#homelinks ul{
		list-style: none;
		margin: 0;
		padding: 0;
		padding-left: -5px;
		}
	#homelinks a{
		text-decoration: none;
		border: 0;
		}
		
	#homelinks ul li{
		width: 125px;
		padding: 2px 8px 2px 0;
		margin-bottom: 5px;
		}
		
	#homelinks ul li a{
		display: block;
		padding: 3px 0 3px 5px;
		text-decoration: none;
		border: 1px solid #556e77;
		outline: none;
		}
		
	#homelinks ul li a:hover{
		border: 1px solid #cbfdc8;
		background: #cbfdc8 url(images/bg_homelink.gif) top right no-repeat;
		font-weight: bold;
		color: #000;
		}
	
	
	
	
	/*********************************************************
	ROUNDED CORNERS******************************************/
	
	b.bt, b.bt b, b.bb, b.bb b 
	{display: block; height: 6px;font-size: 1px;background:url(images/corners.gif) no-repeat;position:relative}
	b.bt {top: 0; left: 0;} /*top left*/
	b.bt b {background-position:100% -6px; left: 0} /*top right*/
	b.bb {background-position:0 -12px; top:0; left: 0} /*bottom left*/
	b.bb b {background-position:100% -18px; left: 0} /*bottom right*/
	.boxpadding{
		padding: 5px 10px 5px 10px;
		}
		
		
	.hiddenpic{
		display: none;
		}