* {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 11px;
}

html, body {
	width: 100%;
	height: 100%;
	
	background-color: #ecac64;
	text-align: center;
}

img {
	border: 0px;
}

input, textarea {
	margin: 2px 0;
	margin-left: 10px;
	height: 18px;
	width: 300px;
	
	border: 1px solid #000;
}
input[type="submit"] {
	padding: 2px 8px;
	margin: 2px 0;
	margin-left: 10px;
	width: auto;
	height: auto;
	background: transparent;
	
	border-width: 0 2px 0 2px;
	border-color: #896b45;
	border-style: solid;
	
	color: #896b45;
	font-weight: bold;
	
	font-size: 14px;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	
	background-color: #fff;
	text-align: left;
}
	#content {
		padding-top: 302px;
	}
	#header {
		position: absolute;
		top: 0px;
	}
		#header table {
			background-repeat: no-repeat;
			width: 900px;
		}
		
	#clearAll { clear: both; }


.menuBackground { height: 271px; }
.menuText { 
	padding: 8px 0;
	width: 130px;

	background-color: #dcae7a;
	background-image: url('../../gfx/nonactiveMenu.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	
	text-align: center;
	
	font-weight: bold;
}
	
.menuItem { 
	padding-left: 2px;
}
.activeMenu .menuBackground {
	padding: 20px 0 15px 10px;
	height: 236px;
	
	background-color: #5f4b2a;

	opacity: .9;
	filter: alpha(opacity=90);
	
	font-weight: bold;
	color: #fff;
}
 	.activeMenu .menuBackground ul { 
		position: absolute;
		bottom: 40px;
		
		text-align: center;
		list-style: none;
 	}
 	.activeMenu .menuBackground ul li a { 
		line-height: 20px;
		
		
		color: #dcbfa1;
		text-decoration: none;
 	}
 	.activeMenu .menuBackground ul li a.subActive { color: #fff; }
.activeMenu .menuText {
	padding-left: 3px;
	
	background-color: #755932;
	background-image: url('../../gfx/activeMenu.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	
	color: #fff;
}
	.menuText a {
		color: #000;
		text-decoration: none;
	}
	.activeMenu .menuText a {
		color: #fff;
		text-decoration: none;
	}

#logoSpacer {
	width: 237px;
	height:271px;
	
	background-color: #fff;
}

#siteContent {
	float: left;
	
	margin: 15px 0 15px 20px;
	_margin-left: 5px;
	padding: 25px 20px 25px 20px;
	width: 605px;
	line-height: 18px;
	background-color: #eae9e5;
	background-image: url('../../gfx/contentTop.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}
#wideContent {
	float: left;
	
	margin: 15px 0 15px 20px;
	_margin-left: 10px;
	padding: 25px 20px 25px 20px;
	width: 820px;
	
	background-color: #eae9e5;
}

#rightContent {
	float: right;
	
	margin: 15px 10px 15px 0;
	width: 220px;
}
	#componentTitle {
		padding: 8px;
	
		background-color: #fcc300;
		background-image: url('../../gfx/rightTop.jpg');
		background-position: top left;
		background-repeat: no-repeat;
	}
		#componentTitle a {
			font-size: 9px;
			color: #000;
			
		}
	#componentContent {

		margin-top: 5px;
		
		background-color: #eae9e5;
	}
	.halfWay {
		line-height: 18px;
		float: left;
		width: 350px;
	}
#contactBar {
	clear: both;
	padding: 5px 0;
	
	background-color: #dbaa72;
	text-align: center;
	color: #786041;
	
	border-bottom: 2px solid #fff;
}
.contactForm {
	padding: 30px 0 0 20px;
	width: 420px;

	border-left: 1px solid #000;
}

.productItem {
	width: 252px;
	background-color: #fff;
	border: 7px solid #fff;
	vertical-align: bottom;
}
	.productInfo {
		height: 95px;
		padding: 3px;
		background-color: #5d4c31;
		color: #fff;
		font-weight:bold;
		line-height: 15px;
	}
	.productImg {
		text-align:center;
		background: #fff;
		width: 252px;
		min-height: 95px;
		height: auto;
	}

/* captcha */

.tdverifcode
    {
        padding: 2px 0px 2px 10px;
    }

.captchaimg
    {
        margin: 0px;
        margin-left: 10px;
        position: relative;
        top: 5px;
    }

.captchainput
    {
        width: 60px;
        margin: 0px;
        margin-top: -4px;
    }    
