/* � xHtml Master 2007 - 2009 */
html, body {
	height: 100%;
}
body {
	background:url(../img/bg.jpg) repeat top center;
	color:#333333;
	font:italic 14px Georgia, "Times New Roman", Times, serif;
}
a {
	color:#517308;
}
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
	display:block;
	height:0em;
}
.png, .block {
	display:block;
}
button {
	display:block;
	float:right;
	overflow:visible;
	border:0;
	background:none;
	cursor:pointer;
}
  button span {
		background:url(../img/bg-button.gif) repeat-x top;
		height:31px;
		padding:0 18px;
		color:#fff;
		font:bold 14px/30px Georgia, "Times New Roman", Times, serif;
		text-transform:uppercase;
		display:block;
		float:right;
		border:solid 1px #333;
	}
	
input.text {
	background:url(../img/bg-input.gif) repeat-x top;
	border:solid 1px #ccc;
	border-top:solid 2px #ccc;
	display:block;
	margin-bottom:7px;
	font:13px Arial, Helvetica, sans-serif;
	color:#000;
	padding-top:7px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
}
textarea {
	background:url(../img/bg-textarea.gif) repeat-x top;
	border:solid 1px #ccc;
	border-top:solid 2px #ccc;
	display:block;
	margin-bottom:7px;
	font:13px Arial, Helvetica, sans-serif;
	color:#000;
	height:230px;
	padding-top:7px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
}

#container {
	background:url(../img/bg-top.jpg) repeat-x top center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -68px;
}
#footer, .push {
	height: 68px;
}

#header {
	width:922px;
	margin:0 auto;
	text-align:left;
	height:75px;
}
	#header h1 {
		float:left;	
	}	
		#header h1 img {
			display:block;	
		}
		
	#header ul {
		float:right;
		padding-top:33px;
		font-size:16px;
		color:#fff;
		font-style:normal;
	}
		#header ul li {
			display:inline;	
			letter-spacing:0.5em;
		}
			#header ul li a {
				color:#fff;
				text-decoration:none;
				letter-spacing:normal;
			}
			#header ul li a:hover,
			#header ul li a.active {
				color:#cda653;
			}
			
#content {
	width:948px;
	margin:0 auto;
	padding-bottom:30px;
}
	#frame {
		width:948px;
		background:url(../img/frame-b.gif) no-repeat bottom;
		margin-bottom:18px;
		position:relative;
	}
		#frame h2 {
			background:url(../img/transparency.png) repeat;
			height:38px;
			line-height:36px;
			padding:0 10px;
			font-size:28px;
			font-style:normal;
			position:absolute;
			color:#000;
			top:225px;
			left:68px;
		}
		#frame h3 {			
			height:39px;
			line-height:37px;
			font-size:15px;
			color:#fff;
			text-align:center;
		}
		#frame .img {
			display:block;
			border:solid 10px #fff;
			border-bottom:0;
			margin:0 auto;
		}
		
	#slider {
		background:#fff;
		padding:10px;
		width:900px;
		margin:0 auto 24px auto;
		position:relative;
	}
		#slider .left img {
			top:250px;	
			left:10;
			position:absolute;
			display:block;
		}
		#slider .right img {
			top:250px;	
			right:10px;
			position:absolute;
			display:block;
		}
		#slider img.img {
			display:block;
		}
		#slider h2 {
			position:absolute;
			bottom:50px;
			left:75px;
			color:#fff;
			font-size:30px;
			font-style:normal;
		}
			#slider h2 small {
				font-size:18px;
				display:block;
			}
	
	#page h2 {
		background:url(../img/separator.gif) no-repeat bottom center;
		font-size:16px;
		color:#333;
		border-top:solid 1px #d6cfbd;
		padding-top:8px;
		padding-bottom:18px;
		text-align:center;
		margin-bottom:11px;
	}
	#page p {
		line-height:150%;
		padding-bottom:16px;
	}

	.home {
		width:948px;	
	}
		.home #left {
			float:left;
			width:460px;
			padding-top:7px;
		}
			.home #left .brand {
				display:block;
				float:left;
				padding-right:20px;
				position:relative;
				top:-7px;
			}
			.home #left .info {
				width:460px;	
				margin-top:10px;
				padding-bottom:10px;
			}
				.home #left .info h4 {
					float:left;
					padding-top:20px;
					padding-left:45px;
				}
				.home #left .info .right {
					padding-right:16px;	
				}
				.home #left .info a img {
					display:block;
					float:left;
					padding-left:5px;
				}
		
		.home #right {
			float:right;
			width:475px;
		}
			.home #right .promo img {
				display:block;
				padding-bottom:16px;
			}
			.home .gallery {
				width:100%;
				padding-bottom:10px;
			}
				.home .gallery a.first {
					padding-left:0;	
				}
				.home .gallery a {
					padding-left:11px;
					display:block;
					float:left;
padding-bottom:15px;
				}
				.home .gallery a img {
					border:solid 1px #d6cfbd;
					padding:7px;
					display:block;
					float:left;
				}
				.home .gallery a:hover img {
					border:solid 1px #aaa;	
				}
				
	.contact {
		width:948px;
		padding-bottom:10px;
	}
	#contact-form {
		width:455px;
		float:left;
	}
		#contact-form label {
			display:block;
			font:13px Arial, Helvetica, sans-serif;
			color:#000;
			padding-bottom:5px;
		}
		#contact-form input.text {
			width:443px;	
		}
		#contact-form textarea {
			width:443px;
			margin-bottom:14px;
		}
		
	#contact-info {
		width:456px;
		float:right;
	}
		#contact-info .map {
			padding:4px;	
			border:solid 1px #ccc;
			margin-bottom:12px;
		}
			#contact-info .map img {
				display:block;	
			}
		#contact-info .address {
			background:#fff;
			border:solid 1px #F2F0E7;	
			border-bottom:solid 1px #D6CFBD;
			padding:15px 22px;
			font:12px Arial, Helvetica, sans-serif;
			color:#333;
		}
			#contact-info .address img.left {
				padding-top:12px;	
			}
			#contact-info .address address {
				font-style:normal;	
				line-height:180%;
				float:right;
				width:340px;
			}
	
	#spage {
	}

#productlist {
font-size:13px;
line-height:25px;
margin-left:210px;
width:710px;
}


		#spage h2 {
			background:url(../img/separator.gif) no-repeat bottom center;
			font-size:23px;
			color:#333;
			text-align:left;
			padding-bottom:24px;
			margin-bottom:12px;
		}
		#spage p {
			line-height:150%;
			padding-bottom:16px;	
		}
		#spage .ad {
			background:#fff;
			float:left;
			padding:5px;
			margin-right:24px;
			margin-bottom:18px;
		}
	
	#sidebar {
		float:left;
		width:303px;
		padding-left:15px;
	}
		#sidebar ul {
				
		}
			#sidebar ul li {
				display:block;	
			}
				#sidebar ul li a {
					display:block;
					border-top:solid 1px #d6cfbc;
					padding:10px 30px 12px 30px;
					text-decoration:none;
					color:#333;
				}
				#sidebar ul li a:hover {
					background:#dad4c3;
					border-top:solid 1px #b2aea0;
					border-left:solid 1px #b2aea0;
					padding-left:29px;
				}
				#sidebar ul li a.active {
					background:url(../img/arrow.gif) no-repeat 29px 14px #dad4c3;
					border-top:solid 1px #b2aea0;
					border-left:solid 1px #b2aea0;
					padding-left:49px;
				}
		
#footer {
	background:#20160d;
	border-top:solid 6px #333;
	height:62px;
}
	#footer .wrapper {
		width:948px;
		margin:0 auto;
	}
	#footer ul {
		font-style:normal;
		padding-top:10px;
		padding-bottom:4px;
	}
		#footer ul li {
			display:inline;	
			color:#cda653;
			letter-spacing:0.3em;
		}
			#footer ul li a {
				color:#fff;
				text-decoration:none;
				letter-spacing:normal;	
			}
			#footer ul li a:hover,
			#footer ul li a.active {
				color:#cda653;
			}
			
	#footer p {
		color:#cda653;
		font-style:normal;
	}
		#footer p a {
			color:#cda653;
			text-decoration:none;
		}
		#footer p a:hover {
			color:#fff;	
		}