/* CSS Document */

html, body
{
	margin:0;
	padding:0; 
	height: 100%;
	background: #FFF url(_i/body_bg.png) repeat-x top left;
	font: 12px/120% "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
}

#header
{
	width: 764px;
	height: 99px;
	background: transparent url(_i/head_bg.png) no-repeat 0 13px;
	margin:0 auto;
	position: relative; 
	border: 0;
}



#header h2#logo
{
	margin: 0;
	padding: 0;
	width:171px;
	height:86px;
	position:relative;
	top:13px;
	background: transparent url(_i/logo.png) no-repeat top left;
}
#header h2#logo a
{
	display:block;
	width:171px;
	height:86px;
	text-indent:-9999px;
	text-decoration:none;
}

#header ul 
{
  margin:0; padding:0;
	position:absolute;
	top:13px;right:0;
/* width:320px; */
	width:500px;
}

#header li
{
 display: inline;
 float:left;
 color: #FFF;
 font-size: 14px; 
 background-color: #515658;
 border-bottom: 1px dotted #CCC;
 margin-left: 2px;
 }

#header li a
{
  text-decoration: none;
  color: #FFF;
  background-color: #515658;
  display:block;
  padding:3px;
}
#header li a:hover
{
  background-color: #42474A;
  display:block;
	
}

#container
{
position:relative;
}

#content
{
	position: relative;
	width: 100%;
	min-height: 500px;
}
#wrapper{
	margin: 0;
	padding: 0;
	width:600px;
	position:relative;
}


#front_images { border:1px solid #999999; padding:10px; }
#front_images img { border:0; }
#front_images img:hover { opacity:.8; }

.whathuh a { padding:2px; background-color:#66CCFF; color:#006699; text-decoration:none;}
.whathuh a:hover { background-color:#97DCFE;}
.req {font-size: 10px; color: #666666; }

.contact {font: 12px/120% "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;border:2px solid #FFF;}
	
	input:focus,
	textarea:focus,
	select:focus			{background:#d5e5f5;}
