@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/gradient_bkgrnd.png); background-repeat:repeat-x; background-color:#ffeebb;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}
.thrColFixHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #5E2605;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: #ffffff;
	padding: 0 0px 0 00px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align:left;
}

.lineheight {
	line-height:1.5;
}	
	
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 165px; /* padding keeps the content of the div away from the edges */
	background-color:#800000;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.thrColFixHdr #mainContent {
	float: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	color:#603913;
	font-size: 12px;
	font-style: normal;
	width: 665px;
	border: 1px solid #c7b299;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #5E2605;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	color: #FADBA0;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	FONT-SIZE: 11px;
	FONT-FAMILY: Tahoma, Verdana, Arial;
	COLOR: #FADBA0;
	text-transform: uppercase;
	text-decoration: none;
	text-align:center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border:2px solid;
	border-color:#5E2605;
	margin-top:5px;
	margin-bottom:10px;
	width:255px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border:2px solid;
	border-color:#5E2605;
	margin-top:5px;
	margin-bottom:10px;
	clear:both;
	width:255px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.imageborder {
	background-color:#FFFFCC;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5E2605;
	border-left-color: #5E2605;
}	

h1 {
	font-weight:bold;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#5E2605;
}

h3 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#5E2605;
	text-decoration:none;
	margin-bottom: 0px;
}

h2 {
	font-weight:bold;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FADBA0;
}			

A:link {
	color: #5E2605;
	text-decoration: none;
}

A:visited {
	color: #5E2605;
	text-decoration: none;
}

A:active {
	color: #5E2605;
	text-decoration: none;
}

A:hover {
	color: #7c5239;
	text-decoration: none;
	clear: none;
}
.searchbar {
	background-color:#f4e7df;
	border-color:#f4e7df;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#5E2605;
	line-height:1.7;
}

.menu {
	background-color:#FFFFFF;
	border-color:#c7b299;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#5E2605;
	line-height:1.7;
}

A.menutop:link{
	background-color:#c7b299;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#5E2605;
}

A.menutop:visited{
	background-color:#c7b299;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#5E2605;
}

A.menutop:hover{
	background-color:#c7b299;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #ffffff;
}

A.menutop:active{
	background-color:#c7b299;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#5E2605;
}

.menutopborder {
	padding-left:10px;
	margin-top:0px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color:#c7b299;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #c69c6d;
}
	
A.menu:link {
	FONT-SIZE: 11px; FONT-FAMILY: Tahoma,Verdana,Arial; COLOR: #3f1800; text-transform: uppercase;
	text-decoration: none;
}

A.menu:visited {
	FONT-SIZE: 11px; FONT-FAMILY: Tahoma,Verdana,Arial; COLOR: #3f1800; text-transform: uppercase;
	text-decoration: none;
}

A.menu:active {
	FONT-SIZE: 11px; FONT-FAMILY: Tahoma,Verdana,Arial; COLOR: #3f1800; text-transform: uppercase;
	text-decoration: none;
}

A.menu:hover {
	FONT-SIZE: 11px; FONT-FAMILY: Tahoma,Verdana,Arial; COLOR: #7c5239; text-transform: uppercase;
	text-decoration: none;
	background-color: #ffffff;
}

span.price { /*this is the color of the price on the product page*/
color: #5E2605;
padding-top: 4px;
font-weight:bold;
text-align: center;
text-decoration: none;
}

span.detailprice, .prodprice { /*font color for text "Price" on the detail and product*/
color: #000000;
padding-top: 4px;
font-weight:bold;
text-align: center;
text-decoration: none;
}  

.detailimage { /*this is for the product detail page image */
padding: 4px;
background-color: #ffffff;
vertical-align : top;
text-decoration: none;
} 

.detailname { /*this is for the product detail page */
    color: #5E2605;
    font-size: 12px;
	font-family : Tahoma,Verdana,Arial;
	text-decoration: none; 
} 

td.product { /*this is for the ALL Products page...not the single product or product detail page */
FONT-SIZE: 12px; FONT-FAMILY: Tahoma,Verdana,Arial; COLOR: #000000;
border: 1px solid; 
border-color:#c7b299;
background-color: #FFFFFF;
text-align: center;
text-decoration: none; 
}

.prodname { /*ALL Products */
	FONT-SIZE: 12px; FONT-FAMILY: Tahoma,Verdana,Arial; COLOR: #5E2605;
	text-decoration: none;
}

A.prodname:active {
	FONT-SIZE: 12px; FONT-FAMILY: Tahoma,Verdana,Arial; COLOR: #5E2605;
	text-decoration: none;
}

A.prodname:hover {
	FONT-SIZE: 12px; FONT-FAMILY: Tahoma,Verdana,Arial; COLOR: #7c5239;
	text-decoration: none;
}
	
A.prodname:link {
	FONT-SIZE: 12px; FONT-FAMILY: Tahoma,Verdana,Arial; COLOR: #5E2605;
	text-decoration: none;
}

A.prodname:visited {
	FONT-SIZE: 12px; FONT-FAMILY: Tahoma,Verdana,Arial; COLOR: #5E2605;
	text-decoration: none;
}

A.td.ectlink:visited {
	FONT-SIZE: 12px; FONT-FAMILY: Tahoma,Verdana,Arial; COLOR: #5E2605;
	text-decoration: none;
}

A.ectlink:link {
	FONT-SIZE: 12px; FONT-FAMILY: Tahoma,Verdana,Arial; COLOR: #5E2605;
	text-decoration: none;
}

input.search {
	height: 17px;
	background-color:c7b299;
	border: solid #5E2605;
	border-width: 1px;
	font-family: Tahoma,Verdana,Arial;
	color: rgb(0,0,70);
	font-size: 11px;
}

.horizontalrule {
	color:#99CCFF;
	width:300px;
	margin-left:185px;
}	
	
div.AuthorizeNetSeal{
	text-align: center;
	font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size:10px;
	border-top-style: none;
	border-top-color: #51371e;
	border-left-color: #F0F0F0;
	padding-top: 10px;
	margin-top: 5px;
}

td.mincart {
	font-size: 10px;
	font-family : Verdana;
	color: #69533e;
	background-color:#c7b299;
}

A.mincart:link {
	font-size: 10px;
	font-family : Verdana;
	color : #69533e;
}

A.mincart:active {
	font-size: 10px;
	font-family : Verdana;
	color : #69533e;
}

A.mincart:visited {
	font-size: 10px;
	font-family : Verdana;
	color : #69533e;
}

A.mincart:hover {
	font-size: 10px;
	font-family : Verdana;
	color : #fdc689;
}

TD.mincart {
font-size: 10px;
font-family : Verdana;
}

P.mincart {
font-size: 10px;
font-family : Verdana;
background-color: #c7b299;
}

.services {
	FONT-SIZE: 12px;
	FONT-FAMILY: Tahoma,Verdana,Arial;
	COLOR: #000000;
	float: left;
	width: 250px;
	position: relative;
	height: 180px;
	padding-right: 0px;
	margin-right: 4px;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 0px;
}

.shops {
	FONT-SIZE: 12px;
	FONT-FAMILY: Tahoma,Verdana,Arial;
	COLOR: #000000;
	float: none;
	width: 330px;
	position: relative;
	height: 175px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 3px;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;
	overflow: hidden;
}

.fltlft2 { /* footer items - this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	width: 100px;
}

.fltrt2 { /* footer items - this class can be used to float an element right in your page */
	float: right;
	margin-right: 8px;
	width: 300px;
}

.interest {
	FONT-SIZE: 12px;
	FONT-FAMILY: Tahoma,Verdana,Arial;
	COLOR: #000000;
	float: left;
	width: 230px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;
	overflow: hidden;
	position: relative;
}

.p-footer {
	font-weight:bold;
	font-size:14px;
	text-align:center;
	text-transform: uppercase;
	border-bottom:1px solid #990000;
}

.footer-logos	{
	border-top:1px;
	border-style:solid;
	border-color:#5E2605;
}
				

