/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
html, body{
	height: 100%
}
body{
	background: #c9c956;
	color: #54452d;
	font: .75em Verdana,Arial,Helvetica,Sans-Serif
}
a{
	color: #971b1e;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 13px;
	padding: 2px
}
table td,  table th{
padding:5px;
}
.formbutton { 
color: #ffffff; 
font-weight: bold; 
background-color: #981B1E; 
border-color: #55442D; 
border: 1px solid; 
}
.orderlink { 
font-weight: bold; 
color: #ffffff; 
background-color: #981B1E; 
border-color: #55442D; 
border: 1px solid; 
text-decoration: none; 
padding: 3; 
}
.boldtext { 
font-weight: bold;
text-decoration: none;
padding-bottom: 5px; 
}
li{
	list-style: none
}
h2{
	font-size: 1.8em;
	font-weight: normal
}
h2 span{
	display: none
}
h2 img{
	display: block
}
h3{
	font-size: 1.2em;
	margin: 0 0 .5em
}
h4{
	font-size: 1em;
	margin: 0 0 .5em
}
p{
	line-height: 1.3em;
	padding: 0 0 1em
}
/*=== Layout ===*/
#bg{
	background: url(../images/bgr.gif) #c9c956 repeat-y center;
	width: 814px;
	margin: 0 auto;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 99.9%;
	min-height: 99.9%;
}
#page{
	background: url(../images/page-bgr.gif) repeat-y;
	margin: 0 auto;
	padding: 0 6px 0 3px;
	width: 805px
}
#page-top{
	background: url(../images/page-top.gif) no-repeat top;
	height: 38px;
	margin: 0 auto;
	overflow: hidden;
	width: 814px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) no-repeat top;
	height: 205px;
	padding: 10px 0 0 24px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 231px
}
#header h1 a{
	display: block;
	height: 125px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	float: right;
	font-size: 13px;
	height: 22px;
	margin: -5px 0 0;
	position: relative
}
.nav1 li{
	background: url(../images/nav1-sep.gif) no-repeat right;
	float: left;
	line-height: 22px
}
.nav1 li.last{
	background: none
}
.nav1 li a{
	color: #971b1e;
	display: block;
	float: left;
	padding: 0 15px 0 5px
}
.nav1 li a:hover,
.nav1 li.active a{
	color: #54452d
}
/*- Nav2 -*/
.nav2 ul{
	margin: 0 0 1.5em;
	padding: 0 0 0 10px
}
.nav2 li{
	margin: 0 0 .3em
}
.nav2 li a{
	color: #ffffff
}
.nav2 li a:hover,
.nav2 li.active a{
	color: #c9c956
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 0 23px 15px 6px
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 165px
}
/*=== Center Column ===*/
#centercol{
	float: right;
	margin: 22px 0 0;
	text-align: justify;
	width: 578px
}
#centercol h2{
	margin: 0 0 .5em
}
/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
select{
	padding: 1px
}
/*- Search -*/
.search{
	height: 25px;
	margin: 0 0 20px;
	padding: 0 0 0 5px;
}
.search input{
	background: #ffffff;
	border: 0;
	float: left;
	padding: 4px;
	width: 90px
}
.search input.btn{
	background: none;
	margin: 0 0 0 5px;
	padding: 0;
	width: auto
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic{
	background: url(../images/pic-bgr.gif) no-repeat top;
	float: right;
	height: 338px;
	margin: 0 0 25px 15px;
	text-align: center;
	width: 333px
}
.pic img{
	margin: 30px 0 0
}
.ads img{
	margin: 0 5px
}
/*=== Footer ===*/
#footer{
	background: url(../images/page-bot.gif) no-repeat top;
	color: #54452d;
	font-size: 9px;
	height: 25px;
	margin: 0 auto;
	padding: 15px 6px 0 198px;
	width: 610px
}
#footer div{
	width: 49%
}
#footer a{
	color: #54452d
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ar{
	text-align: right;
}
