@charset "utf-8";
/*layout styles */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(../images09/background_products.gif) repeat scroll center top;
	top: 75px;
}
span {
	color: #990000;
	font-weight: bold;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: 1em;
}

.thrColFixHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images09/Lower.jpg) no-repeat left top;
	margin: 0 auto;
	text-align: left;
	border-right: medium solid #666666;
	border-left: medium solid #666666;
} 
.thrColFixHdr #header {
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 180px;
	width: 800px;
	float: right;
	margin-top: 0px;
	display: block;
	list-style: none;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 2px;
	margin: 20px 0px 0px;
	border-right: .5px dotted #990000;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px;
	height: 1600px;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: 0.8em;
	color: #333333;
}
.thrColFixHdr #mainContent {
	padding: 3px 20px 0;
	left: 28px;
	width: 400px;
	margin: 0 20px 0 150px;
	text-align: left;
} 


.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(../images09/footerbackground.gif) no-repeat left top;
} 
#container #footer   {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #660099;
	font-size: .8em;
	padding-top: 2px;
}
#container  #footer a    {
	text-decoration: none;
}
#container #footer a:hover {
	color: #990000;
	text-decoration: underline;
}

#container  #mainContent li {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	text-indent: 20px;
	color: #000033;
	font-size: 0.8em;
}
#container #mainContent li a {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	text-indent: 20px;
	color: #660066;
	text-decoration: underline;
	font-weight: normal;
}
#container #mainContent li a:hover {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	text-indent: 20px;
	color: #990000;
	text-decoration: none;
}



#header #headermenu {
	padding-top: 0px;
	display: block;
	margin-top: 90px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 320px;
}

#header     #headermenu    li  {
	display: block;
	list-style: none;
	text-decoration: none;
	width: 60px;
	height: 19px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 8px 0px 2px;
	text-align: center;
	float: left;
	left: 50px;
	vertical-align: bottom;
	color: #FFFFFF;
	font-size: 0.8em;
	border-right: .7px dotted #FFFFFF;
	border-left: .7px dotted #FFFFFF;
}
#header #headermenu li a {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	line-height: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#header   #headermenu   li  a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background: #FFFFFF;
	border-color: #99FF00;
}
#header     #headermenu     li:hover   {
	color: #990000;
	background: #FFFFFF no-repeat left bottom;
	border-color: #99FF33;
}
#header #links {
	height: 50px;
	width: 350px;
	float: left;
	padding-top: 5px;
}
#header #nav {
	bottom: 0px;
	width: 800px;
	padding-left: 2px;
	margin: 12px 12px 20px 5px;
}

#mainContent   #image {
	height: 200px;
	width: 203px;
	float: left;
	background: url(../images09/productpages/lower.jpg) no-repeat center center;
	border: medium solid #990000;
	margin: 2px 4px 4px 2px;
	padding: 2px 4px 4px 2px;
}
#mainContent #image #img {
	margin: 0px;
	padding: 0px;
}
#mainContent #image a {
	color: #CCCC99;
}

#mainContent         #faq, #mainContent    #why, #mainContent #upgrade     {
	border-bottom: 1px dashed #990000;
	width: 375px;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: 100%;
	color: #000000;
}
#mainContent #faq .maincontentfaq a {
	color: #330066;
	text-decoration: underline;
}
#mainContent #faq .maincontentfaq a:hover {
	color: #990000;
	text-decoration: none;
}

#mainContent #image a:hover {
	color: #FFCC00;
}
#mainContent   #quote  a {
	width: 200px;
	float: left;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: 0.8em;
	color: #333333;
	margin-right: 5px;
	margin-bottom: 2px;
	background: #FFFFCC;
	font-style: italic;
	border-style: double;
	text-decoration: none;
	border-color: #660099;
}
#mainContent #save {
	width: 200px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-right: 9px;
	margin-bottom: 2px;
	border-style: double;
	text-decoration: none;
	border-color: #660099;
	background: #FFCC00 url(../images09/save.gif) no-repeat left top;
	text-align: center;
}
#mainContent #save p {
	border-bottom: thin dotted #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#mainContent #quote a:hover {
	text-decoration: underline;
}

#mainContent p {
	text-align: left;
	border-color: #FFFFFF;
}
#mainContent #faq span {
	color: #990000;
	font-size: 1em;
	border-bottom: thin dotted #CCCC99;
}
#mainContent #img, #mainContent #img2, #mainContent #img3, #mainContent #img4, #mainContent #img5 {
	width: 400px;
	margin: 0px;
	padding: 0px;
	border-bottom: thin dotted #330066;
}
#mainContent  ul  a  {
	text-decoration: none;
	color: #990000;
}
#mainContent ul a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}

#mainContent  a {
	text-decoration: underline;
}
#mainContent a:hover {
	text-decoration: none;
}
#mainContent #pitplays {
	height: 200px;
	width: 400px;
	border: thin solid #CC0000;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: .9em;
	background-color: #FFC;
}
#mainContent #pitplays a {
	color: #330066;
	font-weight: normal;
}
#mainContent #pitplays a:hover {
	font-weight: bold;
	text-decoration: none;
}


#sidebar1 #subscribe {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: .8em;
	color: #FFFFFF;
}
#sidebar1 #whitewater, #sidebar1 #family, #sidebar1 #instruction, #sidebar1 #biking, #sidebar1 #fly, #sidebar1 #store, #sidebar1 #useful, #sidebar1 #fcp, #sidebar1 #tl, #sidebar1 #rj, #sidebar1 #blog {
	list-style: none;
	margin: 0px 0px 2px;
	padding: 0px 0px 0px 7px;
	border: 0.7px dashed #663333;
}

#sidebar1  #whitewater  ul, #sidebar1  #family  ul,#sidebar1  #instruction  ul, #sidebar1  #biking  ul,#sidebar1 #fly ul,#sidebar1 #store ul, #sidebar1 #useful ul  {
	list-style: none;
	width: 130px;
	text-indent: 0px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
#sidebar1 #whitewater ul li, #sidebar1 #family ul li,#sidebar1 #instruction ul li,#sidebar1 #biking ul li,#sidebar1 #store ul li,  #sidebar1 #fly ul li, #sidebar1 #useful ul li { 
	margin: 0;
	padding: 0;
	background: no-repeat left top;
	color: #CCCCCC;
	}
#sidebar1 #whitewater ul a, #sidebar1 #family ul a,#sidebar1 #instruction ul a,#sidebar1 #biking ul a,#sidebar1 #store ul a,#sidebar1  #fly ul a,#sidebar1 #useful ul a {
	color:#FFFFFF;
	text-decoration: none;
	margin: 3px 0 0;
	border-bottom: thin dotted #663333;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: 0.75em;
	padding-left: 4px;
	display: block;
}
#sidebar1 #whitewater ul a:hover, #sidebar1   #family   ul   a:hover, #sidebar1  #instruction  ul  a:hover, #sidebar1  #biking  ul  a:hover,#sidebar1  #store  ul  a:hover,  #sidebar1  #fly  ul  a:hover, #sidebar1  #useful  ul  a:hover {
	color:#CCCC99;
	width: 125px;
	border-bottom: thin dotted #FFFFFF;
}
#sidebar1 #sidebarheader {
	margin: 0px;
	padding: 0px;
}
#sidebar1  h4  a {
	color: #FFFFFF;
	text-decoration: none;
	height: 29px;
	width: 140px;
	font-size: .8em;
	border-bottom: thin dotted #663300;
}
#sidebar1 h4 a:hover {
	color: #FFFFCC;
	text-decoration: none;
	height: 29px;
	width: 140px;
	border-bottom: thin dotted #FFFFFF;
}
#sidebar2  p  {
	color: #000000;
	font-size: 1em;
	border-bottom: .5px dotted #CCCCCC;
}
#sidebar2 #testimonial, #sidebar2 #gf {
	padding: 3px 3px 8px 2px;
	margin-bottom: 5px;
}
#sidebar2 #gowv {
	padding: 3px 3px 8px 5px;
	margin-bottom: 5px;
	background: url(../images09/whyplaywithwv.png) no-repeat left top;
	height: 350px;
}
#sidebar2 #reservations, #sidebar2 #tripdetails, #sidebar2 #pricing, #sidebar2 #items, #sidebar2 #directions, #sidebar2 #guides, #sidebar2 #photos, #sidebar2 #comment, #sidebar2 #moretrips {
	padding: 5px 3px 8px 7px;
	margin-bottom: 5px;
	background: no-repeat center top;
	margin-top: 5px;
	border-top: thin solid #CCCC99;
	border-right: thin solid #FFFFFF;
	border-bottom: thin solid #CCCC99;
	border-left: thin solid #CCCC99;
}
#sidebar2 #reservations:hover, #sidebar2 #tripdetails:hover, #sidebar2 #pricing:hover, #sidebar2 #items:hover, #sidebar2 #directions:hover, #sidebar2 #guides:hover, #sidebar2 #photos:hover, #sidebar2 #comment:hover, #sidebar2 #moretrips:hover {
	color: #990000;
	background: #FFFFCC;
	border-top: thin dashed #6600CC;
	border-right: thin dashed #FFFFFF;
	border-bottom: thin dashed #6600CC;
	border-left: thin dashed #6600CC;
}

#sidebar2 a {
	color: #660066;
	text-decoration: underline;
}
#sidebar2  a:hover {
	color: #C60;
	text-decoration: none;
}
#sidebar2  #pricing ul {
	font-weight: bold;
}
#sidebar2 #pricing ul li {
	color: #660066;
}
#sidebar2 h6 {
	color: #FFFFFF;
	background: #990000;
}







.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: 0.8em;
	line-height: 106%;
	border-bottom: 1px dotted #999999;
	text-align: left;
	margin-left: 2px;
	padding-left: 2px;
}

p a {
	color: #660066;
	text-decoration: underline;
	
}
p a:hover {
	text-decoration: none;
}


h1 {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: 0.8em;
	color: #990000;
	font-style: italic;
	line-height: 100%;
	word-spacing: 0.3em;
	letter-spacing: 0.1em;
	vertical-align: 5%;
	text-align: center;
	padding-top: -5px;
	margin-top: -3px;
	font-weight: bold;
}
H2 {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: 1em;
	color: #660066;
	text-align: center;
}

H3 {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: 1em;
	background: #CCCC66;
}
h4 {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	text-align: center;
	padding: 2px 1px;
	width: 125px;
	display: block;
	margin: 5px 0px;
	color: #FFFFFF;
}

h5 {
	font-size: 0.8em;
	color: #660066;
	text-align: left;
	text-indent: 10px;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	line-height: 100%;
}
h5 a {
	text-decoration: none;
	color: #660099;
}
h5 a:hover {
	color: #990000;
	text-decoration: underline;
}
#container #mainContent h2 a {
	color: #660066;
}
#container #mainContent h2 a:hover {
	text-decoration: none;
}
