﻿/* CSS Document */

#headerhome {
	width: 900px;
	height: 150px;
}

#headerhome_logo {
	width: 900px;
	height: 50px;
}

#headerhome_pics {
	width: 900px;
	height: 100px;
	display: block;
	overflow: hidden;
}

#header {
	width: 900px;
	height: 150px;
}

#header_logo {
	width: 900px;
	height: 50px;	
}
#header_logo2 {
	width: 900px;
	height: 50px;
	background: url(/images/header_logo.gif) repeat-x top;
}


#header_pics {
	width: 900px;
	height: 100px;
	display: block;
	overflow: hidden;
}

#navbar {
	background: url(/images/back_navbar.gif) repeat-x top;
	height: 40px;
	line-height: 25px;
	vertical-align: top;
	padding-top:0px;
	white-space: nowrap;
}
	
	#navbar ul {
		margin: 0 0 0 10px;
	}
	
	#navbar li {
		display: inline;
		list-style: none;
		float:left;
	}
	
	#navbar a {
		display: block;
		margin: 0 10px 0 10px;
		font-weight: bold;
		color: #01391a;
		text-decoration: none;
	}
	
	#navbar a:visited {
	
		color: #0f4b29;
	}
	
	#navbar a:hover {
		color: #339966;
		text-decoration: underline;
	}
	
	#navbar a:active {
		color: #339966;
	}