/*       Layout
======================= */
body {
        margin: 0px;
        padding: 0px;
        text-align: center;
        background:#1c1510 url("../images/body-bg.gif") repeat-x;
}
div {
        position: relative;
}
img {
   		border:0;
}
#content-bg {
        background: url("../images/content-bg.jpg") repeat-y 50% 30px;
        width: 100%;
}
#header-bg {
        background: url("../images/header-bg.jpg") no-repeat 50% 0;
        height:429px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
}
#footer-bg {
        background: url("../images/footer-bg.jpg") no-repeat 50% 100%;
        height: 562px;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
}
#pagewidth{
        width:785px;
        text-align:left;
        margin: 0 auto;
        padding-bottom: 250px;              
}
#header{
        width:100%;        
        height:270px;
}
#wrapper{
   		clear:both;   	  			   		
}
.home #wrapper {
		min-height: 320px;
		height: auto !important;
		height: 320px;
}
#rightcol{
	width:225px;
	float:right;
	padding-right: 40px;
	color: #201711;
	padding-top: 40px;
}
#maincol{
        float: left;
        display:inline;
        width: 515px;
        padding-top: 30px;
}
#maincol.wide {
	width: 750px;
}
.home #maincol {
	width: 465px;
	padding-top: 40px;
}
.home #rightcol {
	width: 265px;
}

.about #maincol {
	width: 350px;
	padding-top: 40px;
}

#footer{
        clear: both;
        height: 150px;
}
.left {
        float:left;
}
.right {
        float:right;
}
.txtl{
   text-align:left;
}
.txtc{
   text-align:center;
}
.txtr{
   text-align:right;
}
.clear {
        clear:both;
}
.red {
        color:#F00;
}
.img-rt-border {
	border: 3px solid #FFFFEF;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

 /*       Text
======================= */
body, td, div, select, textarea, input {
        font: 11px Georgia, serif;
        color: #34241a;
}
p, h1, h2, h3, table, form {
        margin-left: 42px;
        margin-right: 42px;
}
ul,ol{
        margin:0em 42px 1em 72px; /* Right = same as other elements. Left = Left of other elements +30 */
        padding: 0px;
}
ul li, ol li{
        line-height:1.3em;
        margin: .25em 0;
        padding: 0;
}
li ol, li ul{
        margin-left: 30px;
        margin-top:0;
        margin-bottom:0;
}
table{
        margin-right:0;
}
p {
        margin-top:0;
        margin-bottom:1.5em;
        line-height:1.3em;
}
h1 {
        font-size: 1.3em;
        margin-top: 0;
        margin-bottom: .6em;
        text-transform: uppercase;
}
h2 {
        font-size: 1.3em;
        margin-top: 1.5em;
        margin-bottom: .2em;
}
h3 {
        font-size: 1em;
        margin-top: 1em;
        margin-bottom: .2em;
}
h1, h2, h3, legend {
        color:#903103;
        font-family: "Trebuchet MS", Verdana, sans-serif;
}


/*      Vertical Nav
========================= */

#nav {
        list-style:none;
        width: 700px;
        margin:0 0 0;
        padding:0 0 0 22px;
        line-height:1em;
        position: absolute;
        top: 210px;        
}
#nav li{
        position:relative;
        float:left;
        margin:0;
        padding:0;
}
#nav li a {
        display:block;
        padding:22px 28px 14px 28px;
        text-decoration:none;
		font-family: "Trebuchet MS", Verdana, sans-serif;
        color:#3a3122;
        font-size: 1.1em;        
        background: url("../images/menu-separater.gif") no-repeat right 10px;
}
#nav li:hover,
#nav li.sfhover {
		background: url("../images/menu-hover-left.jpg") no-repeat 0 0;
}
#nav li:hover a,
#nav li.sfhover a{
        color:#ebe2ba;
        background: #9f4837 url("../images/menu-hover-right.jpg") no-repeat right 0;
        padding: 19px 28px 16px 13px;        
        margin-left: 15px;
}

/*       Links
======================= */
a {
        color:#981b1e;
        text-decoration:underline;
}
a:hover {
        text-decoration:none;
}

/*       Header
========================= */
#header h1 {
        margin:0;
        position:absolute;
        height:206px;
        width: 418px;
        top:0px;
        left:-100px;
        overflow:hidden;
}
#header h1 a{
        display:block;
        height:100%;
        width: 100%;
}
#header h1 a span{
        display:block;
        height:100%;
    	width: 100%;
        position:absolute;
        top:0;
        left:0;
        background: url("../images/logo.jpg") no-repeat; /* logo image */
        cursor:pointer; /* ie */
}


/*       Rightcol
========================= */
#buy-and-sell {	
	background: url("../images/sell-and-buy.png") no-repeat;
	width: 255px;
	height: 180px;	
}
#buy-and-sell  p {
	position: absolute;
	width: 178px;
	margin: 0;
	left: 20px;
	top: 103px;
	font-size: 1.1em;
	color: #2d2019;
}
#buy-and-sell a{
	color: #2d2019;
	text-align: right;
	display: block;
	margin-top: 10px;
}
#rightcol p {
	margin-left: 0;
	margin-right: 0px;
}

/*       Buttons
========================= */
#ruby
{
	display: block;
	width: 207px;
	height: 28px;
	background: url(../images/Ruby_button.png) no-repeat 0 0;
	margin-left: 25px;
	float: left;
}

#ruby:hover
{
	background-position: 0 -28px;
}

#ruby span
{
  display: none;
}

#ebay
{
	display: block;
	width: 90px;
	height: 28px;
	background: url(../images/EBay_button.png) no-repeat 0 0;
	float: left;
	margin-right: 35px;
	clear: right;
}

#ebay:hover
{
	background-position: 0 -28px;
}

#ebay span
{
  display: none;
}




/*       Footer
========================= */
#footer ul{
        margin:0;   
        width: 508px;
        list-style: none;     
        position: absolute;
        top: 23px;
        left: 230px;
}
#footer ul li {
		font-size:1.1em;
		color: #2d2019;
		float: left;
		padding: 0 10px 5px;
		background: url("../images/footer-separater.gif") no-repeat right 1px; 
}
#footer ul li.txtc, 
#footer ul li.last {
		background: none;	
}
#footer ul li a{
		text-decoration: none;
		color: #2d2019;
}
#footer ul li.txtc {
		text-align: left; 
}
#footer ul li strong{
		color: #7c1f03;
		font-weight: normal;
		font-family: "Trebuchet MS", Verdana, sans-serif;
		text-transform: uppercase;
}
.home #footer ul {
		width: 255px;
}
.home #footer ul li{
		padding: 0 5px 0 0;
		background: none;
}
.home #footer ul li.txtc {
		padding: 4px 0 1px;
		text-align: center;
		width: 250px;
}
.home #footer .train {
		background: url("../images/train.jpg") no-repeat 0 0;
		position: absolute;
		top: -28px;
		right: -38px;
		width: 316px;
		height: 203px;		
}
#postfoot{
position:absolute;
top:350px;
left:-100px;
color:#493A31;
font-size:12px;
font-family: "Trebuchet MS", Verdana, sans-serif;
}
#postfoot a{
color:#493A31;
text-decoration:none;
}
#postfoot a:hover{
color:#493A31;
text-decoration:underline;
}

/*     Float containers fix - Thanks to: http://www.csscreator.com/attributes/containedfloat.php
=============================== */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*     printer styles
========================= */
 @media print{
/* Hide unwanted elements */
#leftcol, #header h1 a span{display:none;}
/* Kill floats and backgrounds */
body #pagewidth, #maincol, #wrapper, body, #footer, #header, #header h1, #header h1 a,#footer p{width:100%; float:none; background:none;}
/* Set margins to 0 */
p, h1, h2, h3, table {margin-left:0;margin-right:0;}
ul, ol {margin-left:30px; margin-right:0;}
#maincol {padding-top:0;}
/* Make texts black */
p, li, #footer p, #footer p a{color:#000;}
/* Print Logo as text */
#header,#header h1, #header h1 a{ width: auto; height:auto; text-indent:0; position:static;top:0;left:0;}
#header h1{ margin-bottom:1em;}
}
