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

body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #646465;
}

p, h1, h2, h3, h4, ul, ol {
	margin: 0 0 10px 0;
}

ul ul {
	margin-top: 5px;	
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #004183;
}

.contentRightCol h2 {
	margin-bottom: 2px;	
	color: #ff8105;
	font-size: 14pt;
}

p, ul, ol {
	font-size: 10pt;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #004183;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.textAlignCenter {
	text-align: center;
}	

.tinyText {
	font-size: 7pt;	
}

.wrap {
	width: 895px;
	margin: 0 auto;
}

.container {
	width: 895px;
	float: left;
	border: 1px solid #fff;
	border-top: none;
	background: url(images/container-bg.jpg) no-repeat #53a4d2;
	position: relative;
	padding-bottom: 115px;
}

.header {
	width: 835px;
	text-align: right;
	padding: 20px 30px 0 30px;
	position: relative;
}

	.header p {
		color: #fff;
		font-size: 11pt;
	}
	
	.header a {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}
	
	.header a:hover {
		text-decoration: underline;
	}
	
.logo {
	position: absolute;
	left: -15px;
	top: 11px;
}

#banner {
	height: 130px;
	width: 835px;
	overflow: hidden;	
	margin: -20px 0 10px 0;
	background: url(images/banner-bg.jpg) no-repeat;
}

.roundedCorners {
	background: url(images/bannerFlash-roundedCorners.png) no-repeat;
	height: 20px;
	width: 835px;
	position: absolute;
	top: 110px;
	left: 30px;
	z-index: 999;
}

.nav {
	color: #fff;
	text-align: center;
}

	.nav p {
		line-height: 15pt;	
	}

	.nav a {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		margin: 0 5px;
		font-size: 10pt;
	}
	
	.nav a:hover {
		text-decoration: underline;
	}

.main {
	width: 835px;
	padding: 0 30px;
	float: left;
	margin-top: 4px;
}

.indexBanner {
	height: 345px;
	width: 835px;
	background: #161619;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	position: relative;
}

.indexBannerText {
	position: absolute;
	width: 350px;
	left: 30px;
	bottom: 20px;
}

	.indexBannerText p {
		color: #FFFF00;
		font-size: 28pt;
		font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
	}

	body#profile.indexBanner {
	
	}
	
	body#news.indexBanner {
	
	}
	
	body#certifications.indexBanner {
	
	}
	
	body#products.indexBanner {
	
	}
	
	body#data.indexBanner {
	
	}
	
	body#support.indexBanner {
	
	}
	
	body#distributors.indexBanner {
	
	}
	
	body#faq.indexBanner {
	
	}
	
	body#contact.indexBanner {
	
	}

.columnWrap {
	margin-top: 14px;
	margin-left: -14px; /*this left margin should always be the opposite of the left margin in the left, mid and right columns below*/
}

.leftColumn, .midColumn, .rightColumn {
	height: 190px;
	width: 269px;
	-moz-border-radius: 20px;
	float: left;
	background: #4579AB;
	margin-left: 14px;
}

.leftColumn {
	background: url(images/leftColumn-bg.png) no-repeat;
}

.midColumn {
	background: url(images/midColumn-bg.png) no-repeat;
}

.rightColumn {
	background: url(images/rightColumn-bg.png) no-repeat;
}

#productTable {
	width: 100%;
}

	#productTable td {
		width: 25%;
		padding: 5px;
		font-size: 10pt;
		text-align: center;
		border: 1px solid #ccc;
	}
	
.tableHeaderRow {
	font-weight: bold;
	background: url(images/container-bg.jpg);
	color: #fff;
}

.backpageBanner {
	height: 150px;
	width: 835px;
	background: #4579AB;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-bottom: 14px;
}

.content {
	min-height: 450px;
	padding: 30px;
	background: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

	body#indexPage .content {
		float: left;
		clear: both;
		min-height: 50px;
		margin-bottom: 20px;
	}
	
.contentLeftCol {
	width: 485px;
	float: left;
	padding-right: 25px;
	border-right: 1px dashed #55A8D4;
	position: relative;
	padding-bottom: 70px;
}

#twitter {
	position: absolute;
	left: 0;
	bottom: 40px;
}

#youtube {
	position: absolute;
	bottom: 38px;
	left: 170px;	
}

#facebook {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25px;
	overflow: hidden;
}

.contentRightCol {
	margin-left: 25px;
	width: 239px;
	float: right;
}

#dealerButt {
	margin-top: 15px;	
}

#dealerSearch {
	width: 239px;
	margin-top: 30px;	
}

	#dealerSearch select {
		border: 1px solid #AFDBEF;
		width: 175px;
		padding: 5px;
	}

form {
	width: 500px;
	margin: 0 auto;
}

label {
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 5px;
	border-top: 1px dashed #afdbef;
	padding-top: 4px;
}

.noBorder {
	border: none;
}

input[type=text], textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #afdbef;
	width: 260px;
	color: #4579AB;
	font-size: 10pt;
}

	input[type=text]:hover, input[type=text]:focus, textarea:hover, textarea:focus {
		border-color: #004183;
		color: #000;
	}
	
input[type=submit] {
	border: 1px solid #afdbef;
	background: #53A4D2;
	color: #fff;
	padding: 5px;
}

	input[type=submit]:hover {
		background: #004183;
	}

.imgFloatRight {
	float: right;
	margin: 0 0 0 15px;
}

#techSpecsTable {
	width: 70%;
	margin: 0 auto;
	font-size: 10pt;
	border-collapse: collapse;
}

	#techSpecsTable td {
		vertical-align: top;
		padding: 10px;
		border-bottom: 1px solid #ccc;
	}

.leftSpecsTableCol {
	font-weight: bold;
	text-align: right;
	font-size: 11pt;
}

.footer {
	width: 100%;
	position: absolute;
	bottom: 13px;
	left: 0;
	padding-bottom: 30px;
	background: url(images/footer-bg.png) bottom center no-repeat;
}

	.footer p {
		text-align: center;
		color: #fff;
		margin-bottom: 5px;
	}
	
	.footer a {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}
	
	.footer a:hover {
		text-decoration: underline;
	}
