@charset "utf-8";
@import url("w3c.css");
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font: small Helvetica, Arial, sans-serif;
	text-align: left;
	background: #FFFFFF url(img/bg_vertical.jpg) repeat;
}

#container {
	width: 967px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background: #FFFFFF url(img/pageShadow.gif) repeat-y left top;
	text-align: center;
	left: 0px;
}
#heading {
	width: 100%;
	clear: both;
	text-align: center;
	padding-left: 0px;
	background: url(img/heading-1.jpg) no-repeat 19px top;
	height: 219px;
}

#photoholder {
	width:929px;
	height:219px;
	background:#fff url(images/loading.gif) no-repeat 50% 50%;
	margin-left: 19px;
}
#thephoto {
	width:929px;
	height:219px;
}

#logo {
	float: right;
	height: 114px;
	width: 255px;
	margin-top: 90px;
	margin-right: 30px;
}

#colLeft {
	float: left;
	width: 227px;
	text-align: left;
	margin-top: 3px;
	margin-left: 3px;
	font-size: 13px;
}
ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 3px;
	width: 90%;
	font-weight: bold;
}
ul li a {
	color:#000000;
	text-decoration: none;
}

#colRight {
	float: right;
	width: 665px;
	text-align: left;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	padding-right: 10px;
}
#colMain {
	width: 760px;
	margin-left: 19px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	text-align: center;
}
#fishSwim {
	clear: both;
	width: 100%;
}


#footer {
	clear: both;
	width: 100%;
	margin-top: 10px;
	width: 967px;
	padding-top: 2px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	font-size: 12px;
}
#bcws {
	width: 100%;
	text-align: center;
	clear: both;
	padding-bottom: 10px;
}
#shadowBox {
	background-image:url(img/bgShadowTop.gif);
	background-repeat:no-repeat;
	background-color: #f4f5f0;
	width:100%;
	visibility: visible;
	padding: 0px;
	background-position: left bottom;
	height: 10px;
	
}
#shadowBox2 {
	background-image:url(img/bgShadowBottom.gif);
	background-repeat:no-repeat;
	background-color: #F4F5F0;
	height:10px;
	width:100%;
	visibility: visible;
	background-position: left top;
}
#wrap {
	width: 929px;
	clear: both;
	margin-left: 19px;
}
h3 {
	margin-top: 0.5em;
	padding: 0.2em;
	background-color: #eee;
	text-shadow: #aaa 1px 1px 5px;
	color: #111;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-indent: 10px;	
}
.imgBorder {
	text-align: center;
	padding: 3px;
	border: 1px solid #A96243;
	margin-bottom: 3px;
}
.imgRight {
	padding: 4px;
	float: right;
	border: 1px solid #47472D;
	margin-left: 5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
}
.imgRight:hover {
	 z-index: 11;
	 box-shadow: 0px 0px 20px black;
	 -moz-box-shadow: 0px 0px 20px black;
	 }
.imgLeft {
	padding: 4px;
	float: left;
	border: 1px solid #47472D;
	margin-right: 5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}
.imgLeft:hover {
	 z-index: 11;
	 box-shadow: 0px 0px 20px black;
	 -moz-box-shadow: 0px 0px 20px black;
	 }
address{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
address a{
	color: #FFFFFF;
	text-decoration: underline;
}
img.bdr {
	padding: 2px;
	border: 1px solid #B06F53;
}
.right {
  float: right;
}
.left {
	float: left;
}
/* ------------make fish swin-------------------- */
#fishSwim .trout {
	display: inline-block;
	width:120px;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1.5s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: all;
	-moz-transition-duration: 1.5s;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-property: all;
	-o-transition-duration: 2.0s;
	-o-transition-timing-function: ease;
	transition-property: all;
	transition-duration: 2.0s;
	transition-timing-function: ease;
				
}
/*			figure p {
				font: 16px/1.5 "Juergen", cursive;
				margin: 0;
				display: none;
			}*/
/*			figure a {
				float: right;
				color: rgb(41, 106, 165);
				text-decoration: none;
			}*/

#fishSwim .trout:hover {
			-webkit-transform-origin: -6em  bottom;
			-moz-transform-origin: -6em  bottom;	
			-webkit-transform: translate(800px) scale(3.5);
			-moz-transform: translate(800px) scale(3.5);
			-o-transform-origin: -6em bottom;
	  		-o-transform:translate(800px) scale(3.5);	
			transform-origin: -6em bottom;
	  		transform:translate(800px) scale(3.5);			
/*			 z-index: 11;
	 		box-shadow: 0px 0px 20px black;	*/
	
			}
			
#fishSwim .trout:hover:before {
	color: #fff;
	/*				content: "Click to enlarge";
				font-family: "Juergen", cursive;
				font-size: 1.8em;
				margin: 0 10px;*/
				position: absolute;
	text-shadow: #000 0px 1px 1px;
			}
			
/*			figure.active:hover:before {
				content: "";
			}*/

#fly_wrap {
	clear: both;
	width: 580px;
	background: #fff;
	padding: 6px;
	margin-bottom: 10px;
}

.flycontainer {
	padding: 4px;
}

.text-Xsmall {
	font-size: x-small;
}
.text-smaller {
	font-size: smaller;
}

.text-white {
	font: bold normal 11px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	padding-bottom: 6px;

}
.textbox {
	background: #ae6d51;
	width: 450px;
	text-align: left;
	clear:both;
}
.textbox p {
  padding: 0px 10px;
  width: 490px;
  font-size: 11px;
  font-weight: bold;
  color: white;
  line-height: 155%;
}
.textboxtop, .textboxbottom {
  display: block;
  margin: 0px;
  padding: 0px;
  height: 10px;
  clear: both;
}
#popupcontainer {
	width: 456px;
	background: white;
	padding: 4px;
	margin: 10px auto;
	text-align: center;
	border: 1px solid #ae6d51;
}
#home #t-home, #club #t-club, #flies #t-flies, #fishingflies #t-fishingflies, #gallery #t-gallery, #lodging #t-lodging, #reels #t-reels, #rods #t-rods, #guide #t-guide, #custom #t-custom, #links #t-links, #location #t-location, #flytie #t-flytie, #slideshow #t-slideshow, #caddy #t-caddy {
	color: #b35517;
}
#rods #container #wrap #colRight li,#flytie #container #wrap #colRight li {
	height: 120px;
	list-style-type: none;
}
#rods #container #wrap #colRight li a,#reels #container #wrap #colRight li a,#flytie #container #wrap #colRight li a { 
	text-decoration: underline; 
	  
}
a.then_now-btn {
	margin: 0px 6px 0;
	display: block;
	width: 140px;
	height: 130px;
	font-size: 1em;
	background: url(img/rod_then_now.jpg) no-repeat 0 0;
	text-decoration: none;
	/*float: right;*/
}
a:hover.then_now-btn{
  background-position: 0 -130px;
}

/* adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
@media print{
#colLeft {display:none;}
h3 {text-shadow:none;}
}	#caddy #colRight p {
	font-size: larger;
}
#caddy #donspics {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}
#guideoffer {
	font: xx-large Georgia, "Times New Roman", Times, serif;
	width: 500px;
	padding: 10px;
}
#guidecertificate {
	font: medium Helvetica, Arial, sans-serif;
	width: 470px;
	padding: 20px;
	margin-top: 20px;
	border: 5px double #CCCC99;
}
#guidecertificate .gift {
	font: xx-large Caryn, "Cataneo BT", "Monotype Corsiva";
	width: 450px;
	text-align: center;
	margin-bottom: 10px;
}

