﻿/* CSS for Roguewave Yachts */

body{
	margin:0px;
	padding:0px;
	border:0px;
	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;
}

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

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

iframe.map{
	overflow:hidden;
	background-color:#FFFFFF;
	border:1px solid #003366;
	width:818px;
	height:398px;
	margin:0px;
	padding:0px;
}

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

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

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

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

img{
	margin:0px;
	padding:0px;
	border:0px;
}
img.border{
	float:left;
	border:1px solid #000000;
	margin:4px 10px 2px 0px;
	background-color:#FFFFFF;
	padding:1px;
}

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

#Roguewave_Container{
	position:relative;
	width:840px;
}

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

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

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

#Content{
	width:820px;
	padding:0px 10px;
}

#Slideshow{
	position:relative;
	float:left;
	width:400px;
	height:250px;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

/*Navigation elements*/
#Navigation{
	position:relative;
	height:25px;
	line-height:25px;
	color:#336699;
	text-align:left;
	width:820px;
	padding:0px 13px;
}

#tab {
	margin: 0;
	top: 0;
}
#tab ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#tab li {
	float: left;
	margin: 0;
	padding: 0px 21px 0px 0px;
	display:inline;
	width:auto;
	text-align:center;
}
#tab a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	display: block;
	float: none;
}
#tab a span {
	display: block;
	height:25px;
	color: #006699;
	line-height:25px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
}
#tab li.item_active a {
	background-position: right bottom;
	border-color: #000000;
}
#tab a:hover {
	background-position: right bottom;
	border-color: #000000;
}
#tab li.item_active a span {
	background-position: left bottom;
	color: #0099CC;
	font-style: normal;
	text-decoration: none;
}
#tab a:hover span {
	background-position: left bottom;
	color: #0099FF;
	font-style: normal;
	text-decoration:none;
	cursor:pointer;
}

.dropmenudiv {
	position: absolute;
	top: -20px;
	float: left;
	display: block;
	visibility: hidden;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #006699;
	color: #006699;
	z-index: 10000;
	text-decoration: none;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}
.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dropmenudiv li {
	display: inline;
	margin: 0;
	padding: 0;
}
.dropmenudiv li.top{
	height:13px;
	background-image:url(images/dropdown_top.gif);
	width:220px;
	display:block;
	font-size:8px;
	line-height:13px;
}
.dropmenudiv a:visited {
	margin: 0;
	padding: 0;
	display: block;
	color: #006699;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	width:220px;
}
.dropmenudiv a:link {
	margin: 0;
	padding: 0;
	display: block;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	width:220px;
}
.dropmenudiv a span {
	float: none;
	display: block;
	line-height: 25px;
	background-image:url(images/dropdown_bg.gif);
	padding: 0px;
	color: #006699;
	padding-left:9px;
	background-color:#FFFFFF;
}
.dropmenudiv a:hover {
	background-position: left bottom;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.dropmenudiv a:hover span {
	background-position: right bottom;
	color: #FFFFFF;
	font-weight: normal;
	background-color:#66bfff;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	list-style:none;
}
/*end navigation elements*/

#Welcome{
	width:390px;
	padding:0px 30px 0px 0px;
	float:left;
}
#Welcome p{
	font-size:11px;
	color:#333333;
	line-height:15px;
	margin:0px;
}
#Welcome p a{
	color:#006699;
	text-decoration:none;
}
#Welcome p a:hover{
	color:#0099CC;
	text-decoration:underline;
}

#Bluewater_Btn{
	width:382px;
	height:44px;
	float:right;
}
#Bluewater_Btn a span{
	display:block;
	height:22px;
	width:382px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006699;
	font-size:22px;
	letter-spacing:1px;
	line-height:22px;
}
#Bluewater_Btn a:hover span{
	color:#0099CC;
	text-decoration:none;
	cursor:pointer;
}

#Bluewater_Btn2{
	width:auto;
	height:25px;
	float:left;
}
#Bluewater_Btn2 a span{
	display:block;
	height:25px;
	width:auto;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006699;
	font-size:18px;
	letter-spacing:1px;
}
#Bluewater_Btn2 a:hover span{
	color:#0099CC;
	text-decoration:none;
	cursor:pointer;
}

#Invite_Bar{
	width:710px;
	height:38px;
	padding:20px 25px 20px 85px;
	color:#993300;
	background-image:url(images/home_invite_bar_bg.png);
	font-size:12px;
	line-height:18px;
	text-align:left;
}

h1{
	color:#3399cc;
	font-size:36px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:40px;
	padding:0px;
	margin:0px;
	text-align:left;
	font-weight:normal;
}

h3{
	color:#3399CC;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:25px;
	padding:0px;
	margin:0px;
	text-align:left;
	font-weight:normal;
}
h3 .subhead{
	font-size:11px;
	color:#336699;
	line-height:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

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;
}

#Footer{
	position:relative;
	width:820px;
}
.footer_left{
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	padding:0px;
	margin:0px;
}
.footer_left_head{
	color:#993300;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	font-style:italic;
	font-weight:bold;
}
.footer_left a{
	color:#666666;
	text-decoration:none;
}
.footer_left a:hover{
	color:#006699;
	text-decoration:underline;
}
.footer_right{
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	padding:0px;
	margin:0px;
}
.footer_right_head{
	color:#cc9966;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	font-style:italic;
	font-weight:bold;
}
.footer_right a{
	color:#999999;
	text-decoration:none;
}
.footer_right a:hover{
	color:#0099CC;
	text-decoration:underline;
}

.footer_column{
	position:relative;
	width:50%;
	float:left;
}

ul{
	text-align:left;
	padding:0px;
	margin:6px 0px 16px 20px;
	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;
}

.large_btn{
	width:610px;
	height:60px;
	background-image:url(images/large_btn.png);
	background-position:0px 0px;
	float:left;
}
.large_btn:hover{
	background-position:0px -60px;
}
.large_btn a span{
	color:#83c3ff;
	font-size:30px;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:60px;
	padding-left:15px;
	width:595px;
	text-align:left;
	text-decoration:none;
	height:60px;
}
.large_btn a:hover span{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

.small_btn{
	width:190px;
	height:25px;
	background-image:url(images/small_btn.png);
	background-position:0px 0px;
	float:left;
}
.small_btn:hover{
	background-position:0px -25px;
}
.small_btn a span{
	color:#83c3ff;
	font-size:12px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:24px;
	padding-left:7px;
	width:183px;
	text-align:left;
	text-decoration:none;
	height:24px;
	padding-bottom:1px;
}
.small_btn a:hover span{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

.bluewater_btn{
	width:300px;
	height:80px;
	background-image:url(images/bluewater_btn.png);
	background-position:0px 0px;
}
.bluewater_btn:hover{
	background-position:0px -80px;
}
.bluewater_btn a span{
	font-size:20px;
	display:block;
	line-height:80px;
	width:300px;
	text-decoration:none;
	height:80px;
}
.bluewater_btn a:hover span{
	text-decoration:none;
	cursor:pointer;
}

#Bluewater_Imgs_Holder{
	width:796px;
	padding:11px 11px 0px 11px;
	border:1px solid #003366;
}
.bluewater_img{
	padding:0px;
	float:left;
	width:190px;
	height:147px;
	margin:0px;
}
.bluewater_img img{
	margin-bottom:2px;
}
.bluewater_img:hover .small_btn{
	background-position:0px -25px;
}
.bluewater_img:hover .small_btn a span{
	color:#FFFFFF;
}

.search_btn{
	width:300px;
	height:40px;
	background-image:url(images/search_btn.png);
	background-position:0px 0px;
}
.search_btn:hover{
	background-position:0px -40px;
}
.search_btn a span{
	color:#83c3ff;
	font-size:20px;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:40px;
	padding-left:48px;
	width:252px;
	text-align:left;
	text-decoration:none;
	height:40px;
}
.search_btn a:hover span{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

.inventory_btn{
	width:300px;
	height:40px;
	background-image:url(images/inventory_btn.png);
	background-position:0px 0px;
}
.inventory_btn:hover{
	background-position:0px -40px;
}
.inventory_btn a span{
	color:#83c3ff;
	font-size:20px;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:40px;
	padding-left:10px;
	width:290px;
	text-align:left;
	text-decoration:none;
	height:40px;
}
.inventory_btn a:hover span{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

#Lower_Right{
	width:300px;
	float:right;
	position:relative;
}

#Featured_Preview{
	width:474px;
	height:169px;
	background-image:url(images/featured_bg.png);
	padding:0px 13px 13px 13px;
	float:left;
}
#Featured_Preview_Title{
	height:33px;
	line-height:33px;
	display:block;
	width:472px;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
	font-weight:normal;
}
#Featured_Preview img{
	border:1px solid #003366;
	padding:1px;
	background-color:#FFFFFF;
	width:180px;
	height:120px;
	margin:0px 12px 0px 0px;
	float:left;
}
#Featured_Preview p{
	margin:0px;
	padding:0px;
	font-size:11px;
	color:#666666;
	text-align:left;
	line-height:16px;
}
#Featured_Preview_Overlay{
	z-index:200;
	margin-top:120px;
	width:472px;
	text-align:right;
	position:absolute;
}
.featured_bg_text1{
	font-size:32px;
	line-height:34px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#83c3ff;
}
.featured_bg_text2{
	font-size:12px;
	color:#006699;
	line-height:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

table.contact{
	width:540px;
	padding:0px;
	margin:0px;
	border:1px solid #003366;
	float:left;
}
table.contact tr{
	background-color:#FFFFFF;
	color:#003366;
	font-size:12px;
}
table.contact tr.blue{
	background-color:#d5e4f3;
}
table.contact td{
	padding:2px 20px;
	text-align:left;
	vertical-align:middle;
	line-height:22px;
	height:22px;
}
table.contact .small_btn{
	float:right;
}
table.contact input,textarea{
	border:1px solid #003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	padding:2px;
	width:348px;
	float:right;
}

#Sent_Box{
	width:245px;
	float:right;
	padding:10px;
	height:300px;
	background-image:url(images/sent_bg.jpg);
	background-position:0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000033;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
	text-align:left;
	border:1px solid #006699;
}

.article{
	width:100%;
	border-bottom:1px solid #006699;
	margin-bottom:20px;
}
.article img{
	float:left;
	border:1px solid #000000;
	margin:2px 10px 2px 0px;
	background-color:#FFFFFF;
	padding:1px;
}

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

#Home_Valiant_Box{
	width:160px;
	font-size:11px;
	font-weight:bold;
	padding:10px;
	border:1px solid #93bbd2;
	background-color:#dbe7eb;
	display:block;
	float:left;
	margin-top:2px;
}
#Home_Valiant_Box:hover{
	border:1px solid #0077bb;
}

#Home_Outbound_Box{
	width:160px;
	font-size:11px;
	font-weight:bold;
	padding:10px;
	border:1px solid #93bbd2;
	background-color:#dbe7eb;
	display:block;
	float:right;
	margin-top:2px;
}
#Home_Outbound_Box:hover{
	border:1px solid #0077bb;
}