html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	margin:auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	min-width:960px;
	background:url(images/back.jpg) repeat;
}
@font-face {
    font-family: 'corbelregular';
    src: url('font/corbel_3-webfont.eot');
    src: url('font/corbel_3-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/corbel_3-webfont.woff') format('woff'),
         url('font/corbel_3-webfont.ttf') format('truetype'),
         url('font/corbel_3-webfont.svg#corbelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
 @font-face {
 font-family: 'MyriadWebProRegular';
 src: url('font/myriad-web-pro.eot');
 src: url('font/myriad-web-pro.eot') format('embedded-opentype'),  
      url('font/myriad-web-pro.woff') format('woff'),  
	  url('font/myriad-web-pro.ttf') format('truetype'),  
	  url('font/myriad-web-pro.svg#MyriadWebProRegular') format('svg');
}
@font-face {
 font-family: 'Frutiger45LightBold';
 src: url('font/frutiger_65_bold.eot');
 src: url('font/frutiger_65_bold.eot') format('embedded-opentype'),  
      url('font/frutiger_65_bold.woff') format('woff'),  
	  url('font/frutiger_65_bold.ttf') format('truetype'),  
	  url('font/frutiger_65_bold.svg#Frutiger45LightBold') format('svg');
}
@font-face {
	font-family: 'oswaldlight';
	src: url('font/oswald-light-webfont.eot');
	src: url('font/oswald-light-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('font/oswald-light-webfont.woff') format('woff'), 
		 url('font/oswald-light-webfont.ttf') format('truetype'), 
		 url('font/oswald-light-webfont.svg#oswaldlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'oswaldbold';
	src: url('font/oswald-bold-webfont.eot');
	src: url('font/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('font/oswald-bold-webfont.woff') format('woff'), 
		 url('font/oswald-bold-webfont.ttf') format('truetype'), 
		 url('font/oswald-bold-webfont.svg#oswaldbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
a{
	-webkit-transition: color linear .2s;
	-moz-transition: color linear .2s;
	-o-transition: color linear .2s;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/*=========================================== Header Start ==============================================*/
.header_container{
	width:100%;
	height:auto;
	margin:auto;
	background:#0070b5;
	border-top:12px solid #24435f;
}
.header_wrapp{
	width:970px;	
	height:auto;
	margin:auto;
	padding:15px 0px;
}
.logo{
	float:left;
}
.phone_r{
	float:right;
	width:245px;
}
.phone_r .c{
	float:left;
	color:#00f1ff;
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:3px;
}
.phone_r .p{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:26px;
	font-weight:bold;
}
.phone_r .p a{
	text-decoration:none;
	color:#FFF;
}
/*=========================================== Quote Start ==============================================*/
.quote_form_container{
	width:970px;
	height:auto;
	margin:auto;
	padding-top:35px;
}
.quote_form{
	width:693px;
	height:auto;
	float:left;
}
.steps_title{
	background:url(images/q_title_bg.png) repeat-x bottom #FFF;
	border:1px solid #b1b1b1;
	padding:15px 10px;
	-moz-box-shadow: 0px 0px 3px #767676 inset;
	-webkit-box-shadow: 0px 0px 3px #767676 inset;
	box-shadow: 0px 0px 3px #767676 inset;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
}
.steps_title ul li{
	list-style:none;
	float:left;
	font-size:21px;
	color:#0070b5;
	font-family: 'oswaldbold';
	background:url(images/separetor.png) no-repeat right;
	margin-left:12px;
	margin-right:12px;
	padding-right:45px;
}
.steps_title ul li span,
.steps_title ul li span img{
	opacity: 0.5;
}
.active span,
.active span img{
	opacity: 100 !important;
}
.complete span,
.complete span img{
	opacity: 100 !important;
	color:#389b38 !important;
}
.steps_title ul li img{
	margin-right:5px;
	margin-top:1px;
	float:left;
}
.steps_title ul li:last-child{
	padding-right:0px;
	background:none;
}
.quote_form_wrap{
	margin-top:18px;
}
.quote_form_box{
	border:1px solid #24435f;
	background:#eff3f4;
	color:#24435f;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}
.quote_form_box select {
	border:1px solid #9e9b9b;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	padding:3px;
	width:270px;
	font-family:Arial, Helvetica, sans-serif;
	color:#686060;
	font-size:14px;
	outline:none;
}
.quote_form_box input[type="text"] {
	border:1px solid #9e9b9b;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	padding:3px;
	font-family: 'corbelregular';
	color:#686060;
	width:262px;
	font-size:16px;
	outline:none;
}
.info_title{
	background:#24435f;
	padding:5px 7px;
}
.info_name{
	float:left;
	font-size:18px;
	color:#fff;
	font-family: 'oswaldbold';
	border-right:2px solid #91a1af;
	padding-right:20px;
}
.info_name img{
	float:left;
	margin-top:1px;
	margin-right:10px;
	margin-bottom:0px;
}
.info_text{
	float:left;
	font-size:18px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:20px;
	line-height:29px;
}
.vehicle_primary{
	background:#0070b5;
	color:#ffffff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 10px;
	float:right;
	min-width:90px;
	text-align:center;
	margin-right:10px;
}
.quote_form_box a {
	color:#24435f;
	text-decoration:none;
}
.quote_form_box img {
	margin-bottom:-6px;
	margin-left:10px;
}
.quote_add_button {
	text-align:center;
	margin-top:10px;
	font-size:14px;
	color:#3f4142;
	font-family: 'corbelregular';
	font-weight: normal;
	text-decoration:none;
	line-height:24px;
	cursor:pointer;
	padding:5px 0px;
	display:block;
}
.quote_add_button a{
	color:#3f4142;
	text-decoration:none;
}
.quote_add_button img {
	margin-left:10px;
	margin-bottom:-7px;
}
.button_containet{
	margin-top:20px;
	text-align:center;
}
.anothers{
	margin-top:20px;
	border-top:1px dashed #8a9baa;
	padding-top:10px;
}
.incident{
	margin-top:10px;
}
.incident table{
	border-top:1px dashed #8a9baa;
	border-bottom:1px dashed #8a9baa;
	padding-bottom:10px;
	margin-top:10px;
}
.remove_incident{
	text-align:right;
	padding-right:173px;
}
.by_request{
	font-size:12px;
	color:#000;
	padding-top:15px;
	font-family: 'MyriadWebProRegular';
}
.quote_details_conti{
	float:right;
	width:260px;
	height:auto;
}
.quote_details{
	background:url(images/quote_details.png) no-repeat;
	width:259px;
	height:72px;
	font-size:34px;
	text-align:center;
	color:#505450;
	line-height:65px;
	font-family: 'MyriadWebProRegular';
}
.quote_completed{
	font-size:25px;
}
.quote_completed img{
	float:left;
    margin-left: 11px;
    margin-right: -14px;
    margin-top: 11px;
}
.quote_r_b{
	background:url(images/q_title_bg.png) repeat-x bottom #FFF;
	border:1px solid #b1b1b1;
	-moz-box-shadow: 0px 0px 3px #767676 inset;
	-webkit-box-shadow: 0px 0px 3px #767676 inset;
	box-shadow: 0px 0px 3px #767676 inset;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	margin-top:10px;
	color:#389b38;
	font-size:24px;
    line-height: 50px;
    min-height: 50px;
    padding: 4px 8px;
}
.quote_r_b a{
	color:#389b38;
	text-decoration:none;
}
.quote_r_b img{
	margin-right:15px;
}
.quote_r_b p{
	color:#000;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	padding:10px 5px;
}
.have_question{
	margin-top:15px;
	background:url(images/have_question_bg.jpg) no-repeat bottom #FFF;
	-moz-box-shadow: 1px 1px 2px #767676;
	-webkit-box-shadow: 1px 1px 2px #767676;
	box-shadow: 1px 1px 2px #767676;
	min-height:253px;
}
.have_question p{
	font-size:20px;
	color:#505450;
	font-family: 'Frutiger45LightBold';
	padding-left:10px;
	padding-top:10px;
}
.have_question h4{
	font-size:24px;
	color:#000;
	font-family: 'Frutiger45LightBold';
	padding-left:10px;
	padding-top:100px;
	font-weight:normal;
}
.have_question h2{
	font-size:37px;
	color:#24435f;
	font-family: 'Frutiger45LightBold';
	padding-left:10px;
	font-weight:normal;
}
.have_question h2 a{
	text-decoration:none;
	color:#24435f;
}
.inci,
.inci2{
	cursor:pointer;
}
.another_primary_vehicle,
.another_primary_driver,
.add_incident,
.add_incident2{
	display:none;
}
/*=================== Thank you Page ====================*/
.thankyou_wrap{
	background:#fff;
	padding-bottom:20px;
}
.thankyou_wrap p{
	font-size:17px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	padding:20px;
}
.thankyou_wrap h2{
	border-top:1px solid #666;
	font-size:23px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding:10px 0px;
	border-bottom:1px solid #666;
}
.thankyou_wrap ul{
}
.thankyou_wrap ul li{
	list-style:none;
	background:url(images/d_arrow.png) no-repeat left 6px;
	margin-left:20px;
	padding-left:20px;
	margin-top:10px;
}
.thankyou_wrap ul li h1{
	color:#0000ff;
	font-size:23px;
	font-weight:normal;
}
.thankyou_wrap ul li h1 a{
	color:#0000ff;
}
.thankyou_wrap ul li h3{
	color:#11772d;
	font-size:16px;
}
.thankyou_wrap ul li h3 a{
	color:#11772d;
	text-decoration:none;
}
.thankyou_wrap ul li p{
	font-size:16px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:2px;
	padding-left:0px;
	margin:0px;	
}
.thankyou_wrap ul li p a{
	color:#000;
	text-decoration:none;
}
/*=========================================== Footer Start ==============================================*/
.footer_wrapper{
	width:100%;
	background:#24435f;
	margin-top:70px;
}
.copuright_auto_ins {
	width:960px;
	margin:auto;
	padding:15px 40px;
}
.copuright_auto_ins p {
	float:left;
	font-family: 'corbelregular';
	color:#fff;
	font-size:14px;
	padding-top:1px;
}
.copuright_auto_ins ul {
	list-style:none;
	float:right;
}
.copuright_auto_ins ul li {
	list-style:none;
	display:inline;
	border-right:1px solid #FFF;
	font-family: 'corbelregular';
	color:#fff;
	font-size:12px;
}
.copuright_auto_ins ul li a {
	text-decoration:none;
	font-family: 'corbelregular';
	color:#fff;
	font-size:14px;
	padding-right:15px;
	padding-left:15px;
	text-align:center;
}
.copuright_auto_ins ul li a:hover {
	color:#000;
}
.copuright_auto_ins ul li:last-child {
	padding-right:0px;
	border:none;
}
.copuright_auto_ins ul li:last-child a {
	padding-right:0px;
	border:none;
}
.clear{
	clear:both;
}
