body {
	background: #FFF url(images/body_bg.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4b4b41;
	cursor: default;
}

a,a:link,a:visited,a:active {
	cursor: pointer;
	text-decoration: none;
	color: #4b4b41;
}

a:hover,a:link:hover,a:visited:hover,a:active:hover {
	text-decoration: none;
	color: #4b4b41;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
}

div.container {
	width: 920px;
	height: auto;
	text-align: left;
	margin: 20px 0px 20px 0px;
}

div.logo {
	background: url(images/logo.jpg) center center no-repeat;
	width: 160px;
	height: 160px;
	position: absolute;
	margin: -10px 0px 0px 20px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.top_black {
	background: #000;
	width: 920px;
	height: 50px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

div.block1 {
	background: #FFF;
	width: 900px;
	height: 100px;
	text-align: right;
	padding: 15px 20px 0px 0px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

div.block1 div.phone {
	background: url(images/phone.jpg) center right no-repeat;
	width: auto;
	height: 34px;
	text-align: right;
	padding: 6px 60px 0px 0px;
	font-size: 24px;
	margin-right: 5px;
}

div.block1 div.mail {
	background: url(images/mail.jpg) center right no-repeat;
	width: auto;
	height: 34px;
	text-align: right;
	padding: 6px 60px 0px 0px;
	font-size: 24px;
	margin-right: 5px;
	margin-top: 5px;
}

div.block2 {
	background: #FFF;
	width: 880px;
	height: 300px;
	padding: 20px;
}

div.block2 div.product {
	float: left;
	width: 220px;
	height: 300px;
}

div.block2 div.round_left {
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

div.block2 div.round_right {
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

div.block2 div.product h1 {
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	margin-top: 24px;
	text-align: center;
}

div.block2 div.product div.product_img {
	width: 180px;
	height: 180px;
	margin: 46px 0px 0px 20px;
}

div.block3 {
	background: #FFF;
	width: 840px;
	height: auto;
	padding: 20px 40px 20px 40px;
	line-height: 24px;
}

div.block3 div.hr {
	width: 800px;
	height: 10px;
	margin: -10px 0px 20px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h2 {
	font-size: 24px;
	margin: 0px 0px 20px 10px;
}

div.block4 {
	background: #FFF;
	width: 840px;
	height: auto;
	padding: 20px 40px 20px 40px;
	font-size: 20px;
	line-height: 28px;
}

div.block4 table.cols td.partner {
	width: 398px;
	height: 188px;
	vertical-align: middle;
	background: #E6E6E6;
	border: solid 1px #000;
	cursor: pointer;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div.block5 {
	background: #FFF;
	width: 840px;
	height: auto;
	padding: 20px 40px 20px 40px;
	font-size: 20px;
	line-height: 28px;
}

div.block5 div.col {
	float: left;
	width: 260px;
	color: #9bd73e;
}

div.footer_container {
	background: #000;
	width: 100%;
	height: 50px;
}

div.footer_container div.footer {
	width: 920px;
	text-align: center;
	font-size: 13px;
	color: #FFF;
	padding-top: 14px;
}
