/* 
CSS
*/
 
body { text-align: center; font: 100% arial; color:#2d2a07; background:url(images/background.jpg) #b7b37f; background-repeat: repeat-x; background-position:top left;  margin: auto; text-align: center; line-height: 1.2em; letter-spacing: 0.01em;}
html { width:100%;}


#wrapper {width:900px; margin:auto; margin-top: 20px; text-align:left; background-color:#eee8c5; padding:20px;}


#top { width:900px; height:143px; margin:0 auto; background-image: url(images/top-background.jpg); border-top: 1px solid #f2e3bc; text-align:left; float: left;}
/*#header { width:900px; height: 235px; margin-top: -1px; background-image: url(images/header-image.jpg); background-repeat:no-repeat;}*/
/*table {width:400px;}*/
#main { float:left; width:900px; margin: 0px; font-size: 90%;}
#textblock {padding:20px; background-color:#4b471a; margin-top: 25px; margin-bottom:20px;}
#right { width:378px; margin: -220px 10px 10px 0; float:right; text-align:center;} 
#product_listing { width:900px; color:#4b471a;}
#product_listing p{ width:900px; color:#4b471a;}
#product_seperator {width:100%; height:2px; background-image:url(images/prd-border-img.jpg); background-repeat:repeat-x;}
.product_photo {float:left; margin: 0 30px 30px 0; border:8px solid #dbd59c;}
#backtotop {width:900px; text-align:right; font-size:80%;}
#backtotop a {color: #4b471a;}
#backtotop a:visited {color: #858150;}
.photo {margin-left: 45px;}
.photo-gallery img {float:left; margin-right:2px; border:1px solid #333333;}
.holder {
	float: left;
	background-color:#ccc6a0;
	width: 114px;
	margin: 15px 14px 20px 0;
	height: 200px;
}

.holder p {
	margin: 0px 11px 10px 11px;
}
li {color: #4b471a; margin:0 0 10px 0;}
ul { margin:none;}

th {
	background-color: #958c44;
	color: #eee8c5;
	text-align: left;
}
.tabcolour {
	background-color: #dfd7ab;
}
	
h1 {
	margin: 30px 0 10px 0;
	font-size: 170%;
	color:#4b471a;
}
h2 { margin: 30px 0 10px 0; font-size: 100%; color:#4b471a;}
.header {color: #858150;}

.highlight {
	font-size: 170%;
	color:#4b471a;
	font-weight: bold;
	line-height: 100%;
	
}

a {
	font-weight: bold;
	color: #4b471a;
}
a:hover {
	font-weight: bold;
	color: #a79d51;
}

.holder a {
	font-weight: bold;
	color: #4b471a;
}
.holder a:hover {
	font-weight: bold;
	color: #ffffff;
}

#phone {
	float:right; width:250px; text-align:right; color:white; font-size:90%; margin: 20px 20px 0 0;
}
#phone a {
	color: #ffffff;
}
#phone a:hover {
	color: #858150;
}


#footer { padding: 5px; font-size: 70%; color: #444; width: 916px; margin: auto; margin-top: 5px; margin-bottom:30px; text-align: left;}
#footer a:link, a:visited { color: #444; font-weight: normal;}

#left {
	float:left;
	margin:0;
	padding:0;
	
}
.imagehome {
	border: 11px solid #ccc6a0;
	margin-right: 3px;
}
.image {
	border: 11px solid #ccc6a0;
	margin-right: 3px;
	float:left;
}
.imagebigger {
	border: 11px solid #ccc6a0;
	margin-right: 10px;
}
.imagebiggerfloat {
	border: 11px solid #ccc6a0;
	margin-right: 10px;
	float:left;
	margin-bottom: 10px;
}



/* main nav */
#navcontainer { width: 900px; height: 37px; margin:-37px 0 0 0; padding: 0; font-family: arial; font-size:10pt; text-transform:uppercase; float: left;}

#nav, #nav ul { /* all lists */

	padding: 0;
	margin: 0;
	spacing:0;
	list-style: none;
	line-height: 1.2em;
	text-align: left;
	margin-right:2px; 
		}

#nav a {

	display: block;
	/*width: 160px;*/
	padding: 8px; 
	color: #eee8c5;
	text-decoration:none;
	margin:0;
	font-weight: bold;
		}	

#nav a:hover {

	display: block;

	/*width: 160px;*/

	color: #ffffff;
	background-color:#4b471a;

		}		



#nav li { /* all list items */

	float: left;
	width: 162px; /* width needed or else Opera goes nuts */
	border-left: 1px solid #958c44;
}



#nav li ul { /* second-level lists */

	position: absolute;

	background: #756c28;

	width: 162px;

	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

}

#nav li ul li {
	border-bottom: 1px solid #eee8c5;
	margin:0;
	border-left: none;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */

	left: auto;

	

}
/* main nav end */


/*form styles*/
/*Form styling*/
fieldset { float:left; border: none; padding: 6px; width: 400px; font-size: 100%; background-color: #fff;}
legend { border: 0; font-weight: bold; font-size: 110%; padding: 4px; background-color:#fff; border:2px solid #ccc;}
label {  float: left; margin-top: 8px; font-size:14px; margin-right: 10px; margin-bottom: 2px; text-align:left; color: #444; font-weight:normal; clear:both;}

fieldset .select { float: right; font: 14px arial; padding: 2px;  width: 225px; height: 38px;  border: 1px solid #ccc; margin: 12px 0 0 0; } 
fieldset .input { float: right; font: 14px arial; padding: 2px;  width: 220px; height: 35px;  border: 1px solid #ccc; margin: 12px 0 0 0; } 
fieldset .detailinput { float: left; font: 14px arial; padding: 2px;  width: 395px; height: 180px;  border: 1px solid #ccc; margin: 12px 0 0 0 } 

.submitbutton { float: right; font: 14px arial; width: 215px; height: 32px; border: none; color: white; background: #333; margin:5px 0px 5px 0;}
.formerror { padding:5px; border:1px solid #ececec; color:red;}
.formdetails { padding:5px; border:1px solid #ececec; color:#333; font-size:11px;}

.blank{display:none;} 
/*end form*/

.clearer {
clear:both;
height:0px;
overflow:hidden;
margin-top:-1px; 
}

