html {
background: #20201e;
}

body
{
font-size: 90%;
font-family: tahoma, georgia, sans-serif;
line-height: 1.6em;
	text-align: center;
 color: #A79B8D;
/*	color: #74685a; */
}

#pageWrap1	{
	background: transparent url(images/top.jpg) top center no-repeat;
	overflow: auto;

}
	
#pageWrap2	{
	background: transparent url(images/bottom.jpg) bottom center no-repeat;
	overflow: auto;

}
	
ul, li, img
{
	margin: 0;
	padding: 0;
}
/* *** list *** */
ul.buylist	{
	margin:0;
	padding-left: 50px;
}

ul.buylist li	{
	padding-left: 10px;
}

.shop li {
	list-style-type: none;
	padding-left: 5px;
}
	
/* end list */
		
.hvy {
	font-weight: bold;
}

a
{
	text-decoration: underline;
	color: #A79B8D;
}

a:hover a.visited a.visited:hover
{
	text-decoration: none;
	color: #A79B8D;	
}

a img
{
	border: none;
}

#container
{	
	text-align: left;
	margin: auto;
	width: 780px;
}

#logo
{
	width:350px;
	height:124px;
	background:url(images/logo.jpg) center no-repeat;
	margin: auto;
	position: relative;
	top: 20px;
 	overflow: hidden; 
	z-index: 20;
}

#rotatebox {
	border: solid 1px #a0968f;
	float: left;
	width: 555px;

}

#featured {
/*	border: solid 1px #a0968f; */
	margin-left: 569px;
	width: 161px;
	height: 262px;
}

#lside {
	border: solid 2px #4a4540;
	float: left;
	width: 555px;
	background-color: #20201e;
}

#rside {
	position: relative;
	border: solid 2px #4a4540;
	margin-left: 569px;
	width: 161px;
	background-color: #20201e;	
}

/* MAIN CONTENT */

#mainContent
{
	padding-left: 27px;
	padding-right: 15px;
	margin: auto;
}

#mainContent #tier1
{
	height: 262px;
	margin-top: -15px;
	position: relative;
	top: 0px;
	z-index: 2;	
}

#mainContent #tier2
{
	clear: both;
/*	height: 262px; */
	margin-top: 0px;
	position: relative;
	top: 0px;
	z-index: 3;	
}

#tier2 div p
{
	margin-top: .3em;
	padding: 0 .5em;
	text-align: left;
}

.onecol {
	position: relative;
	border: solid 2px #4a4540;
	width: 730px;
	background-color: #ffffff;	
	vertical-align: middle;
	text-align: center;
}

.loginform {
	position: relative;
	border: solid 2px #4a4540;
	width: 730px;
	background-color: #ffffff;	
	vertical-align: middle;
	text-align: center;
}

.onecol img {
	padding: 5px 0 0 0;
}

.onecol div {
	float: left;
	width: 31.5%;

}

#menu {
	margin: auto;
	width: 700px;
	margin-top: 10px;
	position: relative;
	z-index: 4;	
}

.topnav {
	float: left;
	padding: 0 0 10px 0;
}

#footer	{
	clear: both;
	width: 736px;
	height: 33px;
	margin: 0px 18px 35px auto;
	background: transparent url(images/footer.jpg) center no-repeat;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	font-family: arial, tahoma, georgia, sans-serif;
	vertical-align: middle;
}
#sig {
	width: 736px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -25px;
	text-align: right;	
	position: relative;
	font-size: 11px;
	color: #AAAAAA;

}
a.smaller, a.smaller:visited {
	color: #AAAAAA;
	text-decoration: underline;
}
a.smaller: hover {
	text-decoration: none;
}
#leftbar {
	margin-top: 10px;
	margin-bottom: 10px;	
	background: transparent url(images/leftbar.jpg) center no-repeat;
	width: 237px;
	height: 27px;	
	color: #ffffff;
}
#rightbar {
	margin-top: 10px;
	margin-bottom: 10px;		
	text-align: left;
	float: right;
	background: transparent url(images/rightbar.jpg) center no-repeat;
	width: 133px;
	height: 25px;
	color: #ffffff;	
}
/* align images left */
.aleft {
	float:left; margin: 0 15px 15px 0; 
}
/* align images right */
.aright {
	float:right; margin: 0 0 15px 15px; 
}
.wht {
	color: #ffffff;
}
.clr {
	clear: both;
}
.rightline	 {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}	

.flush {
	clear: both;
}	

.centerit {
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}

/* -- [ contact form ] ------------------------ */

#contactform fieldset 
{
	border:none;
}
#contactform textarea 
{
	border:1px solid #333;
	background:#222;
	font:12px Arial, Tahoma, Verdana;
	padding:5px;
	color:#bbb;
	width:500px;
	height:150px;
}
#contactform input 
{
	width:150px;
	border:1px solid #333;
	font:12px Arial, Tahoma, Verdana;
	padding:5px;
	background:#222;
	margin-bottom:10px;
	color:#bbb;
	display:block;
}
#contactform select 
{
	width:75px;
	border:1px solid #333;
	font:12px Arial, Tahoma, Verdana;
	padding:5px;
	background:#222;
	margin-bottom:10px;
	color:#bbb;
	display:block;
}
#contactform label 
{
	margin-bottom:2px;
	display:block;
}
#contactform input:focus, #contactform textarea:focus 
{
	border:1px solid #97afc1;
}
#contactform .send 
{
	font:11px Arial, Tahoma, Verdana;
	padding:7px 0 7px 0;
	text-align:center;
	background:url(images/footer.jpg) no-repeat;
	text-transform:uppercase;
	margin-top:5px;
	width:83px;
	color:#97afc1;
	border:none;
	cursor:pointer;
}
#contactform .send:hover 
{
	background:url(images/footer.jpg) 0 -30px no-repeat;
}
#contactform .send:focus 
{
	border:none;
}