.clear 
{
    clear: both;
    float: none;
    height: 0;
    font-size: 0;
}
html, body
{
	font-size: 18px;
	height: 100%;
	font-family: Georgia;
	margin: 0px;
}
hr
{
	height: 3px; 
	background-color: #e0e0e0; 
	border: 0px; 
	margin-bottom: 30px;
}
a
{
	color: #0096f6;
}
img
{
	border: 0px;
}
h1
{
	margin-bottom: 5px;
}
h2
{
	font-size: 24px;
}
h3
{
	font-size: 20px;
	margin: 3px;
	font-weight: 600;
}
h4
{
	margin: 0px;
}
input
{
	width: 240px;
	height: 30px;
	font-size: 16px;
	margin-bottom: 10px;
	border-radius: 8px;
	padding-left: 10px;
	border: 1px solid #A9A9A9;
}
textarea
{
	width: 300px;
	height: 100px;
	font-size: 18px;
}
table
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
tr
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
td
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
}
#main
{
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	min-height: 100%;
	background-color: #fff;
	overflow: hidden;
	-moz-box-shadow: 0 0 10px #7B7B7B; /* Для Firefox */
    -webkit-box-shadow: 0 0 10px #7B7B7B; /* Для Safari и Chrome */
    box-shadow: 0 0 10px #7B7B7B; /* Параметры тени */
}
.content
{
	width: 875px;
	height: auto;
	padding: 0px 40px 0px 45px;
}
header
{
	width: 960px;
	height: 125px;
	background-color: #eeeeee;
	border-bottom: 1px solid #dddddd;
}
#header1
{
	width: 290px;
	height: 100px;
	float: left;
	padding: 25px 60px 0px 0px;
	text-align: right;
	font-size: 16px;
	font-style: italic;
}
#header2
{
	width: 260px;
	height: 115px;
	float: left;
	padding: 10px 60px 0px 0px;
	text-align: center;
	font-size: 13px;
	font-style: italic;
}
#header3
{
	width: 290px;
	height: 100px;
	float: left;
	padding: 25px 0px 0px 0px;
	font-size: 15px;
	font-style: italic;
}
.call_me_button
{
	width: 216px;
	font-size: 16px;
	color: #17cee9;
	border-bottom: 1px dotted #17cee9;
	cursor: pointer;
	margin-bottom: 5px;
}
#top_phone
{
	font-family: Arial;
	font-size: 28px;
}

nav
{
	width: 960px;
	height: 33px;
	background: url(/images/nav_back.png) repeat-x;
	font-size: 15px;
}
nav a
{
	display: block;
	float: left;
	width: 192px;
	height: 26px;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
nav a:hover, nav a.active
{
	background-color: #ff71ae;
	color: #FFFFFF;
}

.top_banner
{
	width: 960px;
	height: 460px;
	background: url(/images/banner.jpg) no-repeat;
}

.form1
{
	width: 910px;
	height: 260px;
	background-color: #f8bac5;
	padding: 30px 0px 0px 50px;
	margin-bottom: 30px;
	font-size: 16px;
}
.form1 h2
{
	font-size: 36px;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 1;
}
.form1td1
{
	width: 240px;
	height: 260px;
	float: left;
}
.form1td2
{
	width: 340px;
	height: 210px;
	padding-top: 50px;
	padding-right: 10px;
	float: left;
	text-align: center;
}
.form1td3
{
	width: 280px;
	height: 260px;
	margin-right: 40px;
	float: left;
}
.form1 input
{
	width: 268px;
}
.standartbutton
{
	width: 280px;
	height: 26px;
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background: url(/images/nav_back.png) repeat-x;
	border-radius: 4px;
}

.iobertka
{
	min-width: 100%;
	min-height: 100%;
	background-color: #000;
	opacity: 0.8;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	display: none;
}
.imessage
{
	height: 235px;
	width: 960px;
	overflow: hidden;
	position: fixed;
	z-index: 100;
	top: 200px;
	left: 50%;
	margin-left: -480px;
	background-color: #f8bac5;
	font-size: 16px;
	display: none;
	border: 3px solid white;
	
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.9); /* Р”Р»СЏ Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.9); /* Р”Р»СЏ Safari Рё Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.9); /* РџР°СЂР°РјРµС‚СЂС‹ С‚РµРЅРё */
}