/* Bear Lake Sails Main Style Sheet

Katrina Kennedy

April 2007 */

.nopadding{
padding:0px;
margin:0px;
}


body{
padding:0px;
background:#5E91B2;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*. . . .Containers!!!. .. */

#wrapper{
width:800px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
}

#header{
width:800px;
height:115px;
}

#topbar{
width:796;
height:25px;
background:#cfd0df;
margin:2px 2px 2px 2px;
}

#main{
width:796px;
background:#a4b883;
border-left:solid 2px #fff;
Border-bottom:solid 2px #fff;
border-right:solid 2px #fff;}

#sidenav{
width:144px;
background:#a4b883;
float:left;
}

#content{
width:650px;
margin:0px;
padding:0px;
background:#30587f;
float:right;
border-left:solid 2px #fff;

}

.clear{
clear:both;
}

/*. . . .Lists. .. */

/* - - - - Sidenav - - - - */

#sidenav ul{
list-style:none;
margin:0px;
padding:0px;

}
#sidenav ul li{
text-indent:5px;
line-height:30px;
border-bottom:solid 2px #fff;
display:block;
color:#30587f;
font-weight:bold;
text-align:left;

}
#sidenav ul .active{
background:#5E91B2;
}
#sidenav ul a .active{
color:#dfd0df;
}

#sidenav ul a{
display:block;
text-decoration:none;
color:#30587f;
font-size:12px;

}

#sidenav ul li :hover{
background:#dfd0df;
}

/*. . .topography. . . .*/

h1{
color:#fff;
font-size:18px;
margin:10px;
font-weight:normal;
font-variant:small-caps;
}

p{
margin:0px 10px 10px 20px;
color:#fff;
font-size:12px;}


#content ul{
list-style:square;
color:#fff;
margin:15px 15px 15px 40px;
}

#content ul li{
font-family:Verdana, Arial, Helvetica, sans-serif;}

#content ul .secondary{
color:#CCCCCC;
margin:10px 10px 10px 20px;
font-size:12px;

}

.rightfloatimage{
float:right;
margin-right:50px;
}
.floatleftimage{
float:left;
margin:20px 10px 15px 10px;
}

#highlight{
background-color:#cfd0df;
margin:0px 95px 20px 95px;
}

#aboveit{
margin-right:95px;
margin-left:95px;
margin-top:20px;
height:20px;
padding:10px 10px 10px 10px;
background-color:#a4b883;
}



#highlight p{
padding:10px 10px 10px 10px;
color:#30587f;
font-size:14px;
}

.floatright{
float:right;
margin:10px 20px 10px 10px;
}

.clear{
clear:both;
}

#highlight a{
text-decoration:none;
color:#333333;
font-size:12px;
}
 a{
text-decoration:none;
color:#cfd0df;
font-size:14px;
}

#footer{
margin:20px;
font-size:20px;
color:#fff;
text-align:center;

}
#footer .smalltext{
font-size:14px;
}

#highlight ul{
list-style:square;
font-size:10px;
color:#30587f;
margin:10px;
padding-bottom:10px;
}
*html #highlight{
width:460px;
}

.productimage{
margin:5px 5px 0px 0px;
float:right;
}
/* 0 0 0 0 lightbox awesomeness. . . ..*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox a{
color:#5E91B2;
}

#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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}