/* Document */
html,
body {
	width: 100%;
	}
	html {
		background: #dfdfdf url('../img/tpl/bg.png') top repeat-x;
		overflow-y: scroll;
	}
	body {
		font: 13px/1.5 Arial;
	}
	
input.text,
textarea,
select {
	background-color: #fff;
	border: 1px solid;
	border-color: #a1a1a1 #d2d2d2 #d2d2d2 #a1a1a1;
	padding: 4px;
	}
	input.text {
		width: 300px;
	}
	textarea {
		width: 400px;
		height: 215px;
		overflow: auto;
		}
		input.error,
		textarea.error,
select.error		{
			border-color: #dc0000 #ff5555 #ff5555 #dc0000;
			background-color: #fff3f3;
		}
		input.focus,
		textarea.focus,
select.focus		{
			border-color: #a49e74 #d4cfae #d4cfae #a49e74;
			background-color: #fff5db;
		}
		
form.form_layout_p p {
	margin-bottom: 5px;
}
form.form_layout_p p label {
	float: left;
	width: 150px;
	margin-top: 3px;
}

form.form_layout li.label label {
	font-weight: bold;
}
		
input.button_send {
	width: 152px;
	height: 30px;
}
	
h1 {
	font-size: 26px;
	margin-bottom: .5em;
	color: #8a2105;
}

p {
	margin-bottom: 1.5em;
}

/* Anchors */
a {
	color: #8a2105;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}

a.info_button {
	color: #fff;
	background: url('../img/tpl/button_bg.png') top repeat-x;
	padding: 7px;
	text-transform: uppercase;
	position: absolute;
	bottom: 6px;
	left: 6px;
	font-weight: bold;
	line-height: 1;
	}
	a.info_button:hover {
		background-color: #6d9927;
		text-decoration: none;
	}
	
a#btn-callmenow {
	width: 326px;
	height: 85px;
	background: url('../img/tpl/callmenow_large.jpg') no-repeat;
	display: block;
	margin: 0 auto 20px;
	}
	a#btn-callmenow:hover {
		background-position: 0 -85px;
	}

#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-top: 10px;
}

/* Main nav */
#main_nav {
	position: relative;
	background: url('../img/tpl/nav_bg.png') bottom repeat-x;
	height: 38px;
	text-transform: uppercase;
	z-index: 10000;
	}
	#main_nav ul {
		position: absolute;
		z-index: 10000;
		line-height: 1;
		}
		#main_nav ul li.first a {
			border-left: none;
		}
		#main_nav ul li:hover a,
		#main_nav ul li.hover a {
			text-decoration: none;
			background-color: #8f2e10;
		}
	#main_nav ul li ul {
		z-index: 100;
		position: absolute;
		display: none;
		left: 1px;
		top: 38px;
		background-color: #8f2e10;
		width: 200px;
		border: 1px solid #8f2e10;
		border-top: none;
	}
	#main_nav ul li ul li {
		float: none;
		height: 38px;
		padding: 1px;
		display: block;
	}
	#main_nav ul li ul li a {
		width: auto;
		padding: 12px 12px 0px;
		height: 26px;
		border: none !important;
		float: none;
		display: block;
	}
	#main_nav ul li ul li a:hover {
		background-color: #78260d;
	}
	#main_nav ul li:hover ul,
	#main_nav ul li.hover ul {
		display: block;
	}

	#main_nav ul li {
		float: left;
		position: relative;
		height: 38px;
	}
	#main_nav ul li a {
		cursor: pointer;
		display: block;
		float: left;
		padding: 12px 20px 0;
		height: 26px;
		color: #fff;
		font-weight: bold;
		border-style: solid;
		border-color: #ca502a #ca502a #a93b19 #a93b19;
		border-width: 0 1px;
	}

/* Header */
#header {
	margin: 20px 0;
	height: 62px;
	}
	#header img {
		float: left;
	}
	#sub_nav {
		float: right;
		margin-top: 48px;
		width: 243px;
		text-align: center;
		}
		#sub_nav a {
			color: #000;
			font-weight: bold;
		}

#main_content {
	width: 747px;
	float: left;
	z-index: 1;
}

#slider_container {
	width: 747px;
	position: relative;
	overflow: hidden;
	height: 300px;
	}
	#slider_container div {
		width: 747px;
		height: 300px;
		float: left;
		overflow: hidden;
		}

div.cust_box {
	width: 130px;
	height: 170px;
	float: left;
	margin: 0 18px 10px 0;
	}
	div.cust_box img {
		width: 125px;
		height: 125px;
		margin: 0 auto;
		padding: 1px;
		border: 1px solid #dadada;
		display: block;
	}
	div.cust_box a:hover img {
		border-color: #8a2105;
	}
	div.cust_box span {
		display: block;
		text-align: center;
		font-size: 12px;
		margin-top: 5px;
		color: #222;
	}

#intro {
	height: 527px;
	background-image: url('../img/tpl/bg_index.png');
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	}
	#intro h1 {
		font-size: 42px;
		line-height: 1.2;
		font-weight: normal;
	}
	#intro #list {
		position: absolute;
		bottom: 20px;
		right: 20px;
		padding: 10px;
		background: url('../img/tpl/introbg.png');
	}
	#intro ul {
		font-size: 16px;
		line-height: 1;
		}
		#intro ul li {
			background: url('../img/tpl/list_check_off.png') 0 0 no-repeat;
			padding: 7px 0 7px 40px;
		}
		#intro ul li.checked {
			background-image: url('../img/tpl/list_check_on.png');
		}


#sidebar {
	width: 243px;
	float: right;
	}
	#sidebar .box {
		margin-top: 10px;
		position: relative;
		}
		#sidebar .box h2 {
			background: url('../img/tpl/nav_bg.png') bottom repeat-x;
			color: #fff;
			text-transform: uppercase;
			margin: 5px;
			text-align: center;
			font-size: 13px;
			padding: 10px;
			line-height: 1;
			}
			#sidebar .box h2 a {
				color: #fff;
				text-decoration: none;
				_zoom: 1;
				}
			#sidebar .box h2 a:hover {
				text-decoration: none;
				}
		#save_now.box {
			height: 145px;
			background-image: url('../img/tpl/bg_save.png');
			background-repeat: no-repeat;
			background-position: bottom right;
		}
		#partners ul {
			text-align: center;
			padding-bottom: 5px;
			}
			#partners ul li {
				padding: 0; line-height: 0;
			}
			#partners ul li img {
				margin: 3px 0;
				width: 221px;
				height: 45px;
			}

.p {
	padding: 0 10px 10px 10px;
	}
	.p p {
		margin-bottom: 0;
	}

.box {
	background-color: #fff;
	border: 1px solid #c4c4c4;
	}
	.box.plain {
		height: auto;
		min-height: 650px;
		background-image: url('../img/tpl/bg_content.png');
		background-position: bottom left;
		background-repeat: no-repeat;
		}
		.box.plain .plain_text {
			padding: 10px;
			margin-left: 150px;
			border-left: 1px solid #dadada;
		}
		.box.plain .plain_text p {
			line-height: 1.8;
			text-align: justify;
		}
		.box.plain .plain_text ul {
			margin: 1em 0;
		}

		.box.plain .plain_text ul li.list {
			margin-bottom: .5em;
			list-style-type: disc;
			list-style-position: inside;
			margin-left: .5em;
		}

		.box.plain .plain_text ul li.checklist {
			margin-bottom: 1em;
			padding: 1px 0 0 25px;
			background: url('../img/tpl/list_bg.png') 0 0 no-repeat;
		}


#four_steps {
	margin-top: 10px;
}
#four_steps .box {
	background-repeat: no-repeat;
	background-position: bottom right;
	float: left;
	height: 225px;
	position: relative;
	}
	#four_steps .box ul {
		margin: 50px 10px 0 10px;
	}
	#four_steps .box ul li {
		margin-bottom: 10px;
		padding: 1px 0 0 25px;
		background: url('../img/tpl/list_bg.png') 0 0 no-repeat;
		position: relative;
	}
	#four_steps .box h2 {
		background-repeat: no-repeat;
		height: 24px;
		padding-top: 9px;
		color: #fff;
		text-transform: uppercase;
		margin: 5px;
		text-align: center;
		line-height: 1;
		position: absolute;
		left: 0;
		top: 0;
	}
	#four_steps .box h2 a {
		color: #fff;
	}
	#four_steps .box h2 a:hover {
		text-decoration: none;
	}
	#four_steps div.step_1 {
		width: 241px;
		background-image: url('../img/tpl/bg_step1.png');
		}
		#four_steps div.step_1 h2 {
			width: 247px;
			background-image: url('../img/tpl/step1_head.png');
		}
	#four_steps div.step_2 {
		width: 240px;
		background-image: url('../img/tpl/bg_step2.png');
		margin: 0 5px 0 10px;
		}
		#four_steps div.step_2 h2 {
			width: 246px;
			background-image: url('../img/tpl/step_head.png');
		}
	#four_steps div.step_3 {
		width: 240px;
		background-image: url('../img/tpl/bg_step3.png');
		margin: 0 10px 0 5px;
		}
		#four_steps div.step_3 h2 {
			width: 246px;
			background-image: url('../img/tpl/step_head.png');
		}
	#four_steps div.step_4 {
		width: 241px;
		background-image: url('../img/tpl/bg_step4.png');
		}
		#four_steps div.step_4 h2 {
			width: 231px;
			background-image: url('../img/tpl/step4_head.png');
		}

#footer {
	text-align: center;
	margin-top: 10px;
	padding: 10px 0;
	}
	#footer a {
		color: #000;
	}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */