@charset "utf-8";
/* CSS Document */
/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#663300;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000; 
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

.feature {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#996600;
}

a:link {
	color:#003366;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin:0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #cc9966; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 95px; /*Width of top level menu link items*/
padding: 1px 8px;
border-right: 1px solid black;
text-decoration: none;
text-align:center;
color: white;

}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #cc9966 url(images/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #cc9966 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 5em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:94px; 
  background-color:#FFFFFF;
  background-image:url(images/header.gif); 
 width:100%;
} 
 
#maincol{background-color: #cccc99;  
 
 /*display:inline;*/ 
 position: relative; 
 width:800px;
 height:800px; 
 }
 
#maincol_contact{background-color: #cccc99;  
 
 /*display:inline;*/ 
 position: relative; 
 width:800px;
 height:1000px; 
 }
 
#maincol_bikerentals{background-color: #cccc99;  
 
 /*display:inline;*/ 
 position: relative; 
 width:800px;
 height:1100px; 
 }
 
#maincol_custom_tours{background-color: #cccc99;  
 
 /*display:inline;*/ 
 position: relative; 
 width:800px;
 height:1300px; 
 }
 
#maincol_gear{background-color: #cccc99;  
 
 /*display:inline;*/ 
 position: relative; 
 width:800px;
 height:600px; 
 }

#nav{background-color: #cc9966;  
 
 /*display:inline;*/ 
 position: relative;
 width:800px;
 height:20px;
 z-index:1;
}

#top_photo{background-color: #cccc99;  
 
 /*display:inline;*/ 
 position: relative;
 background-image:url(images/top_photo.jpg); 
 width:800px;
 height:160px;
 z-index:0;
}

#lefthome_content{background-color: #cccc99;  
 
 /*display:inline;*/ 
 position: relative;
 width:330px;
 height:240px;
 padding: 10px 10px 0px 10px;
}

#form_container{background-color: #cccc99;  
 
 /*display:inline;*/ 
 position: relative;
 width:500px;
 height:800px;
 padding: 10px 10px 0px 10px;
}

#bike_container{background-color: #cccc99;  
 
 /*display:inline;*/ 
 position: relative;
 width:700px;
 height:240px;
 padding: 10px 10px 0px 10px;
}

#gear_container{background-color: #cccc99;  
 
 /*display:inline;*/ 
 position: relative;
 width:700px;
 height:240px;
 padding: 10px 10px 0px 10px;
}

#feat1{
	background-color: #cccc99;
	/*display:inline;*/ 
 	position: absolute;
	background-image:url(images/bike_tn.jpg);
	width:112px;
	height:92px;
	top:123px;
	right:295px;
}

#feat1_title{
	/*display:inline;*/ 
 	position: absolute;
	width:112px;
	height:10px;
	top:215px;
	right:295px;
}

#feat1_box{
	/*display:inline;*/ 
 	position: absolute;
	width:100px;
	height:200px;
	top:250px;
	right:295px;
	border:1px solid #996600;
	padding:5px 5px 0px 5px;
}

#feat2{
	background-color: #cccc99;
	/*display:inline;*/ 
 	position: absolute;
	background-image:url(images/gear_tn.jpg);
	width:112px;
	height:92px;
	top:123px;
	right:165px;
}

#feat2_title{
	/*display:inline;*/ 
 	position: absolute;
	width:112px;
	height:10px;
	top:215px;
	right:165px;
}

#feat2_box{
	/*display:inline;*/ 
 	position: absolute;
	width:100px;
	height:200px;
	top:250px;
	right:165px;
	border:1px solid #996600;
	padding:5px 5px 0px 5px;
}

#feat3{
	background-color: #cccc99;
	/*display:inline;*/ 
 	position: absolute;
	background-image:url(images/tours_tn.jpg);
	width:112px;
	height:92px;
	top:123px;
	right:35px;
}

#feat3_title{
	/*display:inline;*/ 
 	position: absolute;
	width:112px;
	height:10px;
	top:215px;
	right:35px;
}

#feat3_box{
	/*display:inline;*/ 
 	position: absolute;
	width:100px;
	height:200px;
	top:250px;
	right:35px;
	border:1px solid #996600;
	padding:5px 5px 0px 5px;
}

#weather_box{
	/*display:inline;*/ 
 	position: absolute;
	width:350px;
	height:200px;
	top:476px;
	right:46px;
	padding:5px 5px 0px 5px;
}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
 
#footer{
 height:50px; 
  background-color:#663300; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */ 

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */ 


/*photo gallery*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/blank.gif) no-repeat; /* 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;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.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 */ 

/*end photo gallery*/
