@charset "UTF-8";
/* CSS Document */

/* dealers choice marine */

/* html element styles */
body {
	background-image: url(../images/StyleElements/gradient.gif);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	font-family:sans-serif, "Trebuchet MS", Arial, Helvetica;
	color:#72726d;
	}
:focus {
	outline: 2px solid #fcff6d !important;
}
h2 {
	color:#41607f;
	}
	
h3 {
	color:#4e4e4e;
	}
	
h4 {
	color:#41607f;
	}
	
h6 {
	margin:5px 0;
	}
	

img {
	border:0;
	}

	
a:link {
	text-decoration:none;
	color:#41607f; 
	}

a:visited{
	text-decoration:none;
	color:#41607f; 

	}

a:hover{
	color:#546d86;
	}

.floatRight{
	float:right;
	margin:0 0 20px 20px;
	}
	
.floatLeft{
	float:left;
	margin:0 20px 20px 0;
	}
	
.textRight {
	text-align:right;
	}
	
.textLeft {
	text-align:left;
	}
	
.boatTitle {
	color:#41607f;
	text-align:right;
	}
	
.pricing{
	float:right;
	font-size:1.5em;
	font-weight:bold;
	margin-right:40px;
	}
	
.showBoatTabs {
	position:relative;
	/*top:-20px; */
	}

h3{
	margin:0px;
	padding:0;
	font-size:1.3em;
	}
	
label{
	font-size:0.8em;
	}
	
th {
	color:#41607f;
	font-weight:bold;
	text-align:left;
	}

legend{
	color:#41607f;
	font-weight:bold;
	}


/*============== End Html element styles ======== */

/*============== Start Global Classes ===========*/
.red{
	color:#df0000;
	}

.orange{
	color:#ff7200;
	}

.green{
	color:#00880b;
	}

.blue{
	color:#41607f;
	}

.grey{
	color:#999999;
	}
	
.darkGrey{
	color:#686868;
	}
	
.clear {
	clear:both;
	}

.left {
	float:left;
	}

.right{
	float:right;
	}
	
.tinyText {
	font-size:0.8em;
	}
	
.tinyLink {
	font-size:0.8em;
	color:blue;
	}
	
.phoneNumber{
	font-size:1.5em;
	}
.formStyle{
	
}

.hover {
	background: #dce5f4;
	}
	
.rowWhite {
	background:#ffffff;
	}
	
.rowGrey {
	background:#f7f7f7;
	}


.largeGradient {
	
	}

/*================ End Global classes ==========*/

/*================ Start Style Specific ========*/

/* main outer container of site */
#container {
	width:1068px;
	margin: auto auto;
	}

/* header container */
#header {
	width:1068px;
	/*height:206px;*/
	/*background-image:url(../images/StyleElements/hznavlogo90.jpg);
	background-repeat:no-repeat */
	}

#headerDetailContainer {
	height:119px;
	position:relative;
	/*left:290px;*/	
	/*width:763px;*/
	}

#locationsContainer{
	width:450px;
	height:100px;
	float:left;
	padding-top:7px;		
	}

#addressContainer{
	width:250px;
	height:100px;
	float:left;
	padding-left:10px;
	/*border-left:1px solid #666666;*/
	}

.addresses {	
	width:170px;
	float:left;
	list-style-type:none;
	padding:0px;
	font-weight:bold;
	margin:0;	
	}

.addresses li {
	cursor:pointer;
	margin-top:10px;
	position:relative;
	left:1px;
	font-size:.9em;
	/*width:230px;*/
	height:25px;
	padding: 5px;	
	}
	
.addresses li img {
	margin-left:20px;
	float:right;
	position:relative;
	top:-6px;
	}	
	
	
.locationLi {
	/*border:1px solid #3a3a3a;*/
	background:none;
	}

.locationLiActive {
	/*border-right:1px solid #DBDBDB;*/
	z-index:5;
	color:#41607f;
	}



#letterSignupContainer {
	float:left;
	margin-top:6px;
	}

.signUp{
	width:180px;
	border:1px solid #999;
	padding:0px 7px 6px 7px;;
	}
	



#awardsContainer {
	width:1052px;
	height:49px;
	text-align:right;
	background-image:url(../images/StyleElements/headerMenuBar.png);
	background-repeat:no-repeat

	}

#awardsContainer a:link {
	text-decoration:none;
	color:#ffffff;
	}

#awardsContainer a:visited{
	text-decoration:none;
	color:#ffffff;
	}

#awardsContainer a:hover{
	/* color:#7d7d7d; */
	color:#c6c5c5;
	}


#login {
	top:5px;
	padding-left:20px;
	padding-right:20px;
	position:relative;
	}

/* Horizontal Menu */
.menuItems {
	padding: 10px 40px;
	font-size:1.5em;
	color:#ffffff;
	}
	
.menuDividers {
	height:54px;
	position:relative;
	bottom:4px;	
	vertical-align:middle;
	}
	

/* Left Column of site Vertical Menu */
#leftCol {
	width:250px;
	float:left;
	margin-top:10px;
	position:relative;
	left:-14px;
	}

.vertMenuItems {
	font-size:1.5em;
	color:#ffffff;
	position:relative;
	top:12px;
	left:20px;
	}
	

.vertMenu{
	padding: 9px 0 0 14px;
	margin-bottom: 20px;	
	}
	
.vertMenuHeaders {
	background-image:url(../images/StyleElements/navbullet.png);
	background-repeat:no-repeat;
	position:relative;
	right:12px;
	height:47px;
	width:243px;	
	}

.vertMenu a:link {
	text-decoration:none;
	color:#ffffff;
	}

.vertMenu a:visited{
	text-decoration:none;
	color:#ffffff;
	}

.vertMenu a:hover{
	/* color:#7d7d7d; */
	color:#c6c5c5;
	}
		
.vertNav{
	list-style-type:none;
	padding:0 0 0 10px;
	color:#4e4e4e;		
	margin-left:0;
	}


.vertNav li {
	cursor:pointer;
	margin-top:10px;
	line-height:1.75;
	margin:10px 0 0 0;
	padding:0;
	}

/* div that holds vert menu links background color/image */
.leftNavContainer {
	width:200px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	padding-top:1px;
	font-weight:bold;
	/*background:#d2dfe9;	 */
	background: url(../images/StyleElements/vertNavBkg.jpg);
	background-repeat:repeat-y;
	}
	
.leftNavContainer a:link {
	text-decoration:none;
	color:#41607f;
	}

.leftNavContainer a:visited{
	text-decoration:none;
	color:#41607f;
	}

.leftNavContainer a:hover{
	/* color:#7d7d7d; */
	color:#546d86;
	}


/* Right Column of site aka Content Container */
#rightCol {
	/* border:1px solid #ff0000; */
	width:725px;
	float:left;
	margin-bottom:20px;
	margin-top:15px;
	}
	
#contentContainer {
	width:1000px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	position:relative;
	left:19px;
	overflow:visible;
	}

/* Footer Container  */
#footer {
	margin: auto auto;
	text-align:center;
	}

/* Images that appear in the header of the footer */
#footerLogos{
	padding:10px 0 10px 0;
	text-align:center;
	}

#footerLogos img {
	margin:15px;
	vertical-align:top;
	}

.footerMenu {
	padding: 10px 20px;
	font-size:1.5em;
	color:#4e4e4e;
	/*
	position:relative;
	bottom:15px;
	*/
	}	

/* Footer Menu Link/Hover/visited styles */
#footerMenu a:link {
	border: 1px solid #ffffff;
	}

#footerMenu a:visited {
	border: 1px solid #ffffff;
	}

#footerMenu a:hover {
	border: 1px solid #cccccc;
	}

.tinyFooter {
	color:#4e4e4e
	}

/* Container of main content */
#mainContent {
	width:700px;
	height:600px;
	border:1px solid #FF0;
	
	}
#contentMenu{
	width:700px;
	height:50px;
	border: 1px solid #6F3
}

/* form styles */
#needInfoForm {
	

}
.info{
}

.formStyle{

}
.formStyle input {
width: 200px
}

.tallNarrowForm {
	border:1px solid #cccccc;
	float:left;
	margin:29px 20px;
	padding:10px;
	}

.tallNarrowForm p {
	margin-bottom:5px;
	}
	
.wideShortForm {
	padding:20px;
	margin-top:20px;
	}
	
.wideShortForm img {
	border:3px solid #a0a0a0;
	}

.wideShortForm p {
	margin-bottom:5px;
	}
	
.floatLeftForm {
	width:174px;
	float:left;
	}

/* End Form Styles */

.boatPageMiniTabs {
	height:284px;
	overflow:auto;
	}
	
#specsTable {
	border-collapse:collapse;
	font-size:0.8em;
	border:1px solid #cccccc;
	margin-bottom:5px;
	}
	
#specsTable div {
	font-size:0.8em;
	line-height:1.4em;
	}
	
#specsTable td {
	padding:7px;
	/* border:1px solid #cccccc; */
	}
	
#specsTable .specValue {
	text-align:left;
	width:390px;
	}
	
.specLeft {
	width:180px;
	text-align:right;
	font-weight:bold;
	border-right:1px solid #cccccc;
	}
	
.specLeft td {
	border-right:1px solid #cccccc;
	}

#description p {
	margin:10px 30px;
	text-align: left;
	line-height:1.4em;
	}
		
.standardsOptions {
	width:280px;
	height:210px;
	float:left;
	overflow:auto;
	font-size:0.8em;
	line-height:1.5em;
	border:1px solid #cccccc;
	padding:10px;
	}
	
.standardsOptions li {
	margin-left:8px;
	margin-top:8px;
	list-style:none;
	}
	
.standardsOptions ul {
	margin-bottom:20px;
	}
	
.standardsOptions h4 {
	font-size:1.2em;
	}
	
.textBox {
	border:1px solid #cccccc;
	padding:15px;
	line-height:1.5em;
	height:216px;
	overflow:auto;
	font-size:.9em;
	}

/* This is for the wide inventory list */
.listBox {
	border:1px solid #cccccc;
	margin:20px;
	padding:20px;
	background:#f8f8f8;
	}
	
.listBox img {
	border:3px solid #999999;
	float:left;
	width:180px;
	}
	
.listBox table {
	border:1px solid #cccccc;
	width:210px;
	border-collapse:collapse;
	margin-left:15px;
	float:left;
	font-size:.8em;
	}
	
.listBox td {
	padding:5px;
	}

.listBox h2 {
	margin-bottom:5px;
	}
		
.listBox h3 {
	font-size:1.5em;
	color:#00CC00;
	float:right;
	position:relative;
	top:10px;
	right:15px; 
	}
	


.productListEdit {
	text-align:right;
	}

/* This is for the 9 grid inventory list */	

.list9Grid {
	width:375px;
	float:left;
	}

.list9Grid img{
	border:1px solid #666666;
	width:100px;
	margin:7px;
	vertical-align:top;
	}


/* This is for the narrow inventory list */	
.smallInventoryBox {
	overflow:auto;
	max-height:300px;
	width:230px;
	border:3px double #999999;
	padding:7px;
	}

.listBoxSmall {
	border:1px solid #999999;
	margin:10px;
	padding:7px;
	float:left;
	background:#f8f8f8;
	}
	
.listBoxBackground {
	background:#f8f8f8;
	}

.listBoxSmall img{
	/*border:1px solid #cccccc;*/
	}
	
.listBoxSmall h5{
	font-family:"Comic Sans MS";
	}

.listLeft {
	text-align:right;
	font-weight:bold;
	border-right:1px solid #cccccc;
	width:110px;
	}
	
.page_content {
	margin:20px 40px;
	padding:20px;
	}

.page_content p {
	margin:20px 0;
	text-align:left;
	line-height:1.4;
	}

.page_content ul {
	margin:20px 40px;
	}
	
.page_content li {
	padding:5px;
	}
	
.page_content a:link {
	text-decoration:underline;
	color:#41607f; 
	}

.page_content a:visited{
	text-decoration:underline;
	color:#41607f; 
	}

.page_content a:hover{
	color:#546d86;
	text-decoration:underline;
	}

.page_content table {
	border-collapse:collapse;
	border:1px solid #cccccc;
	}
	
.page_content td {
	padding:7px 10px;
	}
	
.page_content .leftCell {
	text-align:right;
	font-weight:bold;
	border-right:1px solid #cccccc;
	}
			
.page_content .rightCell {
	text-align:left;
	}
			
.article {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
		
.note_red {
	border:1px dashed #AAAAAA;
	padding:20px;
	margin:0 0 20px 0;
	background-color:#FFDDDD;
	}
		
.note_blue {
	border:1px dashed #AAAAAA;
	padding:20px;
	margin:0 0 20px 0;
	background-color:#edf5ff;
	}
	
.note_quote {
	border:1px dashed #AAAAAA;
	padding:20px 20px 20px 130px;
	margin:0 0 20px 0;
	background-color:#fffee9;
	background-image: url(../images/StyleElements/quote.png);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}
	
.note_quote_small {
	border:1px dashed #AAAAAA;
	padding:10px 10px 10px 10px;
	margin:0 0 20px 0;
	background-color:#fffee9;
	background-image: url(../images/StyleElements/quoteSmall.png);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:.8em;
	background-position:right bottom;
	}
	
.tabIcon {
	vertical-align:top;
	margin-right:5px;
	}

.adminWidget {
	font-size:.8em; 
	width:200px; 
	max-height:100px; 
	overflow:auto;
	}

.adminWidget table{
	border-collapse:collapse;
	margin:4px;
	margin-left:14px
	}	
	
.adminWidget td{
	padding:5px;
	border:0;
	margin-left:20px;
	border-left:1px solid #999999;
	}	
	
/* the .shadow class is a div wrapped around the element that needs a drop shadow */	
.shadow {
  float:left;
  background: url(../images/StyleElements/shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.shadow .shadowThis {
  display: block;
  position: relative;
 /*background-color: #fff;*/
  margin: -5px 5px 5px -5px;
  }
  
 .post-month {
	color:#ffffff;
	display:block;
	font-size:11px;
	line-height:11px;
	padding-top:2px;
	text-align:center;
	text-transform:uppercase;
	}
	
.post-day {
	color:#999999;
	display:block;
	font-size:18px;
	line-height:18px;
	padding-top:7px;
	text-align:center;
	text-transform:uppercase;
	}

	
/* end local boating */

/* blog */
#blog_list
{
	width:680px;
	margin:10px;
}
#blog_list .blog_box
{
	position:relative;
	width:650px;
	height:240px;
	margin:14px;
	border:1px solid #999;
}

#blog_list .blog_box .img_container
{
	position:absolute;
	width:200px;
	height:140px;
	left:20px;
	top:20px;
	text-align:center;
}
#blog_list .blog_box .img_container img
{
	max-width:200px;
	max-height:140px;
}
#blog_list .blog_box .txt_container
{
	position:absolute;
	width:400px;
	height:90px;
	left:240px;
	top:70px;
	overflow:hidden;
}
#blog_list .blog_box .txt_container h1
{
}
#blog_list .blog_box .txt_container p
{
	font-style:italic;
	font-size:12px;
	font-weight:normal;
	line-height:1.6em;
}
#blog_list .blog_box .box_controls
{
	position:absolute;
	width:610px;
	top:180px;
	left:20px;
	text-align:right;
	font-size:1.2em;
}
#blog_list .calender
{
	position:absolute;
	width:44px;
	height:49px;
	margin:3px 1px;
}
#blog_list .calender .post-month
{
	position:absolute;
	top:-2px;
	left:0px;
	width:44px;
	text-align:center;
	text-transform:capitalize;
	text-transform:uppercase;
}
#blog_list .calender .post-day
{
	position:absolute;
	top:20px;
	left:0px;
	width:44px;
	text-align:center;
}
/* end blog */


/* Slide Container */

#slide_product_info_view
{
    width:700px;
    float:left;
    padding:0px;
}
#slide_product_info_view #nav_bar
{
    width:700px;
    overflow:hidden;
    margin-bottom:10px;
}
#slide_product_info_view #nav_bar .nav_bar_button
{
    width:155px;
    height:23px;
    margin:10px;
    padding-top:7px;
    float:left;
    text-align:center;
    font-size:16px;
    line-height:1em;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    cursor:pointer;
}
#slide_product_info_view #nav_bar .nav_bar_button a
{
    display:block;
}
#slide_product_info_view #slide_view
{
    width:700px;
    min-height:650px;
    overflow-y:visible;
    overflow-x:hidden;
    position:relative;
}
#slide_product_info_view #slider
{
    width:2800px;
    /*min-height:650px;*/
    position:absolute;
    overflow:auto;
}
#slide_product_info_view .slide_box
{
    width:700px;
    /*min-height:650px;*/
    overflow:auto;
    float:left;
}
#slide_product_info_view #slideshow_container
{
    width:100%;
    position:relative;
}
#slide_product_info_view #main_image_cont
{
    width:100%;
    height:420px;
    overflow:hidden;
    text-align:center;
}
#slide_product_info_view .galleria_wrapper
{
    width:100%;
    height:390px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
#slide_product_info_view #main_image a
{
    max-height:100%;
    max-width:100%;
}
#slide_product_info_view #main_image img
{
    max-height:390px;
    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666
}
#slide_product_info_view #thumb_container
{
    width:100%;
    margin-top:10px;
}

#slide_product_info_view .full_screen_link
{
    width:640px;
    margin:0px 20px;
    height:30px;
    text-align:right;
}


/* Galleria Styles */

/*.galleria{list-style:none;width:100%;}
.galleria li{display:block;width:60px;height:60px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
.galleria li.active{border:3px double #CCCCCC;}
* html .galleria li div span{width:400px}*/ /* MSIE bug */

.dropShadowSmall{
    -moz-box-shadow: 1px 1px 5px #666;
    -webkit-box-shadow: 1px 1px 5px #666;
    box-shadow: 1px 1px 5px #666;
	border:3px solid white;
}

.galleria{list-style:none;width:95%;margin-left:19px;}
.galleria li
{
    display:block;
    width:67px;
    height:46px;
    float:left;
    margin:5px;
    border:3px double #FFF;
    overflow:hidden;
    -moz-box-shadow: 1px 1px 2px #666;
    -webkit-box-shadow: 1px 1px 2px #666;
    box-shadow: 1px 1px 2px #666;
}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{}
.galleria li img.thumb
{
    cursor:pointer;
    top:auto;
    left:auto;
    display:block;
    width:auto;
    height:auto;
}
.galleria li .caption{display:block;padding-top:.5em}
.galleria li.active{border:3px double #CCCCCC;}

* html .galleria li div span{width:640px} /* MSIE bug */
/*end galleria styles */

#boatingsite_list
{
    width:700px;
    overflow:auto;
}
#boatingsite_list .site
{
    width:658px;
    margin:10px 0px;
    padding:20px;
    border:1px solid #999;
    overflow:hidden;
}
#boatingsite_list
{
}

#boatingsite_list .site h1
{
}
#boatingsite_list .site p
{
    font-style:italic;
    font-size:12px;
    font-weight:normal;
    line-height:1.6em;
}
#boatingsite_list .site .box_controls
{
    width:610px;
    top:180px;
    left:20px;
    text-align:right;
    font-size:1.2em;
}


/* Boat List */

.list_heading
{
	height:100px;
	margin-bottom:10px;
}
.list_heading .txt_container
{
	width:60%;
	float:left;
	padding:20px;
}
.list_heading .img_container
{
	width:30%;
	float:left;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.list_heading .img_container img
{
	max-height:125px;
	max-width:350px;
}
.list_boat_block
{
	width:205px;
	height:222px;
	float:left;
	padding:10px;
	margin:4px 4px 5px 4px;
}
.list_boat_block .img_container
{
	width:205px;
	height:130px;
	overflow:hidden;
}

/* End Boat List */

.spec_title{
	text-align:right;
	font-weight:bold;
	padding:8px 0;
}

#standards_options li{
	padding:4px 0 4px 10px;
	font-size:.8em;
	line-height:1.1em;
}
#standards_options h4{
	margin-top:10px;
}
#standards_options h3{
	margin-bottom:10px;
}

.container_12{
	width:1050px;
}

/* Force Size on Homepage Banner Content Slider */

#banner_content img
{
    width:644px !important;
    height:429px !important;
}

/* END Force Slider Style */