/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.jpg) #100e0f repeat-x top;/**/
	color: #616161;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #875e56;
	text-decoration: underline
}
a:hover{
	text-decoration: none
}
a img {
	border: none;
	outline: none;
}
input,select,textarea{
	background: #eeefef;
	border: #d1d1d1 1px solid;
	border-left: 2px solid #919191;
	border-top: 2px solid #919191;
	font-size: 11px;
	padding: 1px 2px
}
li{
	list-style: none
}
h2{
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 .5em;
	font-family: "Times New Roman", "Times", serif;
}
h3{
	color: #6b6b6b;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 .1em
}
h4{
	font-size: 1em;
	margin: 10px 0;
}
p{
	line-height: 1.3em;
	padding: 0 0 1em
}
/*=== Layout ===*/
#shadow {
	/*width: 982px;
	margin: 0 auto;
	background: url(../images/Shadow2.png) repeat-y center top;*/
}
#page{
	background: #ffffff;
	margin: 0 auto;
	width: 942px;
	
}
#shadow_bot {
	/*width: 982px;
	margin: 0 auto;
	background: url(../images/Shadowbase2.png) no-repeat center;
	height: 34px;*/
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.jpg) no-repeat top;
	height: 114px;
}
#header .content{
	float: right;
	padding: 30px 17px 0 0;
	width: 500px;
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 367px;
}
#header h1 a{
	display: block;
	height: 114px;
	text-decoration: none
}
/*- Header Nav -*/
.header-nav ul{
	font-weight: bold;
	height: 16px;
	padding: 0 0 10px;
	text-align: right;
	float: right;
	width: 400px;
	color: #4d3226;
}
html .header-nav ul{
	clear: both; 
}
.header-nav a{
	color: #4d3226;
	text-decoration: none
}
.header-nav a:hover{
	color: #875e56
}
.header-nav li{
	border-right: 1px solid #4d3226;
	display: inline;
	padding: 0 8px
}
.header-nav li.last{
	border: 0;
	padding-right: 0
}
.header-nav fieldset {
	float: right;
	width: 400px;
}
.header-nav .utilitySub {
	font-size: 10px;
	
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	background: url(../images/nav1-bgr.jpg) no-repeat top;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	text-transform: uppercase
}
.nav1 li{
	background: url(../images/nav1-sep.gif) no-repeat right;
	float: left;
	line-height: 30px;
	padding: 0 11px 0 10px;
	position: relative;
}
.nav1 li.last{
	background: none;
	padding-right: 0
}
.nav1 li a{
	color: #ffffff;
	display: block;
	float: left;
	text-decoration: none
}
.nav1 li a:hover,
.nav1 li.active a,
.nav1 li:hover a {
	color: #e0dcce;
	text-decoration: none;
	background: none;
}

.subNav {
	padding: 5px 0;
	border: 2px solid #4C3227;
	background: #EBE8D7;
	width: 200px;
}
.nav1 ul ul {
	position: absolute;
	top: 19px;
	left: 0;
	z-index: 10000;
	padding: 9px 0 0;
	width: 204px;
	display: none;
}
.nav1 ul li.last ul {
	left: auto;
	right: -45px;
}

.nav1  ul li:hover ul
{display: block;}

.nav1 li li{
	border-right: none;
	float: none;
	line-height: 16px;
	background: none;
	width: 174px;
	padding: 0;
	margin: 0;
}
.nav1 li:hover li a {
	color: #4C3227;
}
.nav1 li li a {
	color: #4C3227;
	width: 164px;
	float: none;
	text-transform: none;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 5px;
}
.nav1 li li a:hover,
.nav1 li li a.section,
.nav1 li li a.current {
	text-decoration: underline;
	color: #4C3227;
}

/* Content w/ Nav */
#Content {
	width: 705px;
	padding: 0 20px 0 0;
	border-right: 1px solid #4E3126;
}
#SideBar {
	float: right;
	width: 160px;
}

/*- Nav Path -*/
.nav-path{
	font-size: .9em;
	font-weight: bold;
	padding: 0;
	position: relative;
	color: #a3a3a3;
	margin: 0 0 10px;
}
.nav-path a{
	color: #a3a3a3;
	text-decoration: none;
}
.nav-path a:hover{
	color: #333333;
	text-decoration: underline;
}
.nav-path ul {
	margin: 0;
	padding: 0;
}
.nav-path li{
	display: inline;
}
.nav-path .fr li a {
	margin: 0 5px;
}
.nav-path li img{
	margin: 0 0 -3px;
	/*position: relative*/
}
.BreadCrumbs a {
	font-weight: normal;
}

/* SubNav */

.SubNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.SubNav ul li {
	margin: 0 0 6px;
	background: #4E3126;
	display: block;
	height: 50px;
	overflow: hidden;
}
.SubNav ul li.last {
	margin-bottom: 0;
}
.SubNav ul li a {
	padding: 4px 8px 0;
	font-size: 20px;
	font-family: "Times";
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	height: 46px;
	line-height: 100%;
	
}
.SubNav ul li a:hover, 
.SubNav ul li a.section,
.SubNav ul li a.current {
	color: #C0AEA6;
	text-decoration: underline;
}


/*=== Title Placeholder ===*/
/*.title{
	clear: both;
	height: 100px;
	overflow: hidden
}
.title img{
	display: block
}*/
/*=== All Columns ===*/
#columns{
	height: 1%;
	margin: 17px 0 0;
	padding: 0 17px 20px
}
.clear {
	clear: both;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	border: 1px solid #999999;
	font-size: 12px;
	height: 1%;
	padding: 17px 15px 0
}
.box a{
	color: #6b6b6b
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 ul{
	margin: 0 0 1.5em
}

/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
select{
	padding: 1px
}
/*- Search -*/
.search{
	height: 17px;
	margin: 0 0 10px;
	text-align: right;
	float:right; 
}
* html .search{
	float:right; 
}
.search input{
	float: right;
	width: 200px;
	margin-top: 0;
}
.search input.btn{
	margin: 0 0 0 10px;
	width: auto;
	float: right;
}
/*=== Link Buttons ===*/
.btn-cart a{
	background: url(../images/ico-cart.gif) no-repeat left;
	font-size: 10px;
	padding: 0 0 0 20px
}
.btn-return{
	margin: 0 0 15px
}
.btn-return a{
	background: url(../images/ico-arrow.gif) no-repeat left;
	color: #666666;
	padding: 0 0 0 18px;
	text-decoration: none
}
.btn-return a:hover{
	text-decoration: underline
}
.btn-enlarge a{
	background: url(../images/ico-zoom.gif) no-repeat top left;
	color: #6b6b6b;
	margin: 0 20px 0 0;
	padding: 0 0 1px 25px;
	text-decoration: none
}
.btn-print a{
	background: url(../images/ico-print.gif) no-repeat top left;
	color: #6b6b6b;
	margin: 0 20px 0 0;
	padding: 0 0 1px 25px;
	text-decoration: none
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic-product{
	height: 319px;
	margin: 0 0 11px;
	width: 356px
}
.th-products{
	margin: 0 0 1em
}
.th-products img{
	margin: 0 9px 0 0
}
/*=== Footer ===*/
#footer{
	color: #ffffff;
	font: .9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 1%;
	margin: 0 auto;
	padding: 15px 0;
	width: 915px
}
#footer h4 {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid white;
	display: block;
	width: 200px;
	margin: 0 0 3px 20px;
	padding: 0 0 3px;
}
#footer a{
	color: #ffffff;
	text-decoration: none
}
#footer a:hover{
	text-decoration: underline
}
#footer p{
	padding: 0 0 10px
}
#footer .footerNav,
#footer .footerNet {
	float: left;
	padding: 0 35px 0 7px
}
#footer .footerNav {
	border-left: 1px solid #ffffff;
}
#footer .footerNet {
	padding-left: 20px;
}
#footer .footerNav li{
	padding: 0 0 .3em
}
#footer .footerNet li {
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
	margin: 1px solid red;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
hr, .hl{
	border-top: 1px solid #999999;
	clear: both;
	height: 1px;
	margin: 0 0 15px;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.right {
	float: right;
	margin-left: 20px;
}
img.left {
	float: left;
	margin-right: 20px;
}
.txtr {
	text-align: right;
}
.message {
	display: block;
	width: 100%;
}

.Hero:hover img {
	filter:alpha(opacity=80);
  	opacity:0.8;
}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 0;
	padding: 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 0 0 20px 0;
	width: 100%;
}
ul#SearchResults h3 {
	margin-bottom: 0;
}

/* Homepage styles */
#Home {
	margin: -7px -7px -10px;
}
#Home img {
	display: block;
}
#homeColumn {
	width: 167px;
	float: right;
}
#homeColumn ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#homeColumn li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	float: left;
}
#homeColumn li.last {
	margin-bottom: 0;
}
.WidgetHolder {
	margin-bottom: 20px;
}