/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #000000;
	background: url(../images/bgr.gif) #000000 repeat-y left;
	color: #ffffff;
	font: .85em Arial,Verdana,Helvetica,Sans-Serif
}
body-white{
	background: #ffffff;
	background: url(../images/bgr.gif) #ffffff repeat-y left;
	color: #ffffff;
	font: .85em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #7c5632;
	text-decoration: underline
}
a:visited{
	color: #7c5632;
}
a:hover{
	color: #be9261;
}
a:active{
	color: #ff9900;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h1{
	font-size: 1.7em
}
h2{
	font-size: 1.5em
}
h3{
	font-size: 1.3em
}
h4{
	font-size: 1.2em
}
h5{
	font-size: 1.0em
}
h6{
	font-size: 1.1em;
        font-weight: 100;
	padding: 5px;
}
p{
	line-height: 1.3em;
	padding: 0 0 1em
}
/*=== Header ===*/
#page-top{
	background: url(../images/page-top.gif) repeat-x bottom;
	height: 191px;
	margin: 0 0 15px;
	padding: 0 0 0 15px
}
#header{
	background: url(../images/header-bgr.gif) no-repeat left top;
	height: 182px
}
#header-white{
	background: url(../images/header-bgr-white.gif) no-repeat left top;
	height: 182px
}
#header .content{
	background: #000000;
	float: right;
	margin: 17px 0 0;
	padding: 0 20px 10px 0;
	text-align: center
}
#header .content img{
	margin: 0 0 0 13px
}
#header .content a{
	text-decoration: none
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
	width: 255px
}
#header h1 a{
	display: block;
	height: 180px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	margin: 0 0 1.5em;
	text-indent: -9999px;
	width: 200px
}
.nav1 li{
	margin: 0 0 6px
}
.nav1 li a{
	background: url(../images/nav1-bgr.gif) no-repeat top;
	display: block;
	height: 70px;
	width: 200px
}
.nav1 li a:hover,
.nav1 li a:active,
.nav1 li a:visited,
.nav1 li.active a{
	color: #000000;
	text-decoration: none
}
.nav1 li#n11 a{
	background-position: 0 0
}
.nav1 li#n11 a:hover{
	background-position: -200px 0px
}
.nav1 li#n11.active a{
	background-position: -400px 0px
}
.nav1 li#n12 a{
	background-position: 0 -70px
}
.nav1 li#n12 a:hover{
	background-position: -200px -70px
}
.nav1 li#n12.active a{
	background-position: -400px -70px
}
.nav1 li#n13 a{
	background-position: 0 -140px
}
.nav1 li#n13 a:hover{
	background-position: -200px -140px
}
.nav1 li#n13.active a{
	background-position: -400px -140px
}
.nav1 li#n14 a{
	background-position: 0 -210px
}
.nav1 li#n14 a:hover{
	background-position: -200px -210px
}
.nav1 li#n14.active a{
	background-position: -400px -210px
}
.nav1 li#n15 a{
	background-position: 0 -280px
}
.nav1 li#n15 a:hover{
	background-position: -200px -280px
}
.nav1 li#n15.active a{
	background-position: -400px -280px
}
/*=== Left Column ===*/
#leftcol{
	background: #000000;
	left: 15px;
	position: absolute;
	top: 216px;
	width: 200px
}
body>#leftcol {
	width: 200px
}
/*=== Center Column ===*/
#centercol{
	margin: 0px 50px 50px 247px
}
.reviews{
	padding: 8px;
	float: right;
}
/*=== Pics, Thumbs, Ads etc. ===*/
.ads{
	text-align: center
}
.ads img{
	margin: 0 0 3px
}
.ads a{
	text-decoration: none
}
/*=== Footer ===*/
#footer{
	clear: both;
	color: #ffffff;
	padding: 0 0 30px 200px;
	text-align: center
}
#footer a{
	color: #ffffff;
	text-decoration: none
}
#footer a:hover{
	text-decoration: underline
}
#footer li{
	border-right: 1px solid #ffffff;
	display: inline;
	line-height: 1em;
	padding: 0 .6em
}
#footer li.last{
	border: 0
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.hl{
	background: url(../images/hl.gif) repeat-x top;
	clear: both;
	height: 9px;
	margin: 0 0 20px;
	overflow: hidden
}
.icons{
	padding: 3px;
}
.lighter{
	background: #424242;
	padding: 10px;
}
.darker{
	background: #1E1E1E;
	padding: 10px;
}


