/* 
CSS
*/
 
body { text-align: center; font: 100% arial; color:#ffffff; background:url(images/background.png) #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; text-align:left; background-color:#eee8c5; padding:4px;}
#top { width:900px; height:143px; margin:auto; background-image: url(images/top-background.jpg); border-top: 1px solid #f2e3bc; text-align: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;}

li {color: #4b471a; margin:0 0 10px 0;}
ul { margin:none;}

h1 {
	margin: 30px 0 10px 0;
	font-size: 170%;
	color:#000;
	text-transform:uppercase;
}
h2 { margin: 30px 0 10px 0; font-size: 100%; color:#4b471a;}
.header {color: #858150;}

#main a:link { color: #4b471a; text-decoration: underline; }
#main a:active { color: #4b471a; text-decoration: underline; }
#main a:hover { color: #858150; text-decoration: underline;}
#main a:visited { color: #858150; text-decoration: none; }

a:link { color: #ffffff; text-decoration: underline; }
a:active { color: #4b471a; text-decoration: underline; }
a:hover { color: #858150; text-decoration: underline;}
a:visited { color: #858150; text-decoration: none; }

#footer { padding: 5px; font-size: 70%; color: #444; width: 916px; margin: auto; margin-top: 30px; margin-bottom:30px; text-align: left;}
#footer a:link, a:visited { color: #444; font-weight: normal;}


/* main nav */
#navcontainer { width: 900px; height: 40px; margin:-33px 0 0 0; padding: 0; font-family: arial; font-size:10pt; text-transform:uppercase;}

#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: 122px;
	padding:4px; 
	color: #eee8c5;
	text-decoration:none;

		}	

#nav a:hover {

	display: block;

	width: 122px;

	color: #eee8c5;
	text-decoration:underline;


		}		



#nav li { /* all list items */

	float: left;
	width: 124px; /* width needed or else Opera goes nuts */
}



#nav li ul { /* second-level lists */

	position: absolute;

	background: #756c28;

	width: 124px;

	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

}



#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; 
}
