/* -------------------------------------------------------------- 
	Reset
-------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, sup,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: baseline;
}


/* -------------------------------------------------------------- 
	Fonts
-------------------------------------------------------------- */
@font-face {
    font-family: 'FrutigerLTStd75Black';
    src: url('../fonts/frutigerltstd-black-webfont.eot');
    src: url('../fonts/frutigerltstd-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frutigerltstd-black-webfont.woff') format('woff'),
         url('../fonts/frutigerltstd-black-webfont.ttf') format('truetype'),
         url('../fonts/frutigerltstd-black-webfont.svg#FrutigerLTStd75Black') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* -------------------------------------------------------------- 
	Global
-------------------------------------------------------------- */
body {
	color: #393939;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

/***** Headings *****/
h1, h2, h3 {
	color: #393939;
	font-family: 'FrutigerLTStd75Black', 'Arial', sans-serif;
	font-size: 28px;
	margin: 30px 0 15px;
	text-shadow: 2px 2px 2px #929292;
}
h2 {
	color: #444;
	font-size: 24px;
	margin: 0 0 15px;
}
h3 {
	font-size: 25px;
	margin-top: 26px;
}
h6 {
	color: #444;
	font-size: 14px;
	font-weight: 700;
}

/***** Paragraph *****/
p {
	font-size: 14px;
}

/***** Links *****/
a,
a:visited,
a:hover {
	color: #393939;
}

/***** Clearfix *****/
.clear {
	clear: both;
}

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

/* IE 7 */
*:first-child+html .clearfix { 
	zoom: 1;
}



/* -------------------------------------------------------------- 
	Page Layout
-------------------------------------------------------------- */
body {
	background: #000 url(../img/bg.jpg) center top repeat-y;
	text-align: center;
}
.structure {
	margin: 0 auto;
	padding: 0 45px;
	position: relative;
	text-align: left;
	width: 870px;
}
#form_structure {
	margin: 40px auto 50px;
	padding: 0 20px 0 5px;
	position: relative;
	text-align: left;
	width: 916px;
}

/***** Header *****/
#header {
	margin: 0 auto 6px;
	position: relative;
	width: 960px;
}
#header_img {
	background: url(../img/header_img.jpg) no-repeat;
	height: 455px;
	position: relative;
	width: 960px;
}
#header_img #ad_cpy {
	color: #ffe600;
	font-family: 'FrutigerLTStd75Black', 'Arial', sans-serif;
	font-size: 28px;
	left: 20px;
	line-height: 1.2;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 2px 2px 7px rgba(0,0,0, 0.75);
	top: 145px;
	width: 560px;
}
#header_bg {
	background: url(../img/header_bg.png) no-repeat;
	height: 148px;
	left: -6px;
	position: absolute;
	top: 0;
	width: 973px;
	z-index: 10;
}
#header_bg h1 {
	margin: none;
	color: #ff0;
	font-weight: none;
	font-size: 11px;
	text-transform: uppercase;
	text-shadow: none;
	font-family: 'Arial',sans-serif;
	float: left;
	margin: 35px 0 0 217px;
}
#header #back_my_btn {
	color: #ff0;
	float: right;
	font-size: 12px;
	padding: 35px 32px 0 0;
	text-decoration: none;
}
#register-cta {
	margin: 0 auto 6px;
	position: relative;
	width: 960px;
	background:yellow url(../img/yellow-bg.png);
	height:44px;
	line-height:45px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	left:1px;
	top:-6px;
	cursor:pointer;
}

/*****	Footer	******/
#footer {
	background: url(../img/bg-footer.png) center top no-repeat;
	height: 35px;
	margin: 10px auto 5px;
	padding: 25px 40px 0;
}
#footer .foot_soc {
	float: left;
	width: 200px;
}
#footer .foot_nav {
	float: right;
	width: 580px;
}
#footer ul li {
	list-style:none;
	display:block;
	float:right;
}
#footer ul li a,
#footer ul li span {
	margin:10px;
	font-size:11px;
	color:#aaa;
	text-decoration:none;
}
#footer ul li.separator {
	border-left:1px solid #aaa;
	margin-right:0px;
}

/*** Terms ***/
.popup {
	text-align: left;
	width:600px;
	height:600px;
}
.popup strong {
	display: block;
}
#terms {
	margin-top: 20px;
}
#terms p {
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 10px;
}
#terms #lcol {
	float: left;
	width: 285px;
}
#terms #rcol {
	float: right;
	width: 285px;
}

/***** Dealers *****/
#rel_cpy {
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	width: 840px;
}
#rel_cpy p {
	margin-bottom: 12px;
}
#dealer_alph {
	border: 1px solid #000;
	margin: 20px auto 10px;
	padding: 30px 0;
	text-align: center;
	width: 775px;
}
#dealer_alph a {
	color: #000;
	font-family: 'FrutigerLTStd75Black', 'Arial', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	padding: 0 2px;
	text-decoration: none;
}
#dealer_alph a.roi {
	padding-left: 12px
}
#dealer_cpy {
	font-size: 14px;
}
#pd_frame {
	margin: 14px 0 0 30px;
	overflow-x: hidden;
}

/***** PDF Download Link *****/
.pdf_dwnld {
	background:url(../img/pdf_icon.jpg) right center no-repeat;
	display: block;
	line-height: 20px;
	margin: 5px auto 0;
	padding-right: 20px;
}

/***** Main Forms *****/
#bn_forms #bn_mn {
	background: url(../img/mich_man.jpg) no-repeat;
	float: left;
	height: 188px;
	margin-top: -33px;
	width: 114px;
}

/*** Sign up ***/
#bn_forms #bn_rg {
	float: right;
	width: 429px;
}

/*** Participating Dealers ***/
#bn_forms #bn_pd {
	border-right: 1px solid #dcdcdc;
	float: left;
	margin-right: 10px;
	padding-right: 22px;
	width: 440px;
}
#bn_forms #bn_pd_fm {
	float: right;
	width: 200px;
}
#bn_forms #bn_pd_tp {
	width: 440px;
}
#bn_forms #bn_pd_fm {
	float: right;
	width: 325px;
}
#bn_forms #bn_pd_fm form .row {
	margin-top: 12px;
}
#bn_forms #bn_pd_fm form label {
	color: #444;
	float: left;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	width: 73px;
}
#bn_forms #bn_pd_fm form input[type="text"] {
	border: 1px solid #d9d9d9;
	background: #efefef;
	display: block;
	float: left;
	height: 16px;
	width: 240px;
	padding: 3px;
}
#bn_forms #bn_pd_fm form select {
	float: left;
	margin-right: 5px;
}
#bn_forms #bn_pd_fm form small {
	color: #696969;
	float: left;
	font-size: 12px;
	padding-top: 4px;
}
#bn_forms #bn_pd_fm form input[type="submit"] {
	background: url(../img/go_btn.jpg) no-repeat;
	border: none;
	cursor: pointer;
	float: right;
	height: 51px;
	margin-top: -8px;
	width: 89px;
}

/*** Search Results Box ***/
#bn_forms #pd_results {
	background: #efefef;
	border: 1px solid #d9d9d9;
	height: 162px;
	margin: 10px 0 0 20px;
	overflow-y: scroll;
	padding: 8px;
	width: 399px;
	word-wrap: break-word;
}
#bn_forms #pd_results #nearby {
	margin: 10px 0;
}
#bn_forms #pd_results .result_entry {
	color: #444;
	font-size: 13px;
	margin: 6px 0;
	text-transform: uppercase;
}
#bn_forms #pd_results .result_entry .res_dis {
	color: #828282;
	text-transform: lowercase;
}
#bn_forms #pd_results .result_entry .res_vw {
	font-size: 12px !important;
	padding-left: 5px;
	text-transform: lowercase;
}
#bn_forms #pd_results .result_entry .res_vw:hover {
	text-decoration: none;
}

/***** Main *****/
.main {
	background: url(../img/bg-main.jpg) center top no-repeat;
	padding-top: 5px;
}
#ats_txt {
	font-family: 'FrutigerLTStd75Black', 'Arial', sans-serif;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.main ul {
	list-style-type: none;
	margin: 13px 0 10px;
	padding: 0;
}
.main ul li {
	text-align: center;
	padding: 15px 5px;
}
.main ul a {
	display: block;
	margin: auto;
	text-indent: -999em;
}
.main ul a:active {
	position: relative;
	top: 1px;
}
.main ul li p {
	margin-top: 10px;
}
#ats_banr_txt{
	font-size: 12px;
	height: 10px;
	margin-top: -5px;
	padding: 0;
	text-align: center;
}

/***** Region Select *****/
#region_select {
	border-bottom: 1px solid #dcdcdc;
	height: 19px;
	margin-bottom: 15px;
	position: relative;
}
#region-uk, #region-roi {
	text-decoration: none;
	padding: 4px 12px;
}
#region_select a {
	background: #dcdcdc;
	color: #000;
	position: relative;
	top: 0px;
	outline: 0;
	border: 0;
}
#region_select a:focus {
	outline: 0;
	border: 0;
}
#region_select a.active {
	background: #505050;
	color: #fff;
}
#region_select span {
	color: #878787;
	padding: 0 6px;
}
#pd_form2 input[type="submit"] {
	margin-top: -4px !important;
}

/***** Social *****/
.addthis_toolbox {
	display: inline;
}

/***** Register Form Styles *****/
#how-read {
	position: absolute;
	right: -32px;
	bottom: 0;
	text-decoration: none;
}
#reg_form {
	margin-top: 10px;
	margin-bottom: 30px;
	min-height: 135px;
	padding-bottom: 10px;
	position: relative;
}
#reg_form label {
	display: block;
	float: left;
	width:425px;
	min-height:30px;
	margin-right:10px;
}
#reg_form label span {
	display:block;
	width:77px;
	float:left;
	position: relative;
	top:6px;
}
#reg_form label small {
	clear:both;
	display:block;
	font-size:0.9em;
	color:#f00;
	margin-left:75px;
	margin-top:3px;
}
#reg_form label input[type=text] {
	border: 1px solid #d9d9d9;
	background: #efefef;
	display:block;
	float:right;
	height:16px;
	width:340px;
	padding:3px;
}
#reg_form select {
	border: 1px solid #d9d9d9;
	background: #efefef;
	padding: 3px;
	width: 130px;
}
#reg_form_info,
#reg_form_info a {
	color: #838383;
	font-size: 9px;
	line-height: 1.25em;
	margin: 10px 0;
}
#reg_form input[type=submit] {
	background: url(../img/reg_btn.jpg) no-repeat;
	border: none;
	cursor: pointer;
	float: right;
	height: 41px;
	width: 146px;
}

/*** Error ***/
#reg_form .error {
	background: #ff9993 !important;
	border: 1px solid #ff4949 !important;
}
#reg_form_error,
#reg_form_error_php {
	color: red;
	margin-bottom: 14px;
	text-align: center;
}
#reg_form_error {
	display: none;
}

/***** OFFERS *****/
#offer-ats a,
#offer-event a,
#dealer-locator a {
	background: url(../img/sprite-buttons.jpg) center no-repeat;
	width:770px;
	height:84px;
}
#offer-ats a {
	background-position:0px 0px;
}
#offer-ats a:hover {
	background-position:0px -84px;
}
#offer-event a {
	background-position:0px -168px;
}
#offer-event a:hover {
	background-position:0px -252px;
}
#dealer-locator a {
	background-position:0px -336px;
}
#dealer-locator a:hover {
	background-position:0px -420px;
}
#offer-michelin a {
	background: url(../img/michelin-car-tyres.jpg) center no-repeat;
	width:770px;
	height:84px;
}