@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, q, table, thead, tbody, tfoot, caption, a, form, input, textarea, fieldset, pre, div {
	margin:0;
	padding:0;
}

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	background-image:url(/images/new-grayback.jpg);
	background-repeat:x-repeat;
	background-position:top center;
	background-attachment:fixed
}

#container { 
	width: 959px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	height: 286px; 
	padding: 0;
	margin: 0;
	background-image:url(/images/header-background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
} 

#searchcontainer
{
	position: relative;
	overflow:hidden;
	top: 85px;
	float: right;
	padding: 0px 35px 0px 0px;
	height: 24px;
	color: #2e0300;
	font-weight: 900;
	text-decoration: none;
	font-size: 13px;
}
#basketcontainer
{
	position: relative;
	overflow:hidden;
	top: 95px;
	padding-right: 10px;
	float: right;
}
#basketcontainer a
{
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
	font-size: 13px;
}
#bodywrapper {
	margin: 0px 0px 0px 0px;
	background-image:url(/images/body-background.png);
	background-repeat:repeat-y;
	background-position:top center;
} 

#bodycontainer {
	padding: 0;
	background-image:url(/images/body-background-top.gif);
	background-repeat:no-repeat;
	background-position:top center;
} 

#sidebar1 {
	float: left; 
	width: 170px;
	padding: 10px 0px 0px 5px;
}

#navcontainer {
	position: relative;
	top: 116px;
	left: 10px;
	width: 960px;
	white-space:nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding: 0px 30px 0px 8px;
	border-right: 1px #de7c4f solid;
}
#navlist a
{
	color: #de7c4f;
	font-weight: 900;
	text-decoration: none;
	font-size: 12px;
}
#navlist a:hover
{
	color: #ffffff;
}

#sidenavlist
{
padding-left: 0;
margin-left: 0;
width: 160px;
}

#sidenavlist li
{
list-style: none;
border-bottom: 2px dotted #ffffff;
line-height: 30px;
}

#sidenavlist a { 
	padding-left: 10px;
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
	font-size: 12px;
	text-decoration: none; 
	display: block;
	width: 164px;
}
#sidenavlist a:hover { 
	color: #de7c4f;
	background-color: #4A0F08;
}

#mainContent {
	margin: 0px 30px 0px 210px;
	padding: 10px 0px 0px 0px;
	font-size:13px;
	line-height:18px;
} 

#footer { 
	padding: 0;
	height: 50px;
	background-image:url(/images/body-background-bottom.png);
	background-repeat:no-repeat;
	background-position:bottom center;
} 
#lowerfooter { 
	padding: 0;
	text-align: right;
} 
#lowerfooter a, #lowerfooter a:hover, #lowerfooter a:visited { 
	font-size: 9px;
	color: #fff;
	text-decoration: none;
}

h1, h2, h3.search_results {
	color: #de7c4f;
	padding: 0px 0px 10px 0px;
	margin: 0;
	line-height: 24px;
	font-size: 24px;
}

ul {
padding-left: 12px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #de7c4f;
}
a:hover {
	text-decoration: underline;
	color: #1e7c4f;
}

input, select {
	border: 1px solid #660000;
	background-color: #fff;
	color: #000;
}

#query {
	color: #666;
}

#go {
	border: 0;
}

.promo_title {
	font-weight: bold;
}
