/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}

html
	{
		height: 100%;
	}

body {
	height: 100%;
	background-image: url(../images/bg.gif);
}

a, a:link, a:visited { 	
	text-decoration:none;
}

a:hover, a:active { 	
	text-decoration:underline;
}

/* ------------------ layout elements ------------------ */

body {
	background-color: #453028;
	background-image: url(../images/woodBG.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
#content {
	width: 798px;
	margin: 0px auto 0px auto;
	background-color: #3c1e13;
	padding: 0px;
	position: relative;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(../images/index_03_4.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #2e170f;
	border-left-color: #2e170f;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
* html #content {
	height: 100%;
	overflow: visible;
}

#header {
	width: 798px;
	height: 70px;
	background-image: url(../images/index_01.jpg);
	
}
#mainphoto {
	width: 798px;
	height: 255px;
	}
#main {
	float: right;
	width: 542px;
	margin: 0px 0px 66px 0px;
	
	display: inline;
	position:relative;
	background-color: #3c1e13;
}

/* ------------------ homepage layout elements ------------------ */
#welcome {
	float: right;
	width: 482px;
	height: 217px;
	padding: 30px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/index_04.jpg);
	display: inline;
	background-position: center center;
}
#banner {
	float: right;
	width: 482px;
	height: auto;
	padding: 20px 30px 20px 30px;
	margin: 0px 0px 0px 0px;
	display: inline;
	background-color: #2e170f;
	text-align:center;
	font-size: 160%;
	font-weight: bold;
	line-height: 140%;
}
#featured_ite1m {
	float: right;
	width: 482px;
	height: 206px;
	padding: 30px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/index_05.jpg);
	display: inline;
	background-color: #482c20;
	/* christmas: background-color: #784830; */
	background-repeat: no-repeat;	
}

#featured_item {
	float: right;
	width: 260px;
	height: 156px;
	padding: 80px 56px 30px 226px;
	margin: 0px;
	display: inline;
	background-image: url(../images/index_05.jpg);
	/*background-repeat: no-repeat;*/
	position:relative;
	background-color: #482c20;
	/* christmas: background-color: #784830; */
}
#featured_item_img {
	float:left;
	 width:196px;
	 height:266px;
	 margin-left:-226px;
	 margin-top: -80px; 
	 margin-bottom: -30px;
	 padding: 0;
	
}

/* ------------------ top navigation layout elements ------------------ */

#nav {
	float: right;
    line-height: 100%;
	position: relative;
	display: inline;
	margin: 21px 0px 0px 0px;
	_margin: 20px 0px 0px 0px;
}
#usermenu {
	float: right;
	height: 70px;
	width: 550px;
	margin-right: 15px;
	text-align: right;
	
}
#nav ul {
	padding:0;
    list-style:none;
	position: relative;
	
    }
#nav li {
    float:left;
    margin:0 1px 0 0;
	background: url("../images/nav_left.gif") no-repeat left top;
	padding:0 0 0 9px;
	}
#nav a {
    display:block;
	background: url("../images/nav_right.gif") no-repeat right top;
    padding:0px 13px 0px 4px;
    }

/* ------------------ sidebar layout elements ------------------ */

#sidebar {
	float:left;
	width: 203px;
	padding: 25px;
	position:relative;
	background-color: #3c2819;
	font-size: 11px;

	line-height: 180%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;	
}

#sidebar ul {
	margin-top: 60px;
	_margin-top: 30px;
    list-style:none;
	
}

#sidebar ul#secondlevel {
	padding:0;
	margin-top: 0px;
    list-style:none;
	padding-left:10px;
}

#sidebar li#GBOX, #sidebar li#GBOX a {
	color:#FFFFFF;
	font-size: 12px;
}
#sidebar li#RITM, #sidebar li#RITM a {
	margin-top: -60px;
	_margin-top: -30px;
	color:#FFFFFF;
	font-size: 12px;
}

#sidebar_order {
	width: 119px; 
	height: 44px;
	padding-right: 77px;
	float: left; 
	padding-bottom:12px; 
	margin-left:-0.4em; 
	_margin-left:-0.2em; 
	display: block;
}


#sidebar a {
	color: #efc6a6;
	font-size: 11px;
}

#sidebar ul#secondlevel a {
	color: #efc6a6;
	font-size: 11px;
}


.closed ul{display:none;}




/* ------------------ footer layout elements ------------------ */
#footer {
	width: 798px;
	height: 62px;
	position: relative;
	margin: -5.0em auto 0 auto;
	
	text-align:right;
}
/* A CSS hack that only applies to IE -- specifies a different offset for the footer */
* html #footer{
		margin-top: -4.9em;
}
#footer_email {
	float: left;
	width: 226px;
	height: 62px;
	padding: 0px 0px 0px 30px;
	
	text-align: left;
}

.inputbox { /*  EMAIL FORM BOX */
	color: #333333;
	background: #efefef;
	border: 1px solid #cccccc;
	width: 123px;
	height: 13px;
	margin-bottom: 2px;
	margin-left: 6px;
	margin-right: 4px;
	margin-top: 10px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align: middle;
}
.inputbox2 { /*  EMAIL FORM BOX */
	color: #333333;
	background: #efefef;
	border: 1px solid #cccccc;
	width: 123px;
	height: 13px;
	margin: 2px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align: middle;
}
.submit { /*  EMAIL FORM submit button */
  width: 55px;
  height: 15px;
  margin-top: 10px;
  margin-bottom: 2px;
  padding: 0px;
  border: 0;
  background: transparent url(/_elements/images/SUBMIT.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  vertical-align: middle;
}

#trickymenu select, #trickymenu input { /*  EMAIL FORM BOX */
	color: #333333;
	background: #efefef;
	border: 1px solid #cccccc;
	width: 175px;
	height: 18px;
	margin: 2px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align: middle;
}

/* ------------------ product pages layout elements ------------------ */
#pagehead {
	float: right;
	width: 542px;
	height: 62px;
	padding: 0px;
	margin: 0px;
	display: inline;
	position: relative;
}
#product {
	float: right;
	width: 286px;
	height: 146px;
	padding: 90px 30px 30px 226px;
	margin: 0px;
	display: inline;
	background-image: url(../images/index_10.jpg);
	background-repeat: no-repeat;
	position:relative;
}
#product img {
	float:left;
	 width:196px;
	 height:266px;
	 margin-left:-226px;
	 margin-top: -90px; 
	 margin-bottom: -30px;
	 padding: 0;
	 display: inline;
}
#order {
	width:286px;
	height: 13px;
	float: right;
	padding: 0;
	margin: 0;
	text-align:right;
	padding: 0px 0px 0px 0px;
	margin: -13px 0px 0px 0px;
	display: inline;
	line-height: 100%;
}
#product_stats {
	float:left; 
	width:250px; 
	padding: 0;
	margin: 0;
	position:relative;
}

.qtybox { /*  QUANTITY FORM BOX */
	color: #333333;
	background: #efefef;
	border: 1px solid #cccccc;
	height: 11px;
	margin-bottom: 7 px;
	margin-left: 6px;
	margin-right: 4px;
	margin-top: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align: middle;
}
#info {
float:right;
	width: 482px;
	padding: 30px;
	margin: 0px 0px 0px 0px;
	display: inline;
	line-height: 110%
}

#shipoptions {
	width: 482px;
	padding: 30px;
	margin: 0px 0px 0px 0px;
	float:right;
	/*background-color: #5b1710; */
	background-color: #833c12;
	line-height: 140%
}
/* ------------------ SEARCH RESULTS PAGE layout elements ------------------ */
#result {
	width: 287px;
	height: 105px;
	margin-top: 10px;
	padding: 30px;
	padding-left: 225px;
	background-image: url(../images/index_13.jpg);
	background-repeat: no-repeat;	
}
#result_img{
	float:left;
	width: 177px;
	height: 165px;
	margin-left: -225px;
	margin-top: -30px;
}
#result_view{
	float:right;
	text-align:right;
	width: 100px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 30px;
}

/* ------------------ BASKET layout elements ------------------ */
#key {
	width: 482px;
	height: 10px;
	margin: 10px 0px 0 0;
	padding-top: 5px;
	padding-bottom: 20px;
	_padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #2e170f;
	
}
#message {
	width: 482px;
	height: auto;
	margin: 0px;
	padding-top: 5px;
	padding-left: 30px;	
}
#item {
	width: 349px;
	height: 64px;
	margin-top: 10px;
	padding: 30px;
	padding-left: 163px;
	background-image: url(../images/index_15.jpg);
	background-repeat: no-repeat;	
}
#basket_img{
	float:left;
	width: 133px;
	height: 124px;
	margin-left: -163px;
	margin-top: -30px;
}

/* ------------------ CHECKOUT layout elements ------------------ */
#checkout_multiship {
	width: 482px;
	margin-top: 10px;
	padding: 30px;
	background-image: url(../images/index_16.jpg);
	background-color: #5a3525;
}


