@charset "utf-8";
/* CSS Document */

.container {
	width: 985px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}

.top_header {
	background-image: url(images/top_header.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 985px;
	height: 99px;
}

.main_header {
	background-image: url(images/main_header.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 985px;
	height: 181px;
	position: relative;
	z-index: 1;
}

.content {
	background-image: url(images/body_repeat.jpg);
	background-repeat: repeat-y;
	width: 985px;
	margin-top: -12px;
	
}

.text {
	width: 600px;
	font-size: 12px;
	padding-left: 20px;
}

.see_all_products {
	display: inline-block;
}

ul li {
	float: left;
	display: inline-block;
}

.products a {
	background-image: url(images/products.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 215px;
	height: 38px;
}

.form {
	display: inline-block;
	float: right;
	padding-right: 40px;
	margin-top: -350px;
	position: relative;
	z-index: 2;
	width: 210px;
}

.bottom_border {
	background-image: url(images/bottom_border.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 985px;
	height: 53px;
}

.zela {
	background-image: url(images/zela_footer.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 241px;
	height: 116px;
	margin-left: 415px;
	position: relative;
	z-index: 1;
}

.features {
	background-image: url(images/features.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 340px;
	height: 116px;
	float: right;
	margin-top: -116px;
	position: relative;
	z-index: 2;
}

.read_more a {
	background-image: url(images/read_more.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 108px;
	height: 46px;
	float: right;
	position: relative;
	z-index: 2;
	padding-right: 20px;
	margin-top: -45px;
}
