/*
Theme Name: Zemlya96 Theme
Theme URI: http://zemlya96.ru/
Description: Custom theme
Version: 1.0
Author: Zemlya96
Tags: custom
*/

body {
	font: normal 12px Arial, sans-serif;
	background-color: #9ad9f5;
	margin: auto;
	overflow-x: hidden;
}
.content {
	padding: 10px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* HEADER ------------------------------------------------------------------------------------------ */
#header {
	height: 296px;
	text-align: center;
	background: transparent url(images/header.jpg) right top no-repeat;
	margin-bottom: 15px;
}
#header #logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 700px;
	height: 296px;
	background: transparent url(images/logo.gif) left top no-repeat;
}
#header a {
	position: absolute;
	left: 60px;
	top: 220px;
	width: 650px;
	height: 50px;
	text-indent: -2000px;
}
#running-line {
	text-align: center;
	font: normal 24px/45px Arial, sans-serif;
	color: #ffffff;
	margin-bottom: 30px;
	padding-bottom: 4px;
	background-color: #02449d;
}


/* LEFT COLUMN -------------------------------------------------------------------------------------- */
#outer1 {
	float: left;
	width: 340px;
	padding: 0 20px 0 0;
}
#outer1 ul {
	padding: 0;
	margin: 0;
}
#outer1 ul li {
	width: 330px;
	max-width: 330px;
	list-style: none;
	font: normal 17px Arial, sans-serif;
	color: #fff;
	background-color: #02449d;
	padding: 0 0 2px 15px;
	margin: 0 5px 10px 0;
}
#outer1 ul li a {
	color: #fff;
	text-decoration: underline;
}
#outer1 ul li a:hover {
	text-decoration: none;
}

#outer1 .wpcf7-form {
	font: bold 16px Arial, sans-serif;
	margin: 80px 40px 0 40px;
}
#outer1 .wpcf7-form label {
	margin: 0 0 5px 10px;
}
#outer1 .wpcf7-form input {
	width: 260px;
	height: 20px;
	border: none;
	margin: 5px 0 10px 0;
}
#outer1 .wpcf7-form input.submit {
	height: 60px;
	font: 28px Arial;
	color: #02449d;
	background: transparent url('images/order-button.gif') center center no-repeat;
}
#outer1 .wpcf7-form input.submit:hover {
	cursor: pointer;
}

#outer1 #contacts li {
	width: 315px;
	max-width: 315px;
	font: normal 17px/20px Arial, sans-serif;
	padding: 15px 0 5px 20px;
	margin: 80px 0 40px 0;
}

/* RIGHT COLUMN ------------------------------------------------------------------------------------- */
#outer3 {
	float: right;
	width: 200px;
	max-width: 200px;
	padding: 0 10px;
	text-align: center;
	font: normal 26px Arial, sans-serif;
	color: #fff;
}
#outer3 img {
	border: 4px solid #fff;
}
#menu-right {
	text-align: left;
	font: normal 14px Arial, sans-serif;
	color: #2b5786;
}

/* MAIN CONTENT ------------------------------------------------------------------------------------ */
#outer2 {
	margin: 0 240px 10px 380px;
	font: normal 18px "Arial Narrow", Arial, sans-serif;
	color: #2b5786;
}
#outer2 p {
	padding: 0;
	margin: 0 0 10px 0;
}
h1 {
	font: bold 24px "Arial Narrow", Arial, sans-serif;
	margin: 30px 0 15px 0;
	border-bottom: 2px solid #2b5786;
}
table {
	width: 100%;
}


#outer1, #outer2, #outer3 {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#wrapper {
	overflow: hidden;
	min-width: 1020px;
}


/* FOOTER ------------------------------------------------------------------------------------------ */
#footer {
	clear: both;
}
