/*
 * Agency: Stonewall+
 * Client: General Motors
 *
 * Author: Marc
 * Creation Date: 18 November 2009
 * 
*/

/* clear styles */

body {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 10px;
	background: url(../images/background.jpg) no-repeat top center;
}

img {
	border: 0;
}

form,
input {
	margin: 0;
	padding: 0;
}

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

}

.btn {
	cursor: pointer
}

.clearboth {
	clear: both;
}

/* begin containers */

#main_container {
	width: 800px;
	position:relative;
	margin: 410px auto 0 auto;
}

#header_text {
	margin-left:40px;
	margin-bottom:5px;
}

	#header_text img {
		padding-bottom: 14px;
	}	
	
	#header_text p {
		font-size:14px;
		padding-bottom:8px;
		text-align: left;
		font-weight: bold;
		width:740px;
	}
	
	h2 {
		font-size:24px;
		padding-bottom:8px;
		text-align: left;
		font-weight: bold;
		width:740px;
	}
	
	#header_text p a {
		color: #88433e
	}
	
#terms	{
	position:relative;
	margin-left:40px;
}

#terms li {
	font-size: 12px;
	padding-bottom: 5px;
}
	
#competition_box {
	width: 788px;
	float:left;
	margin-top:1px;
	height:auto;
	background: url(../images/box_body.jpg) repeat-y;
	margin-bottom:10px;
	margin-left:12px;

}

	#box_header_top {
		background: url(../images/box_header_top.jpg) no-repeat;
		width: 100%;
		height: 58px;


	}
	
	#box_footer {
		background: url(../images/box_footer.jpg) no-repeat;
		bottom:0;
		float:left;
		height:55px;
		left:0;
		padding-top:10px;
		width:100%;
	}
	
	#step_2 {
		/*display:none;*/
	}
	
	.disclaimer_box {
		position:relative;
		width:210px;
		height:25px;
		overflow: visible;
		padding-left:0;
		padding-top:20px
	}
	
	.disclaimer_text {
		top:0;
		left:0;
	}
	
/* end containers */


	
	
/* begin form */

	/* header */
	
	.form_header_text {
		padding-top:20px;
		padding-left:25px;
	}

	.required {
		float:right;
		margin-right:25px;
		padding-top:5px;
		color:#bababa;
		width: 200px;
	}
	
	.form_steps {
		width:200px;
		height:25px;
		margin-left:25px;
		margin-top:10px;
		float:left;

	}
	
	/* Content */
	

	#box_content {
		padding:15px 28px;
	}

	#box_content p {
		color: #3f4346;
		font-size: 11px;
	}
	
	/* table */
	#left_col {
		float: left;
		height: 200px;
	}	

	#right_col {
		float: right;
	}
	
	td {
		height:40px;
		vertical-align: top;

	}
	
	th {
		padding: 10px 0;

		margin: 0;
		text-align: left;
		
	}
	
	td.considering {
		vertical-align: top;
	}
	
	td .required_field {
		color: #3f4346;
		font-size: 11px;
		padding-left: 7px;
		margin-left:10px;
		background: url(../images/required_field.gif) no-repeat;
	}
	
	td .required_field_spaced {
		color: #3f4346;
		font-size: 11px;
		padding-left: 7px;
		margin-left:10px;		
	}
	
	/* end table */
	
	.text_input {
		float:left;
		padding-top:5px;
		padding-left:5px;
		height: 22px;
		border: 1px solid #c7c7c7;
		width:90%;
	}
	
	.checkbox {
		margin-right:5px;
		cursor: pointer;
		float: left;
		}
		
	.considering label {
		padding-left:2px;
		margin-top:5px;
		float:left;
		width: 100%;
		
	}
	
	.disclaimer label {
		background: url(../images/required_field.gif) no-repeat top left;
		padding-left:10px;
	}
	
	.disclaimer .checkbox {
		left:0;
		margin-right:0;
		padding:0;
		margin-top:2px;


		}
	
	label {
		padding-left:20px;
		float:left;
		clear:left;
		color: #3f4346;
		height:25px;
		font-size: 11px;
		width:100%;
		overflow: visible;
	}
	
	#box_content select {
		float:left;
		height: 28px;
		border: 1px solid #c7c7c7;
		width: 250px;
		padding:4px 2px;
	}
	
	#box_content .vechicle_replacement select {
		width: 200px;
		margin-right:20px;
	}
	
	#box_content .vechicle_replacement select.first {
		margin-left:48px;
	}		
	
	#box_content select option {
		padding-top:5px;
		border: none;
		color:#3f4346;
	}
	
	/* begin form buttons */
	
	.form_actions_wrapper {
		float:right;
		margin-right:25px;
	}
	
	.form_action {
		border: 1px solid #cccccc;
		background: #fff;
		padding: 8px 18px;
		line-height: 34px;
		color: #143356;
		font-weight: bold;
		font-size: 12px;
		margin-left:10px;
	}

/* end form */

/* begin typography */

h1 {
	font-size: 50px
}

.d_text {
	font-size:16px;
	color: #b04132;
}

a {
	color: #b04132; 
}

.bold {
	font-weight: bolder;
}

.type_red {
	color: #d62f17;
}

.type_heading_default {
	color: #86433b;
}

.example_text {
	font-size:10px; 
	color:#88433e;
	padding-top:2px;
	padding-left:17px;
}

.sub_text {
	font-size:10px;
	color:#88433e;
	padding-left:5px;
	top:0;
	padding-bottom:10px
}

/* end typography */

/* footer */

#footer {
	background:#304D5D;
	bottom:0;
	float:left;
	height:93px;
	margin-top:30px;
	width:100%;
	margin-bottom:10px;
}

#footer_split {
	width: 50%;
	position: absolute;
	height: 93px;
	right:0;
	background: #000;	
	
}

#footer_container {
	width:800px;
	margin: 0 auto;
	position:relative;
	
}

	#footer_links {
		padding-left:20px;
		height:93px;
		position:absolute;
		z-index:2;
		background: #304d5d;
	}

	#footer_links ul {
		color: #d6dbdf;
		font-weight: bold;
		font-size: 10px;
		padding: 70px 0 0 0;
		margin: 0;
	}
	
		#footer_links li {
			display:inline;
			border-right: 1px solid #9eacb3;
			padding: 0 5px;
		}

		#footer_links li a {
			color:#fff;
		}

			#footer_links .last {
				border-right: none;
			}

#footer_logo {
	position:absolute;
	z-index:3;
	right:20px;
}

	/* begin footer buttons */
	
	.footer_btn_wrapper {
		width: 400px;
		float:left;
		clear:left;
		padding-left:25px;
		padding-top:10px;
		height:35px;
	}
	
	
	.footer_btn {
		height:39px; 
		background: url(../images/footer_buttons_background.gif) repeat-x; 
		position:relative;
		width: auto;
		float:left;
		margin-right:10px;
	}
	
		.icon {
			position:absolute;
			top:14px;
			left:12px;
	
		}
	
	.footer_btn p {
		line-height: 39px;
		text-indent: 22px;
		color:#304d5d;
		font-weight: bold;
		padding: 0 15px;
	}
	
	.footer_btn p a {
		text-decoration: none;
		color:#304d5d;
	}
	
		.footer_btn_corner {
			position:absolute;
			width:8px; 
			height:39px;
		}
		
		.footer_left {
			left:-1px
		}
	
		.footer_right {
			right:-1px
		}
	
	/* end footer buttons */
/* end footer */

/* Begin light box */

#lightbox {
	position:absolute;  
	z-index:9000;  
	background-color:#000;  
	display:none; 
	top:0;
	left:0;
}

#success {
    position:absolute;
    width:440px;
    height:200px;
    display:none;
    z-index:9999;
    padding:20px;
	background: url(../images/success.gif) no-repeat
}

#disclaimer_pop {
	width: 440px;
	height: 120px;
	background: url(../images/disclaimer_hover.gif) no-repeat;
	display:none;
	position: absolute;
	cursor: default;
	bottom: -10px;
	left: 265px;
	z-index:999;
}

	#disclaimer_pop p {
		padding: 35px 22px;
		color:#fff;
	}
	
	.check_disclaimer {
		margin-left:5px;margin-top:3px
	}
	
	.floatleft {
		float:left
	}
	
/* End light box */
