html, body, * {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, verdana, sans-serif;
	text-align: center;
	background-color: #005aab;
	color: #555;
}

p { margin-bottom: 15px; }
a, a:hover, a:focus { outline: none; color: #023563; text-decoration: none; font-weight: bold; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { zoom:1; }
.required { color: #f00; }
.small { font-size: 0.8em; }
.left { float: left; margin: 0px 5px 5px 0px; }
.right { float: right; margin: 0px 0px 5px 5px; }
.clear { clear: both; }

#container {
	text-align: left;
	margin: 25px auto;
	width: 978px;
}

#header {
	background: #fff url(../_m/topleft.jpg) top left no-repeat;
	position: relative; 
	height: 94px;
	text-align: right;
	padding-right: 5px;
}

	#header #logo {
		float: right;
		background: url(../_m/logo.gif) no-repeat;
		width: 183px;
		height: 42px;
		margin: 3px 0px 7px 0px;
	}
	
	#header h1 {
		margin-top: -20px;/*IE6 fix - IE6*/
		padding: 4px 0;
		clear: right;
		text-transform: uppercase;
		font-size: 0.9em;
		font-weight: bold;
	}
	html>body #header h1 { margin-top: 0; } /*IE6 fix - other browsers*/
	
	#header h2 { font-size: 0.70em; }

	
#wrapper {}

h1 {
	font-size: 1.1em;
	padding: 8px 15px;
	color: #000;
}
h1.title {	
	color: #fff;
	text-transform: uppercase;
	background: #023563 url(../_m/titlebg.gif) repeat-x;
}

h1.gradhdr {
	color: #fff;
	background: url(../_m/gradhdrbg.gif) repeat-y;
	padding: 5px 15px;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 {
	font-size: 1.1em;	
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
h2.allcaps { text-transform: uppercase; }

h3 {
	font-size: 0.95em;	
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

#content {
	background-color: #fff; 
	padding-bottom: 10px;
}

	#copy { margin: 10px 10px 0px 10px; min-height: 200px; margin-bottom: 10px; }
	
	ul.genlist { margin-bottom: 15px; }
	ul.genlist li { margin-left: 25px; list-style-type: square; }
	
.home-images { padding: 12px 6px; }

#dealer-contact-info { width: 625px; }
#dealer-contact-info span { display: inline; }
#dealer-contact-info .phone-type, #dealer-contact-info .hours-days { font-weight: bold; font-size: small; }
#dealer-contact-info .phone-number, #dealer-contact-info .hours-times { font-weight: bold; }


#footer {
	clear: both;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.7em;
	margin-top: 10px;
}

	#footer a { color: #fff; }
	
	
/* Forms */
#left { float: left; width: 48%; }
#right { float: right; width: 48%; }
fieldset {
	float: left;
	border: solid #ccc 1px;
	margin-left: 20px;
	padding: 10px;
	width: 90%;
	margin-bottom: 25px;
	font: 0.90em Arial, sans-serif;
}
*+html fieldset { padding-top: 0px;}
legend {
	font-weight: bold;
	color: #004199;
	font: 0.95em Arial, sans-serif;
}
label {
	float: left;
	margin: 0px 5px 5px 0px;
	width: 100px;
	clear: both;
	text-align: right;
	font: 0.90em Arial, sans-serif;
}
fieldset input, fieldset select, fieldset textarea, fieldset span {
	float: left;
	margin: 0px 5px 5px 0px;
	font: 0.90em Arial, sans-serif;	
}
select { width: 200px; }
.extra {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 12px; 
}
.extra p { clear: both; }

/* error message for jquery form-validation (currently not used anymore) */
label.error { font-weight: bold; color: #f00; width: auto; display: inline; float: left; margin-left: 30px; }

/* Finance Calc */
.finance .fields { width: 465px; }
.finance label { width: 250px; clear: left; }
.finance #name, .finance #year { font-weight: bold; width: 200px; }
.finance .final { font-weight: bold; color: #ff0000; }

/* Showroom */
#showroom-nav {
	position: absolute;
	top: 165px;
	margin-left: 180px;
	z-index: 1;
}
#showroom-nav li { float: left; border-right: solid #fff 1px; }
#showroom-nav li a {
	color: #fff;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0px 10px;
}
#showroom-nav li a:hover { color: #00aeef; }
#showroom-nav li.last { border-right: none; }

/* VIDEO LINKS IN SHOWROOM PAGES */
#video-title { text-transform: uppercase; font-weight: bold; text-align: center; }
#videos { margin: 0 auto; text-align: center; }
#showroom-video-nav { width: 100%; }
#video-nav { width: 750px; }
#showroom-video-nav, #video-nav { margin: 0 auto; text-align: center; }
#showroom-video-nav ul, #showroom-video-nav ul li, #video-nav ul, #video-nav ul li { display: inline; }
#showroom-video-nav li, #video-nav li { float: left; border-right: solid #00aeef 1px; }
#showroom-video-nav li.last, #video-nav li.last { border-right: none; }
#showroom-video-nav li a, #video-nav li a { color: #00aeef; font-size: 0.75em; font-weight: bold; margin: 0 10px; text-transform: uppercase; }
#showroom-video-nav li a:hover, #video-nav li a:hover { color: #000; }

#video-link, #boat-test-links { margin: 10px 0px; clear: both; }
#video-link a, #boat-test-links a { color: #00aeef; }

#showroom-content {  }


#suzuki-copy, #suzuki-legal { width: 100%; clear: both; padding-top: 10px; }

/* HOME */
#dealer-image { float: left; width: 35%; }
#dealer { float: right; width: 65%; }
#dealer-info {}
#dealer-hours {}
#dealer-welcome {}
#dealer-specialties {}
	
/* GOOGLE MAPS */
#map { height: 300px; width: 700px; border: 1px solid #010f45; z-index: 1; }
#startaddress, #route { margin-top: 15px; }


/* CALENDARS: */
#generalpics table {
	width: 100%;
	color: #000;
}

#generalpics .pic {
	padding: 20px;
	float: left;
	font: 0.9em Arial, sans-serif;
	width: 140px;
	height: auto;
}

.pic .caption {
	text-decoration: none;
	margin-bottom: 4px;
}

/* EVENTS */
#events table tr th { padding: 3px; color: #fff; font-weight: bold; }
#events table tr td { background-color: #fff; padding: 4px; }
#events table tr td.odd { background-color: #eee; padding: 4px; }
.localevent { width: 100%; }
.event { width: 20%; font-weight: bold; }
.date { width: 15%; }
.location { width: 20%; }
.info { width: 45%; }
.event-header { padding: 6px; background-color: #aaa; }

/* PRIVACY back to top links: */
#content p span { float: right; clear: left; margin-right: 40px; }

/* BROCHURES */
ul.brochures li { margin-left: 30px; padding: 4px; list-style-image: url(../../../../_m/bullets/dot-red.gif); font-size: 0.75em; }
ul.brochures li a { font-size: 1.05em; }
div.acrobat { clear: both; padding-top: 20px; }

/* SHOWROOM */
#flashcontent, #flashcontent2 { float: left; }

/* BOAT TESTS */
#boat-test-images { float: right; width: 340px;}
#boat-test-images img { border: solid #005aab 1px; margin-bottom: 5px; }
.boat-test-manufacturer { 
	color: #023563; 
	margin: 15px 0px; 
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
}
.boat-test-pdf {
	float: right; 
	background: url(../_m/pdf_icon.gif) 0 0 no-repeat;
	width: 210px;
	height: 31px;
	text-align: right;
	font-size: 0.8em;
}
.action-shots { text-align: center; }
.action-shots img { border: solid #005aab 1px; }
.boat-data { margin-left: 15px; }
.data-type { font-weight: bold;  width: 200px; }
.data-type, .data-info { padding: 3px 0px; }
