/* ----------------------------------------------------------
  |                                                          |
  |	 This is the Default Style Sheet for Key West Boats Inc  |
  |                   Copyright H.O. 2008                    |
  |                                                          |
  |----------------------------------------------------------|
  |  Normal Blue:  	#5883ab                                  |
  |  Grey:  		#444444                                  |
   --------------------------------------------------------- */
   
	
/* -------------------- Custom Classes -------------------- */

input.input-submit {
	background-color: #555555;
	color: #EEEEEE;	
	padding: 0px 3px 1px 3px;
	border: 0px;
	height: 18px;
	font-size: 12px;
	vertical-align: middle;
	}
	
/* ---------------------- All Pages ---------------------- */		

div.header-background {
	width: 1000px;
	height: 475px;
	background-image: url(/images/header_bkgrnd.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto;
	}
	
img.logo {
	float: left;
	margin: 30px 0px 0px 78px;
	}
	
div.dealer-locator {
	float: right;
	width: 400px;
	padding: 54px 80px 0px 0px;
	text-align: right;
	font-family: Times, serif;
	}

span.dealer-locator-text {
	float: right;
	margin-right: 10px;
	font-size: 12px;
	line-height: 18px;
	/*text-align: bottom;*/ /* Incorrect */
	vertical-align: bottom;
	}
	
form.dealer-locator {
	float: right;
	margin: 0px;
	padding: 0px;
	}
	
input#dealer-locator-zip {
	width: 45px;
	height: 16px;
	margin-right: 2px;
	vertical-align: bottom;
	}
	
div.banner {
	clear: both;
	width: 822px;
	height: 308px;
	margin: 0 auto;	
	padding-top: 14px;
	padding-right: 2px;
	text-align: center;
	}

div.menu {
	height: 35px;
	margin: 0 auto;
	padding-top: 25px;
	font-family: Times, serif;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	clear: both;
	}

div.menu a {
	}

div.menu a#active {
	color: #5883ab;
	background-image: url(/images/menu_marker.png);
	background-repeat: no-repeat;
	background-x-position: left;
	background-y-position: top;
	padding-left: 20px;
	padding-top: 12px;
	}

div.main {
	width: 843px;
	margin: 0 auto;
	}

div.footer {
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 97px;
	background-image: url(/images/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 150px;
	}
	
div.footer-text {
	padding-top: 75px;
	color: #FFFFFF;
	}
	
div.footer-text a, div.footer-text a:hover {
	color: #FFFFFF;
	}	

/* ---------------------- No Flash Pages ---------------------- */		
	
div.map-bkgrnd {
	width: 1000px;
	height: 100%;
	background-image: url(/images/map_bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: top middle;
	margin: 0 auto;
	}

div.no-flash-header {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	}


div.menu-noflash {
	height: 35px;
	margin: 0 auto;
	padding-top: 75px;
	font-family: Times, serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	}

div.menu-noflash a {
	}
	
div.menu-noflash a#active {
	color: #5883ab;
	}
  
div.main-noflash {
	width: 843px;
	margin: 0 auto;
	}
	
/* ---------------------- Boats ---------------------- */		

div.boats-left {
	float: left;
	width: 300px;
	height: 150px;
	margin: 10px 0px 0px 10px;
	padding-top: 100px;
	background-image: url(/images/pages/boats/compass.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	}
	
div.boats-right {
	float: left;
	width: 460px;
	text-align: justify;
	margin: 50px 0px 0px 0px;
	padding-left: 20px;
	border-left: 1px solid #999999;
	}
	
td.model-info {
	vertical-align:	top;
	padding-top: 13px;
	}	
	
div.fader-boats {
	float: left;
	height: 166px;
	width: 250px;
	margin: 0px 20px 0px 27px;
	padding-bottom: 5px;
	}
	
img.fader-image {
	padding: 3px;
	border: 1px solid #666666;
	}
	
div.model-number {
	font-family: "Times New Roman", Times, serif;	
	font-size: 30px;
	margin-top: 20px;
	}
	
div#horizontal_carousel {
	clear: both;
	}
	
/* -------- TABS ---------- */

div.tab-box {
	height:	25px;
	width: 100%;
	text-align: center;
	}

div.panel-box {
	width: 100%;
	border:	solid 1px #666666;
	position: relative;
	background-color: #EFEFEF;
	}

div.panel-box fieldset {
	border:	none;
	}
	
.tab-panel {
	display: none;
	border-width: 0px;
	background-color: #EFEFEF;
	}

div.panel-box div {
	border:	none;
	}

td.boats-rtside {
	vertical-align:	top;
	border:	none;
	padding: 0px;
	}
	
table.standard-features {
	width: 100%;
	padding: 12px 8px 10px 0px;	
	}

table.standard-features td {
	width: 50%;
	vertical-align: top;
	}
	
table.additional-features {
	width: 100%;
	padding: 12px 8px 10px 0px;	
	}

table.additional-features td {
	width: 50%;
	vertical-align: top;
	}	
	
a.tab, a.tab-active {
	display: block;
	float: left;
	margin: 4px 0px 0px 4px;
	padding: 2px 6px 0px 6px;
	height:	18px;
	border:	solid 1px #AAAAAA;
	border-bottom-width: 0;
	background-color: #6B7E8E;
	color: #EFEFEF;
	font-weight: bold;
	}
	
a.tab-active {
	background-color: #FFFFFF;
	color: #444444;
	border:	solid 1px #666666;
	border-bottom: solid 1px #FFFFFF;
	margin-bottom: -1px;
	}
	
a.tab:hover {
	background-color: #8094a6;
	color: #EFEFEF;
	text-decoration: none;
	border-bottom: none;
	}
	
a.tab-active:hover {
	border-bottom: solid 1px #FFFFFF;
	text-decoration: none;
	}

	
	
/* ----------------------- My KW ----------------------- */	

div.mykw-banner-left {
	float: left; 
	width: 300px;
	height: 255px;
	text-align: left;
	margin: 35px 10px 10px 0px;
	padding-left: 45px;
	}
	
div.mykw-banner-model {
	color: #5883ab;
	font-family: "Times New Roman", Times, serif;	
	font-size: 24px;
	margin-bottom: 10px;	
	}
	
div.mykw-banner-content {
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
	}
	
div.mykw-banner-owner {
	text-align: left;
	color: #777777;
	font-size: 12px;
	margin-top: 8px;
	}
	
div.mykw-banner-right {
	float: right; 
	width: 419px; /*390px for smaller size */
	height: 300px; /* 280px for smaller size */
	margin: 1px 11px 0px 0px;
	//margin: -1px 0px 0px 0px;
	}
	
img.mykw-banner-image {
	height: 307px;
	border-left: 1px solid #CCCCCC;
	}

a.mykw-item {
	display: block;
	border: 1px solid #e9e7e2;
	padding: 5px;
	}

a.mykw-item:hover {
	display: block;
	border: 1px solid #cfc6b0;
	background-color: #EFEFEF;
	color: #444444;
	text-decoration: none;
	}

img.mykw-image {
	padding: 2px;
	border: 1px solid #BBBBBB;
	}

div.mykw-boat-model {
	color: #5883ab;
	font-family: "Times New Roman", Times, serif;	
	font-size: 15px;
	margin-bottom: 5px;	
	text-align: left;
	}
	
div.mykw-content {
	text-align: justify;
	}
	
div.mykw-owner {
	text-align: left;
	color: #777777;
	font-size: 11px;
	margin-top: 4px;
	}
	
/* ------------------- Manufacturing -------------------- */	

div.mfg-banner-left {
	float: left; 
	width: 305px;
	height: 270px;
	text-align: left;
	margin: 20px 10px 10px 0px;
	padding-left: 40px;
	}

div.mfg-banner-right {
	float: right;
	text-align: right;
	width: 429px; /*390px for smaller size */
	height: 300px; /* 280px for smaller size */
	margin: 0px 0px 0px 0px;
	}

img.mfg-banner-image {
	height: 307px;
	margin: 1px 11px 0px 0px;
	border-left: 1px solid #CCCCCC;
	//margin: -1px 0px 0px 0px;
	}
	
img.mfg-image {
	padding: 2px;
	border: 1px solid #BBBBBB;
	}


/* ------------------------ FAQs ----------------------- */	

table.faqs {
	width: 100%;
	margin-top: 20px;
	text-align: justify;
	}

table.faqs td {
	width: 50%;
	padding: 0px 20px;
	vertical-align: top;
	}
	
span.faq-title {
	font-weight: bold;
	color: #5883ab;
	font-family: "Times New Roman", Times, serif;	
	font-size: 14px;
	}
	
div.glossary-letters a {
	margin-right: 2px;
	font-weight: bold;
	}

div.glossary-letters a#active {
	color: #5883ab;
	}

div.term {
	margin: 10px 0px;
	}
	
div.term-name {
	font-weight: bold;
	color: #5883ab;
	font-family: "Times New Roman", Times, serif;	
	font-size: 14px;
	padding-bottom: 2px;
	}
	
div.faq-paginator {
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 5px 0px;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	margin-bottom: 10px;
	}
	
div.faq-paginator a {
	color: #5883ab;
	font-weight: normal;
	}

/* ------------------- Dealer Locator ------------------ */	

div#map {
	width: 820px; 
	height: 306px;
	margin: 2px 0px 0px 1px;
	//margin: 0px 0px 0px 1px;
	}
	
a.boat-dealer {
	display: block;
	padding: 8px;
	}

a.boat-dealer:hover {
	padding: 7px;
	background-color: #FFFFFF;
	border: 1px solid #ddd7c6;
	text-decoration: none;
	color: #444444;
	}

/* -------------------- Contact Page --------------------*/

div.contact-left {
  float: left;
  width: 400px;
  margin-top: 20px;
  }
  
div.contact-right {
  float: right;
  width: 350px;
  margin-top: 20px;
  }
  
table.contact-form {
 	text-align: left;
 	}
 	
table.contact-form th {
 	width: 100px;
 	font-weight: normal;
 	text-align: right;
 	padding-right: 10px;
 	}

table.contact-form td {
	text-align: left;
	vertical-align: top;
	}
	
table.contact-confirm th {
	width: 100px;
	text-align: right;
	}

table.contact-confirm td {
	text-align: left;
	padding-left: 10px;
	}

/* --------------------------------------- CUSTOM SHIT ---------------------------------------- */

.light {
	font-size: 10px;
	color: #666666;
	}

/* --------------- Dev Styles ------------------

table, td, tr {
	border: 1px solid red;
	}
	
div {
	border: 1px solid blue;
	}
	
/* --------------------------------------------- */
