/* mock image for page */

/*body { background:url(../images/PW_subpage_bg.jpg) no-repeat; background-position:center top; }*/

/* Content Area */

#content {width:640px; padding:10px 0px 15px 15px; color:#413a1f; text-align:left; }

a.navLink { text-decoration: none !important; }

a:link { color:#3c8534; text-decoration:underline;}

a:visited { color:#3c8534; text-decoration:underline;}

a:active { color:#3c8534; text-decoration:underline;}

a:hover { color:#8cc63f; text-decoration:underline;}


/* Typography */

body { font-family:arial, sans-serif; font-size:.8em; }

.home_sub	{ line-height: 2em; font-size:1em; background:#ebf2e2; text-align:center;}

td.homeNav	{ line-height: 18px; font-size:14px; background:#ffffff; padding-left: 28px; padding-top: 5px; padding-bottom: 30px;}



.quote	{padding-left: 20px; padding-right: 20px;}

.space	{padding-top: 10px; padding-right: 15px;}

#content p { padding-left:10px; line-height:140%; }

#content h1 { display:none; } /* hidden title for SEO */

#content h2 { font-size:1.2em; padding-left:10px; }

#content ul { list-style-image:url(../images/bullet.jpg); }

#content table p { padding:0; }

.tableheadFirst { color: #FFFFFF; font-weight: bold; font-size:.9em; padding-left: 10px;}

.tablehead { color: #FFFFFF; font-weight: bold; font-size:.9em; border-left: 1px solid white;}

.woodGrain	{font-size: 14px;}

.border	{border: 1px solid #D1D3D2;}
.borderTop {border-top: 1px solid #D1D3D2; border-right: 1px solid #D1D3D2;}
.borderLeft {border-top: 1px solid #D1D3D2; border-left: 1px solid #D1D3D2;}
.borderLeft2 {border-left: 1px solid #D1D3D2;border-bottom: 1px solid #D1D3D2; border-top: 1px solid #D1D3D2; }
.borderBottom {border-top: 1px solid #D1D3D2; border-bottom: 1px solid #D1D3D2;}

#content ol li { padding-bottom:5px; }

.question {	color: #426140;	font-style: italic; }

.home_dealer	{ background:#ead7ae; padding-left:2px;}

.bottom	{ line-height: 1.5em; font-size: 1em; padding-bottom: 10px; text-align: center;}

.homeNews	{ padding-left: 36px; padding-right: 20px; font-size: 12px; padding-top: 10px;}

.homeEvents	{ padding-left: 49px; padding-right: 20px; font-size: 12px; padding-top: 10px;}


/*******************/


/*******************/
/* Image Style     */

#image-left { margin-right:10px; }

#image-right { margin-left:10px; }

img { border:none; }

/*******************/


/*******************/
/* Footer Styles   */

.footer
	{
	text-align: center;
	color: #FFFFFF;
	background: #3c642b;
	font-size: 10px;
	}

/*******************/


/**************************************/
.required {
	color: #FF0000;
}
.messageText {
	color: #FF0000;
	font-weight: bold;
	font-size: 15px;
}
/**************************************/


/*******************/
/* Left Nav Styles */

td.nav1	{ width:195px; height:18px; font-size:14px; background:#f5f9f0; padding-left:12px;}

td.nav1 a {text-decoration:none;}

td.nav2	{ width:195px; height:18px; font-size:12px; background:#f5f9f0; padding-left:24px;}

td.nav2 a {text-decoration:none;}

td.nav3	{ width:195px; height:18px; font-size:11px; background:#f5f9f0; padding-left:30px;}

td.nav3 a {text-decoration:none;}

td.pointer { width:41px; height:18px; background:url(../images/arrow_blank_background.gif) repeat-y;}

td.sub { height:20px; font-size:12px; background:#e5efd9; text-align:center; vertical-align:bottom;}

td.dealer { font-size:14px; background:#ead7ae; text-align:center; vertical-align:middle;}

tr.donotdisplay {display:none;}
/*tr.purestory {display:inline-block;}
tr.purestory_product {display:inline-block;}
tr.productinfo {display:inline-block;}
tr.productinfo_gallery {display:inline-block;}
tr.warranty {display:inline-block;}
tr.newsroom {display:inline-block;}*/

/*******************/


/* ********************************************************************* */
/* THESE ARE STYLES USED BY THE DATE PICKER */
/* ********************************************************************* */

/* the div that holds the date picker calendar */
.dpDiv {
	}

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #EFEFDE;
	border: 3px solid #386C3B;
}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	/* border: 1px solid #ece9d8; */
	border: 1px solid #386C3B;

	}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #386C3B;
	border: 1px solid #87C848;
	}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	cursor: pointer;
	color: red;
	}

/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	color: #FFFFFF;
	background-color: #386C3B;
	border: 1px solid #87C848;
}

/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #FFF;
	font-weight: bold;
}

/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #FFFFFF;
	font-weight: bold;
	padding: 0px;
}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background: #386C3B;
	font-weight: bold;
}

/* Photo Gallery Style */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }