/* CSS Document */

body {
	background:url(images/background.jpg) #010506 repeat-x top;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#226A55;
	}
	
#container {
	width:800px;
	display:block;
	}
	
#banner {
	background:url(images/banner.jpg) no-repeat top;
	width:800px;
	height:134px;
	display:block;
	}
	
#flash {
	background:url(images/flashbase.jpg) no-repeat top;
	width:800px;
	height:209px;
	display:block;
	}

#content {
	background:url(images/contentrepeat.jpg) repeat-y;
	width:800px;
	text-align:left;
	}
	
#contenttop {
	background:url(images/contentbg.jpg) no-repeat top;
	width:800px;
	min-height:350px;
	height: auto !important;
	height: 350px;
	}
	
#contentbottom {
	background:url(images/contentbottom.jpg) no-repeat top;
	width:800px;
	height:12px;
	}

#content2 {
	padding:1px 15px 5px 15px;
	}
	
#bottom {
	background:url(images/bottom.jpg) no-repeat bottom;
	width:800px;
	height:110px;
	display:block;
	}
	
	
	
#navbar {
	width:500px;
	margin-top:0;
	height: 25px;
	display:block;
	margin-left:260px;
	*margin-left:300px;
	}
	
li.nav {
	list-style-type:none;
	display:inline;
	float:left;
	}
	
ul#nav {
	display: inline;
	}
	
a.home:link, a.home:active, a.home:visited {
	height: 25px; 
	display: block; 
	width:60px;
	overflow:hidden;
	background: url(images/homebutton.jpg) 0px 0px no-repeat;
	margin-top:102px;
	}
	
a.home:hover {
	background-position: 0px -25px;
	}	
	
a.solution:link, a.solution:active, a.solution:visited {
	height: 25px; 
	display: block; 
	width:134px;
	overflow:hidden;
	background: url(images/solution.jpg) 0px 0px no-repeat;
	margin-top:102px;
	}
	
a.solution:hover {
	background-position: 0px -25px;
	}	

a.advantages:link, a.advantages:active, a.advantages:visited {
	height: 25px; 
	display: block; 
	width:92px;
	overflow:hidden;
	background: url(images/advantagesbutton.jpg) 0px 0px no-repeat;
	margin-top:102px;
	}
	
a.advantages:hover {
	background-position: 0px -25px;
	}	
	
a.benefits:link, a.benefits:active, a.benefits:visited {
	height: 25px; 
	display: block; 
	width:125px;
	overflow:hidden;
	background: url(images/benefits.jpg) 0px 0px no-repeat;
	margin-top:102px;
	}
	
a.benefits:hover {
	background-position: 0px -25px;
	}	
	
a.contactus:link, a.contactus:active, a.contactus:visited {
	height: 25px; 
	display: block; 
	width:89px;
	overflow:hidden;
	background: url(images/contactus.jpg) 0px 0px no-repeat;
	margin-top:102px;
	}
	
a.contactus:hover {
	background-position: 0px -25px;
	}	

#contenttop2 {
	background:url(images/contenttop.jpg) no-repeat top;
	width:800px;
	min-height:559px;
	height: auto !important;
	height: 559px;
	}
	
h1 {
	font-size:14px;
	color:#298065;
	}
	
a:link, a:active, a:visited {	
	color:#298065;
	}
	
a:hover {
	color:#339966;
	}	
