*
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

.navText {
    line-height: 13px;
}

body
{
	background: #56595C url(../img/background.jpg) repeat-x;
}

img
{
	border: none;
}

a
{
	color: #fff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.bold
{
	font-weight: 900;
}

a.black
{
	color: #000;
}

p
{
	clear: left;
}



.linkstyletwo:link, .linkstyletwo:visited, .linkstyletwo:active ,.linkstyletwo:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: lighter;
	text-decoration: none;
}


.linkstyleRare:link, .linkstyleRare:visited, .linkstyleRare:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	color: #999999;
}
.linkstyleRare:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	text-decoration: underline;
	color: #999999;
}


#header, #main, #details, #footer
{
	width: 765px;
	margin: 0 auto;
}

#header
{
	height: 100px;
}

#header 
{
	background: url(../img/header_nav_bg.gif) no-repeat;
	background-position:right;
}


#header img
{
	float: left;
}

#header img.text
{
	padding: 62px 0 0 9px;
}

#header ul
{
	float: right;
	z-index: 100;
}

#header ul li.top
{
	width: 75px;
	height: 35px;
	padding-top: 65px;

	float: left;
	text-align: left;
	
	list-style: none;
}

#header ul li.top a
{
	color: #fff;
}

#header ul li.last
{
	margin-right: 0;

}

#main
{
	background-color: #fff;
	height: 297px;
}

#main img
{
	float: left;
}

#main #info
{
	margin-top:  32px;
	padding: 0 50px 0 14px;
	float: right;
	width: 304px;
	background: url(../img/dot.gif) repeat-y;
	overflow: auto;
	height: 264px;
}

#main #info a, #main #info p.bold
{
	color: #000;
	font-weight: 700;
}

#main #info a.team
{
	color: #000;
	width: 120px;
	display: block;
	float: left;
	height: 18px;
}

#main #info p 
{
	padding-top: 10px;
}













#main #infob
{
	margin-top:  32px;
	padding: 0 50px 0 14px;
	float: right;
	width: 304px;
	background: url(../img/dot.gif) repeat-y;
	overflow: auto;
	height: 320px;
}

#main #infob a, #main #infob p.bold
{
	color: #000;
	font-weight: 700;
}

#main #infob a.team
{
	color: #000;
	width: 120px;
	display: block;
	float: left;
	height: 18px;
}

#main #infob p 
{
	padding-top: 10px;
}







#main.big
{
	height: 382px;
}


#details .all
{
	height: 200px;
	padding: 10px 10px;
	float: left;
	color: #fff;
}

#details .all.bg
{
	background: url(../img/content_bg.jpg);
}

#details .images
{
	float: left;
	margin-right: 10px;
}

#details .images.last
{
	margin-right: 0;
}

#details #moreimages
{
	clear: left;
}

#details img.border
{
	border: 1px solid #fff;
	margin-top: 4px;
	clear: both;
}

#details #boxone
{
	width: 53px;
	margin-right: 2px;
}

#details #boxtwo
{
	width: 285px;
	margin-right: 2px;
}

#details #boxtwo #welcome
{
	padding-left: 10px;
	background: url(../img/dotwhite.gif) repeat-y;
}

#details #boxthree
{
	width: 171px;
	margin-right: 2px;
}

#details #boxfour
{
	width: 170px;
}

.bold
{
	font-weight: 700;
}

.boldGrey
{
	color: #777777;
}

#footer
{
	clear: both;
	padding-top: 14px;
	text-align: left;
	color: #fff;
}

#footer p
{
	padding-top: 6px;
	background: url(../img/dotwhite.gif) repeat-x;
	margin-bottom:5px;
}

#footer_bottom
{
	background: url(../img/dotwhite.gif) repeat-x;
	height:1px;
}

#footer.gap
{
	padding-top: 140px;
}

#rare
{
	text-align:right;
	display:block;
	padding-right:10px;
	margin-top:5px;
}


/* NAV  */

#nav, #nav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a 
{
	display: block;
	width: 75px;

}

#nav ul li{

	position:relative;
	left: -6px;
	background: #000;
}

#nav ul li a.sub
{
	
	margin-left: 8px;
	color: #B9D0DC;	
}

#nav li 
{
	float: left;
	width: 75px;
	height: 17px;

	position: relative;


}

#nav li.first 
{
	margin-top: 8px;
}


#nav li.top 
{
	left: 7px;
}



#nav li ul 
{
	position: absolute;
	width: 75px;
	left: -999em;
	background: #000;
}

#nav li:hover ul 
{
	left: auto;
}

#nav li.sfhover ul 
{
	left: auto;
}




.noshow
{
	display: none;
}

.logoThumbnail
{
	display:block;
	border:1px solid #CCCCCC;
	margin:10px 0 0 0;
	clear:both;
}

.divider
{
	margin:8px 0 0 0;
	padding:0;
	border-top:1px dotted #AAAAAA;
}