/************************************** global settings **************************************/

html, body {
	margin:0;
	padding:0;
	height: 100%;
	}
	
div {
    border-style: none;
	text-decoration: none;
	border: 0;
	padding: 0;
}

img {
	border-style: none;
	text-decoration: none;
	border: 0;
	}
	
body {
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
	}	

a, a:link, a:visited {
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	outline: 0;
	color: #0099CC;
	}

a:hover {
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #0066AA;
	outline: 0;
	}

h1 {
	font-weight: normal;
	font-size: 30px;
	color: #444444;
}
	
h2 {
	font-weight: normal;
	font-size: 15px;
	color: #444444;
}	

.dottedHR {
	background: url("/images/dottedLine.png");
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%
	clear: both;
}

.innerContainer {
	position: relative;
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.findCar a, .findCar a:hover, .findCar a:visited {
	font-size: 16px;
	line-height: 20px;
}
/***** HEADER *****/

.header {
	background-color: #479DD1;
	height: 145px;
}

.logo a, .logo a:visited {
	display:block;
	width:268px;
	height:96px;
	background: url("/images/ezwipersLogo.png") 0px 0px no-repeat;
	padding:0px; 
}
	
.logo a:hover {
	background-position: -268px 0px;
}

.logo {
	position: relative;
	width: 268px;
	margin-right: auto;
	margin-left: auto;
}

.topNav a, .topNav a:visited {
	display: inline-block;
	width:70px;
	height:70px;
	background: url("") 0px 0px no-repeat;
	padding:0px; 
	zoom: 1;
	*display: inline;
}

.topNav a:hover {
	background-position: -70px 0px;
}

.topNav {
	position: absolute;
	top: 16px;
	right: 0px;
	height: 80px;
}

.carHeader {
	position: relative;
	height: 58px;
	width: 530px;
	padding-top: 7px;
}

.carHeader h1 {
	font-size: 26px;
	color: #444444;
	font-weight: bold;
	padding-top: 12px;
	margin: 0px;
	position: relative;
	margin-top: 3px;
}

.carHeaderRight h2 {
	font-size: 11px;
	text-align: right;
	padding-top: 4px;
	line-height: 15px;
	color: #666666;
	margin: 0px;
	width: 195px;
}

.carHeader select {
	position: relative;
	display: inline;
	margin-left: 10px;
}

.installYMM {
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
}

.carHeader img {
	float: left;
	padding-right: 10px;
	padding-top: 6px;
}

.carHeaderRight {
	position: absolute;
	right: -9px;
	top: 13px;
	width: 370px;
	height: 40px;
}

.carHeaderRight img {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

.partitionDiv {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.positionLabel {
	font-size: 11px;
	line-height: 17px;
	width: 80px;
	text-align: center;
	color: #666666;
}

.bladeSize {
	font-size: 20px;
	font-weight: bold;
	color: #444444;
}

#navsearchBox {
	position: relative;
	height: 38px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0;
	text-align: center;
	left: 1%;
	right: 1%;
	z-index: 998;
}

#navsearchText {
	position: relative;
	background-image: url("/images/headerSearch.png");
	background-repeat: no-repeat;
	background-color: transparent;
	border: none; 
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	width: 173px;
	z-index: 999;
	padding-left: 44px;
	padding-right: 5px;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}

#navSearch {
	position: absolute;
	top: 38px;
	left: 0px;
	width: 222px;
	height: 38px;
}

.topHeader {
	position: relative;
	width: 100%;
	height: 43px;
}

.topHeaderFront {
	position: relative;
	background-image: url( "/images/waveFront.png" );
	height: 43px;
}

.topHeaderPhone {
	color: #F0F0F0;
	font-size: 18px;
	float: left;
}

.topHeaderBread {
	width: 600px;
	height: 20px;
	text-align: right;
	float: right;
	margin-top: 3px;
	color: #92C4EA;
	font-size: 10px;
	position: relative;
}

.topHeaderBread a, .topHeaderBread a:visited {
	color: #92C4EA;
	font-size: 10px;
}

.topHeaderBread a:hover {
	color: white;
}

/************************************** main divs **************************************/

#fullPage {
	position: relative;
	min-height: 100%;
	width: 900px;
}

.mainArea {
	position: relative;
	padding-bottom: 309px; 
	margin-top: 14px;
}

.footer {
	position: relative;
	margin-top: -309px; 
	height: 279px;
	padding-top: 30px;
	clear: both;
	z-index: 210;
	min-width: 900px;
	width: 100%;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/************************************** type styles **************************************/

.bigCents {
	vertical-align:text-top; 
	font-size: 12px;
}

.littleCents {
	vertical-align:text-top; 
	font-size: 10px;
} 

.mediumText {
	font-size: 15px;
	color: #555555;
}

.smallText {
	font-size: 13px;
	color: #777777;
}

.messageText {
	font-size: 20px;
	line-height: 20px;
	color: #BBBBBB;
} 

.dot {
	color: #dddddd;
	font-size: 6px;
}

.error {
	color: #BB0000;
}

.greySearch {
	color: #BBBBBB;
}

/************************************** footer **************************************/
	
#copyright {
	position: absolute;
	font-size: 9px;
	text-decoration: none;
	color: #BBBBBB;
	right: 5px;
	bottom: 3px;
}

.pageDesc {
	height: 36px;
	padding-top: 9px;
	color: #B1B1B1;
	font-size: 10px;
	line-height: 12px;
}

.pageDescC {
	text-align: center;
}

#navLinks {
	float: left;
}

.phoneContainer {
	padding-right: 50px;
	padding-top: 35px;
	text-align: right;
	font-size: 36px;
	color: #4F4F4F;
	position: relative;
	width: 400px;
	float: left;
}

.phoneContainer a, .phoneContainer a:visited {
	color: #999999;
	font-size: 20px;
	line-height: 20px;
}

.phoneContainer a:hover {
	color: #4F4F4F;
}

.footerNav {
	padding-top: 10px;
	padding-left: 30px;
	width: 420px;
	position: relative;
	float: right;
	padding-bottom: 14px;
	height: 112px;
	
}

.footerNav a, .footerNav a:visited {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 26px;
}

.footerNav a:hover {
	color: #92C4EA;
}

.footerNav td {
	padding: 15px;
	vertical-align: top;
}

.footerLogos {
	padding-top: 15px;
	text-align: center;
	height: 83px;
}

.footerLogos img {
	vertical-align: middle;
}

#AuthorizeNetSeal {
	position: relative;
	float: right;
	padding-right: 7px;
	padding-left: 3px;
	padding-bottom: 5px;
}

.phoneNumber {
	position: absolute;
	font-size: 16px;
	top: 18px;
	left: 40px;
}
