.content {
	margin: 0 0 20px;
}

.first-topic {
	padding: 0 0 40px;
}

.topic p {
	line-height: 23px;
	margin: 6px 0 16px;
}

#main {
	top: 168px;
}

#main-area {
	color: #fff;
	margin: 0 0 42px;
}

	#main-area h1 {
		font: 28px/30px 'Arial Black', Arial, Helvetica, sans-serif;
		padding: 51px 0 45px;
	}
	
	#main-area p {
		font: bold 18px/30px Arial, Helvetica, sans-serif;
		width: 481px;
	}

.ma-index {
	width: 960px;
	height: 328px;
	background: url(/assets/images/bg-main-area.jpg) no-repeat;
}

#inner-main-area {
	padding: 0 0 0 31px;
}

#header div.sub-header {
	height: 148px;
}



ul {
	list-style: none;
}

#main-bottom {
	padding-left: 17px;
	color: #fff;
	width: 961px;
	margin: 0 0 42px;
	background: url(/assets/images/bg-free-consultation.jpg) no-repeat 0 100%;
	overflow: auto;
}

#top-box {
	width: 309px;
}

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

#bottom-box {
	padding: 0 0 0 29px;
	width: 267px;
/*  height: 107px;*/
}

.box-1 {
	width: 315px;
/*  height: 100px;*/
	float: left;
}

.box-1 h2 {
	font: 18px/13px 'Arial Black', Arial, Helvetica, sans-serif;
	color: #00b7df;
	margin: 0 0 14px;
}

.check li {
	background: url(/assets/images/check.gif) no-repeat 2px 50%;
	padding: 0 0 0 23px;
	word-spacing: 1px;
	font-size: 14px;
	line-height: 24px;
	white-space: nowrap;
}

/* ================== */
/* = SHAMELESS DUMP = */
/* ================== */

#miniForm {
	position: relative;
	height: 280px;
}

#consultation {
	position: absolute;
	top: 40px;
	left: 185px;
	width: 461px;
}

#consultation h3 {
	color: #e95e07;
	margin: 0 0 15px;
	font: 26px/36px 'Arial Black', Arial, Helvetica, sans-serif;
}


#consultation p {
	font-size: 14px;
	line-height: 22px;
}

#mini_form, #consultation_form {
	width: 202px;
	position: absolute;
	top: 45px;
	right: 48px;
	height: 225px;
}

* html #mini_form {
	top: 35px;
}

* html #consultation_form {
	top: 35px;
}


#mini_form input, #consultation_form input {
	width: 186px;
	height: 23px;
	margin: 0 0 5px;
	padding: 3px 0 3px 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;
	color: #000;
}

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

*:first-child+html #consultation_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/freedomiq-sprite-1.png) no-repeat 0 -252px;
	_background: url(/assets/images/get-consultation-btn.gif) no-repeat;
	cursor: pointer;
}

#mini_form label, #consultation_form label {
	display: none !important;
}

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

.clear {
	clear: both;
}

* html #sidebar {
	margin-top: 0 !important;
}

#banner {
    color: #fff;
    position: relative;
    width: 960px;
    padding: 26px 0 64px;
}

    #banner .inner {
        height: 280px;
        padding: 0 0 0 31px;
        background: url(/assets/images/banner-bg.jpg) no-repeat;
    }
    
    #banner h1 {
		font: 28px/30px 'Arial Black', Arial, Helvetica, sans-serif;
		padding: 25px 0 30px;
		margin: 0 0 15px;
		width: 458px;
		white-space: nowrap;
		background: url(/img/backgrounds/header-bg.png) no-repeat 0 100%;
	}
	
	#banner p {
		font: bold 18px/30px Arial, Helvetica, sans-serif;
		width: 481px;
		padding: 0 0 0 5px;
	}
	
	#banner .phone {
        width: 567px;
        height: 335px;
        background: url(/assets/images/phone.png) no-repeat;
        _background: url(/assets/images/phone.gif) no-repeat;
        position: absolute;
        top: 0;
        right: 19px;
	}
	
