/* VARNISH STRIPPING */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
* { margin:0; padding:0; }
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:100%; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/* GENERAL  ===================================================== */

body {
	background:url(../images/bg_wrapper.jpg) top left;
	font-family:"Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color:#000000; 
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
}


#wrapper {
	width:960px;
	margin:0 auto;
	padding:0;
	background:#ffffff;
}

/* HEADER ======================================================== */

#header {
	float:right;
	text-align:right;
	height:123px;
	width:960px;
	z-index:0;
	background:transparent url(../images/bg_header.jpg) top left no-repeat;

}
#header_contact {
	float:left;
	width:auto;
	margin-top:45px;
	margin-left:500px;
	font-size:17px;
	text-align:center;
	color:#333333;
	visibility:hidden;
}

.header_phone {
	font-size:26px;
}

.header_email {
	font-size:13px;
	color: black;
}

.header_email a:link {
	color:#333333;
}

.header_email a:hover {
	color:#FF6600;
}

#header img {
	 float:right;
	 width:auto;
}

#content {
	width:100%;
	height:auto;
}


.clear_both {
	clear: both;
}

h1 {
	color:#0089c5;
	font-size:130%;
	font-weight:normal;
	letter-spacing:.1em;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	color:#FF3300;
	font-size:110%;
	font-weight:normal;
	padding-bottom:0px;
	padding-top: 10px;
	font-family:Arial, Helvetica, sans-serif;

}

.dark_blue {
	color:#004899;
	font-size:120%;
}
.heavy {
	font-size:120%;
}


/* TABLES =========================================================== */


.info_table h2 {
	text-align: left;
	color:#FF3300;
}

table {
}

.info_table tbody {
	padding: 0;
	margin: 0;
}

td {
}

.info_table {
	margin: 0 0px 15px 0px;
	font-size: .9em;
	padding: 0px;
	border: 1px solid green;
}

.info_table td {
	padding: 5px;
	text-align: left;
 	border-top: 1px solid green;
	border-left: 1px solid green; 
	color:#333333;
	vertical-align: top;
}

.border_right {
	border-right: 1px solid green;
}

.info_table th {
	padding: 5px;
	text-align: left;
	color:#FF3333;
	vertical-align: top;
	font-weight:bold;
	font:Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.info_table p {
	color:#333333;
	margin: 0;
	padding: 0;
	width: 190px;
}

.info_table .boat_name {
	font-size: 1em;
	color:#FF3333;
	font-weight: 600;
}

.border_top {
	border-top: 1px solid;
}

#mini_nav {
	width:100%;
	height:auto;
	margin:25px 0 0 0;
}
.link_button {
	height:35px;
	width:185px;
	margin-bottom:12px;
	background:url(../images/bg_navigation.jpg) top left repeat-x;
}
.link_button a, #left .link_button a:visited {
	color:#ffffff;
	font-size:90%;
	line-height:35px;
	width:180px;
	padding:0 5px 0 5px;
	font-weight:bold;
}

.link_button a:hover, .link_button a:active {
	color:#0033CC;
}

/* WIDE ============================================================= */


#wide {
	width:880px;
	padding:0;
	margin:30px 0px 0 40px;
	text-align:left;
}

#wide p {
	font-size:90%;
	padding-top:10px;
	padding-bottom: 10px;
	text-align: left;
}
#wide h1 {
	color:#0089c5;
	font-size:120%;
	font-weight:normal;
	letter-spacing:.1em;
	font-family:Arial, Helvetica, sans-serif;
}

#wide .dark_blue {
	color:#004899;
	font-size:120%;
}
#wide .heavy {
	font-size:120%;
}

#wide .textbox {
	padding: 10px;
	margin:15px 0 ;
	text-align: left;
	border: 1px solid #fff;
	width: 400px;
}

#wide  .textbox_left {
	width: 150px;
	float: left;
	padding: 0px 10px 10px 15px;
	border: 0;
}
#wide .textbox_right {
	width: 250px;
	float: right;
	border: 0;
	border: 1px solid green;
}

.textbox {
	padding: 10px;
	margin:15px 0 ;
	text-align: left;
	border: 1px solid #fff;
	width: 400px;
}

.textbox_left {
	width: 150px;
	float: left;
	padding: 0px 10px 10px 15px;
	border: 0;
}

.textbox_right {
	width: 250px;
	float: right;
	border: 0;
	border: 1px solid green;
	margin: 10px;
	padding: 5px;
}

.textbox_right_newsletter {
	width: 175px;
	float: right;
	border: 0;
	border: 1px solid green;
	margin: 0px 10px 10px 10px;
	padding: 0px 5px 5px 5px;
}


/* LEFT COLUMN  =====================================================  */

#left {
	float:left;
	width:450px;
	padding:0;
	margin:30px 0 40px 40px;
	text-align:left;
}
#left p {
	font-size:90%;
	padding-top:20px;
}
#left h1 {
	color:#0089c5;
	font-size:120%;
	font-weight:normal;
	letter-spacing:.1em;
	font-family:Arial, Helvetica, sans-serif;
}

#left ul, .wide_col ul {
	font-size: 83%;
	list-style-type: disc;
	list-style: outside;
	padding-left: 12px;
	padding-top: 10px;
}

#left ul ul {
	font-size: 100%;
	padding-left: 30px;
}

#left .dark_blue {
	color:#004899;
	font-size:120%;
}
#left .heavy {
	font-size:120%;
}

#left .citation {
	font-size:65%;
	font-style:italic;
	margin-top: 0;
	padding-top: 5px;
	text-align: right;
}

/* LISTS */

.yachts_list {
	font-size: .9em;
	margin-left: 15px;
	list-style: square inside;	
}


/* RIGHT COLUMN  =====================================================  */

#right {
	float:right;
	width:400px;
	padding:0;
	margin:30px 40px 40px 0;
	text-align:center;
}
#right h2 {
	color:#FF3300;
	font-size:110%;
	font-weight:normal;
	padding-bottom:10px;
	padding-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
#right p {
	font-size:90%;
	margin-bottom:10px;
}
#right .left_col {
	float:left;
	width:195px;
	text-align:left;
	margin-top:10px;
}

#right .right_col {
	float:right;
	width:190px;
	text-align:left;
	margin-top:10px;
}
#right .citation {
	font-size:65%;
	font-style:italic;
	margin-top: 0;
	padding-top: 5px;
	text-align: right;
}

#right .wide_col {
	float:left;
	width:365px;
	text-align:left;
	margin-top:10px;
	padding-left:20px;
}


#wrapper #content #right #contact_form {
	font-size: 90%;
	text-align: left;
}

#wrapper #content #right #contact_form table td {
	padding: 5px;
}

#image_right {
	vertical-align: middle;
	text-align: center;
	height: 270px;
}

/* IFRAME CONTENT ==============================================  */


body#frame_content {
	background-color: white;
	background-image: none;
}

#iframe_content {
	width: 800px;
	background-color:#F4FFF9;
	text-align: center;
	font-size: 90%;
	border: 1px solid #D7F7CE
}

/*#iframe_content iframe {
	background-color:#EFF7F1;
}*/


p.back_button {
	float:right;
}


/* FOOTER   =====================================================  */

#footer {
	width:960px;
	height:20px;
	color:#c1c1c1;
	padding-top:16px;
	margin:0 auto;
	background:transparent url(../images/bg_footer.jpg) top center no-repeat;
}
#footer a, #footer a:visited {
	color:#c1c1c1;
}
#footer .foot_left {
	float:left;
	width:40%;
	padding:0 0 0 20px;
	text-align:left;
}
#footer .foot_right {
	float:right;
	width:40%;
	text-align:right;
	padding:0 20px 0 0;
}
#footer p {
	font-size:80%;
}

/* NAVIGATION ===================================================== */

#nav {
	position:relative;
	width:960px;
	height:35px;
	margin:0;
	padding:0;
	font-size:75%;
	background:url(../images/bg_navigation.jpg) top left repeat-x;
	z-index:1000;
	font-family:Arial, Helvetica, sans-serif;
}
#nav li {
	margin:0;
	margin-top:0px;
	padding:0;
	list-style-type:none;
	height:35px;
}
/* use the table to position the dropdown list */
#nav table {
	position:relative;
	border-collapse:collapse;
	z-index:80;
	left:0px;
	top:0px;
}
#nav li a, #nav li a:visited {
	line-height:35px;
	color:#058c09;
	text-transform:uppercase;
}
#nav li a:hover {
	/*color:#195da4;*/
	color: white;
}
#nav li a:active {
	color:#e72c47;
}
#nav #home {
	float:left;
	width:52px;
	height:35px;
	margin-left:32px;
	background:url(../images/nav_divider.gif) top right no-repeat
}
#nav #home a, #home a:visited {
	float:left;
	width:52px;
	height:35px;
}
#nav #home a:hover {

}
#nav #cruises {
	float:left;
	width:70px;
	height:35px;
	background:url(../images/nav_divider.gif) top right no-repeat
}
#nav #cruises a, #cruises a:visited {
	float:left;
	width:70px;
	height:35px;
}
#nav #cruises a:hover {
	width:70px;
	height:35px;
}

#nav #carolships {
	float:left;
	width:99px;
	height:35px;
	background:url(../images/nav_divider.gif) top right no-repeat
}
#nav #carolships a, #carolships a:visited {
	float:left;
	width:100px;
	height:35px;
}
#nav #weddings a:hover {

}

#nav #weddings {
	float:left;
	width:80px;
	height:35px;
	background:url(../images/nav_divider.gif) top right no-repeat
}
#nav #weddings a, #weddings a:visited {
	float:left;
	width:80px;
	height:35px;
}
#nav #weddings a:hover {

}

#nav #olympics {
	float:left;
	width:105px;
	height:35px;
	background:url(../images/nav_divider.gif) top right no-repeat
}
#nav #olympics a, #olympics a:visited {
	float:left;
	width:105px;
	height:35px;
}
#nav #olympics a:hover {

}

#nav #vancouver_yachts {
	float:left;
	width:140px;
	height:35px;
	background:url(../images/nav_divider.gif) top right no-repeat
}
#nav #vancouver_yachts a, #vancouver_yachts a:visited {
	float:left;
	width:140px;
	height:35px;
}
#nav #vancouver_yachts a:hover {

}
#nav #luxury_yachts_world {
	float:left;
	width:170px;
	height:35px;
	background:url(../images/nav_divider.gif) top right no-repeat
}
#nav #luxury_yachts_world a, #luxury_yachts_world a:visited {
	float:left;
	width:170px;
	height:35px;
}
#nav #luxury_yachts_world a:hover {

}
#nav #menus {
	float:left;
	width:84px;
	height:35px;
	background:url(../images/nav_divider.gif) top right no-repeat
}
#nav #menus a, #menus a:visited {
	float:left;
	width:84px;
	height:35px;
}
#nav #menus a:hover {

}
#nav #testimonials {
	float:left;
	width:104px;
	height:35px;
	background:url(../images/nav_divider.gif) top right no-repeat
}
#nav #testimonials a, #testimonials a:visited {
	float:left;
	width:104px;
	height:35px;
}
#nav #testimonials a:hover {

}
#nav #contact {
	float:left;
	width:72px;
	height:35px;
}
#nav #contact a, #contact a:visited {
	float:left;
	width:72px;
	height:35px;
}
#nav #contact a:hover {

}

/* DROP DOWN MENU STYLES */

#nav ul li ul {
	width:150px;
	height:auto;
	padding:0 0 10px 0px;
	font-size:90%;
}
#nav ul li ul li {
	float:left;
	width:150px;
	height:20px;
	margin:0;
	padding:0;
	text-align:left;
	background:url(../images/bg_dropdown.jpg) top left repeat;
	z-index:1000;
}
#nav ul li ul li a, #nav ul li ul li a:visited {
	background:transparent;
	font-size:100%;
	padding:0 0 10px 18px;
	width:100%;
	color:#006633;
	line-height:20px;
}
/* CONTROL WITH WIDTH OF THE CRUISES DROP-DOWN */
#nav #cruises ul li a, #nav #cruises ul li a:visited, #nav #cruises ul li a:hover {
	width:150px;
}
#nav ul li ul li a:hover {
	/*color:#195da4;*/
	color:white;
}
#nav ul li ul li a:active {
	color:#e72c47;
}
#nav .last {
	padding-bottom:10px;
}

/* make the sub level visible on hover list or link */
#nav ul li:hover ul,
#nav ul a:hover ul{
visibility:visible;
z-index:1000;
	background-image:none;
}

#nav ul li ul,
#nav ul li ul{
visibility:hidden;
}

/*------PRELOAD-----*/
#preload {
	display:none;
}

/* IMAGES */

.image_right, a .image_right {
	float: right;
	margin: 0 0 15px 20px;
	padding: 2px;
	border: 1px solid #FF3333;
/*	border: 5px solid #FFCC99; */
}

.image_left {
	margin:10px 10px 10px 0;
	float: left;
}