/**
 * 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: URL("/graphics/bg.gif") #1b120d repeat-x;
	font-family:tahoma,verdana,arial,sans-serif;
	font-size:13px;
	color:#000000;
	
}

/* main table */

div#splashcontainer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:966px; 
	padding: 0;
	background: URL("/graphics/splashbg.gif") repeat-y; /* page bg with fade */
	
	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:966px; 
	padding: 0;
	background: URL("/graphics/mainbg.gif") repeat-y; /* page bg with fade */
	color: #5E4738;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}


div#header {
	width:966px;
	height:101px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
	overflow:hidden;
}
	
div#content {
	padding:0 0 150px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	width:966px;
	height:127px;
	background: url("/graphics/footer.gif") no-repeat;
	font-size:11px;
	color: #ecebea;
	margin: 0 auto 0 auto;
	
	position:absolute;
	bottom:0; /* stick to bottom */
	visibility: hidden;

}





/* content formatting */

#leftbarsplash {
	width: 216px;
	overflow: hidden;
	background: url("/graphics/leftbg.gif") no-repeat 0 -1px;
	line-height:32px;
	font-size;15px;
	color:#eeebe7;
	font-family:georgia, times, serif; 
	float:left;
	display:inline;
	margin:0;
	padding:95px 35px 0 26px;
}

#leftbar {
	width: 242px;
	overflow: auto;
	background: url("/graphics/leftbg.gif") no-repeat 0 -1px;
	line-height:22px;
	float:left;
	display:inline;
	margin:0;
	padding:99px 0 0 35px;
}

#leftbar span {
	font-family:georgia, times, serif; 
	color:#eeebe7; 
	font-size:16px; 
	font-weight:normal;
	margin:0 0 0 10px;
}

#splashpagecontent {
	width: 689px;
	margin: 0 0 20px 0;
	overflow: hidden;
	line-height:22px;
	float:right;
	display:inline;
}


#pagecontent {
	width: 600px;
	margin: 40px 50px 20px 0;
	overflow: hidden;
	line-height:22px;
	float:right;
	display:inline;
}

/*
#pagecontent img {
	float:right;
	display:inline;
	margin:-20px -58px 20px 20px;
	border-right:13px solid #006587;

}

*/


#logolink {
	width:205px; 
	height:154px; 
	border:0; 
	position:absolute;
	top:12px;
	left:35px;
}

.infobox {
	border:1px solid #d9d9d9; 
	font-family: arial;  
	font-size: 11px; 
	color: #47485e; 
	width:133px; 
	height:15px;
	padding:3px 0 0 5px;
}

.box {
	width: 152px;
	overflow: hidden;
	background: url("/graphics/boxbg.gif") repeat-x;
	font-size:11px;
	line-height:15px;
	float:left;
	display:inline;
	margin:16px 0 0 18px;
	padding:7px 0 0 0;
	color:#eeebe7;
}

#left_foot {
	float: left;
	margin: 34px 0 0 11px;
}

#right_foot {
	float: right;
	margin: 34px 11px 0 0;
}


#right_foot a{
	color: #ecebea;
	text-decoration: none;
}

#right_foot a:hover{
	color: #554030;
	text-decoration: underline;
}


#clear {
	clear: both;
}

div.clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #554030;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #8c5c38;
	text-decoration: underline;
}

a.more {
	color: #f5d784;
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
}
a.more:hover {
	color: #fff9e9;
	text-decoration: underline;
}

a.front-shop {
	color:#fff;
	text-decoration: none;
}

.lit {
	font-size:11px;
	float:left; 
	width:269px;
	display:inline;
	text-transform:uppercase;
	margin:30px 0 0 7px;
}

ul.lit   {
	list-style:none;
	margin: 0;
	padding:0;
}

li.lit  {
	list-style:none;
	margin: 0;
	padding:0 0 0 11px;
	width:258px;
	background: url("/graphics/arrow.gif") no-repeat 0 8px;
}

.lit a {
	color:#554030;
	text-decoration: none;
}

.lit a:hover {
	color:#7a7143;
}



#newslist{
padding: 0;
font-size: 12px;
text-align:left;
}

#newslist ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#newslist li {
margin: 0;
}

li a.newslist {
display: block;
padding: 0;
color: #000000;
text-decoration: underline;
height:28px;
}

li a.newslist:hover{
color: #7f2319;
	text-decoration: underline;
}










h1 {
	font-weight:normal;
	font-size:19px;
	color: #3d2b1d;
	text-transform: uppercase;
	margin:0 0 20px 0;
	font-family:tahoma,verdana,arial,sans-serif;
 
}


p { 
	margin:26px 0 26px 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: #0d0a08;
	text-decoration: none;
	font-family:tahoma,verdana,arial,sans-serif;

}
a.catalog:hover {
	color: #7a7143;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 11px;
	font-family:tahoma,verdana,arial,sans-serif;
	font-weight: 500;
}
.catalogTitle {
	color: #A64233;
	text-decoration: none;
	font-size: 14pt;
	font-weight: bold;
	font-family:tahoma,verdana,arial,sans-serif;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	font-family:georgia, times, serif;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	font-family:georgia, times, serif;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}

ul.catitem {
	margin-left: -25px;
	}

/* 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;
}


/* shop page */

div#productbox {
	border: 3px solid black;
	vertical-align: bottom;
	position: relative;
	height: 400px;
	color: #402C1D;
	}

.bold {
	color: #B83623;
	font-size: 14px;
	font-weight: bold;
	}
	
a.email {
	text-decoration: none;
	color: #B83623;
	}

span.smallz {
	font-size: 11px;
	}
	
img.mainphoto {
	border: 0px solid white;
	width: 100px;
	padding-bottom: 5px;
	margin: 52px 0 0 0;
	}
	

div.attributes {
	width: 170px;
	float: right;
	}



div#additionalpic {
	float: left;
	vertical-align: bottom;
	}

div#productdescription {
	vertical-align: top;
	margin: 0px 0 10px 20px;
	}

/* menu codes */

	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 74px -1px 0 0;
width:725px;
padding: 0;
float:right;
display:inline;
}

#underlinemenu ul{
margin: 0;
padding-left: 0;
float: left;
font-weight:normal;
font-size:12px;
line-height:12px;
text-transform:uppercase;
width: 100%;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: right;
color: #eeebe7;
font-weight:bold;
padding: 5px 17px 0 17px;
height:17px;
text-decoration: none;
	background: url("/graphics/menubg.gif") no-repeat right top;
}

#underlinemenu ul li a:hover{
color: #eeebe7;
	background: url("/graphics/menubg.gif") #483525 no-repeat right top;
}











	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 200px;
height:652px;
margin:0;
font-size: 13px;
text-align:left;
float:left;
margin:10px 0 0 0;
}

* html #blueblock{ /*IE 6 only */
w\idth: 190px; /*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: 11px 0 0 10px;
color: #eeebe7;
text-transform:uppercase;
text-decoration: none;
width: 190px;
height:34px;
border-top:1px dotted #837468;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #edd094;
	text-decoration: none;
}








