

/************** Global Styles - Tags in General **************/
body {
	background:#ffffff;
}
object {
	padding:0;
	margin:0;
}
	
embed {
	padding:0;
	margin:0;
}

sup {
	/*so superscripts don't screw up line spacing	*/
	vertical-align:top;
}

fieldset {
	margin-bottom:20px;
}

th { text-align:left; }

legend, legend.copyBold { color: #49b7b3; }

p {
	margin: 12px 0;
}
/************** Global Common Classes **************/

.align_right { text-align: right; }
.align_left { text-align: left; }
.align_center { text-align: center; }
.align_justify { text-align: justify; }

.clear { clear:both; }
.float_right { float: right; }
.float_left { float: left; }

.red { color:red; }
.green { color:green; }
.border { border-bottom: 1px solid #c2d770; }
.Border { border: 1px solid #c2d770; }

hr, .hr { 
	clear: both; 
	margin: 6px 0; 
	padding:0;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #c2d770; 
	border-left: none;
	height: 1px; 
	color: #c2d770;
	background: none;
}

/* these two are hard coded into some functions */
.copyBold14Red, .copy14BoldRed {
	font-size: 16px;
	font-weight:bold;
	color: red;
}

/************** Form Styles **************/
form {
	margin:0;
	padding:0;
}
.blank_form { margin:0; padding:0; display:inline; }
.checkout_button { color:green; font-weight:bold; height:32px; }


/************** Global Link Styles **************/
a:link, a:visited {
	color:#49b7b3;
	text-decoration:underline;
}
	
a:hover, a:active {
	color:#000000;
	text-decoration:none;
}

a img { border:none; }

/************** Table Styles **************/
tr.alternate, td.alternate, th.alternate, .tableAltDark { background-color:#c2d770; }
.tableAltLight {}

/************** General Container Styles **************/
#mm_menu_holder_container {
	z-index:5000;
	position:absolute; 
	top:0; 
	left:2px;
}
#container {
}
#innercontent {
}
#contentInner {
}
#innerContainer {
}
#contenttable {
}
#wrapper {
}
#content {
}
#siteinfo {
}

td#page_content_container, div#page_content_container { 
	margin:0;
	padding:19px;	
}

#inside_page_top_gallery_container {
	display:block;
	width:685px;
	height:189px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	background-color:#164554;
}
#inside_page_top_gallery_mask {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	width:685px;
	height:189px;
	top:0;
	left:0;
	z-index:200;
}
#inside_page_top_gallery_mask img {
	margin:0;
	padding:0;
	border:0;
	width:685px;
	height:189px;
}

/************** Home Page Layout Specific Styles **************/
#home_logo_padding {
	margin:0;
	padding:54px 0 7px 0;
}
#home_left_include_padding {
	width:143px;
	margin:0;
	padding:0 0 20px 0;
}
#home_page_body_area {
	margin:0;
	padding:29px;
	background-color:#c2d770;
}
#home_page_top_gallery_size {
	width:685px;
	height:331px;
	background-color:#164554;
}
#home_page_top_gallery_container {
	width:685px;
	height:331px;
	overflow:hidden;
	display:block;
	position:relative;
	margin:0;
	padding:0;
}
#home_page_top_gallery_mask {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	width:685px;
	height:331px;
	top:0;
	left:0;
	z-index:200;
}
#home_page_top_gallery_mask img {
	margin:0;
	padding:0;
	border:0;
	width:685px;
	height:331px;
}
#TableColumns, #homeGalleryContainer {
	width:685px;
	margin:0;
	padding:0;
	z-index:190;
	text-align:center;
}
.home_page_padding_left {
	margin:0;
	padding:50px 0 0 0;
}
.home_page_padding_right {
	margin:0;
	padding:66px 0 0 0;
}

#homeNews {
	margin:0;
	padding:38px 31px;
	background-color:#77c9c6;
}

#homeNews a:link, #homeNews a:visited {
	color:#ffffff;
	text-decoration:underline;
}
#homeNews a:hover, #homeNews a:active {
	color:#ffffff;
	text-decoration:none;
}

#homeNews p {
	margin:4px 0 19px 0;
	padding:0;
}

#homeNews h2 {
	margin:0;
	padding:0;
	font-size:21px;
	font-weight:bold;
	text-transform:uppercase;
}

#homeNews h2 a:link, #homeNews h2 a:visited {
	color:#ffffff;
	text-decoration:none;
}
#homeNews h2 a:hover, #homeNews h2 a:active {
	color:#ffffff;
	text-decoration:underline;
}

#homeNews h3 {
	margin:13px 0 0 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}

#homeNews h3 a:link, #homeNews h3 a:visited {
	color:#d4fe32;
	text-decoration:none;
}
#homeNews h3 a:hover, #homeNews h3 a:active {
	color:#d4fe32;
	text-decoration:underline;
}

#homeNews a.homeNewsMore:link, #homeNews a.homeNewsMore:visited {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	color:#ffffff;
}
#homeNews a.homeNewsMore:hover, #homeNews a.homeNewsMore:active {
	color:#d4fe32;
	text-decoration:underline;
}	

#homebuttons {
}

/************** Left Navbar Specific Styles **************/
#leftCol {
}

#topLogin { 
	display:block;
	text-align:right;
	margin:0;
	padding:12px 4px;
	color:#49b7b3;
	font-weight:bold;
	font-size:11px;
}

#topLogin a {
	text-transform:uppercase;
	text-decoration:none;
}


div#customer_login_area { display:block; float:left; }

div.leftnav_box_container div#customer_login_area { padding:2px 13px; }
td#page_content_container div.leftnav_box_header, 
div#page_content_container div.leftnav_box_header { text-transform:none; background:none; float:none; color:#000000; font-size:12px; font-weight:bold; line-height:16px; margin: 6px 0 6px 1px; padding:0; width:100%; }

#customer_login_area p.copy8 { line-height:16px; margin: 6px 0; padding:0; }

#customer_login_area p.copyBold { line-height:13px; margin: 6px 0; padding:0; }

.leftLogin div#customer_login_area input.login_username, .leftLogin div#customer_login_area input.login_password { width:123px; }

.leftLogin div#customer_login_area input.login_submit, .leftLogin div#customer_login_area input.logout_submit { width:90px; }

.leftLogin div#customer_login_area .copyBold14Red, .leftLogin div#customer_login_area .copy14BoldRed {
	font-size:12px;
	width: 130px;
}

/************** Page Specific Styles **************/

td#page_content_container div#customer_login_area input.login_username, 
td#page_content_container div#customer_login_area input.login_password,
div#page_content_container div#customer_login_area input.login_username, 
div#page_content_container div#customer_login_area input.login_password { 
	width:160px; 
}

td#page_content_container div#customer_login_area input.login_submit, 
td#page_content_container div#customer_login_area input.logout_submit,
div#page_content_container div#customer_login_area input.login_submit, 
div#page_content_container div#customer_login_area input.logout_submit { 
	width:80px; 
}

#textcontent {
	padding-right:22px;
	padding-bottom:20px;
}

#textcontent p:first-child {
	padding-top:0;
	margin-top:0;
}
	
#features {
	width:351px;
	padding:0px 15px 10px 15px;
	z-index:100;
	position:relative;
}
	
#features p:first-child {
	padding-top:0;
	margin-top:0;
}
	
#testimonials {
	width:156px;
	padding:0px 15px 10px 15px;
	z-index:100;
	position:relative;
}
	
#testimonials p:first-child {
	padding-top:0;
	margin-top:0;
}


/************** Global Header Specific Styles **************/
#header {
}
.top_green_line {
}
    
    
/************** Global Footer Specific Styles **************/
#bottombg {
}

#footer {
	color:#164554;
	text-align:right;
    font-size:10px;
	margin:0;
	padding:0 0 16px 0;
	text-transform:uppercase;
}

#footer a {
	color:#164554;
	text-decoration:none;
}
#footer a:hover {
	color:#49b7b3;
	text-decoration:none;
}
	
#footerLinks {
	padding:5px 1px;
	text-align:right;
}	

#footer_admin_links {
	text-align:right;
	font-size:10px;
	background-color:#c2d770; 
	padding:3px;
}

/************** Top Navbar Specific Styles **************/
a.print_page_link {
}
#headerLinks_container {
}
#contact_us_link {
	display:block;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:685px;
	text-align:right;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	z-index:210;
}
#contact_us_link #contact_us_link_bg {
	display:block;
	position:absolute;
	float:right;
	top:0;
	right:0;
	margin:0;
	padding:11px 9px 9px 11px;
	color:#000000;
	z-index:219;
	
}
#contact_us_link a {
	display:block;
	position:absolute;
	float:right;
	top:0;
	right:0;
	margin:0;
	padding:10px;
	z-index:220;
}
#contact_us_link a:link, #contact_us_link a:visited {
	text-decoration:none;
	color:#ffffff;
}
#contact_us_link a:hover, #contact_us_link a:active {
	text-decoration:none;
	color:#c2d770;
}
#topNav {
	display:block;
	position:relative;
	text-align:right;
	margin:0;
	padding:12px 6px;
	color:#49b7b3;
	font-weight:bold;
	font-size:11px;
}

#topNav a {
	text-transform:uppercase;
	text-decoration:none;
}

.topNavSpacer {
	padding-right:6px;
	padding-left:6px;
}
	
/* ********************************************* */
/* START of rulesets that should be in every cms */
/* ********************************************* */
h1 {
	color:#49b7b3;
	margin:8px 0;
	padding:0;
}

h2, h3, h4, h5, h6 {
	color:#49b7b3;
	margin:8px 0;
	padding:0;
}

.pageTitle {
	color:#49b7b3;
	font-size:29px;
	font-weight:bold;
	margin:8px 0;
	padding:0;
}

h1.pageTitle {
	color:#49b7b3;
	font-size:29px;
	font-weight:bold;
	padding:7px 0 0 0;
	margin:0;
}

.pageSubTitle {
	color:#49b7b3;
	font-size:19px;
	font-weight:bold;
	margin:8px 0;
	padding:0;
}

.formheader {
	font-size: 19px;
	line-height:22px;
	font-weight:bold;
	color: #49b7b3;
	padding:2px 0;
	margin:0 0 6px 0;
	text-align: left;
}
	
.breadcrumbs {
	font-size:10px;
}

.breadcrumbs a:link, .breadcrumbs a:visited{
	color: #000000;
	text-decoration:none;
}

.breadcrumbs a:active, .breadcrumbs a:hover {
	color:#000000;
	text-decoration:underline;
}

#breadcrumbs_header {
	font-size:10px;
	text-align:left;
}

#breadcrumbs_header td {
	font-size:10px;
}

#breadcrumbs_header a:link, #breadcrumbs_header a:visited{
	color: #000000;
	text-decoration:none;
}

#breadcrumbs_header a:active, #breadcrumbs_header a:hover {
	color:#000000;
	text-decoration:underline;
}

#breadcrumbs_footer {
	color:#000000;
	font-size:10px;
	text-align:right;
    padding:8px 0;
}

#breadcrumbs_footer a:link, #breadcrumbs_footer a:visited,
#footer_admin_links a:link, #footer_admin_links a:visited{
	color: #164554;
	text-decoration:none;
}

#breadcrumbs_footer a:active, #breadcrumbs_footer a:hover,
#footer_admin_links a:active, #footer_admin_links a:hover{
	color:#49b7b3;
	text-decoration:none;
}


.RequiredField {
	background-color:#ff0000;
}
	
#alertbox {
	border: 		1px solid #d1c6b9;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 3px;
	display:		inline;
	color:			#4f3518;
	text-align:		center;
	font-size: 		10px;
	height: 		100%;

}

div.alertbox {
	border: 		1px solid #d1c6b9;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 3px;
	display:		inline;
	color:			#4f3518;
	text-align:		center;
	font-size: 		10px;
	height: 		100%;
}

#redbox {
	border: 		1px solid #ff0000;
	padding: 		3px;
	color:			#ffffff;
	text-align:		center;
	font-size: 		16px;
	background-color:#ff0000;
	font-weight:bold;

}

.Error {
	border: 		1px solid #ff0000;
	padding: 		3px;
	color:			#ffffff;
	text-align:		center;
	font-size: 		16px;
	background-color:#ff0000;
	font-weight:bold;
}


/* ******************************************** */
/* END of rulesets that should be in every cms */
/* ******************************************** */
@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #CCC;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #F9DD81;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is used by the Public Dealer Locator Spry UI */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #F4E3AA;
}

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #F4E3AA;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #F4E3AA;
}

/************** Embedded Photo Gallery Styles ******************/

#galleryPane{
	height: 370px;
	width: 644px;
	display:block;
	clear:both;
	position:relative;
	margin:0;
	padding:15px 0 0 0;
}

#previews{
	width: 241px;
	height: 370px;
	float:right;
	overflow:visible;
	margin:0;
	padding:0;
	/*z-index: 0;*/
}

#galleries{
	font-weight:bold;
	font-size:11px;
	position: relative;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:none;
	padding: 23px 5px 10px 5px;
	color:#49b7b3;
	text-align:right;
}

#thumbnails{
	position: relative;
	padding:0 5px 10px 5px;
	margin:0;
	border-top:none;
	border-right:none;
	border-bottom: none;
	border-left:none;
	/*overflow: scroll;*/
	max-height:233px;
	overflow:auto;
}

#galleries label {
	font-size:11px;
	font-weight:bold;
	text-align:right;
	display:none;
}

#gallerySelect{
	font-size:11px;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	text-align:left;
	display:block;
	width:225px;
}

#thumb{
	vertical-align:middle;
	/*position: relative;*/
	display: inline;
}

#thumb img{
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	cursor:pointer;
	margin:3px;
}

#controls {
	margin:0;
	padding:10px 0 5px 0;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:none;	
}

#controls a{
	cursor:pointer;
}

#picture{
	float:left;
	display:block;
	margin:0;
	padding:0;
	width:400px;
	height:370px;
}

#mainImageTitle{
	font-weight: bold;
	color:#49b7b3;
	font-size:12px;
	padding:4px 0;
	height:14px;
}

#mainImageCaption{
	font-weight: normal;
	color:#000000;
	font-size:11px;
	padding:4px 0;
}

#mainImageOutline {
	width:100%;
	height:100%; 
	border:none;
	cursor:pointer;
	padding:2px 0;
	margin:0;
}


