* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-size: 13px;
	font-family:Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
	color:#464646;
	background:#fff url(/images/header.jpg) center top no-repeat;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin:0 auto;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

p {
	margin:0;
	padding:10px 0;
}

.green {
	color:#0da28c;
}

.clr{
	clear:both;
}	

.button::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}

ul, ol {
	margin:0;
	padding:0;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 340px;
	position:relative;
}

	#header .arrow {
		position:absolute;
		width:596px;
		height:67px;
		top:0px;
		right:0px;
		background:url(/images/arrow_top.gif) no-repeat;
		font-family:"Myriad Pro";
		font-size:25px;
		color:#fff;
	}
	
	#header .arrow p {
		padding:22px 0 0 29px;
	}

	#header .phone {
		position:absolute;
		width:160px;
		height:116px;
		bottom:0px;
		right:0px;
		background:url(/images/phone.gif) no-repeat;
	}
	
	#header .phone span {
		display:inline-block;
		vertical-align:top;
		margin:25px 0 0 40px;
		font-family:"Arial";
		font-size:24px;
		color:#333278;
	}
			
	#header .slogan {
		position:absolute;
		width:1000px;
		bottom:20px;
		left:20px;
		font-family:"Myriad Pro";
		letter-spacing: -0.02em;
		font-size:24px;
		color:#333278;
	}
	
	#header .calcosago {
		position:absolute;
		width:165px;
		font-family:"Arial";
		font-size:15px;
		font-weight: bold;
		color:#323177;
		background:url(/images/strelka_01.gif) no-repeat;
		background-position: right;
	}
	
	#header .calckasko {
		position:absolute;
		width:165px;
		font-family:"Arial";
		font-size:15px;
		font-weight: bold;
		color:#0da28c;
		background:url(/images/strelka_02.gif) no-repeat;
		background-position: right;
	}
	
	#header .special {
		position:absolute;
		width:165px;
		font-family:"Arial";
		letter-spacing: 0.05em;
		font-size:15px;
		font-weight: bold;
		color:#d70022;
		background:url(/images/strelka_03.gif) no-repeat;
		background-position: right;
	}
	
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 10px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 250px 0px 250px;
}

#content h1{
	font-size:14px;
	color:#323177;
}

#content h2{
	font-size:13px;
	color:#323177;
}



#content ul {
	padding:10px 0 10px 20px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 235px;
	margin-left: -100%;
	position: relative;
}

#sideLeft .left_nav {
	padding:0px 0 30px 15px;
}

#sideLeft .left_nav ul{
	list-style:none;
	padding:0 10px 0 0;
}

#sideLeft .left_nav ul li {
	padding:5px 0;
}

#sideLeft .left_nav ul li a:link,
#sideLeft .left_nav ul li a:visited
{
	text-decoration:none;
	color:#323177;
	font-size:20px;
	font-family:"Myriad Pro";
	padding:0 5px 0 8px;
	display:block;
}

#sideLeft .left_nav ul li.active a,
#sideLeft .left_nav ul li a:hover
{
	color:#fff;
	background:#323177 url(images/left_nav_hover.gif) repeat-y;
}

#sideLeft .left_news_block {
	padding:0 0 0 10px;
}

#sideLeft .left_news_block h3{
	color:#4d4c89;
	font-size:12px;
}

#sideLeft .left_news_block p {
	padding:10px 20px 0 0;
	text-align:justify;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 230px;
	margin-left: -230px;
	position: relative;
}

.calc_block h3 {
	font-size:14px;
	color:#323177;
	padding:0 0 14px 0;
}

.img_calc {
	text-align:center;
	padding:0 4px 14px 0;
}

.calc_block a:link,
.calc_block a:visited {
	text-decoration:none;
	color:#323177;
}

.calc_block a:hover {
	text-decoration:underline;
}

.form_block h3 {
	font-size:12px;
	color:#323177;
}

.form_block form {
	display:block;
}

.form_block form p {
	padding:3px 0;
}

.form_block form p label {
	font-size:11px;
	color:#0da28c;
}

.form_block form p .inputbox {
	display:inline-block;
	vertical-align:top;
	width:222px;
	height:17px;
	background:url(/images/inputbox.gif) no-repeat;
}

.form_block form p .inputbox input {
	width:214px;
	margin:0 0 0 4px;
	font-size:11px;
	color:#0da28c;
	background:none;
	border:none;
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.form_block form p .textbox {
	display:inline-block;
	vertical-align:top;
	width:222px;
	height:50px;
	background:url(/images/textbox.gif) no-repeat;
}

.form_block form p .textbox textarea {
	display:inline-block;
	vertical-align:top;
	width:212px;
	height:44px;
	margin:2px 0 0 4px;
	overflow:hidden;
	font-size:12px;
	color:#0da28c;
	font-family:Arial;
	border:none;
	background:none;
}
.form_block form p .inputbox input:focus,
.form_block form p .textbox textarea:focus {
	outline:none;
}

.form_block form p .button {
	width:69px;
	height:15px;
	background:url(/images/button.gif) no-repeat;
	border:none;
	color:#fff;
	font-size:10px;
	cursor:pointer;
}

 .form_block .info {
	font-size:9px;
	color:#0da28c;
	font-family:Arial;
	padding:6px 0 0 0;
 }
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -82px auto 0;
	width: 1000px;
	margin:0 auto;
	height: 82px;
	position:relative;
}

	#footer .phone {
		position:absolute;
		width:200px;
		top:20px;
		left:20px;
		font-family:"Myriad Pro";
		font-size:22px;
		color:#333278;
	}
	
	#footer .address {
		position:absolute;
		width:490px;
		top:21px;
		left:200px;
		font-family:"Myriad Pro";
		font-size:19px;
		color:#333278;
	}
	
	#footer .mail {
		position:absolute;
		width:120px;
		top:20px;
		right:160px;
		font-family:"Myriad Pro";
		font-size:22px;
		color:#333278;
	}

	#footer .head {
		position:absolute;
		width:135px;
		height:81px;
		top:-20px;
		right:10px;
		background:url(/images/head.gif) no-repeat;
	}
	
		#footer  .footer_nav {
			text-align:center;
			padding:60px 0 10px 0;
		}
		
		#footer  .footer_nav span {
			color:#0da28c;
		}
		
		#footer  .footer_nav a:link,
		#footer  .footer_nav a:visited {
			font-weight:bold;
			color:#0da28c;
		}
