/*--------------------------------------*/
/* CSS CREATED BY ERIKA GRECO - 2008 ---*/
/* WWW.ERIKAGRECO.COM ------------------*/
/*--------------------------------------*/

/*-------------------------------------------------*/
/* GENERAL ----------------------------------------*/
/*-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #000; 
	color: #fff;
}
img {
	border: none;
}
a:link,
a:visited {
	color: #000;
	font-weight: bold;
}
a:hover,
a:active {
	color: #fff;
}
p {
	margin: 0 0 10px 0;  
	line-height: 1.5em;
}
blockquote {
	margin: 0 30px 10px 30px;  
	font-style: italic;
	line-height: 1.5em;
}                     
cite {                
	margin: 10px 30px 10px 0;   
	display: block;
	line-height: 1.5em;
	text-align: right;
	font-style: italic;
}
strong {
	font-weight: normal;
	color: #ade0de;
}
ul ul {
	padding: 10px 0 0 0;
}
/*-------------------------------------------------*/
/* CLASS ------------------------------------------*/
/*-------------------------------------------------*/
.clear {
	clear: both;
}
.noBullet {
	list-style: none;
}
img.left {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}       
.weather {
	width: 100%;
	border: 1px solid #fff;
	border-collapse: collapse;
}
.weather strong {
	font-weight: bold;
}
.weather th {
	font-size: 14px;
	padding: 5px 0;
}
.weather td {
	border: 1px solid #fff;
	text-align: center;
	padding: 5px 0;
}
/*-------------------------------------------------*/
/* ID ---------------------------------------------*/
/*-------------------------------------------------*/
#container {
	width: 796px;
	margin: 0 auto;
}
/*---------------------*/
/* Header -------------*/
/*---------------------*/
#header {    
	width: 796px;
	border: 2px solid #b90000;
	border-bottom: none;
}
#header h1 a {
	background: url(/cssimg/tg_header.jpg) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 796px;
	height: 248px;
}
/*---------------------*/
/* Nav ----------------*/
/*---------------------*/
#header .nav li {
	display: inline;
	list-style: none;
}
#header .nav li a:hover {
	background-position: bottom;
}
#aboutMeBtn {
	background: url(/cssimg/tg_about_me_btn.gif) top left no-repeat;
	float: left;
	display: inline;
	text-indent: -999em;
	overflow: hidden;
	width: 77px;
	height: 39px;
}
#myChartersBtn {
	background: url(/cssimg/tg_my_charters_btn.gif) top left no-repeat;
	float: left;
	display: inline;
	text-indent: -999em;
	overflow: hidden;
	width: 97px;
	height: 39px;
}
#myBoatBtn {
	background: url(/cssimg/tg_my_boat_btn.gif) top left no-repeat;
	float: left;
	display: inline;
	text-indent: -999em;
	overflow: hidden;
	width: 67px;
	height: 39px;
}
#pricesBtn {
	background: url(/cssimg/tg_prices_btn.gif) top left no-repeat;
	float: left;
	display: inline;
	text-indent: -999em;
	overflow: hidden;
	width: 57px;
	height: 39px;
}
#pvFishingBtn {
	background: url(/cssimg/tg_pv_fishing_btn.gif) top left no-repeat;
	float: left;
	display: inline;
	text-indent: -999em;
	overflow: hidden;
	width: 169px;
	height: 39px;
}
#photosBtn {
	background: url(/cssimg/tg_photos_btn.gif) top left no-repeat;
	float: left;
	display: inline;
	text-indent: -999em;
	overflow: hidden;
	width: 59px;
	height: 39px;
}
#videosBtn {
	background: url(/cssimg/tg_videos_btn.gif) top left no-repeat;
	float: left;
	display: inline;
	text-indent: -999em;
	overflow: hidden;
	width: 58px;
	height: 39px;
}
#reservationsBtn {
	background: url(/cssimg/tg_reservations_btn.gif) top left no-repeat;
	float: left;
	display: inline;
	text-indent: -999em;
	overflow: hidden;
	width: 105px;
	height: 39px;
}
#faqBtn {
	background: url(/cssimg/tg_faq_btn.gif) top left no-repeat;
	float: left;
	display: inline;
	text-indent: -999em;
	overflow: hidden;
	width: 41px;
	height: 39px;
}
#contactBtn {
	background: url(/cssimg/tg_contact_btn.gif) top left no-repeat;
	float: left;
	display: inline;
	text-indent: -999em;
	overflow: hidden;
	width: 66px;
	height: 39px;
}
/*---------------------*/
/* Main ---------------*/
/*---------------------*/
#content {              
	background: url(/cssimg/tg_main_bg_tile.gif) top left repeat-y;
	width: 736px;
	border-left: 2px solid #b90000;
	border-right: 2px solid #b90000;
	padding: 15px 30px;
}              
#slides {
	height: 280px;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #EB0000;
	padding: 3px;
}
#content h2 {
	font-size: 20px;
	margin: 10px 0 15px 0;
}
#content h3 {
	font-size: 18px;
	margin: 15px 0 10px 0;
}
#content h4 {
	font-size: 16px;
	margin: 10px 0 10px 0;
}
#content h5 {
	font-size: 14px;
	margin: 10px 0 10px 0;
}
#content ul {
	margin: 0 0 10px 40px;
	line-height: 1.5em;
}
#content img {
	border: 3px solid #fff;
}
#chart img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#chart {
	margin-right: auto;
	margin-left: auto;
}
#chart td {
	padding: 3px;
}
#chart .borders {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
/*---------------------*/
/* Headings -----------*/
/*---------------------*/
h2#aboutMe {
	background: url(/cssimg/headings/about_me.gif) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 379px;
	height: 50px;
	margin: 0 0 10px 0;
}
h2#charterRates {
	background: url(/cssimg/headings/charter_rates.gif) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 379px;
	height: 60px;
	margin: 0 0 10px 0;
}
h2#contactMe {
	background: url(/cssimg/headings/contact_me.gif) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 379px;
	height: 60px;
	margin: 0 0 10px 0;
}
h2#faq {
	background: url(/cssimg/headings/faq.gif) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 379px;
	height: 60px;
	margin: 0 0 10px 0;
}
h2#fishingInPV {
	background: url(/cssimg/headings/fishing_in_pv.gif) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 379px;
	height: 60px;
	margin: 0 0 10px 0;
}                    
h2#fishingReport {
	background: url(/cssimg/headings/fishing_report.gif) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 379px;
	height: 60px;
	margin: 0 0 10px 0;
}
h2#makeAReservation {
	background: url(/cssimg/headings/make_a_reservation.gif) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 379px;
	height: 60px;
	margin: 0 0 10px 0;
}
h2#marineConditions {
	background: url(/cssimg/headings/marine_conditions.gif) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 379px;
	height: 60px;
	margin: 0 0 10px 0;
}
h2#myBoat {
	background: url(/cssimg/headings/my_boat.gif) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 379px;
	height: 60px;
	margin: 0 0 10px 0;
}
h2#fishingCharters {
	background: url(/cssimg/headings/my_fishing_charters.gif) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 379px;
	height: 60px;
	margin: 0 0 10px 0;
}
h2#photoGallery {
	background: url(/cssimg/headings/photo_gallery.gif) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 379px;
	height: 60px;
	margin: 0 0 10px 0;
}
h2#topGunVideos {
	background: url(/cssimg/headings/top_gun_videos.gif) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 379px;
	height: 60px;
	margin: 0 0 10px 0;
}
h2#tournaments {
	background: url(/cssimg/headings/tournaments.gif) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 379px;
	height: 60px;
	margin: 0 0 10px 0;
}
h2#weather {
	background: url(/cssimg/headings/weather.gif) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 379px;
	height: 60px;
	margin: 0 0 10px 0;
}
/*---------------------*/
/* Footer -------------*/
/*---------------------*/
#footer {
	width: 796px;
	background: url(/cssimg/tg_footer.jpg) top left no-repeat;
	height: 104px;
	border: 2px solid #b90000;
	border-top: none;
}                        
/*---------------------*/
/* Footer Nav ---------*/
/*---------------------*/
#footer .nav {
	list-style: none; 
	padding: 15px 0 0 355px;
}        
#footer .nav li {
	display: inline;
}
#footer .nav li a:hover {
	background-position: bottom;
}
#footer .textNav {
	width: 630px;   
	float: right;
	display: inline;
	text-align: center;
	margin: 20px 10px 0 0;
}
#footer .textNav li {
	list-style: none;
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 5px 0 0;
	font-size: 12px;
}                   
#footer .textNav li a {
	color: #fff;
}
#footer .textNav .noBorder {
	border: none;
}
#tournamentsBtn {
	background: url(/cssimg/tg_tournaments_btn.gif) top left no-repeat;
	float: left;
	display: inline;
	text-indent: -999em;
	overflow: hidden;
	width: 115px;
	height: 27px;
}
#fishingReportBtn {
	background: url(/cssimg/tg_fishing_report_btn.gif) top left no-repeat;
	float: left;
	display: inline;
	text-indent: -999em;
	overflow: hidden;
	width: 108px;
	height: 27px;
}
#weatherBtn {
	background: url(/cssimg/tg_weather_btn.gif) top left no-repeat;
	float: left;
	display: inline;
	text-indent: -999em;
	overflow: hidden;
	width: 71px;
	height: 27px;
}
#marineConditionsBtn {
	background: url(/cssimg/tg_marine_conditions_btn.gif) top left no-repeat;
	float: left;
	display: inline;
	text-indent: -999em;
	overflow: hidden;
	width: 137px;
	height: 27px;
}
/*---------------------*/
/* Links --------------*/
/*---------------------*/              
#links {
	margin: 15px 0 0 0;
	height: 85px;
}                
#links li {    
	display: inline;
}
#links #bloodyDecks {
	position: relative;
	top: -30px;
}
#links #melton {
	position: relative;
	top: -58px;
	left: 10px;
}
#links #owner {
	position: relative;
	top: -20px;
	left: -84px;
}
#links #espn {
	position: relative;
	top: -60px;
	left: -90px;
}
#links #avet {
	position: relative;
	top: -10px;
	left: -160px;
}
#links #tigfa {
	position: relative;
	top: -28px;
	left: -205px;
}
#links #billfish {
	position: relative;
	left: -200px;
}
#links #fishworks {
	position: relative;
	top: -8px;
	left: -200px;
}
#links #pelagic {
	position: relative;
	top: -80px;
	left: 575px;
}
#links #costaDelMar {
	position: relative;
	top: -40px;
	left: 460px;
}
#links #seaguar {
	position: relative;
	top: -70px;
	left: 450px;
}    
/*---------------------*/
/* Copyright ----------*/
/*---------------------*/
#copyright {
	margin: 10px 0 0 0;
	color: #666;
	font-size: 10px;
	text-align: center;
}
#copyright strong {
	color: #666;
}#videoone {
}
#slides_vert {
	height: 400px;
	width: 375px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #EB0000;
	padding: 3px;
	float: right;
}
#copyright a {
	color: #666666;
}

