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


.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content h1 {
	font: 4em/1.5 Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#content h2 {
	color: #000;
	font: 2em/1 Tahoma, Geneva, sans-serif;
	padding: 30px 10px 10px 15px;
	margin-left: -20px;
	border-bottom: 2px solid #000;
	margin-bottom: 10px;
}

#content h3 {
	background-color: #079103;
	color: #FFF;
	font: 1.7em/1 Tahoma, Geneva, sans-serif;
	padding: 17px 10px 10px 70px;
}

#productWrapper {
	width: 100%;
	margin: 0 0 10px 0;
}


.featurePicture {
	float: left;
	border-bottom: 3px solid #03260D;
}
#twoCol {
	float: right;
	width: 260px;
	padding: 50px;
	background-color:#FFF;
	border-bottom: 3px solid #03260D;
	height: 250px;
}



/*Video Pages*/
#videoWrapper {
	width: 600px;
	background-color:#03260D;
	float: left;
	margin-bottom: 50px;
}

#videoWrapper p {
	padding: 30px 30px 30px 30px;
	background-color: #FFF;
	color:#000;
	font: 1.3em/1.5 Arial, Helvetica, sans-serif;
}

#twoColVideo {
	float: right;
	width: 300px;
	margin-left: 50px;
	background-color:#FFF;
	height: 350px;
}
#twoColVideo ul {
	padding: 10px 10px 0 10px;
	font: 1.4em/1.7 Arial, Helvetica, sans-serif;
	list-style: decimal;
	color: #000;
}


/* CLASSES */

.green {
	color: #056602;
	font-weight: bold;
}

em {
	font-weight: bold;
}
.gray {
	color: #666;
}





/* PRODUCT FEATURE/ACCESSORY SALES PITCH */


#productPitch {
	height: 300px;
}


#productPitch h4 {
	font: 2em/1.5 Arial, Helvetica, sans-serif;
	color: #555;
	width: 800px;
	padding-left: 80px;
	padding-top: 20px;
	text-align: center;
}
#productPitch h5 {
	font: 3em/1 Arial, Helvetica, sans-serif;
	color: #000;
	position: absolute;
	top: 30px;
	left: 665px;
	width: 280px;
	height: 25px;
	border-bottom: 2px solid #000;
	padding-bottom: 8px;
	padding-left: 15px;
}

#productPitch h2 a:link, #productPitch h2 a:visited {
color: #03F;
}

#productPitch h2 a:visited {
color: #03F;
}

#productPitch h2 a:hover {
color: #F00;
}


#features {
	width: 100%;
}
#featureList {
	width: 400px;
	float: left;
}

#features ul {
	padding: 40px 0px 0 70px;
	font: 1.4em/1.7 Arial, Helvetica, sans-serif;
	list-style: square;
	margin-bottom: 100px;
}

.modelPic {
	float: right;
}

.marginTop {
	padding-top: 100px;
}

#box {
	float: right;
	width: 300px;
	margin: 30px;
}

#box p {
	padding-top: 15px;
	font: 1.5em/1.5 Arial, Helvetica, sans-serif;
}


