@charset "UTF-8";
/* CSS Document */


img, div { behavior: url(/_styles/iepngfix.htc) }


body
{
	background:black url(../_images/site-bg.jpg) center top repeat-y;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#f5fad2;
}

img
{
	border:none;
}

a
{
	color:#86866c;
	text-decoration:none;

}

a:hover
{
	text-decoration:underline;
}

h1
{
	margin: 0px;
	padding:0px 0px 20px 0px;
	font-size:18px;
	text-align:center;
}

#page
{
	position:absolute;
	width:990px;
  margin-left: -495px;
  left: 50%;

}

#header
{
	width:990px;
	height:132px;

}

#footer
{
	width:990px;
	height:90px;
	background: url(../_images/footer.png) right bottom no-repeat 
}
	
#footer img
{
	padding-right:40px;
	
}
	
#footerText
{
	padding-top:52px;
	line-height:38px;
	
}

#privacy
{
	width:160px;
	float:right;
	
}

#privacy ul
{
	padding:0px;
	margin:0px;
	}
	
	
#privacy li
{
	display:inline;
	padding:0px 10px 0px 0px;
	margin:0px;
	}

#privacy ul li a
{
	color:#f5fad2;
	text-decoration:none;
	font-size:10px;
}

#mainImage
{
	
	width:800px;
	height:533px;
	_clear:both;
	_background:url(../_images/homepage.png) top left no-repeat;
	
}

#mainImage img
{
	margin:0px 95px 0px 105px

	
}

#text
{
	width:800px;
	margin:-60px 95px 0px 95px;
	
}

.clear
{
	clear:both
}

#warf
{
	clear:both;
	font-size:70%;
	color:#ccc;
	margin-top:20px;
	text-align:right
}


.nav-wrap { margin: -90px 0px 0px 0px ;  _margin: -120px 0px 0px 0px; background: url(../_images/nav-bg.png) right top no-repeat; height:28px; width:990px; text-align:right; padding-right:0px }

.group ul
{
	
}

.group li
{
	display:inline;
}

.current 
{
	border-bottom:2px solid #f5fad2 !important;
	color:white !important;
}


.group a
{
	color:#bbb;
	line-height:30px;
	padding:0px 8px 4px 8px;
	text-decoration:none;
	font-size:12pt;
	-webkit-text-size-adjust: none;
}

.group a:hover

{
	border-bottom:2px solid #f5fad2 !important;
}

.behave
{
	*height:200px !important;
	_height:200px !important
}
