*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #4d4d4d url(/img/body.jpg) repeat-x;
	font: 13px/24px Arial, Helvetica, sans-serif;
	color: #fff;
}

h1, h2, h3
{
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
}

a img
{
	border: 0;
}

ul
{
	list-style: none;
}

#container
{
	position: relative;
	width: 968px;
	margin: 20px auto 0;
}

#header
{
	width: 968px;
	height: 92px;
	position: relative;
	background: url(/assets/images/header-bg.png) no-repeat;
}

#logo
{
	position: absolute;
	left: 42px;
	top: 26px;
}

#body-ie
{
	padding: 43px 0 0 41px;
	background: url(/assets/images/content-bg.png) repeat-y;
}

#main-top
{
	padding: 0 0 56px;
}

#main-top h1
{
	color: #efefef;
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 13px;
}

#main-top h1 span
{
	color: #00b7df;
	font-size: 17px;
}

#main-top p
{
	color: #efefef;
	padding-left: 5px;
	font-size: 14px;
	word-spacing: 1px;
}

#big-phone
{
	position: absolute;
	top: 62px;
	right: 42px;
	width: 559px;
	height: 328px;
	background: url(/assets/images/big-phone.png) no-repeat;
}

#main-bottom
{
	padding-left: 2px;
}

#top-box
{
	width: 265px;
}

#middle-box
{
	border: 1px solid #4d4d4d;
	border-top: 0;
	border-bottom: 0;
	padding: 0 0 0 19px;
}

#bottom-box
{
	padding: 0 0 0 16px;
	width: 320px;
	height: 107px;
}

.box
{
	width: 279px;
	height: 112px;
	float: left;
}

.box h2 
{
	color: #00b7df;
	font-size: 18px;
	margin: 0 0 14px;
	line-height: 13px;
}

.check li
{
	background: url(/assets/images/check.png) no-repeat 2px 50%;
	padding: 0 0 0 20px;
	word-spacing: 1px;
}

#footer, #footer-2
{
	position: relative;
	width: 968px;
	height: 435px;
	background: url(/assets/images/footer-bg.png) no-repeat;
}

#footer-2
{
	background: url(/assets/images/footer-bg-red.png) no-repeat;
}

#consultation-body
{
	position: absolute;
	top: 74px;
	right: 272px;
	width: 420px;
}

#consultation-body h3 
{
	color: #e95e07;
	font-size: 21px;
	margin: 0 0 12px;
}

#footer-2 #consultation-body h3 
{
	color: #fff;
}

.paragraph
{
	color: #d5d5d5;
}

#consultation-body p span
{
	font-size: 13px;
}

#mini_form
{
	width: 202px;
	position: absolute;
	top: 60px;
	right: 80px;
}

#mini_form input
{
	width: 186px;
	height: 23px;
	margin: 0 0 10px;
	padding: 6px 0 0 16px;
	border: 1px solid #5e8c00;
	font: 14px/14px Arial, Helvetica, sans-serif;
	color: #ffa800;
	background: #171717 url(/assets/images/input-bg.png) no-repeat;
}

#mini-form-button 
{
	width: 205px;
	height: 33px;
	position: relative;
	display: block;
	margin: 4px 0 0;
}

*:first-child+html #mini_form input
{
	margin: 0 0 8px;
}

*:first-child+html #mini-form-button 
{
	margin: 1px 0 0;
}

#mini-form-button span 
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/assets/images/get-consultation-btn.png) no-repeat;
	_background: url(/assets/images/get-consultation-btn.gif) no-repeat;
	cursor: pointer;
}

#mini_form label
{
	display: none !important;
}

#mini_form input.error
{
	border: 2px dotted #F90101;
}

.clear
{
	clear: both;
}

#misc
{
	position: absolute;
	bottom: 32px;
	right: 45px;
}

*:first-child+html #misc
{
	bottom: 36px;
}

* html #misc
{
	bottom: 35px;
}

#unified
{
	margin-right: 15px;
}

address
{
	width: 968px;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-style: normal;
	font-size: 11px;
	padding: 0 0 12px;
}

.tel {
	color: #96D41C;
	font-size: 110%;
	position: absolute;
	right: 50px;
	top: 34px;
}

.tel strong {
	color: #E5E5E5;
	font-size: 180%;
	letter-spacing: 1px;
}



