
body
{
	width: 100%;
	height: 100%;
	background-color: #b3d0ff;
	background-color: #151515;
	margin: 0px;
	padding: 0px;
	/*
	background-image: url("/images/background.jpg"); 
	*/
	background-attachment: fixed;
	font-family: helvetica, arial;
	font-size: 11pt;
	margin-top: 20px;
	margin-bottom: 20px;
}

.big_text
{
	font-size: 13pt;
	padding: 5px;
	background-color: #e9e9e9;
	
}

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

a
{
	color: #004995;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

.clear_both
{
	clear: both;
}

#container
{
	position: relative;
	margin: 0px auto;
	width: 920px;
	border: 0px solid #000000;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header
{
	clear: both;
	width: 920px;
	height: 120px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.horizontal_product_selector
{
	width: 920px;
	height: 120px;
	margin-bottom: 10px;
	background-color: black;
}

.title
{
	width: 920px;
	margin-bottom: 10px;
	min-height: 40px;
	text-align: center;
}

#footer
{
	clear: both;
	width: 920px;
	height: 63px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sub_footer
{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
}

.two_column
{
	
}

.two_column .one
{
	float: left;
	width: 720px;
}

.two_column .two
{
	float: right;
	width: 180px;
}

#top_navigation
{
	width: 100%; 
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url("/images/top_navigation/background.png");
}

#top_navigation ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#top_navigation a:hover
{
	text-decoration: none;
}

#top_navigation .left_option
{
	padding: 5px;
	background-color: #004995;
	float: left;
	border-right: 2px solid #ffffff;
	color: #ffffff;
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
	background-color: #003167;
	background-image: url("/images/top_navigation/option_background.png");
	
}

#top_navigation .left_option a
{
	color: white;
}

#top_navigation .left_option:hover
{
	background-color: #f14300;
	cursor: pointer;
	text-decoration: none;
	background-image: url("/images/top_navigation/option_background_h.png");
}

#top_navigation .right_option
{
	padding: 5px;
	text-decoration: none;
	background-color: #004995;
	float: right;
	border-left: 2px solid #ffffff;
	color: #ffffff;
	font-size: 15px;
	cursor: pointer;
	background-color: #003167;
	background-image: url("/images/top_navigation/option_background.png");
}

#top_navigation .right_option a
{
	color: white;
}

#top_navigation .right_option:hover
{
	text-decoration: none;
	background-color: #f14300;
	cursor: pointer;
	background-image: url("/images/top_navigation/option_background_h.png");
}


.three_column
{
	
}

.three_column .one
{
	float: left;
	width: 350px;
}

.three_column .two
{
	float: left;
	margin-left: 20px;
	width: 350px;
}

.three_column .three
{
	float: right;
	width: 180px;
}

.logo_holder
{
	padding: 10px;
	background-color: #000000;
	text-align: center;
}

#modal_background
{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: #000010;
	opacity: 0.85;
	z-index: 1000;
}


div.contact input
{
	width: 150px;
}

div.contact textarea
{
	width: 350px;
	height: 180px;
}

div.contact
{
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -370px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ffffff;
	border: 1px solid black;
	color: #000000;
	width: 700px;
	z-index: 2000;

}

div.contact_panel
{
	padding: 4px;
	border: 0px solid silver;
	background-color: white;
	text-align: center;
}

div.contact_panel a
{
	border: 0px;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

div.caption
{
	float: left;
	width:120px;
	font-weight: bold;
	text-align:left;
	padding-top: 10px;
}
div.value
{
	padding-top: 10px;
	margin-left: 120px;
	left: 0px;
	right: 0px;
}

.boat_pics
{
	width: 920px;
	height: 120px;
	margin-bottom: 10px;
}

h3
{
	text-align: center;
	background-color: #004995;
	padding: 5px;
	color: white;
	font-size: 14pt;
	font-weight: normal;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 2px;
}

.specifications
{
	padding: 10px;
	background-color: #e9e9e9;
}

.gallery_thumb
{
	border: 2px solid white;
	opacity: 0.75;
}

.gallery_thumb:hover
{
	border: 2px solid #ff4500;
	opacity: 1;
}

.pro_bullet_points
{
	
}

.pro_bullet_points li
{
	list-style-image: url(/images/pro_bullet_point.png);	
	margin-bottom: 4px;
}

.tt_bullet_points
{
	
}

.tt_bullet_points li
{
	list-style-image: url(/images/tt_bullet_point.png);	
	margin-bottom: 4px;
}

.cc_bullet_points
{
	
}

.cc_bullet_points li
{
	list-style-image: url(/images/cc_bullet_point.png);	
	margin-bottom: 4px;
}



.home_blue_box
{
	background-color: #004995;
	padding:20px;
	color:#ffffff;
	font-weight:bold;	
}

.home_blue_box a
{
	color: yellow;
}