/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #f2f2e5 ;
	font-family:arial;
	font-size:12px;
	color:#534a40;
	
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:1000px; 
	padding: 0;
}

div#header {
	position:relative;
	top:0;
	left:0;
	height:64px;
	padding: 0 0 0 10px;
	margin:0 auto;
	text-align: right;
	background: URL("/design_images/newheader.gif") no-repeat;

}
	
div#content {
	background:#fff;
	border-left: 1px solid #c7df96;
	border-right: 1px solid #c7df96;
	border-bottom: 1px solid #c7df96;
	width: 974px;
	padding: 0 12px 12px 12px;
	margin: 0 auto 0 auto;
}

#footer {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:63px;
	clear:both;
	margin: 0 auto;
	padding: 0 0 0 0;
	font-family:arial,Helvetica,sans-serif;
	font-size:11px;
	color: #999;

	

}

a.footer{
	color: #000;
	font-weight: normal;
	text-decoration: none;
	margin: 0 5px;
	font-family: arial;
}

a.footer:hover{
	color: #6a9406;
	text-decoration: none;
	}
	

	
.PoweredBy{
	color: #000000;
	font-size: 9px;
}
.PoweredBy A, .PoweredBy A:link, .PoweredBy A:visited, .PoweredBy A:active, .PoweredBy A:hover {
	color: #000000;
	font-size: 9px;
	TEXT-DECORATION: underline;
}





/* content formatting */

#pagecontent {
	width: 599px;
	height:530px;
	margin: 46px 0 0 50px;
	padding:0 0 0 4px;
	overflow: hidden;
	line-height:18px;
	float:left;
	display:inline;
	font-family:georgia, times, serif;
	font-size:13px;

}
#pagecontentCat {
	width: 693px;
	height:530px;
	margin: 46px 0 0 50px;
	padding:0 0 0 4px;
	overflow: hidden;
	line-height:18px;
	float:left;
	display:inline;
	font-family:georgia, times, serif;
	font-size:13px;

}

#pagecontentSub {
	width: 693px;
	height:530px;
	margin: 46px 0 0 50px;
	padding:0 0 0 4px;
	overflow: hidden;
	line-height:18px;
	float:left;
	display:inline;
	font-family:georgia, times, serif;
	font-size:13px;

}

#Cartcontent {
	width: 850px;
	height:530px;
	margin: 46px 0 0 50px;
	padding:0 0 0 4px;
	overflow: hidden;
	line-height:18px;
	float:left;
	display:inline;
	font-size:13px;

}



#rightbar {
	width: 314px;
	height:570px;
	margin: 6px 0 0 0px;
	background: #534a40;
	float:right;
	text-align:left;
	font-family:georgia, times, serif;

	
}
#rightbarCat {
	width: 220px;
	height:570px;
	margin: 6px 0 0 0px;
	background: #534a40;
	float:right;
}


#catSpecs {
line-height:22px;
padding:15px 0 0 15px;
}

#rightbarCat {
background:#534A40 none repeat scroll 0 0;
float:right;
height:570px;
margin:6px 0 0 0;
width:220px;
}

#rightbartext {
	position:relative;
	width:265px; 
	height:324px;
	padding:6px 0 0 29px; 
	color:#fff; 
	font-size:14px; 
	line-height:24px; 
	background: URL("/graphics/sidebg.gif") no-repeat top left;
}

#rightbartextCat {
	position:relative;
	width:171px; 
	height:324px;
	padding:6px 0 0 29px; 
	color:#fff; 
	font-size:15px; 
	line-height:24px; 

}

div#insideheader {
	position:relative;
	width:974px;
	height:113px;
	padding: 0;
	margin:0 auto;
	font-family:arial,Helvetica,sans-serif;
	border-bottom:1px solid #a9a49f;
	background-color: #FFF;
	
}

.thumbcontainer {
	width:145px;
	height:182px;

	float:left; 
	display:inline;
	text-align:center; 
	margin:10px 0 0 23px; 
	_margin-left:20px;
	position: relative;
	line-height:15px;
	overflow: hidden;


}

.thumbcontainerSearch {
	width:145px;
	height:233px;

	float:left; 
	display:inline;
	text-align:center; 
	margin:10px 0 0 23px; 
	_margin-left:20px;
	position: relative;
	line-height:15px;
	overflow: hidden;

}

.searchText {
	height:32px; 
	overflow:hidden;
	margin:0;
	padding:0;
}

.thumbpic {
	width:145px; 
	height:145px; 
	border:0; 
	margin:0 0 7px 0; 
	overflow:hidden; 
	border:0;
	position: relative; 
}

.thumbnail {
	position:absolute; 
	top:0; 
	right:0; 
	border:0;
}

#topmenu {
	width: 660px;
	height:16px;
	margin: 0;
   position: relative;
   float:left;
}

#clear {
	clear: both;
}

div.clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #00498a;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #6a9406;
	text-decoration: underline;
}

a.imedia {
	color: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}

#header a { margin: 0 5px; }

a.header {
	color: #336600;
	font-weight: bold;
	text-decoration: none;
}

a.header:hover {
	text-decoration: underline;
}

a.inshead {
	color: #b85f18;
	font-weight: bold;
	text-decoration: none;
	margin: 0 5px;
	font-size:12px;
}

a.inshead:hover {
	color: #6a9406;
	text-decoration: underline;
}

a.thumb {
	color: #534a40;
	font-weight: normal;
	text-decoration: none;
	 outline: none;
	font-family:times, serif;
	font-size:15px;
}

a.thumbSearch {
	color: #534a40;
	font-weight: normal;
	text-decoration: none;
	 outline: none;
	font-family:times, serif;
	font-size:14px;
}

a.thumbSearchnav {
	color: #534a40;
	font-weight: normal;
	text-decoration: underline;
	 outline: none;
	font-family:times, serif;
	font-size:14px;
}

a.thumb:hover, a.thumbSearch:hover, a.thumbSearchnav:hover{
	color: #6a9406;
	text-decoration: none;
}

#searchNav {
margin:-30px 0 15px 0;
}


a.add {
	background: #6a9406;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size:14px;
	font-family:arial, helvetica, sans-serif;
	 outline: none;
	 padding:5px 12px 5px 12px;
	 float:right;
}

a.add:hover {
	background: #88b322;
	color: #fff;
	text-decoration: none;
}




h1 {
	font-weight:normal;
	font-size:32px;
	color: #534a40;
	border-bottom:6px solid #e4b15a;
	text-transform: capitalize;
	margin:0 0 35px -4px;
	padding:4px 0 0 0;
	height:36px;
	font-family:georgia, times, serif;

}

h2 {
	font-weight:normal;
	font-size:22px;
	color: #534a40;
	text-transform: capitalize;
	margin:8px 0 0 0;
	font-style:italic;
	font-family:times;
}

#price {
	font-weight:normal;
	font-size:20px;
	color: #534a40;
	text-transform: capitalize;
	margin:20px 20px 0 0;
	display:inline;
	font-style:italic;
	float:right;
	font-family:times;
	text-align:right;
	line-height:20px;
}

.price {
	padding:2px;
}


p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

.error {
	font-size:15px;
	line-height:17px;
	color: #1b1a1d;
	padding:10px 20px 20px 20px;
}

span.sale {
	color:#b63c24;
}

span.pricecut {
	color:#534a40;
}

/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}


/* links page  */

h5 {
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	margin:20px 0 5px 0;
	color: #e32b00;
}

	
div.links {
	padding: 8px 0 8px 10px;
	border-top: solid 1px #ccc6b4;
	width: 90%;
}

div.links a{
	color: #000000;
	text-decoration: none;
}

div.links a:hover{
	color: #e32b00;
	text-decoration: underline;
}






/* menu codes */



#topmenu ul {
   list-style: none;
   margin: 0 0 0 0;
   padding: 0;
   }

#topmenu li {
   display: inline;
   position: absolute;
}


#topmenu li a{
   float: left;
   font-size:15px;
   line-height: 12px;
   padding: 0 0 0 31px;
   white-space: nowrap;
   	text-transform: capitalize;
	height:16px;
}

#topmenu li a:hover {
	background: url('/graphics/menuBGon.gif') no-repeat;
	}
a.on {
	background: url('/graphics/menuBGon.gif') no-repeat;
	}
	
#topmenu a {
	color: #534a40;
	text-decoration: none;
	background: url('/graphics/menuBGoff.gif') no-repeat;

}
#topmenu a:hover {
	color: #534a40;
	text-decoration: none;
}	
	
	
	



ul.dropdown {
list-style: none;
margin: 0;
padding: 0;
border: none;
z-index:10000;
position:relative;
background-color:#FFFFFF;
}

ul.dropdown li span {
display: block;
_display:inline-block;
padding: 5px 15px;
color: #91de8b;
text-decoration: none;
text-transform: uppercase;
}
ul.dropdown li a {
display: block;
position: relative;
_display:inline-block; /* so IE doesn't add space between elements */
_width: 83%; /* makes block fill width in IE */
	padding: 6px 10px 7px 35px;
	width:92px;

font-size: 13px;
color: #000;
text-decoration: none;
	background: url('/graphics/menusubBGoff.gif') #fff no-repeat center left;
	border-bottom:1px solid #a9a49f;
}


ul.dropdown li a:hover{
color: #000;
	background: url('/graphics/menusubBGon.gif') #fff no-repeat center left;
	text-decoration: none;
}


#traditional {
	height: 115px;
	width:127px;
	padding: 0;
	position: absolute;
	top: 114px;
	left: 0px;
	display: none;
	z-index:10000;
	background:#fff;
}


#transitional {
	height: 50px;
	width:127px;
	padding: 0;
	position: absolute;
	top: 114px;
	left: 118px;
	display: none;
	z-index:10000;
	background:#fff;
}

#indooroutdoor {
	height: 20px;
	width:127px;
	padding: 0;
	position: absolute;
	top: 114px;
	left: 242px;
	display: none;
	z-index:10000;
	background:#fff;
}

#naturals {
	height: 20px;
	width:127px;
	padding: 0;
	position: absolute;
	top: 114px;
	left: 392px;
	display: none;
	z-index:10000;
	background:#fff;
}

#padsandunderlays {
	height: 20px;
	width:127px;
	padding: 0;
	position: absolute;
	top: 114px;
	left: 495px;
	display: none;
	z-index:10000;
	background:#fff;
}