html  {
	margin: 0px;
	padding: 0px;
}

a { 
	color: #069;
	text-decoration: underline;
	font-weight: bold;
}

a:hover { 
	text-decoration: none;
	color: #000;
}

body { 
	color: #2F2F2F;
	text-align: center;
	font-size: 14px;
	font-family: Tahoma;
	margin: 0px !important;
	padding: 0px !important;
}

.maincontent {
	margin-left: auto;
	margin-right: auto;
	width: 908px;
	margin-top: 0px;
	padding-top: 0px;
}

.bg {
	background: url('images/bg_mid.png') repeat-y 0px 0px;
	float: left;
	width: 908px;
}

.bg_mid {
	width: 900px;
	background: url('images/bg_top.png') no-repeat 0px 0px;
	margin-top: 0px;
	margin-left: 4px;
	float: left;
}

.bg_bot { 
	background: url('images/bg_bottom.png') no-repeat 0px 0px;
	width: 908px;
	height: 5px;
	float: left;
	margin-bottom: 0px;
	clear: left;
}

.top {
	width: 900px;
	height: 410px;
	float: left;
	background: url('images/kostki.png') no-repeat 0px 100px;
}

.content {
	float: left;
	clear: both;
	width: 100%;
}

.logo {
	float: left;
	margin-left: 12px;
	margin-top: 22px;
}

.www {
	float: right;
	width: 401px;
	height: 28px;
	background: url('images/www.png') no-repeat 0px 0px;
	margin-right: 10px;
	margin-top: 20px;
	float: right;
}

.menu {
	float: right;
	clear: right;
	width: 500px;
	margin-top: 25px;
}

.menu ul { 
	list-style-type: none;
}

.menu ul li { 
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.menu ul li a { 
	color: #036;
	text-decoration: none;
	font-weight: bold;
}

.menu ul li a:hover { 
	color: #000;
}

.motto {
	float: right;
	clear: right;
	margin-right: 10px;
	margin-top: 20px;
}

.foot { 
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	width: 908px;
}

.foot p { 
	padding-right: 15px;
}

.foot a { 
	color: #000;
	text-decoration: none;
	font-weight: bold;	
}

.foot a:hover { 
	color: #069;
	text-decoration: underline;	
}

.welcom {
	width: 580px;
	float: left;
	margin-left: 10px;
	background: url('images/welcom.png') no-repeat 0px 0px;
}

.welcom p {
	margin-top: 40px;
	text-align: justify;
}

.welcom .read { 
	padding-top: 0px;
	margin-top: 0px;
	width: 100%;
	text-align: right;
}

.read a { 
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.read a:hover { 
	color: #C00;
}

.short_ofert {
	float: right;
	width: 290px;
	margin-right: 10px;
	background: url('images/oferta.png') no-repeat 0px 0px;
	margin-bottom: 10px;
}

.short_ofert p { 
	margin-top: 40px;
}

.main_contact {
	width: 580px;
	float: left;
	margin-left: 10px;
	background: url('images/contact.png') no-repeat 0px 0px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

.main_contact p {
	margin-top: 40px;
	margin-left: 15px;
}

.foot_menu {
	float: left;
	clear: left;
	width: 870px;
	height: 43px;
	background: url('images/bg_foot_menu.png') no-repeat 0px 0px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.foot_menu ul { 
	list-style-type: none;
	float: left;
	font-size: 16px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 15px;
}

.foot_menu ul li { 
	display: inline;
	line-height: 43px;
	padding-left: 10px;
	padding-right: 10px;
}

.foot_menu ul li a { 
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.foot_menu ul li a:hover { 
	color: #39F;
}

.foot_menu ul li .name { 
	font-weight: bold;
	color: #39F;
}

.text_content {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	font-size: 14px;
}

.text_content p {
	line-height: 20px;
}

.text_content h1 { 
	font-size: 18px;
	font-weight: bold;
	color: #069;
	background: url('images/arrow1.png') no-repeat 0px 0px;
	padding-left: 32px;
	line-height: 24px;
}

.text_content h2 {
	font-size: 16px;
	font-weight: bold;
}

.form {
	width: 50%;
	float: right;
}

.data {
	width: 50%;
	float: left;
}

.data p { 
	padding-right: 30px;
	
}