/* **************** CSS RESET ************* */
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, sup, 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ****************** END CSS RESET ******************** */




* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body {
font: 13px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-color: #98a395;
}


#main {padding-bottom: 200px;
text-align: left;
	margin:0 auto;
	width: 960px;

}  /* must be same height as the footer */

#footer {position: relative;
margin:0 auto;
	margin-top: -200px; /* negative value of footer height */
	height: 200px;
	clear:both;
	background: url(../images/footer_bg.png) repeat-x left top;

	} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



 /* TYPE DISPLAY */
 
 h1,
h2,
h3,
h4 {
	font-family: "Adobe Caslon Pro", Baskerville, Georgia, Palatino, "Times New Roman", Times, serif;
	padding: 0 0 0 20px;
	line-height: 36px;
}




h1 {
  font-size: 26px;
	line-height: 36px;
  color: #748246;

  margin: 0 0 0 0; padding: 0 0 0 0;
}

h2 {
	font-size: 21px;
  color: #748246;
  line-height: 36px;

}

h3 {
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
  margin: 0 0 0 0;

}

h4 {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  margin: 0 0 0 0;
}

.heading{
	margin: 0 10px;
   padding: 0 0 0 10px;
	color: #748246;
}

.heading_table{
	margin: 0 10px 0 -10px;
   padding: 36px 0 0 10px;
background-color: #ffffff;
	color: #000;
}


.large_heading_table{
	margin: 0 10px 0 -10px;
   padding: 3px 0 3px 10px;
   background: url(../images/header_large_bg.jpg) repeat-x left top;
	background-color: #32b96d;
	color: #000;
}

.accessories_heading_table{
	margin: 0 10px 0 -10px;
   padding: 0 0 0 10px;
   background: url(../images/header_accessories_bg.jpg) repeat-x left top;
	background-color: #05bef2;
	color: #000;
}


.offers_heading_table{
	margin: 0 10px 0 -10px;
   padding: 3px 0 3px 10px;
   background: url(../images/header_offers_bg.jpg) repeat-x left top;
	background-color: #945796;
	color: #000;
}


.resources_heading_table{
	margin: 0 10px 0 -10px;
   padding: 3px 0 3px 10px;
   background: url(../images/header_resources_bg.jpg) repeat-x left top;
	background-color: #de3552;
	color: #000;
}

p {

  font-size: 12px;
  line-height: 18px;
  padding: 4px 10px 14px 20px;
}


.subhead {

  font-size: 14px;
  line-height: 18px;
  margin: 0 10px 18px 10px;
}

a {
	color: #748246;
}

a:hover {
	color: #000;
}



#header {
	height: 162px;
	margin: 0; padding: 0;
	position: relative;
	top: 0px;
 }
 
 
.content_list ul{
	list-style: circle;
	padding:0 0 0 40px;
}

#left_col ul, #middle_col ul {
	list-style-image: url(../images/leaf_bullet.gif);
	margin: -2px 0 0 40px;
	padding: 0 0 0 10px;

}

#left_col li, #middle_col li {
	padding: 0 0 12px 0;
}

 
 
 

/* START NAV */
#logo {
margin: 0; padding: 0;
	clear: both;
	float: left;
	width: 290px;
}

#logo a {display: block;
	height: 162px;
	text-indent: -9999px;
	background: url(../images/logo.jpg) top left no-repeat;
}





.home_nav {
	width: 170px;
	height: 34px;
	background: url(../images/home_nav.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: 790px;
}
.home_nav li {
	display: inline;
}
.home_nav li a:link, .home_nav li a:visited {
	position: absolute;
	top: 0;
	height: 34px;
	text-indent: -9000px;
	overflow: hidden;
}
	.home_nav .home a:link, .home_nav .home a:visited {
		left: 0;
		width: 50px;
	}
	.home_nav .home a:hover, .home_nav .home a:focus {
		background: url(../images/home_nav.gif) no-repeat 0 -34px;
	}
	.home_nav .home a:active {
		background: url(../images/home_nav.gif) no-repeat 0 -34px;
	}
	.current-home .home a:link, .current-home .home a:visited {
		background: url(../images/home_nav.gif) no-repeat 0 -34px;
		cursor: default;
	}


	.home_nav .about a:link, .home_nav .about a:visited {
		left: 50px;
		width: 60px;
	}
	.home_nav .about a:hover, .home_nav .about a:focus {
		background: url(../images/home_nav.gif) no-repeat -50px -34px;
	}
	.home_nav .about a:active {
		background: url(../images/home_nav.gif) no-repeat -50px -34px;
	}
	.current-about .about a:link, .current-about .about a:visited {
		background: url(../images/home_nav.gif) no-repeat -50px -34px;
		cursor: default;
	}


	.home_nav .contact a:link, .home_nav .contact a:visited {
		left: 110px;
		width: 60px;
	}
	.home_nav .contact a:hover, .home_nav .contact a:focus {
		background: url(../images/home_nav.gif) no-repeat -110px -34px;
	}
	.home_nav .contact a:active {
		background: url(../images/home_nav.gif) no-repeat -110px -34px;
	}
	.current-about .contact a:link, .current-about .contact a:visited {
		background: url(../images/home_nav.gif) no-repeat -110px -34px;
		cursor: default;
	}






.nav {
	width: 670px;
	height: 55px;
	background: url(../images/main_nav.gif) no-repeat;
	position: absolute;
	top: 35px;
	left: 290px;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 55px;
	text-indent: -9000px;
	overflow: hidden;
}


	
	
	
	.nav .hobby a:link, .nav .hobby a:visited {
		left: 0;
		width: 157px;
	}
	.nav .hobby a:hover, .nav .hobby a:focus {
		background: url(../images/main_nav.gif) no-repeat 0 -55px;
	}
	.nav .hobby a:active {
		background: url(../images/main_nav.gif) no-repeat 0 -55px;
	}
	.current-hobby .hobby a:link, .current-hobby .hobby a:visited {
		background: url(../images/main_nav.gif) no-repeat 0 -55px;
		cursor: default;
	}
	.nav-hobby, .nav-hobby-click {
		position: absolute;
		top: 0;
		left: 0;
		width: 157px;
		height: 55px;
		background: url(../images/main_nav.gif) no-repeat 0 -55px;
	}
	.nav-hobby-click {
		background: url(../images/main_nav.gif) no-repeat 0 -55px;
	}
	

	.nav .budget a:link, .nav .budget a:visited {
		left: 157px;
		width: 84px;

	}
	.nav .budget a:hover, .nav .budget a:focus {
		background: url(../images/main_nav.gif) no-repeat -157px -55px;
	}
	.nav .budget a:active {
		background: url(../images/main_nav.gif) no-repeat -157px -55px;
	}
	.current-budget .budget a:link, .current-budget .budget a:visited {
		background: url(../images/main_nav.gif) no-repeat -157px -55px;
		cursor: default;
	}
	.nav-budget, .nav-budget-click {
		position: absolute;
		top: 0;
		left: 157px;
		width: 84px;
		height: 55px;
		background: url(../images/main_nav.gif) no-repeat -157px -55px;
	}
	.nav-budget-click {
		background: url(../images/main_nav.gif) no-repeat -157px -55px;
	}	

	
	
	.nav .large a:link, .nav .large a:visited {
		left: 241px;
		width: 123px;

	}
	.nav .large a:hover, .nav .large a:focus {
		background: url(../images/main_nav.gif) no-repeat -241px -55px;
	}
	.nav .large a:active {
		background: url(../images/main_nav.gif) no-repeat -241px -55px;
	}
	.current-large .large a:link, .current-large .large a:visited {
		background: url(../images/main_nav.gif) no-repeat -241px -55px;
		cursor: default;
	}
	
	.nav-large, .nav-large-click {
	position: absolute;
	top: 0;
	left: 241px;
	width: 123px;
	height: 55px;
	background: url(../images/main_nav.gif) no-repeat -241px -55px;
	}
	.nav-large-click {
	background: url(../images/main_nav.gif) no-repeat -241px -55px;
	}
	
	
	.nav .accessories a:link, .nav .accessories a:visited {
		left: 364px;
		width: 124px;

	}
	.nav .accessories a:hover, .nav .accessories a:focus {
		background: url(../images/main_nav.gif) no-repeat -364px -55px;
	}
	.nav .accessories a:active {
		background: url(../images/main_nav.gif) no-repeat -364px -55px;
	}
	.current-accessories .accessories a:link, .current-accessories .accessories a:visited {
		background: url(../images/main_nav.gif) no-repeat -364px -55px;
		cursor: default;
	}
		.nav-accessories, .nav-accessories-click {
	position: absolute;
	top: 0;
	left: 364px;
	width: 124px;
	height: 55px;
	background: url(../images/main_nav.gif) no-repeat -364px -55px;
	}
	.nav-accessories-click {
	background: url(../images/main_nav.gif) no-repeat -364px -55px;
	}
	

	.nav .offers a:link, .nav .offers a:visited {
		left: 488px;
		width: 84px;

	}
	.nav .offers a:hover, .nav .offers a:focus {
		background: url(../images/main_nav.gif) no-repeat -488px -55px;
	}
	.nav .offers a:active {
		background: url(../images/main_nav.gif) no-repeat -488px -55px;
	}
	.current-offers .offers a:link, .current-offers .offers a:visited {
		background: url(../images/main_nav.gif) no-repeat -488px -55px;
		cursor: default;
	}

	.nav-offers, .nav-offers-click {
	position: absolute;
	top: 0;
	left: 488px;
	width: 84px;
	height: 55px;
	background: url(../images/main_nav.gif) no-repeat -488px -55px;
	}
	.nav-offers-click {
	background: url(../images/main_nav.gif) no-repeat -488px -55px;
	}

	
	.nav .resources a:link, .nav .resources a:visited {
		left: 572px;
		width: 155px;
	}
	.nav .resources a:hover, .nav .resources a:focus {
		background: url(../images/main_nav.gif) no-repeat -572px -55px;
	}
	.nav .resources a:active {
		background: url(../images/main_nav.gif) no-repeat -572px -55px;
	}
	.current-resources .resources a:link, .current-resources .resources a:visited {
		background: url(../images/main_nav.gif) no-repeat -572px -55px;
		cursor: default;
	}	
	.nav-resources, .nav-resources-click {
	position: absolute;
	top: 0;
	left: 572px;
	width: 155px;
	height: 55px;
	background: url(../images/main_nav.gif) no-repeat -572px -55px;
	}
	.nav-resources-click {
	background: url(../images/main_nav.gif) no-repeat -572px -55px;
	}
	
	
	
	
	#hobby_subnav, #budget_subnav, #large_subnav, #accessories_subnav, #offers_subnav, #resources_subnav{
	text-transform: uppercase;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	
	width: 670px;
	height: 35px;
	position: absolute;
	top: 89px;
	left: 290px;

}

ul#hobby_subnav li, ul#budget_subnav li, ul#large_subnav li, ul#accessories_subnav li, ul#offers_subnav li, ul#resources_subnav li{
	float: left;
	display: inline; /*This line is needed to fix the double-margin bug floats in IE*/
	padding: 0 10px;
	display: block;

}

#hobby_subnav a{
	color: #f37456;
	text-decoration: none;
}

#hobby_subnav a:hover{
	color: #f37456;
	text-decoration: underline;
}

#budget_subnav a{
	color: #ede054;
	text-decoration: none;
}

#budget_subnav a:hover{
	color: #ede054;
	text-decoration: underline;
}

#large_subnav a{
	color: #32b96d;
	text-decoration: none;
}

#large_subnav a:hover{
	color: #32b96d;
	text-decoration: underline;
}

#accessories_subnav a{
	color: #05bef2;
	text-decoration: none;
}

#accessories_subnav a:hover{
	color: #05bef2;
	text-decoration: underline;
}

#offers_subnav a{
	color: #945796;
	text-decoration: none;
}

#offers_subnav a:hover{
	color: #945796;
	text-decoration: underline;
}
	
#resources_subnav a{
	color: #de3552;
	text-decoration: none;
}

#resources_subnav a:hover{
	color: #de3552;
	text-decoration: underline;
}
		
	
	
/* END NAV */

#main_content2 {
width: 960px;
  background: url(../images/main_content_head.png) no-repeat left top;
padding: 53px 0 0 0;

}

#content_bg {
	background: url(../images/main_content_bg.png) repeat-y left top;
	padding: 1px 0 50px 0;
}

#slideshow_container {
	z-index: 1;
	position: relative; top: 0px; left: 0px;
	height: 378px;
}

.slideshow {
position: absolute; top: 0; left: 10px;
	z-index:1;
	height: 370px; width: 940px;

		background: url(../images/offers_frame.jpg) no-repeat left top; z-index:3;
}


.image {
position: absolute; top: 40px; left: 50px;
height: 300px;
z-index:2;
}

.slide_text {
position: absolute; top: 40px; left: 70px;
background: url(../images/home_txt_bg.png) no-repeat left top; z-index:3;
width: 350px;
height: 300px;
padding: 0 0 0 470px;

}
#pager_nav {
	position: absolute; top: 60px; left: 80px;
	z-index:10;
}
#pager_nav a { background: url(../images/pager_circle.png) no-repeat left top; text-decoration: none; font-weight: bold; margin: 0 5px; padding: 3px 5px;  }
#pager_nav a.activeSlide { background: url(../images/pager_current.png) no-repeat left top; color:#fff; font-weight: bold;}
#pager_nav a:focus { outline: none; }


.grass {
	background: url(../images/grass_tile.png) repeat-x left bottom; z-index:5;
	position: absolute; top: 70px; left: 0px;
	height: 300px; width: 960px;
}



#left_col {
	float: left;
	width: 290px;
}

#middle_col {
	float: left;
	width: 480px;

}

#right_col {
	float: left;
	width:190px;

}


.right_col_break { margin: 10px;}

#pic {
	float: right;
}




#full_span {
clear: both;
padding: 0 0 0 20px;
background: url(../images/main_content_bg.png) repeat-y;
}


.leaflet {
margin: 0; padding: 0;
	clear: both;
	float: left;
	width: 290px;
	display: block;
	height: 27px;
	text-indent: -9999px;
	background: url(../images/left_titles.gif) top left no-repeat;
}

.l_accessories {
margin: 0; padding: 0;
	clear: both;
	float: left;
	width: 290px;
	display: block;
	height: 36px;
	text-indent: -9999px;
	background: url(../images/left_titles.gif) 0 -27px no-repeat;
}

.recommendations {
margin: 0; padding: 0;
	clear: both;
	float: left;
	width: 290px;
	display: block;
	height: 36px;
	text-indent: -9999px;
	background: url(../images/left_titles.gif) 0 -63px no-repeat;
}

.questions {
margin: 0; padding: 0;
	clear: both;
	float: left;
	width: 290px;
	display: block;
	height: 36px;
	text-indent: -9999px;
	background: url(../images/left_titles.gif) 0 -99px no-repeat;
}

.friend {
margin: 0; padding: 0;
	clear: both;
	float: left;
	width: 290px;
	display: block;
	height: 36px;
	text-indent: -9999px;
	background: url(../images/left_titles.gif) 0 -135px no-repeat;
}

/* START PRICES TABLE */
#hobby_table {
width: 930px;
color: #666;
	padding:2px;
}

#hobby_table_header {
border-bottom: 2px solid #f37456;
text-align: right;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}

#hobby_table_header tr td:first-child {text-align: left;}





td.col_1, td.col_2, td.col_3, td.col_4, td.col_5, td.col_6, td.col_7, td.col_8, td.col_9, td.col_10, td.col_11 {
	text-align: right; padding: 6px 0 6px 0;
	}
	

#hobby_table tr td:first-child {text-align: left;}

	

#hobby_table tr.row_3 td, #hobby_table tr.row_5 td, #hobby_table tr.row_7 td {
font-weight: bold;
text-align: right;
background-color: #fff;
color: #000;
padding: 0 0 0 0;

}

#hobby_table .left_titles {
display: block;
font-weight: bold;
text-indent: -8px;
line-height: 18px;
overflow: hidden;

text-align: left;
}

#hobby_table tr.row_3 td.left_titles, #hobby_table tr.row_5 td.left_titles {text-align: left; padding: 6px 0 6px 0;}


#hobby_table tr td {padding: 6px 0;}






#budget_table {
width: 930px;
color: #666;
padding:2px;
text-align: right;
}

#budget_table_header {
border-bottom: 2px solid #ede054;

	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
	
}

#budget_table .left_titles {
display: block;
font-weight: bold;
text-indent: -8px;
line-height: 18px;
overflow: hidden;
text-align: left;
}




#budget_table tr.row_3 td, #budget_table tr.row_7 td {
padding:0 0 0 0;
font-weight: bold;
background-color: #fff;
color: #000;
}

#budget_table tr td {padding: 6px 0 6px 0;}

/* END PRICES TABLE */

#push {
	clear: both;
	background: url(../images/main_content_bg.gif) repeat-y;
}








/* FOOTER */

#main_footer {
	text-align: left;
	margin:0 auto;
	width: 960px;
	height: 200px;

}

#grow {
margin: 75px 0 0 0; padding: 0;
	clear: both;
	float: left;
	width: 250px;

}

#grow a {display: block;
	height: 100px;
	text-indent: -9999px;
	background: url(../images/grow_with_highbank.gif) top left no-repeat;
}

#shoot {
margin: 9px 0 0 0; padding: 0;
	float: left;
	width: 100px;
	height: 100px;
	background: url(../images/footer_shoot.png) top left no-repeat;

}

#foot_add_nav {
float: left;
	width: 505px;
}

.footer_address {
float: left;
	margin: 80px 0 0 0; padding: 0;
	width: 505px;
	color: #748246;;
	font-size: 11px;
	font-weight: bold;
}

.footer_address h3 {
	font-family: Helvetica neue, Lucida Grande, sans-serif;
	padding: 0 0 0 0;
	line-height: 36px;
}

.footer_nav {
float: left;
	margin: 10px 0 0 0; padding: 0;
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
}

.footer_nav li {
	display: inline;
	padding: 0 15px 0 0;
}

.footer_nav a, .footer_nav a:visited {
	color: #748246;;
}

.footer_nav a:hover {
	color: #fff;
}

#pixelated {
float: left;
margin: 80px 0 0 0;
	width: 60px;
}

#pixelated a {display: block;
	height: 60px;
	text-indent: -9999px;
	background: url(../images/pixelated_footer.gif) top left no-repeat;
}

#pixelated a:hover {
	background: url(../images/pixelated_footer.gif) no-repeat 0 -60px;
}


#name, #email, #comment, #submit{
	background-color: #fcfcfc;
	border: 1px solid #666;
	color: #748246;
}



#pdfs {
margin: 0; padding: 0;
	clear: both;
	float: left;
	width: 280px;
}

#pdfs a {display: block;
	height: 75px;
	text-indent: -9999px;
	background: url(../images/download.jpg) top left no-repeat;
}



.clear: {
	clear: both;
}



.accordionButton {	
	width: 290px;
	float: left;
	cursor: pointer;
	margin: 0; padding: 0;
	}
	
.accordionButton a{	
background-color: #ede054;
	}	
 
.accordionContent {	
	width: 290px;
	float: left;
	display: none;
	}
	

