/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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, 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
}

/* IE PNG FIX */
img, div, td { behavior: url(iepngfix.htc) }

/* page setup styles */
img { 
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
	}

#container {
	width:995px;
	margin:0 auto;
	overflow:hidden;
	margin-top:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #272727;
	text-decoration: underline;
}
/* header styles */


/* menu styles */
    #nav {
		background-color: #d1d3d4;
		margin-bottom:15px;
	}
	#nav ul{  
		padding-left: 39px;
	}
	#nav li {
		display: inline;
	}
	#nav li a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #3e3e3f;
		text-decoration:none;
		padding-right: 10px;
		padding-left: 10px;
		padding-top:8px;
		padding-bottom:8px;
		display:inline-block;
		font-weight: bold;
	}
	#nav li a img{
		margin:-1px;
		padding-right:4px;
		border:0px;
	}
	#nav li a:hover {
		background-color: #333333;
		color: #FFFFFF;
	}

/* color styles */
	.green{
		color: #688863;
	}
	.greenBright {
		color: #28b34b;
	}
	.orange{
		color: #ca6d48;
	}
	.orange a{
		color: #ca6d48;
		text-decoration: none;
	}
	.blue{
		color: #1d4872;
	}
	.blueDark{
		color: #3178ab;
	}
	.blueLight{
		color: #3178ab;
	}
	.blueNavy{
		color: #09179e;
	}
	.grey{
		color: #58585a;
	}
	.red{
		color: #e61d25;
	}
	.redDark{
		color: #a1443c;
	}
	.white {
		color: #FFFFFF;	
	}
	.peach{
		color: #e7baa8;	
	}
	.black{
		color: #000000;	
	}
	.font10{
		font-size: 10px;
	}
	.font11{
		font-size: 11px;
	}
	.font12{
		font-size: 12px;
	}
	.font13{
		font-size: 13px;
	}
	.font14{
		font-size: 14px;
	}
	.font16{
		font-size: 16px;
	}
	.font18{
		font-size: 18px;
	}
	.font20{
		font-size: 20px;
	}
	.font22{
		font-size: 22px;
	}
	.font24{
		font-size: 24px;
	}
	.font26{
		font-size: 26px;
	}
	.font30{
		font-size: 30px;
	}
	.font70{
		font-size: 70px;
	}
	.fontWhite {
		color: #FFFFFF;	
	}
	.bold {
		font-weight: bold;	
	}
	.smCaps {
		font-variant: small-caps;
	}

/* content styles */
#content {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #92a98e;
	border-left-color: #92a98e;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow:hidden;
	clear: both; 
}
.contentTop {
	background-repeat: no-repeat;
	background-position: top;
	overflow:hidden;
	width: 100%; /* for IE 6 - BACKGROUND IMAGE SHOWS OVER TEXT*/
}
.contentTopGreen {
	background-image: url(images/cBoxTopGreenBG.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ca6d48;
	padding-top:20px;
	padding-bottom:20px;
}
.contentTopGreenGuide {
	background-image: url(images/cBoxTop-greenGuide.jpg);
	height:213px;
	padding-top:20px;
}
.contentTopOrange {
	background-image: url(images/cBoxTop-orange.jpg);
	height:46px;
	padding-top:20px;
}
.contentTopBuy {
	background-image: url(images/cBoxTop-buy.jpg);
	height:137px;
	padding-top:20px;
}
.contentTopExtreme {
	background-image: url(images/cBoxTop-Extreme.jpg);
	height:213px;
	padding-top:20px;
}
.contentTopClean {
	background-image: url(images/cBoxTop-Clean.jpg);
	height:213px;
	padding-top:20px;
}

.contentTopWhite {
	background-image: url(images/cBoxTop.jpg);
	background-repeat: no-repeat;
	padding-top:20px;
	background-position: top;
	width: 100%; /* for IE 6 - BACKGROUND IMAGE SHOWS OVER TEXT*/
}

.lineTop{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #58595b;
}
.lineRight{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #58595b;
}
.lineBottomDotted {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #4f5d3e;
}
.lineBottomSolid {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #808285;
}

.indexBottomNav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #58595b;
	text-decoration: none;
}

.indexBottomNav img{
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
}

.contentBottom {
	background-image: url(images/cBoxBottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height:17px;
}


.bubbleInfo {
	position: relative;

	/*position: absolute;
	left: 194px;
	top: 877px;*/
}
.bubbleInfo a{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:8px;
	padding-right:8px;
}

.bubbleInfo a:hover{
	background-color: #eaf3dc;		
}

/* Bubble pop-up */

.popup {
		position: absolute;
		display: none;
		z-index: 50;
		border-collapse: collapse;

		background-color:#eaf3dc; 
		width:345px; 
		padding:10px;
}

.popup a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #58585a;
	display:block;
	
	padding-bottom:4px;	
	padding-top:4px;	
}

.popupBottom{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #58585a;
}

.popup a:hover{
	color: #000000;
}

/* about us styles */
#redBox {
	background-image:url(images/boxRed-aboutus.jpg);
	background-repeat:no-repeat;
	height:153px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 22px;
}
#redBox .title{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 10px;
	display: block;
}
#redBox a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

/* extreme styles */
	.cleanVersusBg {
		background-image: url(images/versus-bg.jpg);
		background-repeat:no-repeat;
		height:470px;
		padding-top:130px;
		padding-left:40px;
	}
	.cleanVersusBg ul{
		padding-top:15px;
	}
	.cleanVersusBg li{
		padding-top:20px;
	}
	.extremeTitleBG {
		background-image:url(images/extreme-titleBG.jpg);
		background-repeat:no-repeat;
		height:62px;
		width:185px;
	}
	
	.extremeTitleBGL {
		background-image:url(images/extreme-titleBGL.jpg);
		background-repeat:no-repeat;
		height:62px;
		width:342px;
	}
	.extremeTitle {
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		margin-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-top: 5px;
		font-size: 14px;
		display:block;
		text-align:center;
		font-weight: normal;
	}
	.extremeTD{
		background-color: #1d4872;
		padding-left:4px;
	}
	.extremeTDFeatures{
		background-color: #1d4872;
		color: #cfe5ae;
		padding-left:20px;
		padding-top:5px;
		padding-bottom:5px;
	}
	.extremeTDColumn{
		background-color: #1d4872;
		width:5px;
	}
	.extremeTDBlue{
		background-color: #1d4872;
		color: #FFFFFF;
		padding-left:40px;
		padding-top:5px;
		padding-bottom:5px;
	}
	.extremeTDBlueLight{
		background-color: #5489b1;
		color: #FFFFFF;
		padding-left:36px;
		display:block;
		padding-top:5px;
		padding-bottom:5px;
	}
	.extremeTDGreen{
		background-color: #eef6e2;
		padding-left:20px;
	}
	.extremeTDGreenLight{
		background-color: #fcfdf9;
		padding-left:20px;
	}
	.btnGreen {
		background-image:url(images/btn-green.png);
		background-repeat:no-repeat;
		width:140px;
		height:31px;
		display:block;
		padding-top:7px;
		text-align:center;
	}
	.btnGreenM a{
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	.btnGreenM {
		background-image:url(images/btn-greenM.png);
		background-repeat:no-repeat;
		width:276px;
		height:40px;
		display:block;
		padding-top:15px;
		text-align:center;
	}
	.btnGreen a{
		font-family: Arial, Helvetica, sans-serif;
		color: #1e4872;
		text-decoration: none;
		font-weight: bold;
	}
	
	.btnBlueSmall {
		background-image:url(images/btn_blueSmall.png);
		background-repeat:no-repeat;
		width:102px;
		height:31px;
		display:block;
		padding-top:5px;
		padding-left:2px;
		text-align:center;
	}
	
	.btnBlueSmall a{
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
		font-size: 9px;
	}
	
	.btnOrangeSmall {
		background-image:url(images/btn_orangeSmall.png);
		background-repeat:no-repeat;
		width:102px;
		height:31px;
		display:block;
		padding-top:5px;
		padding-left:2px;
		text-align:center;
	}
	.btnOrangeSmall a{
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
		font-size: 9px;
	}
	
	.btnRedBig {
		background-image:url(images/btn_redBig.png);
		background-repeat:no-repeat;
		width:150px;
		height:40px;
		display:block;
		padding-top:9px;
		padding-left:2px;
		text-align:center;
	}
	.btnRedBig a{
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
		font-size: 15px;
	}
	.btnRedSmall {
		background-image:url(images/btn_redSmall.png);
		background-repeat:no-repeat;
		width:102px;
		height:31px;
		display:block;
		padding-top:5px;
		padding-left:2px;
		text-align:center;
	}
	.btnRedSmall a{
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
		font-size: 9px;
	}
	
	.btnBlue {
		background-image:url(images/btn-blue.png);
		background-repeat:no-repeat;
		width:280px;
		height:31px;
		display:block;
		padding-top:6px;
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	.btnBlue a{
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	.btnBlueBigTitle {
		background-image:url(images/ext-blueTitleBG.png);
		background-repeat:no-repeat;
		width:425px;
		height:50px;
		display:block;
		padding-top:6px;
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		padding-top:9px;
	}
	.btnBlueBigTitle a{
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	
	.btnGreenWhy {
		background-image:url(images/btn_greenWhy.png);
		background-repeat:no-repeat;
		width:170px;
		height:31px;
		display:block;
		padding-top:2px;
		text-align:center;
	}
	.btnGreenWhy a{
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
	}
	.btnOrangeWhy {
		background-image:url(images/btn_orangeWhy.png);
		background-repeat:no-repeat;
		width:170px;
		height:31px;
		display:block;
		padding-top:2px;
		text-align:center;
	}
	.btnOrangeWhy a{
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
	}
	.btnBlueWhy {
		background-image:url(images/btn_blueWhy.png);
		background-repeat:no-repeat;
		width:170px;
		height:31px;
		display:block;
		padding-top:2px;
		text-align:center;
	}
	.btnBlueWhy a{
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
	}

.costFormField {
	width:170px;
	height:30px;
	font-size:22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #999999;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 10px;
}	

.errorMessage {
	color: #990000;
	background-color: #FFFFCC;
	border: thin dotted #990000;
	padding: 10px;
}
/* footer styles */
#footer {
	color:#58595b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top:5px;
	margin-bottom:80px;	
}

#footer .col1{
	float:left;
	margin-left:10px;
}
#footer .col1 a{
	padding-right:7px;
}
#footer .col2{
	float:right;
	margin-right:10px;
}

#footer a{
	color:#58595b;
	text-decoration: none;
}

#footer a:hover{
	color: #000000;	
}
