/*

Color Codes:

Green: #79e402

*/

* {
	margin: 0px;
	padding: 0px;
}

body {
}

.clear {	clear: both;
}

td {
	padding: 5px 0 5px 0;
}

/*-------------------------------------------------------------------*/
/*-----------------------------BACKGROUNDS---------------------------*/
/*-------------------------------------------------------------------*/

.woodsBg {
	background: url(../images/backgroundWoods.jpg) top center no-repeat;
	background-color: #000000;
}

/*-------------------------------------------------------------*/
/*-----------------------------LINKS---------------------------*/
/*-------------------------------------------------------------*/

a:link {
	color: #79e402;
	text-decoration: none;
}

a:visited {
	color: #79e402;
	text-decoration: none;
}

a:hover {
	color: #79e402;
	text-decoration: underline;
}

a:active {
	color: #79e402;
	text-decoration: none;
}

/*-------------------------------------------------------------*/
/*-----------------------------FONTS---------------------------*/
/*-------------------------------------------------------------*/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
	line-height: 18px;
	margin-bottom: 15px;
}

.productName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #79e402;
	margin-bottom: 5px;
}

.smallTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #79e402;
	margin-bottom: 0;
}

.mediumTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #79e402;
	margin-bottom: 0;
}

.indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	line-height: 18px;
	margin: 0 0 15px 30px;
}

.featuresTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 22px;
}

.green {
	color: #79e402;
}

/*--------------------------------------------------------------*/
/*-----------------------------HEADER---------------------------*/
/*--------------------------------------------------------------*/

#logoArea {
	width: 220px;
	height: 50px;
	margin: 12px 0 0 10px;
	float: left;
}

#topBar {
	height: 70px;
}

#focusArea {
	height: 295px;
	margin: 20px 0 20px 0;
	padding: 20px 10px 0 10px;
}

#focusImage {
	float: left;
	width: 460px;
	height: 295px;
}

#focusDescription {
	float: right;
	width: 460px;
	height: 295px;
	}
	#focusDescription img {
		margin: 0 0 15px 0;
	}
	#focusDescription p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #CCC;
		line-height: 17px;
		margin-bottom: 15px;
	}

/*-----------------------------------------------------------*/
/*-----------------------------NAV---------------------------*/
/*-----------------------------------------------------------*/

#navArea {
	float: left;
	margin: 40px 0 0 100px;
}

/*-----------------------------------------------------------------*/
/*-----------------------------MAIN AREA---------------------------*/
/*-----------------------------------------------------------------*/
	
#homePageWrap {
	background: url(../images/homePageWrapBg.png) top repeat-x;
}

#pageWrap {
	background: url(../images/pageWrapBg.png) top repeat-x;
}

#mainArea {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#contentArea {
	padding: 40px 10px 0 10px;
}

#leftCol {
	float: left;
	width: 610px;
}

#rightCol {
	float: right;
	width: 300px
}

/*--------------------------------------------------------------*/
/*-----------------------------FOOTER---------------------------*/
/*--------------------------------------------------------------*/

#footerArea {
	background: url(../images/footerBg.jpg) top center no-repeat;
	height: 220px;
	padding: 20px 0 0 0;
	border-top: 1px solid #262626;
}

#footer {
	width: 960px;
	margin: 0 auto;
	}
	#footer p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #ffffff;
		line-height: 18px;
		text-transform: uppercase;
	}
	#footer a {
		color: #ffffff;
		text-decoration: none;
	}
	#footer a:hover {
		color: #79e402;
		text-decoration: none;
	}

#footerNavigate {
	width: 360px;
	float: left;
	background: url(../images/footerTitleNavigate.png) top left no-repeat;
	padding: 25px 0 0 0;
}

#footerContact {
	width: 480px;
	float: left;
	background: url(../images/footerTitleContact.png) top left no-repeat;
	padding: 25px 0 0 0;
}

.thinCol {
	width: 100px;
	float: left;
	margin: 0 20px 0 0;
}

.thickCol {
	width: 220px;
	float: left;
	margin: 0 20px 0 0;
}

.siteDesign {
	text-align: center;
	padding: 10px 0 0 0;
}

/*-------------------------------------------------------------*/
/*-----------------------------FORMS---------------------------*/
/*-------------------------------------------------------------*/

.formField {
	padding: 10px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.commentsField {
	padding: 10px;
	width: 400px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.submit {
	padding: 5px;
}

/*------------------------------------------------------------*/
/*-----------------------------MISC---------------------------*/
/*------------------------------------------------------------*/

.leftPic {
	float: left;
	margin: 0 10px 10px 0;
}

.rightPic {
	float: right;
	margin: 0 10px 10px 0;
}

.featuredProductBox {
	margin: 20px 0 0 0;
	border-bottom: 1px solid #333;
}

.largeProductBox {
	margin: 50px 0 20px 0;
	border-bottom: 3px solid #ffffff;
}
.specBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #79e402;
	margin: 0 0 15px 0;
}

.productImage {
	width: 300px;
	float: left;
	margin: 0 10px 15px 0;
}

.productText {
	float: right;
	width: 300px;
	margin: 0 0 15px 0;
}

.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	line-height: 18px;
	padding: 0 0 0 30px;
	margin: 0 0 15px 0;
}

.modelPriceBar {
	margin: 0 0 15px 0;
}

.tableTitle {
	font-size: 14px;
	color: #ccc;
	border-bottom: 1px dashed #333;
}

.faqBox {
		border-bottom: solid 1px #666;
		margin: 0 0 15px 0;
}
