/**
 * 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: #886933;
	font-family:Lucida Grande, Lucida Sans Unicode,sans-serif;
	font-size:12px;
	color:#000000;
}

/* main table */

div#splashcontainer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:900px; 
	padding: 0;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:900px; 
	padding: 0;
	background: URL("/graphics/bg.gif") repeat-y; /* page bg with fade */
}

div#header {
	width:900px;
	height:164px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 100px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:900px;
	height:90px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif") no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
	visibility: hidden;
	color: #fff;
}




/* main nav */


#topmenu {
	width: 900px;
	height:30px;
	margin: 0 auto 0 auto;
	background: #886933;
}

#leftmenu {
	width: 156px;
	margin: 13px 0 0 13px;
	display:inline;
	float:left;
}




/* content formatting */

#splashcontent {
	width: 781px;
	height: 432px;
	margin: 44px 0 6px 63px;
	display:inline;
	padding:5px 0 0 5px;
	overflow: hidden;
	float:left;
	background: url("/graphics/splashbg.gif") no-repeat;
}

#pagecontent {
	width: 682px;
	padding: 37px 18px 20px 13px;
	overflow: hidden;
	line-height:16px;
	float:right;
	color:#fff;
}

#prodcontent {
	width: 713px;
	padding: 37px 0 20px 0;
	overflow: auto;
	line-height:16px;
	float:right;
	color:#fff;
}

.item {
	width:131px; 
	height:307px; 
	padding:11px; 
	margin:0 5px 35px 18px;
	background:#fff; 
	color:#000; 
	font-size:10px; 
	line-height:13px; 
	position:relative;
	float:left;
	display:inline;
}

.itempic {
	width:131px; 
	height:126px; 
	overflow:hidden;
	margin:0 0 12px 0;
}

.subitem {
	width:665px; 
	height:475px; 
	padding:15px; 
	background:#fff;
	margin:-11px 0 0 0;
}

.subitempic {
	float:left; 
	width:308px; 
	height:411px; 
	overflow:hidden;
}

.subct {
	float:right; 
	display:inline; 
	width:308px;
	margin:36px 17px 0 0; 
	color:#000;
}

#right_foot {
	float: right;
	padding-top: 10px;
	padding-right:17px;
	text-decoration: underline;
}

#left_foot {
	float: left;
	padding-top: 10px;
	padding-left:17px;
}



#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #e7e6e5;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #b09565;
	text-decoration: underline;
}

a.imedia {
	color: #fff;
	text-decoration: underline;
}
a.imedia:hover {
	color: #61411f;
	text-decoration: underline;
}

a.click {
	color: #000;
	text-decoration: none;
	font-weight:bold; 
	text-transform:uppercase;
	width:131px; 
	height:15px; 
	padding:3px 0 0 0; 
	background:#e7e6e5; 
	text-align:center; 
	position:absolute; 
	bottom:11px;
	left:11px;
}
a.click:hover {
	color: #b09565;
	background:#f1f1f1;
	text-decoration: none;
}

a.click2 {
	color: #000;
	text-decoration: underline;
	text-transform:uppercase;
}
a.click2:hover {
	color: #b09565;
	text-decoration: underline;
}

a.click3 {
	color: #000;
	text-decoration: none;
	font-weight:bold; 
	text-transform:uppercase;
	padding:5px 13px 5px 13px; 
	background:#e7e6e5; 
	text-align:center; 
}
a.click3:hover {
	color: #b09565;
	background:#f1f1f1;
	text-decoration: none;
}




h1 {
	font-weight:normal;
	font-size:21px;
	color: #fff;
	text-transform: capitalize;
	margin:0 0 28px 0;
}


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;
}



/* 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;
}






/* menu codes */

#navPyra {
	margin: 0;
	padding: 8px 0 20px 68px;
	border-bottom:1px solid #b8a88c;
	}

#navPyra li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navPyra a:link, #navPyra a:visited {
	float: left;
	font-size: 13px;
	line-height: 12px;
	font-weight: bold;
	padding: 0 41px 9px 41px;
	text-decoration: none;
	text-transform:uppercase;
	color: #fff;
	}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
	color: #fff;
	background: url(/graphics/tab_pyram.gif) no-repeat bottom center;
	}










	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 156px;
padding: 0;
font-size: 11px;
text-align:left;
text-transform:uppercase;
font-weight:bold;
}

* html #blueblock{ /*IE 6 only */
w\idth: 149px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
margin: 0;
}

li a.blueblock {
display: block;
padding: 7px 0 0 7px;
.padding: 6px 0 0 7px;
color: #fff;
text-decoration: none;
width: 149px;
height:20px;
.height:22px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #fff;
	text-decoration: none;
	background: url(/graphics/left_pyram.gif) no-repeat center left;
}





