/*--------------------------------------------------------------

Common screen styles that are used in all static pages

--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
* {
	margin:0;
	padding:0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background:#fff;	
	color:#007dc5;
	font-family: verdana, arial, sans-serif, serif;
	font-size:95%;
	text-align:center;
  line-height: 1.5; /* Unitless for proper inheritance */
	}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). */
   
body          { font-size: 75%;}   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */

/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a {text-decoration:underline;outline:none; color: #007dc5;}
a:hover {text-decoration: none;}
a img {border:0;}
/*--------------------------------------------------------------
 Common element styles 
--------------------------------------------------------------*/
p           { padding: 0 0 1.5em 0; font-size: 100%; }
p.last      { margin-bottom:0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding:0; }
p img.top   { margin-top:0; } /* Use this if the image is at the top of the <p>. */
p.cols			{ width: 290px; float: left; }
p.pad-out		{ margin-bottom: 1em; }
.dark p, .light p { padding: 0; }

ul, ol      { margin: 0; }
ol          { list-style-type: decimal; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }
#main-content ul { list-style: none; }
#main-content li { padding: 0 0 9px 32px; line-height: 24px; }
#main-content li.listitem1 { background:url(/img/listitem1.gif) no-repeat; }
#main-content li.listitem2 { background:url(/img/listitem2.gif) no-repeat; }
#main-content li.listitem3 { background:url(/img/listitem3.gif) no-repeat; }
#main-content li.listitem4 { background:url(/img/listitem4.gif) no-repeat; }
#main-content li.listitem5 { background:url(/img/listitem5.gif) no-repeat; }
#main-content li span { font-weight: bold; display: block; }
ul.cols 		{ width: 360px; float: left; }
#main-content ul.cols li 		{ line-height: 140%; padding-bottom: 0; margin: 0 0 0 2em;}
ul.twocollist { float: left; }
ul.pad-out		{ margin-left: 27px; }

blockquote  { margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code        { font:0.9em Monaco, monospace; }

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #B2CCFF; 
  color: #B2CCFF;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 0.1em;
  margin: 0 0 1.4em 0;
  border: none; 
}
* html hr { margin: 0 0 1.2em 0; } /* IE6 fix */

acronym, dfn, abbr {
	text-decoration:none;
	padding-bottom:2px;
	cursor:help;
	}
caption {
	text-align:left;
	font-weight:normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { 
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif
	}
h1 { font-size: 3em; }
h1 span { display: none; }
h1#maxum-logo {
	height: 63px;
	width: 328px;
	background: url(/img/maxum-logo.gif) no-repeat;
	margin: 0 auto;
	}
h1#trophy-logo {
	height: 79px;
	width: 144px;
	background: url(/img/trophy-logo.gif) no-repeat;
	margin: 0 auto;
	}
h1#bayliner-logo {
	height: 44px;
	width: 209px;
	background: url(/img/bayliner-logo.gif) no-repeat;
	margin: 0 auto;
	}
h1#meridian-logo {
	height: 59px;
	width: 209px;
	background: url(/img/meridian-logo.gif) no-repeat;
	margin: 0 auto;
	}
h2#banner {
	height: 61px;
	margin: 0 auto 5px;
	background: url(/img/banner.gif) no-repeat;
}
h2#hottitle {
	display: block;
	padding: 20px 0 15px 30px;
}
h2#banner span {
	display:none;
	}
h2.pricing {
	float: left;
	}
h2.model-name { line-height: 117px;}
#main-content h2 { font-size: 180%; font-style:italic; font-weight: bold;}
#details h2 { padding-bottom: 5px; }
.dark h2, .light h2 { font-size: 180%; font-style:italic; font-weight: bold; margin-bottom: 4px; }
#myTabs h3 { font-style: italic; font-size: 180%; font-weight: bold; }
h3 { font-size: 1.5em; line-height:2; }
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; text-transform: uppercase; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }

/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#fixed-width-wrapper {
	position:relative;
	margin:0 auto 0 auto;
	width: 996px;
	text-align:left;
	background:transparent;
	line-height:1.5;
	}
#inner-wrap {
	width:914px;
	position:relative;
	margin:0 auto 0 auto;
	text-align:left;
	background:transparent;
	line-height:1.5;
	}
#header {
	position: relative;
	height: 146px;
	width: 914px;
	margin: 0 auto;
	}
#pad {
	padding: 25px 35px;
	}
#flash-wrap {
	background: url(/img/flash-span.gif) repeat-x 0 323px;
	padding-bottom: 60px;
	}
#flash-content, #flash-content p {
	text-align: center;
	}
#main-content {
	position:relative;
	width:914px;
	background: url(/img/main-span.gif) repeat-x top left;
	}
#main-content .padFix {
	padding: 0;
	}
#boat-feature {
	padding: 20px 35px 0;
	margin-bottom: 16px;
	}
#crumbs {
	margin-bottom: 5px;
	}
#foot-wrap {
	padding-top: 20px;
	}
#foot-wrap.subpage {
	background: url(/img/foot-span.gif) repeat-x;
	padding: 0;
	}
#footer.subpage {
	background: url(/img/bottom-wave.gif) no-repeat;
	width: 766px;
	margin: -300px auto 0;
	padding-top: 464px;
	}
/*--------------------------------------------------------------
 Header styles 
-------------------------------------------------------------*/
#header h1 {
	margin:0;
	position:absolute;
	top:18px; left:0;
	width:245px;	
	height:86px;
	background:transparent url(/img/berowra-waters-wholesale-logo.gif) no-repeat;
	}
#header h1.phone {
	margin:0;
	position:absolute;
	top:25px; left:674px;
	width:225px;	
	height:81px;
	background:transparent url(/img/phone.gif) no-repeat;
	}
#header h1 a {
	display:block;
	height:84px;
	}
#header h1.phone a {
	display:block;
	}
#header a span {
	display:none;
	}
/*--------------------------------------------------------------
 Footer specific styles 
--------------------------------------------------------------*/
#footer p {
		line-height: 1.5;
		color: #007dc5;
	}
#footer p a {
		color: #007dc5;
	}
/*--------------------------------------------------------------
 Top Nav styles 
--------------------------------------------------------------*/
ul#top-nav {
	width: 100%;
	position: absolute;
	top: 117px;
	margin: 0;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(/img/nav/nav-span.gif) no-repeat;
	}
#top-nav li {
	float: left;
	}
#top-nav li a span {
	display: none;
	}
#top-nav li a {
	display: block;
	height: 31px;
	width: 126px;
	}
	
#top-nav li#bayliner a {	
	background: url(/img/nav/bayliner.gif) no-repeat 0 0;
	}
#top-nav li#maxum a {
	background: url(/img/nav/maxum.gif) no-repeat 0 0;
	}
#top-nav li#meridian a {
	background: url(/img/nav/meridian.gif) no-repeat 0 0;
	}
#top-nav li#trophy a {
	background: url(/img/nav/trophy.gif) no-repeat 0 0;
	}
#top-nav li#hot-offers a {
	background: url(/img/nav/news.gif) no-repeat 0 0;
	}
#top-nav li#merchandise a {
	background: url(/img/nav/merchandise.gif) no-repeat 0 0;
	}
#top-nav li#contact a {
	width: 124px;
	background: url(/img/nav/contact.gif) no-repeat 0 0;
	}
#header #top-nav li a:hover {
	background-position: 0 -31px;
	}
#header #top-nav li a.current {
	background-position: 0 -62px;
	}
/*--------------------------------------------------------------
 Boat styles 
-------------------------------------------------------------*/
.image-row {
	margin-bottom: 2px;
	}
.width1 { width: 280px; margin: 0 auto; }
.width2 { width: 562px; margin: 0 auto; }
.width3 { width: 844px; margin: 0 auto; }
.feature-images {
	display: block;
	float: left;
	margin: 0 2px 0 0;
}
.feature-images .padFix {
	width: 280px;
	height: 201px;
	display: block;
	}
.feature-images.new {
	background: #d1edfa url(/img/new-bg.gif) no-repeat 10px 10px;
	text-decoration: none;
	} 
.feature-images.new:hover {
	background: #bde2f5 url(/img/new-bg.gif) no-repeat 10px 10px;
	} 
.feature-images.new img {
	margin: 45px 0 0 46px;
	border: 3px solid #007dc5;
	}
.feature-images.new .name {
	display: block;
	text-align: center;
	font-size: 170%;
	font-style: italic;
	text-transform: uppercase;
	font-weight: bold;
	} 
	
.feature-images.last {
	margin-right: 0;
	}
.feature-images.boats .padFix {
	background: url(/img/sport-boats.jpg) no-repeat;
	} 
.feature-images.cruisers .padFix {
	background: url(/img/sport-cruisers.jpg) no-repeat;
	} 
.feature-images.yachts .padFix {
	background: url(/img/sport-yachts.jpg) no-repeat;
	}
.feature-images.walkaround .padFix {
	background: url(/img/walkarounds.jpg) no-repeat;
	}
.feature-images.centreconsoles .padFix {
	background: url(/img/centreconsoles.jpg) no-repeat;
	}
.feature-images.bowriders .padFix {
	background: url(/img/bowriders.jpg) no-repeat;
	}
.feature-images.deckboats .padFix {
	background: url(/img/deckboats.jpg) no-repeat;
	}
.feature-images.bl-cruisers .padFix {
	background: url(/img/bl-cruisers.jpg) no-repeat;
	}
.feature-images.cuddys .padFix {
	background: url(/img/cuddys.jpg) no-repeat;
	}
.feature-images.sedans .padFix {
	background: url(/img/sedans.jpg) no-repeat;
	}
.feature-images.motoryachts .padFix {
	background: url(/img/motoryachts.jpg) no-repeat;
	}
.feature-images.pilothouse .padFix {
	background: url(/img/pilothouse.jpg) no-repeat;
	}
a.feature-images:hover .padFix, #boat-feature a.current .padFix {
	background-position: 0 -201px;
	cursor: pointer;
	}
.boating-images {
	margin: 15px 0 20px 0;
	}
#intro {
	width: 520px;
	margin: 0 auto 16px;
	}
.model-image {
	border: 3px solid #007dc5;
	float: left;
	margin: 0 21px 0 12px;
} 
.model-image img {
	display: block;
}
.dark {
	background: #d1edf9;
	margin-bottom: 6px;
	}
.light {
	background: #e9f6fc;
	margin-bottom: 6px;
	}
#main-content .dark .padFix, #main-content .light .padFix {
	padding: 12px 35px;
	}
.dark img, .light img {
	display: block;
	border: 3px solid #007dc5;
	float: right;
	}
/*--------------------------------------------------------------
 Listing page styles 
--------------------------------------------------------------*/
a.preview {
	display: block;
	text-decoration: none;
	}
a.preview:hover {
	background: #bde2f5;
	}
.preview span {
	display: block;
	}
#main-content .preview .title	{
	padding-left: 147px;
	font-size: 150%;
	font-weight: bold;
	}
#main-content .preview .text	{
	padding-left: 147px;
	}

#main-content .preview img {
	float: left;
	border: 0;
	margin-top: 5px;
	}
img#main-image {
	margin-right: 13px;
	}
#top-row {
	margin-bottom: 9px;
	}
/*--------------------------------------------------------------
 Details page styles 
--------------------------------------------------------------*/
#top-row img {
	float: left;
	}
#floor {
	margin-right: 44px;
	}
#details a {
	display: block;
	float: left;
	margin-right: 11px;
	}
#details img.thumbs {
	display: block;
	}
#details {
	margin-bottom: 20px;
	}
#buttons {
	float: left;
	}
#buttons a.model-buttons {
	display: block;
	float: none;
	margin: 0 0 14px 0;
	height: 27px;
	width: 136px;
	}
#buttons a.model-buttons span {
	display: none;
	}
.contact-dealer {
	background: url(/img/contact-button.gif) no-repeat;
	}
.promo {
	background: url(/img/promo-button.gif) no-repeat;
	}
.print {
	background: url(/img/print-button.gif) no-repeat;
	}
#buttons a.model-buttons:hover {
	background-position: 0 -27px;
	}
/*--------------------------------------------------------------
 Form styles 
--------------------------------------------------------------*/
.contact-pad {
	padding: 0 35px;
	}
form.std-form {
	width:490px;
	overflow:hidden;
	padding:6px 0 50px;
}
form.std-form fieldset {
	margin:0 0 13px 0;
	display:block;
	width:480px;
	overflow:hidden;
	border:0;
}
form.std-form legend {
	margin:0 0 12px 0;
	padding:8px 0;
	padding-bottom:0;
	color:#658180;
	font-weight:normal;
	font-size:100%;
	text-transform:capitalize;
}
form.std-form td {
	padding-bottom:6px;
}
form.std-form tr {
	vertical-align:top;
}
form.std-form label {
	display:block;
	color:#676767;
	font-size:100%;
	padding:0 0 6px 0;
}
form.std-form input, form.std-form textarea, form.std-form select {
	display:block;
	color:#658180;
	border-color:#bababa;
	background:#fff url(/img/input-back-white.gif) repeat-x bottom;
	padding:3px;
}
form.std-form select option {
	padding:0 18px 0 0;
}
form.std-form textarea {
	font-family:Arial, sans-serif, serif;
	font-size:110%;
}
.input_text, .input_password, textarea, select {
	border-collapse:collapse;
	background:#fff url(/img/input-back-white.gif) repeat-x bottom;
	border:1px solid #a3b3bb;
	padding:3px 0;
}
form.std-form td.large input, form.std-form td.large textarea {
	width:380px;
}
form.std-form td.large {
}
form.std-form td select {
	width:auto;
}
form.std-form td.sub {
	padding:8px 0 0 23px;
}
label {
	color:#000;
	font-size:70%;
}
form.std-form fieldset input.input_check, #members-login input.input_check {
	width:auto;
}
label:hover, label.ie_hover {
	color:#666;
}
form.std-form fieldset input.ie_hover, form.std-form fieldset textarea.ie_hover, form.std-form fieldset input:hover, form.std-form fieldset textarea:hover, input.input_text:hover, textarea.input_text:hover {
	border:1px solid #d0c73d;
	background:#FDFDE2;
}
/*.input_text:focus, .input_password:focus, textarea:focus,*/
form.std-form fieldset input.ie_focus, form.std-form fieldset textarea.ie_focus, form.std-form fieldset input:focus, form.std-form fieldset textarea:focus, input.input_text:focus, textarea.input_text:focus {
	border:1px solid #d0c73d;
	background:#FDFDE2;
}
form.std-form input.submit, form.std-form input.submit:hover, form.std-form fieldset input.submit {
	margin:0;
	padding:0;
	border:0;
	background:transparent;
}
#error {
	border:1px solid #d0c73d;
	background:#FDFDE2;
	font-size:70%;
	padding:10px;
}
#error p {
	font-size:100%;
	color:#9c9307;
	font-weight:bold;
	margin:0;
	line-height:1.8em;
}

#contactForm table, #contactForm td, #contactForm th{
	border: none;
	}

.hide {
	display:none;
	height:0;
	overflow:hidden;
	visibility:hidden;
}
/*--------------------------------------------------------------
 Form Validation styles 
--------------------------------------------------------------*/
form.std-form fieldset input.validation-failed, form.std-form fieldset textarea.validation-failed {
	border: 1px solid #f00;
}
form.std-form fieldset input.validation-passed, form.std-form fieldset textarea.validation-passed {
	border: 1px solid green;
}
.validation-advice {
	margin: 2px;
	padding: 2px;
	color:#fff;
	background-color:#f00;
}
.warning {
	border: 1px solid #c66;
}
.warning-advice {
	margin: 2px;
	padding: 2px;
	color:#fff;
	background-color:#bbb;
}
/*--------------------------------------------------------------
 styles 
-------------------------------------------------------------*/


/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.text-align-right {text-align:right;}
.text-align-left{text-align:left;}
.center {text-align:center;}
.float-right {margin:0 0 0 21px;}
.float-left {float:left;padding:0 14px 14px 0;}
div.float-fix {overflow:hidden;clear:both;height:0;}
span.float-fix {clear:both;}
.bold {font-weight:bold;}
.hide {display:none;}
/*--------------------------------------------------------------
 MooTabs
--------------------------------------------------------------*/
#myTabs {
	overflow: hidden;
	}
#myTabs li {
	padding: 0;
	}
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:left;
}

.mootabs_title li {
	float: left;
	margin-right: 3px;
}
.mootabs_title li span {
	float: left;
	background: url(/img/tab-normal.gif) repeat-x;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	height: 36px;
	width: 94px;
	line-height: 36px;
	text-align: center;
}

.mootabs_panel {
	position: relative;
	width: 844px;
	clear: both;
	color: #fff;
}
#myTabs .mootabs_panel .padFix {
	padding: 10px 30px;
	background-color: #007dc5;
}

.mootabs_panel.active {
	display: block;
	
}

.mootabs_title li.over span,
.mootabs_title li.active span {
	background: url(/img/tab-selected.gif) repeat-x;
}
#myTabs .twocollist {
	position: relative;
	margin: 0;
	padding: 0;
	width: 35%;
	float: left;
	}
#myTabs .twocollist.col2 {
	width: 65%;
	}
#myTabs .twocollist li {
	padding: 0 0 0 30px;
	margin: 0;
	position: relative;
	display: block;
	height: 22px;
	line-height: 22px;
	}
li.color1 {
	background: #0057aa;
	}
li.color2 {
	background: #0063b3;
	}
	
	
/*--------------------------------------------------------------
 accordian styles
--------------------------------------------------------------*/
#accordion {
	width: 844px;
	}
.toggler {
	margin: 0;
	background: #007dc5 url(/img/plus.gif) no-repeat 10px 50%;
	color: #fff;
	height: 33px;
	line-height: 33px;
	padding-left: 30px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.toggler.highlight {
	background-color: #1358b3;
}
.element p {
	margin: 0;
	padding: 4px;
}
 
#accordion .float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	padding:5px 0 5px 30px;
}
#accordion li {
	padding-left: 30px;
	}	
#accordion .acc-wrap {
	margin-bottom: 6px;
	}
#accordianTogglers {
	float:right;
	position: relative;
	margin:-20px 0 0 0;
	padding:0;
	}
/*--------------------------------------------------------------
 Hot Offers styles
--------------------------------------------------------------*/
.hotoffer img {
	border: 3px solid #007dc5;
	float: left;
	margin-right: 37px;
	position: relative;
	}
#main-content .hotoffer .padFix {
	padding: 21px 35px;
	}
.hotoffer #bayliner-logo {
	margin: 0 0 10px 367px;
	}
.hotoffer h2 span {
	font-size: 80%;
	text-decoration:line-through;
	}
.hotoffer.last {
	margin: 0;
	}
.hotoffer h2 {
	line-height: 90%;
	}
.hotoffer h3 {
	line-height: normal;
	}
.hotoffer p {
	padding-bottom: 1.5em;
	}
.hotbuttons {
	width: 136px;
	height: 27px;
	display: block;
	float: right;
	margin-top: 10px;
	}
.hotbuttons span {
	display: none;
	}
#main-content a.hotbuttons:hover {
	background-position: 0 -27px;
	}
.learn-more {
	background: url(/img/learn-button.gif) no-repeat;
	margin-left: 6px;
	}

/*--------------------------------------------------------------
 sIFR Replacements
--------------------------------------------------------------*/
.sIFR-active #content h1,
.sIFR-active #sub-content h1 {
	visibility:hidden;
	font-family:Verdana;
	line-height:1em;
	font-size:27px;
	}
.sIFR-active #content h2,
.sIFR-active #sub-content h2 {
	visibility:hidden;
	font-family:Verdana;
	line-height:1em;
	font-size:18px;
	}