/* Main layout styles */
* {
	margin: 0 ;
	padding: 0;
}

html {
	background: #fff;
	font-size: 82.5%;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	overflow: -moz-scrollbars-vertical;

}

body {
	background: #b0a67f url(images/bg_wrapper.jpg) no-repeat top center;
	height: 660px;
	padding-top: 10px;
}
	body.products-body {
		background: #b0a67e url(images/bg_body_products.jpg) repeat-y center 0;
		height: 940px;
	}

#wrapper {
	background: url(images/bg_wrapper2.jpg) no-repeat -2px 100px;
	_background: url(images/bg_wrapper2.jpg) no-repeat 0 100px;
	height: 618px;
	margin: 0 auto;
	width: 950px;
}
	body.products-body #wrapper {
		background: none;
		height: auto;
	}
#header {
	background: url(images/header.jpg) no-repeat 0 0;
	height: 107px;
	margin: 0 auto;
	width: 929px;
}
	body.products-body #header {
		background: url(images/header-products.jpg) no-repeat 0 0;
	}

#nav {
	margin-left: 35px;
	height: 36px;
	width: 510px;
}

#content-main {
	display: inline;
	float: left;
	margin: 20px 0 0 38px;
	position: relative;
	width: 340px;
}

#footer {
	background: #000;
	height: 28px;
}
#copyright {
	background: #fff;
	padding-top: 5px;
}

/* Nav styling */
#nav ul {
	list-style: none;
}
#nav li {
	float: left;
}
#nav a {
	outline: none;
}
/* Nav Home & About */
a.home {
	background: url(images/nav.jpg) no-repeat 0 0;
	display: block;
	height: 36px;
	text-indent: -999em;
	width: 81px;
}
	a.home:hover, li.active a.home {
		background: url(images/nav.jpg) no-repeat 0 -36px;
	}
	
a.about {
	background: url(images/nav.jpg) no-repeat -81px 0;
	display: block;
	height: 35px;
	text-indent: -999em;
	width: 104px;
}
	a.about:hover, li.active a.about {
		background: url(images/nav.jpg) no-repeat -81px -36px;
	}
	
a.products {
	background: url(images/nav.jpg) no-repeat -185px 0;
	display: block;
	height: 35px;
	text-indent: -999em;
	width: 102px;
}
	a.products:hover {
		background: url(images/nav.jpg) no-repeat -185px -36px;
	}
	
a.info {
	background: url(images/nav.jpg) no-repeat -289px 0;
	_background: url(images/nav.jpg) no-repeat -287px 0;
	display: block;
	height: 36px;
	text-indent: -999em;
	width: 223px;
}
	a.info:hover {
		background: url(images/nav.jpg) no-repeat -289px -36px;
	}
/* Nav Products */
a.home-prod {
	background: url(images/nav_product.jpg) no-repeat 0 0;
	display: block;
	height: 36px;
	text-indent: -999em;
	width: 81px;
}
	a.home-prod:hover {
		background: url(images/nav_product.jpg) no-repeat 0 -36px;
	}
a.about-prod {
	background: url(images/nav_product.jpg) no-repeat -81px 0;
	display: block;
	height: 36px;
	text-indent: -999em;
	width: 104px;
}
	a.about-prod:hover {
		background: url(images/nav_product.jpg) no-repeat -81px -36px;
	}
	
a.products-prod {
	background: url(images/nav_product.jpg) no-repeat -185px 0;
	display: block;
	height: 36px;
	text-indent: -999em;
	width: 102px;
}
	a.products-prod:hover, li.active a.products-prod {
		background: url(images/nav_product.jpg) no-repeat -185px -36px;
	}
	
a.info-prod {
	background: url(images/nav_product.jpg) no-repeat -288px 0;
	display: block;
	height: 36px;
	text-indent: -999em;
	width: 223px;
}
	a.info-prod:hover {
		background: url(images/nav_product.jpg) no-repeat -288px -36px;
	}
/* Content-Main */
h2.home {
	background: url(images/h2_home.jpg) no-repeat 0 0;
	display: block;
	height: 86px;
	margin: 20px 0 30px 0;
	text-indent: -999em;
	width: 340px;
}	
h2.about {
	background: url(images/h2_about.jpg) no-repeat 0 0;
	display: block;
	height: 26px;
	margin: 20px 0 30px 0;
	text-indent: -999em;
	width: 126px;
}
h2.products {
	background: url(images/h2_products.jpg) no-repeat 0 0;
	display: block;
	height: 26px;
	margin: 0 0 20px 0;
	text-indent: -999em;
	width: 124px;
}

a.order {
	background: url(images/btn_order.jpg) no-repeat 0 0;
	display: block;
	height: 35px;
	position: absolute;
	text-indent: -999em;
	top: 363px;
	width: 141px;
}
a.find {
	background: url(images/btn_find.jpg) no-repeat 0 0;
	display: block;
	height: 35px;
	left: 150px;
	position: absolute;
	top: 363px;
	text-indent: -999em;
	width: 167px;
}
a.order-products {
	background: url(images/btn_order_products.jpg) no-repeat 0 0;
	display: block;
	float: left;
	height: 35px;
	margin: 30px 15px 30px 0;
	text-indent: -999em;
	width: 141px;
}
a.find-products {
	background: url(images/btn_find_products.jpg) no-repeat 0 0;
	display: block;
	float: left;
	height: 35px;
	margin: 30px 0;
	text-indent: -999em;
	width: 167px;
}
#content-main p{
	margin: 20px 0;
}
#content-main p.products {
	margin-top: 0;
	width: 800px;
}

/* Products */
#products {
	background: #c6be9e url(images/bg_products.jpg) no-repeat 0 0;
	padding: 15px 15px 0 15px;
	width: 839px;
	_width: 838px;
}

#products-bottom {
	background: #c6be9e url(images/bg_products-bottom.jpg) no-repeat 0 0;
	height: 17px;
	width: 869px;
	_width: 868px;
}
#products .column {
	float: left;
	width: 50%;
}

#products .column img.left {
	clear: left;
	float: left;
}
#products .column .product {
	float: left;
	margin-bottom: 10px;
	
}
#products .column h3, #products .column p {
	float: left;
	width: 225px;
}

#products .column h3 {
	font-size: 1em;
	margin-bottom: none;
}
#products .column p {
	margin-top: 5px;
}
/* Footer */
#footer {
	color: #fff;
}
#footer ul {
	margin: 0 auto;
	padding-left: 76px;
	width: 950px;
}
#footer ul li {
	float: left;
	font-size: .8em;
	list-style: none;
	margin-right: 15px;
	padding-top: 8px;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}
	#footer ul li a:hover {
		color: #ff2838;
	}	
#footer li.margin-small {
	margin-right: 5px;

}

/* Copyright */
#copyright p {
	font-size: .8em;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}
.clear {
	clear: both;
}