/* GLOBALS */
body,html{background:white;margin:0;padding:0;font-family:'Helvetica Neue', Arial, Helvetica,sans-serif;font-size:11px;color:#333;line-height:17px;background:url(/images/header.png) repeat-x;}
*:focus{outline:0;}
*{position:relative;cursor:default;}
a{cursor:pointer;color:#ef9026;}
textarea,input[type="text"]{cursor:text;}

/* CONTAINER */
.c{width:960px;margin:0 auto;}

/* HEADER */
.h{width:100%;height:200px;}
	.h .r{position:absolute;right:26px;bottom:-2px;height:125px;}
	.h .l{width:200px;height:50px;position:absolute;left:0px;top:30px;}
	.h .t{font-size:20px;line-height:24px;color:white;width:600px;position:absolute;left:0px;top:105px;}
	.h .rt{position:absolute;right:100px;top:50px;font-size:20px;line-height:24px;color:white;}

/* COLUMNS */
.c2,.c2s,.c2w,.c3{float:left;padding:15px;}
.c2{width:440px;}
	.c2s{width:170px;}
		.c2s a{display:block;}
.c2w{width:730px;}
.c3{width:290px;margin-top:5px;}
	.c3b{font-size:22px;font-weight:bold;}
	.c3h{float:left;padding:8px 0 0 8px;}
	.c3t{float:left;width:100%;font-size:15px;font-weight:normal;margin:5px 0 0 0;line-height:20px;}
.ch{font-size:28px;font-weight:bold;}
	.ch.chs{padding:15px 0 0 15px;}
.ct{font-size:15px;margin:10px 0 0 0px;line-height:21px;}

/* ROWS */
.r1,.r2,.r3,.r4,.r5{width:100%;margin-top:15px;float:left;}
.r1{}
.r2,.r4{background:#eee;-moz-border-radius:10px;-webkit-border-radius:10px;}
.r3,.r5{margin-top:25px;}
.r4{height:313px;}
.r5{font-size:14px;text-align:center;line-height:18px;color:#999;}

/* INTERLINK */
.ilf{font-size:16px;line-height:18px;color:#999;margin:0 auto;}
	.ilfr{}

/* CHEW HEADER */
.ctyh{width:700px;margin:20px auto;line-height:28px;font-size:22px;text-align:left;}


#contact_sent{
	text-align:center;
	width:100%;
	margin-top:50px;
	font-size:22px;
	line-height:26px;
}

.col_body_big{
	padding:20px 0;
	text-align:center;
	font-size:24px;
	font-weight:normal;
	line-height:30px;
}

.col_form{
	margin-top:20px;
	width:780px;
	margin:20px auto;
}

.col_row{
	float:left;
	margin-bottom:10px;
	margin-left:20px;
}

.col_label{
	width:110px;
	float:left;
	font-size:22px;
	height:24px;
	padding:6px 0 0 6px;
}

.col_field{
	width:250px;
	float:left;
	height:30px;
}

.col_field input[type="text"]{
	border:1px solid #666;
	padding:3px;
	font-size:18px;
	margin:0;
	width:250px;
	-moz-border-radius:4px;-webkit-border-radius:4px;
	color:#333;
}



.col_field textarea{
	border:1px solid #666;
	padding:3px;
	font-size:18px;
	margin:0;
	width:636px;
	resize:none;
	height:100px;
	-moz-border-radius:4px;-webkit-border-radius:4px;
	color:#333;
}

.input_submit{
	background-color:#EF9126;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:8px 14px;
	border:0;
	font-weight:bold;
	font-size:14px;
	color:white;
	cursor:pointer;
	text-decoration:none;
}




.col_option{
	background:url(/images/check.png) no-repeat;
	background-position:0 2px;
	padding:0 0 0 25px;
	width:170px;
	text-decoration:underline;
	float:left;
	margin:2px;
}

.col_option a{
	color:#333;
}





.col_tag{
	margin-top:15px;
	font-size:26px;
	color:#999;
}

#car{
	position:relative;
	overflow:hidden;
	width:720px;
	height:300px;
	margin:0;
	/*margin-top:30px;*/
	background: #ffeec7;
	border:4px solid #EF9126;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#car_con{
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	width:13440px;
}

.car_item{
	float: left;
	width:720px;
	background:white;
	min-height:300px;
	max-height:300px;
}

.car_item_header{
	font-size:20px;
	text-align:center;
	margin-top:10px;
	font-weight:bold;
}

.car_item_text{
	font-size:16px;
	line-height:22px;
	float:left;
	/*border:1px solid red;*/
	width:423px;
	/*height:255px;*/
	margin:10px;
	margin-top:20px;
}

.car_item_image{
	width:250px;
	height:250px;
	float:left;
	/*border:1px solid orange;*/
	margin:10px;
}



/* CLEARFIX */
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:inline-block;} 
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}
