﻿

/*============  Reset  ==============*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

body {
	margin: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #DFDFDF;
	padding: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0 0 0 40px;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button, input {
	line-height: normal;
	*overflow: visible;
}

table button, table input {
	*overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input:invalid, textarea:invalid {
	background-color: #f0dddd;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

th {
	text-align: left;
}

/*============  Typography  ==============*/
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-size: 12px;
	line-height: 1.5;
}

body, button, input, select, textarea {
	font-family: Arial, sans-serif;
	color: #333333;
}

a {
	color: #00457c;
	text-decoration: none;
}

a:hover {
	outline: 0;
	text-decoration: underline;
}

a:active {
	outline: 0;
}

a:focus {
	outline: thin dotted;
}

a[target="_blank"] {
	background: url('../images/link-icons/external-link.png') no-repeat 100% 50%;
	padding-right: 15px;
}

a[href$=".xls"], a[href$=".xlsx"] {
	background: url('../images/link-icons/excel.png') no-repeat 0 50%;
	padding-left: 22px;
}

a[href$=".doc"], a[href$=".docx"] {
	background: url('../images/link-icons/word.png') no-repeat 0 50%;
	padding-left: 22px;
}

a[href$=".pdf"] {
	background: url('../images/link-icons/pdf.png') no-repeat 0 50%;
	padding-left: 22px;
}

a[href$=".avi"], a[href$=".mpeg"], a[href$=".mp4"], a[href$=".flv"], a[href$=".mpeg"] {
	background: url('../images/link-icons/movie.png') no-repeat 0 50%;
	padding-left: 22px;
}

a[href$=".zip"], a[href$=".rar"], a[href$=".7zip"] {
	background: url('../images/link-icons/archive.png') no-repeat 0 50%;
	padding-left: 22px;
}

h1, h2, h3, h4, h5, h6 {
	color: #00457c;
	margin: 0 0 .5em;
	font-weight: 400;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #00457c;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 12px;
}

p {
	margin: .5em 0;
	overflow: hidden;
}

sup {
	text-decoration: none !important;
}

small {
	font-size: 10px;
}

table {
	font-size : 12px;
}

/*============  Project specific  ==============*/

.cleaner {
	clear: both;
	width: 0px;
	height: 0px;
}

.font-family-HelveticaNeueCondensedBold {
	font-family: HelveticaNeueCondensedBold;
}

.padding-left-right15 {
	padding: 0 15px;
}

.text-black {
	color: #000;
}

.text-red {
	color: #bb1a1b;
}

.text-blue {
	color: #00457A;
}

.text-cyan {
	color: #2BA4AB;
}

.text-orange {
	color: #d45f26;
}

.text-light-orange {
	color: #F28D43;
}

.text-gray {
	color: #5a5959;
}

.text-green {
	color: #46903d;
}

.text-pink {
	color: #862d65;
}

.text-bright-pink {
	color: #C51857;
}

.text-blue {
	color: #00457c;
}

.text-light-blue {
	color: #405893;
}

.text-light-black, text-body-color {
	color: #333333;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.f11 {
	font-size: 11px;
}

.f14 {
	font-size: 14px;
}

.f18 {
	font-size: 18px;
}

.left {
	float: left;
}

.right {
	float: right;
}

select, button, textarea, .selectBox {
	background-color: #fcfcfc;
	border: 1px solid #dfdfdf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url("../scripts/libs/pie.htc");
	color: #000;
	margin: 3px 0 10px;
	height: 30px;
	padding-left: 5px;
	position: relative;
}

input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title {
	background-color: #fcfcfc;
	border: 1px solid #dfdfdf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url("../scripts/libs/pie.htc");
	color: #000;
	margin: 0px 0 0px;
	height: 19px;
	padding-left: 5px;
	padding-top: 5px;
	position: relative;
}

input[type=text].simple {
	border: 1px solid #dfdfdf;
	background-color: #fcfcfc;
	color: #000;
	width: 162px;
	margin: 3px 0 10px;
	padding: 3px;
	border-radius: 0;
	height: auto;
	position:inherit;
}

input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus,
input.text:focus, input.title:focus,
textarea:focus {
	background: #fff;
	border-color: #999;
}

label {
	display: block;
	color: #00457c;
}

.error, .alert, .notice, .success, .info {
	border: 2px solid #DDDDDD;
	margin-bottom: 1em;
	padding: 0.8em;
}

.error, .alert {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8A1F11;
}

.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}

.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}

.info {
	background: #D5EDF8;
	border-color: #92CAE4;
	color: #205791;
}

.error a, .alert a {
	color: #8A1F11;
}

.notice a {
	color: #514721;
}

.success a {
	color: #264409;
}

.info a {
	color: #205791;
}

/*============  Layout  ==============*/
#container, .content-width {
	background: url('../images/body-bg.gif') repeat-y 0 0;
	margin: 0 auto;
	width: 950px;
}

.content-width {
	background: none;
}

.row {
	list-style: none;
	line-height: 0;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: justify;
	text-justify: newspaper;
}

.row:first-child {
	margin-top: 0;
}

.row > li {
	display: -moz-inline-stack;
	display: inline-block;
	line-height: 1.5;
	vertical-align: top;
	text-align: left;
}

.row > li li {
	text-align: left;
}

.row > .aligner {
	background: none !important;
	border: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.aligner {
	background: none !important;
	border: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.ie7 .row {
	text-align-last: justify;
	width: 99.9%;
}

.ie7 .row > li {
	display: inline;
	zoom: 1;
}

.ie7 .row > .aligner {
	display: none;
}

#logo {
	background: url('../images/logo.html') no-repeat 0 0;
	float: left;
	margin: 0 0 0 -5px;
}

#logo a {
	display: block;
	height: 125px;
	width: 502px;
}

.top-shadow, .blue-box:before {
	background: url('../images/shadow.png') no-repeat 50% 0;
	content: " ";
	height: 6px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.gray-box {
	background: #ECECEC;
	padding: 10px;
}

.blue-box {
	background: #00457c url('../images/blue-block-top.png') repeat-x 0 0;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
	-ms-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 23px 15px 20px;
	position: relative;
}

.blue-box .title {
	color: #fff;
	line-height: 63px;
	overflow: hidden;
}

.blue-bg, .dark-gray-bg {
	background: #00457c;
	color: #fff;
	padding: 5px 10px;
}

.dark-gray-bg {
	background: #666;
}

.with-video {
	min-height: 255px;
	padding-right: 410px;
}

.oldie [class^="corner-"] {
	background: url('../images/ie/blue-corners.png') no-repeat 0 0;
	bottom: 0;
	display: inline-block;
	height: 5px;
	position: absolute;
	width: 5px;
}

.oldie .corner-bl {
	left: 0;
}

.oldie .corner-br {
	background-position: -5px 0;
	right: 0;
}

.oldie .with-video .corner-br {
	background-position: -10px 0;
}

.video-box {
	background: #1a5889;
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	-o-border-radius: 0 0 6px 0;
	-ms-border-radius: 0 0 6px 0;
	-khtml-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
	height: 100%;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 0;
	width: 360px;
}

/*============  Buttons  ==============*/
.btn {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	display: inline-block !important;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.btn-big {
	font-weight: 700;
	/*padding: 10px 15px;*/
}

.btn-solid {
	border: 0;
	color: #fff !important;
	text-decoration: none !important;
}

.oldie .btn-solid {
	background: url('../images/ie/btns-bg.png') no-repeat;
	line-height: 24px;
	padding: 0 0 0 4px;
}

.oldie .btn-solid span {
	background: url('../images/ie/btns-bg.png') no-repeat;
	display: block;
	padding: 0 10px 0 6px;
}

.btn-red {
	background : #bb1a1b;
}

.oldie .btn-red {
	background-position: 0 -24px;
}

.oldie .btn-red span {
	background-position : 100% 0;
}

.btn-orange {
	background: #d45f26;
}

.btn-light-orange {
	background: #F28D43;
}

.oldie .btn-orange {
	background-position: 0 -74px;
}

.oldie .btn-orange span {
	background-position: 100% -50px;
}

.btn-gray {
	background: #5a5959;
}

.oldie .btn-gray {
	background-position: 0 -224px;
}

.oldie .btn-gray span {
	background-position: 100% -200px;
}

.btn-green {
	background : #46903d;
}

.oldie .btn-green {
	background-position : 0 -124px;
}

.oldie .btn-green span {
	background-position : 100% -100px;
}

.btn-cyan {
	background: #2BA4AB;
}

.btn-pink {
	background : #862d65;
}

.btn-bright-pink {
	background: #C51857;
}

.oldie .btn-pink {
	background-position: 0 -174px;
}

.oldie .btn-pink span {
	background-position: 100% -150px;
}

.btn-light-blue {
	background: #405893;
}

.oldie .btn-light-blue {
	background-position: 0 -274px;
}

.oldie .btn-light-blue span {
	background-position: 100% -250px;
}

.btn-blue {
	background : #00457c;
}

.oldie .btn-blue {
	background-position: 0 -334px;
	height: 33px;
	line-height: 34px;
}

.oldie .btn-blue span {
	background-position: 100% -300px;
}

.btn-grad-blue, .btn-grad-gray {
	-moz-box-shadow: 0 0 4px #111111;
	-webkit-box-shadow: 0 0 4px #111111;
	-o-box-shadow: 0 0 4px #111111;
	box-shadow: 0 0 4px #111111;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin: 4px;
	padding: 10px 20px;
}

.btn-grad-blue:hover, .btn-grad-gray:hover {
	text-decoration: none !important;
}

.oldie .btn-grad-blue, .oldie .btn-grad-gray {
	background: no-repeat 0 -46px;
	line-height: 46px;
	padding: 0 0 0 11px;
}

.oldie .btn-grad-blue span, .oldie .btn-grad-gray span {
	background : no-repeat 100% 0;
	display    : block;
	padding    : 0 20px 0 9px;
}

.btn-grad-blue {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDQ3OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMzg2NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #004479), color-stop(100%, #003865));
	background-image: -webkit-linear-gradient(top, #004479 0%, #003865 100%);
	background-image: -moz-linear-gradient(top, #004479 0%, #003865 100%);
	background-image: -o-linear-gradient(top, #004479 0%, #003865 100%);
	background-image: -ms-linear-gradient(top, #004479 0%, #003865 100%);
	background-image: linear-gradient(top, #004479 0%, #003865 100%);
}

.oldie .btn-grad-blue {
	background-image: url('../images/ie/btn-grad-blue.png');
}

.oldie .btn-grad-blue span {
	background-image: url('../images/ie/btn-grad-blue.png');
}

.btn-grad-gray {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg1ODM4NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #858386));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #858386 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #858386 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #858386 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #858386 100%);
	background-image: linear-gradient(top, #ffffff 0%, #858386 100%);
}

.btn-grad-gray.margin-t {
	margin-top: 10px;
	*margin-top: 6px;
	margin-top: 6px !important;
}

.oldie .btn-grad-gray {
	background-image: url('../images/ie/btn-grad-gray.png');
}

.oldie .btn-grad-gray span {
	background-image: url('../images/ie/btn-grad-gray.png');
}

.btn-recommend-coverage {
	background: url('../images/recommend-coverage-btn.png') no-repeat 0 0;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 40px;
	margin: 0 auto;
	padding-top: 6px;
	text-align: center;
	text-transform: uppercase;
	width: 240px;
	text-decoration: none !important;
}

/*============  Layout columns  ==============*/
.cols-2 {
	overflow: hidden;
}

.cols-2 .col {
	float: right;
	width: 430px;
}

.cols-2 .col:first-child {
	float: left;
	margin-right: 30px;
}

/*============  Header  ==============*/
.logo {
	display: block;
	float: left;
	margin : 25px 0 0 40px;
}

.header {
	position: relative;
	z-index: 100;
}

.header-content {
	background: url('../images/header-bg.jpg') no-repeat 0 0;
	height: 223px;
}

.header-content h1 {
	clear: left;
	color: #000;
	float: left;
	margin: 50px 0 0 35px;
}

/*============  Main content area  ==============*/
#main {
	overflow: hidden;
	padding: 0 15px 15px;
}

/*============  Programs row  ==============*/
.programs {
	list-style: none;
	overflow : hidden;
}

.programs li {
	float: left;
	padding: 25px 0;
	text-align: center;
	width: 20%;
}

.programs li.sham {
	width: 10%;
}

.programs li:first-child {
	border: 0;
}

.programs a {
	color: #5a5959;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.programs a:hover {
	outline: 0;
	text-decoration: none !important;
}

.programs img {
	display: block;
	margin: 0 auto;
}

.programs h4 {
	font-size: 14px;
	font-weight: 700;
}

.programs .detail {
	text-decoration: underline !important;
}

.programs-ex li {
	border-left: 1px solid #DFDFDF;
	min-height: 210px;
	padding: 25px 0px;
	text-align: center;
	width: 304px;
}

.programs-ex a {
	color: #fff;
	text-decoration: none;
}

.programs-ex p {
	color: #000;
	line-height: 16px;
}

.programs-ex .btn {
	margin-top: 25px;
}

#WebSiteFeedback {
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 30px;
	width: 100%;
	z-index: 110;
}


#WebSiteFeedback .webSiteFeedback {
	margin-left: 56px;
	background: url('');
	padding:0px;
}
.webSiteFeedback_img {
	padding:0px;
	margin: 0px;
}

.webSiteFeedback_ground {
	background-image: url('../images/pages/home/wsfeedback_ground.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 6px;
	position:fixed;
	bottom:0px;
	left:0px;
}

/*============  Facts  ==============*/
.fact-wrap {
	margin-bottom: 50px;
	text-align: center;
}

.fact-wrap p {
	margin: 15px 0;
}

.fact-title {
	color: #00457C;
	font: 400 italic 42px 'Impact';
	text-align: center;
}

.fact-title > sup {
	font: 400 italic 30px 'Impact';
	vertical-align: baseline;
	position: relative;
	bottom: 12px;
}

.fact-inline {
	float: left;
	padding-right: 15px;
}

.dotted li {
	background: url('../images/li-dot.gif') no-repeat 0 4px;
	list-style: none;
	padding-left: 9px;
}

.inline {
	overflow: hidden;
}

.inline li {
	float: left;
	margin-right: 9px;
}

/*============  Maitanance pages  ==============*/
.maintanance {
	background: url('../images/maintanance-bg.jpg') no-repeat 100% 0;
	min-height: 510px;
}

.indent-car {
	width: 370px;
}

.indent-technician {
	width: 510px;
}

.indent-partner {
	width : 700px;
}

/*============  Footnote  ==============*/
.footnote {
	font-size: 10px;
	overflow: hidden;
}

.footnote dt {
	float: left;
	letter-spacing: .2em;
	margin-right: 5px;
	text-align: right;
	width: 3em;
}

.footnote dd {
	margin-bottom: 5px;
}

.fabric-desc-wrap h4, .fabric-desc-wrap p {
	margin: 0;
}

.fabric-desc {
	float: left;
	width: 260px;
}

/*============  Questions  ==============*/
.questions {
	margin-bottom: 30px;
}

.question {
	background: white url('../images/question-bg.png') repeat-x 0 0;
	border-bottom: 1px solid #dfdfdf;
	font-size: 14px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px 15px 30px 45px;
	position: relative;
}

.question h5 {
	font-size: 14px;
	font-weight: 700;
	margin: 15px 0;
}

.question p {
	margin: 0;
}

.question label {
	color: #333333;
}

.question .num {
	background: #00457c;
	color: #fff;
	float: left;
	font-size: 18px;
	font-weight: 700;
	margin: -10px 0 0 -45px;
	padding: 3px 10px;
}

.overlay, .programs-recommended .disabled:before {
	background: rgba(255, 255, 255, 0.9);
	color: #00457c;
	font-size: 16px;
	font-weight: 700;
	height: 100%;
	left: 0;
	padding: 60px 100px 0;
	position: absolute;
	top: 0;
	text-align: center;
	z-index: 10;
}

#Programs-recommended-title {
	font-size: 12px !important;
	margin-bottom: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#Programs-recommended-title {
		margin-bottom: 8px;
	}
}

.oldie .overlay, .oldie .programs-recommended .disabled:before, .programs-recommended .oldie .disabled:before {
	/*background: url('../../content/images/ie/overlay-bg.png') repeat 0 0;*/
	background: white;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	display: block;
	width:720px;
	height: 100%;
}

/*============  Recommended block  ==============*/
.recommended-wrap {
	margin: 15px 0 25px;
}

.recommended-wrap h1 {
	background: #EBEBEB;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	color: #000;
	margin: 0;
	padding: 10px;
}

.oldie .recommended-wrap h1 {
	background: url('../images/ie/gray-title-bg.png') no-repeat 0 0;
	line-height: 60px;
	padding: 0 0 0 10px;
}

.programs-recommended li {
	background: #fff;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	width: 147px;
}

.programs-recommended h4 {
	font-size : 13px;
}

.programs-recommended .disabled:before {
	background : rgba(255, 255, 255, 0.8);
	content: "";
}

/*============  Contact form  ==============*/
.contact-form {
	margin-right: 10px !important;
	padding-right: 10px;
	width: 500px !important;
	margin-bottom: 100px;
	border-right: 1px solid #dfdfdf;
}

.contact-form hr {
	border-style: dashed;
	margin: 15px 0;
}

.contact-form label {
	font-size: 14px;
}

#thank-content {
	height: 1058px !important;
}

.about {
	width: 389px;
	margin-right: 10px;
}

.personal-info {
	/*width: 450px !important;*/
	width: 480px;
}

.personal-info li {
	list-style: none;
	width: 225px;
}

.personal-info input[type="text"] {
	width: 220px;
}

.oldie .personal-info select {
	width: 240px;
}

.best-time-contact {
	width: 210px;
	width: 220px\9;
}

.field-zip {
	width: 65px !important;
	vertical-align: middle;
}

.personal-info .field-state {
	margin-right:10px;
	width: 140px !important;
}

.oldie .personal-info .field-state {
	margin-right: 20px;
}

.interested-in label {
	color: #333333;
	font-size: 12px;
	margin-bottom: 5px;
}

.vehicle-info h3 {
	color: #333333;
}

.nearest-dealer {
	margin-top: 20px;
}

.nearest-dealer h4 {
	background: #00457c;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	color: #fff;
	margin: 0;
	padding: 5px;
	text-align: center;
}

.nearest-dealer .zip-wrap {
	background: #ededed;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 15px;
}

.nearest-dealer .no-bg {
	background: none;
}

.nearest-dealer label {
	color: #000;
	font-weight: 700;
	display: inline;
	margin-right: 1em;
}

.oldie .nearest-dealer h4,
.oldie .nearest-dealer .zip-wrap {
	behavior: url(../scripts/libs/pie.htc);
	position: relative;
}

.nearest-dealer-label {
	margin-top:11px;
}
.nearest-dealer-input {
	margin-top:6px;
}
.nearest-dealer-button {
	margin-top:2px;
}

/*============  Testimonials  ==============*/
.testimonial {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 20px;
	margin-left: 20px;
}

.testimonial img {
	display: block;
	float: left;
	margin-right: 20px;
	width: 175px;
}

.testimonial .text {
	float: left;
	margin-top: 0;
	width: 875px;
}

.testimonial i {
	color: #00457c;
	display: block;
	margin-top: 15px;
}

/*============  Terms  ==============*/
.terms {
	margin-top: 30px;
	margin-left:20px;
	margin-right:20px;
}

.terms p {
	margin: 0 0 20px;
}

/*============  Privacy Policy  ==============*/
.privacy-policy {
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

/*============  FAQ  ==============*/
.faq {
	margin-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
}

/*============  Site Map  ==============*/
.site-map {
	margin-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
}

.site-map a {
	text-decoration: underline;
}

/*============  Page Not Forun  ==============*/
.page-not-found {
	margin-bottom: 370px;
}

/*============  Bottom logo container  ==============*/
.bottom-logos {
	background: #fff;
	border-top: 10px solid #00457c;
	position: relative;
}

.bottom-logos .row {
	margin: 0 auto;
	width: 850px;
}

.bottom-logos li {
	line-height: 80px;
	vertical-align: middle;
}

.bottom-logos .top-shadow, .bottom-logos .blue-box:before {
	background: url('../images/bottom-logos-shadow.png') repeat-x 0 0;
	border-bottom: 1px solid #fff;
	height: 5px;
	top: -16px;
}

/*============  Footer  ==============*/
.footer {
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = '#FF1B1B1B', endColorstr = '#FF333333');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiMWIxYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1b1b1b), color-stop(100%, #333333));
	background-image: -webkit-linear-gradient(top, #1b1b1b 0%, #333333 100%);
	background-image: -moz-linear-gradient(top, #1b1b1b 0%, #333333 100%);
	background-image: -o-linear-gradient(top, #1b1b1b 0%, #333333 100%);
	background-image: -ms-linear-gradient(top, #1b1b1b 0%, #333333 100%);
	background-image: linear-gradient(top, #1b1b1b 0%, #333333 100%);
	overflow: hidden;
	padding: 50px 0;
	position: relative;
}

.footer a {
	color: #fff;
	margin-left: 20px;
	text-decoration: underline;
}

.footer a:first-child {
	margin : 0;
}

.footer p {
	text-align : center;
}

.footer .top-shadow, .footer .blue-box:before {
	background: url('../images/footer-shadow.png') repeat-x 0 0;
	height: 10px;
}

.footer .links {
	margin: 0 0 25px;
}

.footer .copyright {
	color: #999;
	font-size: 11px;
}

/*============  Toolbox  ==============*/
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	*line-height: 0;
}

.ir br {
	display : none;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow : hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.ignore-padding-rl {
	margin-right: -15px;
	margin-left: -15px;
}

.ignore-padding-b {
	margin-bottom: -15px;
}

/*============  Tire-wheel  ==============*/

.tire-wheel-title-propose-blue {
	text-align : center !important;
	font-size: 22px;
	color: #00457A;
	font-weight: bold;
}

.tire-wheel-col-propose {
	float: left;
	width: 460px;
}

.tire-wheel-text-propose {
	text-align : center !important;
	margin: 0px 15px;
}

.tire-wheel-include {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 23px;
}

.tire-wheel-include-col3 {
	font-size: 12px;
	margin: 7px;
}

.tire-wheel-include-col {
	margin: 0px 17px;
	float: left;
	width: 268px;
}

.cols2 {
	font-size: 14px;
}
.cols2 p {
	margin: 0px 0px !important;
}

/*============  Base  ==============*/

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.float-l {
	float: left !important;
}

.float-r {
	float: right !important;
}

.margin-0-imp {
	 margin:0 !important;
}

.margin-t-5 {
	margin-top : 5px;
}

.margin-t-3-imp {
	margin-top : 3px !important;
}

.margin-t-5-imp {
	margin-top : 5px !important;
}

.margin-t-8 {
	margin-top : 8px;
}

.margin-t {
	margin-top : 10px;
}

.margin-t-15 {
	margin-top : 15px;
}

.margin-t-18 {
	margin-top : 18px;
}

.margin-t-20 {
	margin-top : 20px;
}

.margin-t-23 {
	margin-top : 23px;
}

.margin-t-30 {
	margin-top : 30px;
}

.margin-t-40 {
	margin-top : 40px;
}

.margin-t-60 {
	margin-top: 60px;
}

.margin-r {
	margin-right : 10px !important;
}

.margin-r15 {
	margin-right : 15px;
}

.margin-r20 {
	margin-right : 20px;
}

.margin-r30 {
	margin-right : 30px !important;
}


.margin-b-5 {
	margin-bottom: 5px;
}

.margin-b {
	margin-bottom: 10px;
}

.margin-b-15 {
	margin-bottom : 15px;
}

.margin-b-20 {
	margin-bottom: 20px;
}

.margin-b-23 {
	margin-bottom : 23px;
}

.margin-b-25 {
	margin-bottom : 25px;
}

.margin-l {
	margin-left: 10px;
}

.margin-l-15 {
	margin-left: 15px;
}

.margin-l-20 {
	margin-left: 20px;
}

.margin-l-26 {
	margin-left: 26px;
}

.margin-r-10 {
	margin-right: 10px;
}

.margin-r-15 {
	margin-right: 15px;
}

.margin-r-20 {
	margin-right: 20px;
}

.margin-tb {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.no-margin {
	margin: 0;
}

.padding-t {
	padding-top : 10px;
}

.padding-r {
	padding-right: 10px;
}

.padding-b {
	padding-bottom: 10px;
}

.padding-l {
	padding-left: 10px;
}

.text-l {
	text-align : left !important;
}

.text-r {
	text-align : right !important;
}

.text-c {
	text-align : center !important;
}

.text-j {
	text-align: justify !important;
}

.line-dashed {
	border: 1px dashed #cccccc;
	width: 100%;
	margin: 0px 15px;
}

.border-none {
	 border-bottom: none;
}

.margin-u-d30 {
	margin: 30px 0;
}

.width {
	width: 100%;
}

.width-30 {
	width: 30%;
}

.width-40 {
	width: 40%;
	width: 40%;
}

.width-50 {
	width: 50%;
}

.width-65 {
	width: 65%;
}

.align-center {
	margin-right: auto !important;
	margin-left: auto !important;
}

.block {
	display : block !important;
}

.va-middle {
	vertical-align : middle;
}

.no-list-style {
	list-style : none;
}

.f10 {
	font-size: 10px;
}

.f11 {
	font-size: 11px;
}

.f12 {
	font-size: 12px;
}

.f12-imp {
	font-size: 12px !important;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

.f30 {
	font-size: 30px;
}

.line-height-12 {
	line-height: 12px;
}

.line-height-14 {
	line-height: 14px;
}

.line-height-16 {
	line-height: 16px;
}

.line-height-18 {
	line-height: 18px;
}

.line-height-20 {
	line-height: 20px;
}
/*============  Dealer Locator  ==============*/

#container-for-map {
	border: 1px solid #ccc;
	padding: 15px;
	*height: 100%;
}

#container-for-map-outer {
	width: 890px;
	margin-left: 10px;
	border: 3px solid #ececec;
	margin-bottom:10px;
}

#dealerLocator .contact-person {
	margin-left:20px;
	visibility: hidden;
	margin-bottom:15px;
}

.map-size {
	width: 860px;
	height: 334px;
}

#mapHaeder {
	visibility: hidden;
	font-family:Arial;
	font-size:14px;
	line-height:1px;
	height:1px;
}

.directions-container {
	width: 810px;
	height: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#container-for-map .direction-text {
	font-size: 14px;
	font-weight: bold;
}

#container-for-map .start-container {
	float: left;
	margin-top: 10px;
}

#container-for-map .end-container {
	float: left;
	margin-top: 10px;
}

#container-for-map .start-label {
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-top: 12px;
}

#container-for-map .end-label {
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-top: 12px;
	margin-left: 50px;
}

#container-for-map .label {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	width: 60px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

#container-for-map .input {
	float: left;
	height: 25px;
}

#container-for-map .get-directions {
	float: right;
	margin-top: 20px;
	width:97px;
	text-align: center;
	color: #405893;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	background-image:url("../images/getdirectionbutton.png");
	background-repeat:no-repeat;
	height:53px;
	padding-top:5px;
}

.zip #container-for-map-outer {
	width: 550px;
	margin-left: 10px;
	border: 5px solid #ececec;
	margin-bottom: 10px;
	float: left;
}

.zip .dealers {
	float: left;
	width: 335px;
	margin-left: 12px;
}

.zip .dealers .header {
	background-color: #ECECEC;
	font-size: 16px;
	font-weight: bold;
	color: #004378;
	padding: 10px;
}

.zip .dealers .top-item {
	background-color: #F4F4F4;
	margin-top: 5px;
	padding: 5px;
	cursor: pointer;
}

.zip .dealers .top-item .index {
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	background-color: #003F71;
	font-weight: bold;
	float: left;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url("../scripts/libs/pie.htc");
	position: relative;
}

.zip .dealers .top-item .title {
	color: #004074;
	font-weight: bold;
	line-height: 18px;
}
.indextitle {
	margin-left: 23px;
}
.zip .dealers .top-item .address {
	margin-left: 23px;
	color: #333;
	line-height: 13px;
}

.zip .dealers .items {
	margin-top: 10px;
	background-color: #ECECEC;
	padding-bottom: 10px;
}

.zip .dealers .items .container {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 265px;
	overflow: auto;
	height: 264px;
	margin-left: 10px;
	margin-right: 10px;
}

.zip .dealers .items .header {
	font-size: 15px;
	padding: 7px;
}

.zip .dealers .items .item {
	padding: 10px 10px 0 10px;
	cursor: pointer;
}

.zip .dealers .items .item .title {
	color: #003F73;
	font-weight: bold;
}

.zip .dealers .items .item .address {
	color: #333333;
}

.zip #container-for-map {
	padding: 10px;
}

.zip .map-size {
	width: 527px;
	height: 450px;
}

.zip #container-for-map .start-label,
.zip #container-for-map .end-label {
	float: none;
	margin: 0;
	color: #004277;
	background-color: #ECECEC;
	line-height: 25px;
	padding-left: 8px;
}

.zip #container-for-map .start-container,
.zip #container-for-map .end-container {
	background-color: #F4F4F4;
	margin: 0;
	padding-bottom: 20px;
	padding-top: 6px;
	width: 100%;
}

.zip .directions-container {
	width: 517px;
	margin-top: 10px;
	margin-bottom: 25px;
	height: auto;
}

.zip .directions-container .btn {
	left: 190px;
	margin-top: 15px;
}

.zip .block {
	width: 250px;
	margin-top: 6px;
}

.tab-content .container small {
	font-weight: normal;
	font-size: 14px;
}

.tab-content .container .row {
	text-align: left;
	width: 600px;
}

.tab-content .container .row > li {
	margin-left: 20px;
}

.tab-content .container .row.smallspace > li {
	margin-left: 8px;
}

.tab-content .container .ml5 > li {
	margin-left: 5px;
}

.tab-content .container .img {
	width: 595px;
	height: 324px;
	display: block;
	position: relative;
	text-align: right;
	vertical-align: bottom;
	background-position: 25px bottom;
	background-repeat: no-repeat;
	bottom: 12px;
}

.tab-content .container .img.car-background {
	width: 600px;
	height: 405px;
	background-position: bottom;
	bottom: 10px;
}

.tab-inside-content {
	padding: 0 20px;
	font-size: 14px; 
	line-height: 18px;
}

#default-img {
	background-position: -14px bottom;
}

.comprehensive-coverage-partial-car {
	padding-top:157px;
}

#Comprehensive-coverage-partial .content {
	float:right;
	margin:72px 41px 0px 0px !important;
	text-align: right;
	font-weight: bold;
	position: absolute;
	right: 0px;
	bottom: 37px;
}

.seals-and-gaskets-partial-car {
	padding-top:58px;
}

#Seals-and-gaskets-partial .content {
	float:right;
	margin:72px 41px 0px 0px !important;
	text-align:right;
	font-weight:bold;
	position: absolute;
	right: 0px;
	bottom: 37px;
}

#Comprehensive-coverage-partial .comprehensive-coverage-partial-car, #Seals-and-gaskets-partial .seals-and-gaskets-partial-car {
	width: 595px;
	height: 324px;
	display: block;
	position: relative;
	text-align: right;
	vertical-align: bottom;
	background-position: 36px bottom;
	background-repeat: no-repeat;
}

.tab-content .container .img .content {
	padding-bottom: 25px;
	padding-right: 20px;
	bottom: 0;
	padding-bottom: 25px;
	padding-right: 20px;
	position: absolute;
	right: 0;
}

.tab-content .container .img.electronic-high-tech .mark {
	float: left;
	font-size: 10px;
	color: #999;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 25px;
}

.hi-tech-components-content .mark {
	float: left;
	font-size: 10px;
	color: #999;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 25px;
}

.hi-tech-components {
	padding-top:167px;
}

.hi-tech-components-content .content {
	float:right;
	margin:72px 41px 0px 0px !important;
	text-align: right;
	font-weight: bold;
	position: absolute;
	right: 0px;
	bottom: 37px;
}

.tab-content .tab-pane .table {
	display: block;
	height: 530px;
	width: 100%;
	position: relative;
}

.tab-content .top-cell {
	display: block;

	position: absolute;
	top: 0;
	z-index: 2;
}

.top-cell .tab-pane.active.f11 p {
	margin: 0px 0px !important;
	line-height: 1.2
}


.tab-content .top-cell .tab-pane.f11  li {
	line-height: 13px;
}

.tab-content .bottom-cell {
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 0;
}

.tab-content .container .img h4 {
	margin: 0;
}

.tab-content .container .row > li {
	line-height: 14px;
}

.tab-content .container .img.car {
	background-image: url('../images/cars/car.jpg');
}

.tab-content .container .img.car-background {
	background-image: url('../images/cars/car-background.jpg');
}

.img.comprehensive-coverage-partial-car, .img.seals-and-gaskets-partial-car {
	background-image: url('../images/cars/car-without-shadow.jpg');
}

.tab-content .container .img.air-conditioner {
	background-image: url('../images/cars/air-conditioner.jpg');
}

.tab-content .container .img.brakes {
	background-image: url('../images/cars/brakes.jpg');
}

.tab-content .container .img.drive-axle {
	background-image: url('../images/cars/drive-axle.jpg');
}

.tab-content .container .img.electronic-high-tech {
	background-image: url('../images/cars/electronic-high-tech.jpg');
}

.img.hi-tech-components {
	background-image: url('../images/cars/electronic-high-tech.jpg');
}

.comprehensive-coverage {
	
}

.tab-content .container .img.fuel-system {
	background-image: url('../images/cars/fuel-system.jpg');
}

.tab-content .container .img.emissions {
	background-image: url('../images/cars/emissions.jpg');
}

.tab-content .container .img.car-engine {
	background-image: url('..images/cars/car-engine.jpg');
}

.tab-content .container .img.new-safety {
	background-image: url('../images/cars/new-safety.jpg');
}

.tab-content .container .img.safety {
	background-image: url('../images/cars/car.jpg');
}

.tab-content .container .img.steering {
	background-image: url('../images/cars/steering.jpg');
}

.tab-content .container .img.suspension {
	background-image: url('../images/cars/suspension.jpg');
}

.tab-content .container .img.transmission {
	background-image: url('../images/cars/transmission.jpg');
}

.moadl-bottom-text {
	position: absolute;
	width:100%;
	margin-top: 7px;
}

/* New menu start, rewrited with #94320 */
.menu {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDU3YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMzU2MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = '#FF00457C', endColorstr = '#FF003561');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00457c), color-stop(100%, #003561));
	background-image: -webkit-linear-gradient(top, #00457c 0%, #003561 100%);
	background-image: -moz-linear-gradient(top, #00457c 0%, #003561 100%);
	background-image: -o-linear-gradient(top, #00457c 0%, #003561 100%);
	background-image: -ms-linear-gradient(top, #00457c 0%, #003561 100%);
	background-image: linear-gradient(top, #00457c 0%, #003561 100%);
	background-size: 100%;
	height: 60px;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
}

.menu-item {
	float: left;
	border-left: 1px solid #1A5889;
	position: relative;
}

.menu > .menu-item:first-child {
	border-left: none;
}

.menu a,
.menu a:hover,
.menu a:visited {
	text-decoration: none;
	outline: none;
	color: #FFF;
	display: block;
}

.menu-item > a {
	text-transform: uppercase;
	text-align: center;
	line-height: 60px;
}

.menu-item:hover,
.menu-item > a.active {
	background-color: #002C4F;
}

.sub-menu {
	background-color: #002C4F;
	border: 1px solid #1A5889;
	display: none;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: 59px;
	left: -1px;
	z-index: 100;
	padding: 15px;
}

.sub-menu-top-divider {
	background-color: #002C4F;
	border: 1px solid #fff;
	display: none;
	z-index: 100;
	position: absolute;
	height: 3px;
	top: 57px;
	left: -1px;
}

.menu-item:hover > .sub-menu,
.menu-item:hover > .sub-menu-top-divider {
	display: block;
}

.sub-menu a {
	text-transform: capitalize;
	line-height: 25px;
}

.sub-menu a:hover {
	color: #2A93E4;
}
/* New menu end */

/* ======== Helpful resources start ================ */
.helpful-resources-content {
	padding: 5px 10px 200px 10px;
}

.helpful-resources-content .loupe-img {
	margin: 0 15px;
}

div.dashed-line {
	border-bottom: 1px dashed #CCC;
	margin: 20px 0;
}

.helpful-resources-content a {
	outline: none;
}
/* ======== Helpful resources end ================= */

.grey-background {
	background-color: #f3f3f3;
}

/* ======== Excess Wear & Tear ==================== */

.excess-wear-left-col {
	width: 490px !important; 
	margin-right: 15px !important;
	margin-left: 15px !important;
	line-height: 18px;
}

.excess-wear-right-col {
	margin-right: 15px;
	width: 375px !important;
	line-height: 18px;
}

.table-box {
	border: 1px solid #00457c;
	min-height: 100px;
	line-height: 18px;
}

.table-box > div {
	padding: 8px 15px 8px 15px;
}

.table-box > div > div {
	display: table-cell;
	vertical-align: middle;
}

.table-box > div > div:first-child {
	width: 177px;
}

.table-box > div:first-child {
	font-size: 16px;
	color: #fff;
	background-color: #00457c;
	text-align: center;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 8px;
}

.excess-wear-right-col .info-box {
	margin-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

/* ======== Excess Wear & Tear End ================ */

/* ======== Paintless Dent Repair ================= */

.paintless-dent-top-left {
	width: 510px !important; 
	margin-right: 20px !important;
	margin-left: 15px !important;
	line-height: 18px;
}

.paintless-dent-top-right {
	width: 340px !important;
	float: left !important;
	line-height: 18px;
}

#benefits {
	padding-left: 15px;
	padding-right: 15px;
}

#benefits table {
	margin-left: 7px;
	margin-top: -20px;
	border-collapse: separate;
	border-spacing: 0 35px;
}

#benefits table td {
	vertical-align: middle;
	line-height: 16px;
}

#benefits table td.img-col {
	width: 65px;
}

#benefits table td.first-text {
	width: 240px;
}

#benefits table td.second-text {
	width: 218px;
}

#benefits table td.third-text {
	width: 205px;
}

#claim {
	min-height: 302px;
	background-color: #f3f3f3;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

#claim table {
	border-collapse: separate;
	border-spacing: 0;
}

#claim table td {
	vertical-align: middle;
	line-height: 16px;
}

#claim table td.img-col {
	padding-right: 20px;
}

#claim table td.text-col {
	width: 220px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

#claim table td.additional {
	vertical-align: top;
	padding-top: 20px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 18px;
}

#covered-areas {
	margin-left: 15px;
	margin-right: 15px;
}

#covered-areas table td {
	padding-right: 21px;
	font-size: 13px;
	line-height: 16px;
}

#covered-areas table tr.first-row td {
	vertical-align: bottom;
}

#covered-areas table tr.second-row td {
	vertical-align: top;
	padding-top: 20px;
}

#covered-areas .covered-square,
#covered-areas .non-covered-square {
	border: 1px solid #000000;
	width: 20px;
	height: 20px;
	display: inline-block;
}

#covered-areas .covered-square {
	background-color: #072752;
}

#covered-areas .cov-text {
	display: inline-block; 
	width: 95px; 
	line-height: 14px; 
	text-align: left; 
	top: 6px; 
	position: relative;
	font-size: 14px;
}

/* ======== Paintless Dent Repair End ============ */

/* ======== Vehicle Protection Plus ===================== */
.term-care-top-left-col {
	width: 495px !important; 
	margin-right: 15px !important;
	margin-left: 15px !important;
	line-height: 18px;
}

.vpp-top-right-col {
	margin-right: 15px;
	width: 350px !important;
	line-height: 18px;
	margin-bottom: 20px;
}

.vpp-bottom-desc {
	text-align: center;
	font-size: 11px;
	margin: 20px 0;
}

#membershipInDriversOneCard .dotted {
	padding: 0 0 15px 20px;
}

#membershipInDriversOneCard .dotted li {
	background: url('../images/li-dot.gif') no-repeat 0 7px;
	padding-left: 12px;
}

/* ======== Vehicle Protection Plus End ================= */
