@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/indexbackground.jpg);
	background-repeat: repeat-x;
	text-align:center;
	
}

/*/////////   TYPOGRAPHY /////////  */



/*////////     DIVS   //////////   */



#wrapper {margin:0px auto;width:940px;
	/*border: thin solid #F00;*/
	text-align:left;}

#header {height:100px;
	/*border: thin solid #0F0;*/
}

#btlogo {width:490px;height:100px;float:left; margin-left:-35px;}

#photomainpage {height:429px;}

#mainpagephoto{
	margin:10px 0 0 20px;
	height:395px;
	width:910px;
	background-image: url(../images/frontpic.jpg);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#quotes {padding:40px 0 0 30px;}
#quotes2 {padding-left:40px;}
/* mainimagephoto, typeography*/
#quotes h1{
	color:#EEE;
	font-size:20px;
	font-style: italic;
	padding-bottom:5px;
	font-weight:bold;
}

#quotes p{font-weight:bold;}

#quotes .yahoo {padding-left:320px;}
#quotes .powell {padding-left:110px;}
/* mainimagephoto, typeography end*/
#mainoptions {  
	position: absolute;
	top: 470px;
	height: 255px;
	width: 870px;
	background-image: url(../images/mainoptinsbground.png);
	margin-left:40px;
}
.mainoptionstop {height:172px;width:248px; margin:15px 0 0 20px;}
.mainoptionsbottom  {
	font-family: Tahoma, Geneva, sans-serif;
	line-height:1.1em;
	width:233px;
	margin-left:30px;
}
.mainoptionsbottom a{
	font-size:12px;
	text-decoration:none;
	display:none;
	color: #000;
}
.mainoptionsbottom h3{
	font-size: 14px;
	font-weight: bold;
}
.mainoptionsbottom p{font-size:12px;}


#boat {width:287px;height:249px;float:left;}
#watercraft {width:287px;height:249px;float:left;}
#kayak{width:287px;height:249px;float:left;}


/* mainoptionsnavigations */
#mainoptions li {display:inline;padding: 0;margin: 0;}
#mainoptions a {display:block;}
#mainoptions #boatbutton span, #mainoptions #watercraftbutton span, #mainoptions #kayakbutton span {display:none;}
#mainoptions a#boatbutton{height:172px;width:248px;background-image: url(../images/boatbutton.jpg);}
#mainoptions a#watercraftbutton{height:172px;width:248px;background-image:url(../images/watercraftbuttonfront.jpg);}
#mainoptions a#kayakbutton{	height:172px;width:248px;background-image: url(../images/kayakbuttonfront.jpg);
}

#mainoptions a#boatbutton:hover, #mainoptions a#watercraftbutton:hover, #mainoptions a#kayakbutton:hover{background-position: 0 -172px;}
/*end of mainoptionsnavigations */

#footer {text-align:center;height:100px;padding-top:225px;color: #FFF;font-family: Verdana, Geneva, sans-serif; font-size:10px;font-weight:bold;}

/* /////////////////   TOP NAVIGATION BAR    \\\\\\\\\\\\\\\\\\\ */

#topnav {
  /*
	height: 100px;
	padding-top:65px;
  */
  margin-left: 15px;
  margin-right: 15px;
}

#topnav li {
	display: inline;
	padding: 0;
	margin: 0;
}

#topnav p {
  text-align:center;
    
}

#topnav a {
	display: block;
	float: left;
}

#topnav #about_us span, #topnav #picture_gallery span, #topnav #contact_us span {
	display: none;
}

#topnav a#about_us {
	height: 30px;
	width: 120px;
	background-image: url(../images/about_us.jpg);
}

#topnav a#picture_gallery{
	height: 30px;
	width: 173px;
	background-image: url(../images/picture_gallery.jpg);	
}

#topnav a#contact_us{
	height: 30px;
	width: 140px;
	background-image: url(../images/contact_us.jpg);	
}


/* /////////////////// TOP NAVIGATION hovers \\\\\\\\\\\\\\\\\ */

#topnav a#about_us:hover, #topnav a#picture_gallery:hover, #topnav a#contact_us:hover {
	background-position: 0 -30px;
}

/*/////////////////// TOP NAVIGATION current  \\\\\\\\\\\\\\\\\\ */

#about_us #topnav #about_us, #picture_gallery #topnav #picture_gallery {
	background-position: 0 -60px;
}

#topnav .current {
	background-position: 0 -60px;
}

/* ////////////////////  FOOTER NAVIGATION \\\\\\\\\\\\\\\ */
#footernavbar{padding-top:15px;
	}
#footernavbar2{margin-top:8px; margin-bottom:8px;
	}
.footernavbar ul{
		
}
#footer li{display:inline;margin-right:0.5em; padding-right:0.75em; border-right:1px solid #99C;}
#footer li.last{border-right:0px;}
#footer .footernavbar a{
	color: #CCC;
	text-decoration: none;
}
#footer a:hover{text-decoration:underline;}
#footer p{color:#999;}
