@charset "UTF-8";
/* CSS Document */

/* header div and clouds */

#headerPages {
	position:relative;
	width:915px;
	margin: auto;
	background-color:#FFFFFF;
	overflow:visible;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 246px;
	background-image: url(images/headerBg.png);
	top: 10px;
}
#headerBgPages {
	position:relative;
	background-image: url(images/headerBg.png);
	height:245px;
}
#cloudsPages {
	position:relative;
	left:10px;
	top:95px;
	width:895px;
	height:140px;
	background-image: url(images/headerClouds.png);
	z-index: 3;
}
#rightBgPages {
	position:absolute;
	width:260px;
	left: 663px;
	top: 20px;
}

/*///////////CONTENT//////////////////*/
#contentPages {
	position:relative;
}
#contentMain {
	position:relative;
	width:600px;
	min-height:550px;
	background-image: url(images/botLeft.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:15px;
	padding-left:15px;
	padding-top:15px;
	padding-right:10px;
	overflow: visible;
	text-align:left;
}	
#rightImage {
	position:relative;
	margin-top:25px;
	
	
}
.numberedList ol li {
	font-family:Helvetica Neue,Arial, sans-serif;
	font-size:11px;
	text-align:left;
	line-height:14px;
	color:#333333;
}

#orderButtPages {
	position:relative;
	text-align:center;
	padding-left:25%;
	padding-right:25%;
	margin-top:20px;
}	
#orderButtPagesCenter {
	position:relative;
	text-align:center;
	padding-left:35%;
}
#botOrderPages {
	background:url(images/orderOver.png) no-repeat left;
	width:120px;
	height:34px;
	position:relative;
}

#botOrderClearPages {
	width:120px;
	height:34px;
	position:absolute;
	z-index:8;
	background-image: url(images/orderIn.png);
	top: 0px;
}
#botOrderClearPages2 {
	width:120px;
	height:34px;
	position:absolute;
	z-index:8;
	background-image: url(images/orderIn.png);
	left: 210px;
	top: 0px;
}

#dealerMap {
	background-repeat:no-repeat;
	height: 331px;
	width: 600px;
}

#box1 {
	position:relative;
	height:140px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:#CCCCCC thin solid;
	background-image:url(images/botLeft_2.png);
	background-position:right;
	background-repeat:repeat;
}
#box2 {
	position:relative;
	height:350px;
	background-image: url(images/dewPointe/dewpointeRightLarge.png);
	background-repeat:no-repeat;
	background-position:left;
}
.boxText {
	font-family:Helvetica Neue, Arial, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	font-weight:lighter;
}
.boxText ul {
	margin:0;
	padding-left: 10px;  /*Firefox/Konqueror/Safari default*/
  	list-style: none;
	list-style-position:inside;
}
.boxText li {
	text-indent:10px;
	list-style-type:disc;
	line-height:18px;
	text-indent:-15px;

}
.boxText a {
	font-family:Helvetica Neue, Arial, sans-serif;
	font-size:12px;
	color:#2E6980;
	text-decoration:none;
}
