/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #ffffff repeat-y center top;
	color: #3f190b;
	font: .75em Verdana,Arial,Helvetica,Sans-Serif;
	padding: 100px 0 30px
}
a{
	color: #3f190b;
	text-decoration: underline
}
a:hover{
	text-decoration: none
}
table td,  table th{
padding:5px;
}
.formbutton { 
color: #ffffff; 
font-weight: bold; 
background-color: #C8BC30; 
border-color: #C8BC30; 
border: 1px solid; 
}
.orderlink { 
font-weight: bold; 
color: #ffffff; 
background-color: #C8BC30; 
border-color: #C8BC30; 
border: 1px solid; 
text-decoration: none; 
padding: 3; 
}
.boldtext { 
font-weight: bold;
text-decoration: underline;
padding-bottom: 5px; 
}
input,select,textarea{
	border: #cfc5c2 1px solid;
	font-size: 12px;
	padding: 3px
}
li{
	list-style: none
}
h2{
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 .5em;
	text-transform: uppercase
}
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 ===*/
#page{
	background: #3f190b;
	margin: 0 auto;
	padding: 0 13px 15px;
	width: 829px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) repeat-x top;
	height: 237px;
	margin: 0 auto;
	width: 855px
}
#header .content{
	float: right
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	margin: 31px 0 0 230px;
	text-indent: -9999px;
	width: 215px
}
* html #header h1{
	margin-left: 115px;
}
#header h1 a{
	display: block;
	height: 150px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	float: right;
	height: 168px;
	padding: 45px 0 0 0;
	text-indent: -9999px;
	width: 377px;
}
.nav1 ul{
	float: right;
	width: 377px;
}
.nav1 li{
	float: left;
	padding: 0 12px 0 0
}
.nav1 li a{
	display: block;
	height: 168px;
	width: 112px
}
.nav1 li#n11 a{
	background: url(../images/nav11.gif) no-repeat top
}
.nav1 li#n12 a{
	background: url(../images/nav12.gif) no-repeat top
}
.nav1 li#n13 a{
	background: url(../images/nav13.gif) no-repeat top
}
/*- Nav2 -*/
.nav2 ul{
	margin: 0 0 1.5em
}
.nav2 li{
	margin: 0 0 .1em;
	padding: 0 0 0 18px
}
.nav2 li a{
	text-decoration: none
}
.nav2 li a:hover,
.nav2 li.active a{
	text-decoration: underline
}
/*=== All Columns ===*/
#columns{
	background: #ffffff;
	height: 1%;
	padding: 15px 13px 10px 11px
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	margin: -7px 0 0;
	position: relative;
	width: 185px
}
/*=== Center Column ===*/
#centercol{
	float: right;
	width: 600px
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 375px
}
.col2{
	float: right;
	width: 217px
}
.col3{
	float: left;
	width: 415px
}
.col4{
	float: right;
	padding: 35px 0 0;
	text-align: right;
	width: 160px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	background: #c7bc30;
	height: 1%;
	margin: 0 0 1em;
	padding: 10px
}
/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
select{
	padding: 1px
}
/*- Search -*/
.search{
	background: url(../images/search-bgr.gif) no-repeat left top;
	height: 39px;
	margin: 0 0 18px;
	padding: 40px 0 0 10px
}
.search input{
	float: left;
	padding: 4px 3px;
	width: 110px
}
.search input.btn{
	margin: -3px 0 0 5px;
	padding: 0;
	position: relative;
	width: auto
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	border: 1px solid #3f190b;
	display: block;
	margin: 0 0 .7em
}
.pics {
        text-align: center;
}
.pics img{
	margin: 0 15px 0 0
}
/*=== Footer ===*/
#footer{
	color: #000000;
	height: 30px;
	margin: 0 auto;
	padding: 5px 0 0;
	width: 855px
}
#footer a{
	color: #000000;
	text-decoration: none
}
#footer a:hover{
	text-decoration: underline
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}

