﻿/* CSS for Tidewater Yachts */

body{
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#ffffcc;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/body_bg.png);
	background-repeat:repeat-x;
	background-position:50% 0px;
	color:#000000;
	font-size:12px;
}

span{
	padding:0px;
	margin:0px;
}

form{
	font-size:12px;
	line-height:24px;
	color:#000000;
}

table{
	border:none;
	padding:0px;
	margin:0px;
	font-size:12px;
	line-height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

iframe.map{
	overflow:hidden;
	background-color:#FFFFFF;
	border:1px solid #000000;
	width:758px;
	height:418px;
	margin:0px;
	padding:0px;
}

iframe.boats{
	background-color:#FFFFFF;
	border:1px solid #000000;
	width:758px;
	height:398px;
	margin:0px;
	padding:10px;
}

p{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
	padding:0px;
	margin:0px;
}

p a:hover{
	text-decoration:underline;
}

a{
	text-decoration:none;
	color:#990000;
	outline:none;
}

a:hover{
	color:#330000;
	text-decoration:none;
}

img{
	margin:0px;
	padding:0px;
	border:0px;
}

#Tidewater_Full_Page{
	position:relative;
	width:100%;
	margin:0px;
	padding:0px;
	border:0px;
}

#Tidewater_Container{
	position:relative;
	width:820px;
}

.Horizontal_Spacer{
	position:relative;
	clear:both;
	width:100%;
}

.Vertical_Spacer{
	position:relative;
	float:left;
}

#Header{
	width:100%;
	height:81px;
	background-image:url(images/header_bg.png);
	background-repeat:no-repeat;
}

#Logo_Link{
	height:116px;
	width:143px;
	margin:8px 0px 0px 15px;
	z-index:100;
	position:absolute;
}
#Logo_Link a span{
	display:block;
	line-height:116px;
	width:143px;
	background-image:url(images/logo_01.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-decoration:none;
}
#Logo_Link a:hover span{
	background-position:0px -116px;
	text-decoration:none;
	cursor:pointer;
}

#Logo2_Link{
	height:116px;
	width:143px;
	margin:8px 0px 0px 15px;
	z-index:100;
	position:absolute;
}
#Logo2_Link a span{
	display:block;
	line-height:116px;
	width:143px;
	background-image:url(images/logo_02.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-decoration:none;
}
#Logo2_Link a:hover span{
	background-position:0px -116px;
	text-decoration:none;
	cursor:pointer;
}

#Dropdowns1{
	height:75px;
	width:200px;
	z-index:200;
	position:absolute;
	display:none;
	top:363px;
}
#Dropdowns2{
	height:75px;
	width:200px;
	z-index:200;
	position:absolute;
	display:none;
	top:175px;
}

.dropdown{
	height:64px;
	width:180px;
	background-image:url(images/logo_drop_bg.png);
	background-repeat:no-repeat;
	display:none;
	line-height:22px;
	font-size:12px;
	color:#333333;
	margin:0px 2px;
	float:left;
	text-align:left;
	padding:5px 8px;
}
.dropdown a{
	color:#333333;
	text-decoration:none;
}
.dropdown a:hover{
	color:#006699;
	text-decoration:none;
}
.dropdown a:hover .drop_text{
	text-decoration:underline;
}

#Page{
	width:100%;
	position:relative;
	background-image:url(images/content_bg.png);
	background-repeat:repeat-y;
}

#Content{
	width:800px;
	padding:0px;
	margin:0px 10px;
	border-top:1px solid #ABABAB;
}

#Slideshow{
	position:relative;
	float:left;
	width:495px;
	height:195px;
	margin:0px;
	padding:2px;
	background-color:#FFFFFF;
	border-bottom:1px solid #ababab;
}

/*Navigation elements*/
#Navigation{
	position:relative;
	padding:0px;
	height:29px;
	line-height:28px;
	color:#336699;
	text-align:left;
	width:690px;
	padding:0px 0px 0px 130px;
}
#Navigation a{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#336699;
	text-decoration:none;
	font-weight:bold;
}
#Navigation a:hover{
	color:#003366;
	text-decoration:none;
}
#Navigation a:hover .nav_txt{
	text-decoration:underline;
}

/*end navigation elements*/

#Welcome{
	width:280px;
	height:171px;
	padding:18px 10px 10px 10px;
	border-bottom:1px solid #ababab;
	border-right:1px solid #ababab;
	background-image:url(images/welcome_bg.png);
	background-repeat:repeat-x;
	float:left;
}
#Welcome p{
	font-size:11px;
	color:#666666;
	line-height:18px;
}
#Welcome p a{
	color:#990000;
	text-decoration:none;
}
#Welcome p a:hover{
	color:#000000;
	text-decoration:underline;
}

#Man_Logos{
	height:51px;
	width:800px;
	position:relative;
	padding:0px;
}
.logo{
	background-position:0px 0px;
	height:50px;
	width:196px;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	float:left;
	padding:0px;
}
.logo a span{
	display:block;
	height:50px;
	line-height:50px;
	width:196px;
}
.logo a:hover span{
	text-decoration:none;
	cursor:pointer;
}

#Hunter_Logo{
	background-image:url(images/hunter_logo.png);
}
#Catalina_Logo{
	background-image:url(images/catalina_logo.png);
}
#Dufour_Logo{
	background-image:url(images/dufour_logo.png);
}
#Brokerage_Logo{
	background-image:url(images/brokerage_logo.png);
}

h1{
	color:#333333;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:26px;
	padding:0px 10px;
	margin:0px;
	text-align:left;
	font-weight:bold;
}

h3{
	color:#FFFFFF;
	font-size:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	padding:0px;
	margin:0px;
	text-align:left;
	font-weight:normal;
}

h2{
	color:#330000;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	padding:0px 0px 10px 0px;
	margin:0px;
	text-align:left;
	font-weight:bold;
}
h2 a{
	color:#660000;
	text-decoration:none;
}
h2 a:hover{
	color:#330000;
	text-decoration:underline;
}

#Home_Featured{
	width:380px;
	height:190px;
	background-image:url(images/home_box_bg.png);
	float:left;
	margin:0px;
	padding:0px;
	border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
}

#Home_Featured h2{
	color:#660000;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:32px;
	padding:0px;
	margin:0px;
	text-align:left;
	font-weight:normal;
}
#Home_Featured h2 a{
	color:#660000;
	text-decoration:none;
}
#Home_Featured h2 a:hover{
	color:#330000;
	text-decoration:underline;
}

#Home_News{
	width:380px;
	height:190px;
	background-image:url(images/home_box_bg.png);
	float:left;
	margin:0px;
	padding:0px;
	border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
}

.home_box_top{
	width:360px;
	padding:0px 10px;
	height:25px;
}

.home_box_body{
	width:360px;
	padding:0px 10px;
	height:155px;
	text-align:left;
}
.home_box_body img{
	border:1px solid #000000;
	margin:2px 10px 2px 0px;
	width:180px;
	height:120px;
	float:left;
}
.home_box_body p{
	font-size:11px;
	line-height:16px;
	color:#996666;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

.home_box_title{
	color:#cc9999;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	display:inline;
	float:left;
}

.home_box_all{
	color:#ffcc99;
	font-size:12px;
	font-weight:normal;
	display:inline;
	float:right;
	line-height:25px;
}
.home_box_all a{
	color:#ffcc99;
	text-decoration:none;
}
.home_box_all a:hover{
	color:#FFFFCC;
	text-decoration:underline;
}

.news_feed_title{
	color:#b60000;
	font-size:13px;
	line-height:30px;
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:left;
	font-weight:bold;
}
.news_feed_title a{
	color:#b60000;
	text-decoration:none;
}
.news_feed_title a:hover{
	color:#000000;
	text-decoration:underline;
}

#Home_Featured_More{
	width:172px;
	height:26px;
	position:absolute;
	z-index:100;
	margin:156px 0px 0px 200px;
}
#Home_Featured_More a span{
	width:172px;
	height:26px;
	display:block;
	line-height:26px;
	background-image:url(images/more_about_btn.png);
	background-position:0px 0px;
	text-decoration:none;
}
#Home_Featured_More a:hover span{
	background-position:0px -26px;
	text-decoration:none;
	cursor:pointer;
}

#Home_Subscribe{
	width:360px;
	height:34px;
	position:absolute;
	z-index:100;
	margin:151px 10px 0px 10px;
}
#Home_Subscribe a span{
	width:360px;
	height:34px;
	display:block;
	line-height:34px;
	background-image:url(images/join_list_btn.png);
	background-position:0px 0px;
	text-decoration:none;
}
#Home_Subscribe a:hover span{
	background-position:0px -34px;
	text-decoration:none;
	cursor:pointer;
}

#Page_Bottom{
	background-image:url(images/content_bottom.png);
	height:10px;
	background-repeat:no-repeat;
	width:820px;
	clear:both;
	background-color:#ffffcc;
}

#Footer{
	position:relative;
	height:120px;
	line-height:30px;
	color:#996666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:820px;
}
#Footer p{
	color:#333333;
	font-size:11px;
	line-height:14px;
	text-align:inherit;
	padding-top:0px;
	margin-top:5px;
}

.footer_column{
	position:relative;
	width:273px;
	float:left;
}

.footer_column a{
	color:#996666;
	text-decoration:none;
}

.footer_column a:hover{
	color:#660000;
	text-decoration:underline;
}

.submit{
	width:200px;
	height:30px;
	background-color:#0099CC;
	border:1px solid #0066CC;
	color:#FFFFFF;
	font-size:16px;
	margin-top:0px;
	line-height:30px;
	display:block;
	padding-top:0px;
	margin-left:560px;
	font-weight:bold;
}
.submit:hover{
	background-color:#14a9e0;
	border:1px solid #007dbe;
	cursor:pointer;
}

.expand_bar{
	background-image:url(images/expand_bar.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:780px;
	height:25px;
	margin:0px 10px;
}
.expand_bar:hover{
	background-position:0px -25px;
}
.expand_bar a span{
	display:block;
	width:770px;
	padding-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFCC;
	font-size:14px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	text-decoration:none;
	text-align:left;
}
.expand_bar a:hover span{
	text-decoration:none;
	cursor:pointer;
}

.segment{
	width:758px;
	margin:0px 10px;
	padding:10px;
	border-left:1px solid #2d0000;
	border-right:1px solid #2d0000;
	border-bottom:1px solid #2d0000;
	float:left;
}
.segment img{
	border:1px solid #000000;
	float:left;
	margin:2px 10px 2px 0px;
}
.segment b{
	font-size:14px;
	color:#660000;
}
.segment p{
	margin-bottom:4px;
}

.segment2{
	width:758px;
	margin:0px 10px;
	padding:10px;
	border-left:1px solid #2d0000;
	border-right:1px solid #2d0000;
	border-bottom:1px solid #2d0000;
	float:left;
}
.segment2 img{
	border:1px solid #000000;
	float:left;
	margin:2px 10px 2px 0px;
}
.segment2 b{
	font-size:14px;
	color:#660000;
}
.segment2 p{
	margin-bottom:16px;
}

ul{
	text-align:left;
	padding:0px;
	margin:6px 0px;
	line-height:18px;
	font-size:12px;
}
ul li{
	line-height:18px;
	height:18px;
	padding:0px 5px;
	margin:0px 20px;
	font-size:12px;
	text-align:left;
}

.featured_boat_header{
	width:760px;
	height:20px;
	margin:0px 10px;
	padding:4px 10px;
	background-color:#602626;
	color:#FFFFCC;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	border-top:1px solid #330000;
}
.featured_boat_segment{
	width:780px;
	margin:0px 10px;
	padding-top:10px;
	border-bottom:2px solid #330000;
}
.featured_boat_segment img{
	border:1px solid #000000;
	margin:2px 10px 2px 0px;
	float:left;
}
.featured_boat_segment p{
	margin-bottom:16px;
}

.article{
	width:780px;
	margin:0px 10px;
	padding-top:10px;
}
.article img{
	border:1px solid #000000;
	margin:2px 10px 2px 0px;
	float:left;
}
.article p{
	margin-bottom:16px;
}

#Newsletter_Table{
	width:780px;
	margin:10px;
	border:none;
}
#Newsletter_Table tr{
	height:18px;
	line-height:18px;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
#Newsletter_Table td{
	width:240px;
	text-align:left;
	padding:4px 10px;
}
#Newsletter_Table tr.grey{
	background-color:#e2e2e2;
}
#Newsletter_Table input.field{
	height:18px;
	line-height:18px;
	border:1px solid #666666;
	width:500px;
}