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

/* Any class elements that are repeated ad have a _ infront of them are for IE6 and to solve bugs in the layout on this browser.*/

/* classes controlling the HTML tags on the site*/

body {
	color: #000000;
	margin: 0px;
	height: 100px;
	padding: 0px;/*	overflow-y:scroll;*/
	background-attachment: scroll;
	background-color: #003045;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	/*Fix for the resizing of a background on the iPhone and iPad*/ 
	/*-webkit-background-size: 2000px 1369px; /*Must be the same size as your background image*/	
}




h1 {
	font-size: 20px;
	color: #003145;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	display:block;
}

#suzuki_page_title h1 {
    background: none repeat scroll 0 0 #4C99E5;
    border-style: none;
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 5px;
}

h2 {
	font-size: 11px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3 {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 8px;
	font-weight: normal;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}



a:link, a:visited, a:active {
	color: #003045;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

img {
	border:none;
	}

/* Site structure elements for the master pages */

.site_container {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background-color:#FFF;
}

.site_inner_container {
	padding: 0px;
	width: 960px;
	_width: 980px;
	margin: 0px 0px;
	background-color:#FFF;
}

.site_content {
	padding-bottom:20px;
	}


.site_header, .site_header_non_prem {
	margin: 0px;
	height: 145px;
	width: 960px;
	padding: 0px;
	background: #FFFFFF url(../Assets/Assets-header/suzuki-header-bg.jpg) no-repeat scroll center top;
}

.site_header_non_prem {
	background: #FFFFFF url(../Assets/Assets-header/suzuki-header-bg.jpg) no-repeat scroll center top;
	}

#site_header_dealer_name {
	float: left;
	margin: 18px 0px 0px; 
	padding: 0px 10px 0px 15px;
	height: 50px;
	width: 400px;
}

#site_header_dealer_name h1 {
	border-style: none;
	display: block;
	padding: 0px;
	font-size: 40px;
	color: #FFF;
}


/* Navigation Controls */
/*The following code controls the navigation - it is split for use on the numerous master pages*/

.site_menu_container {
	float:left;
	margin-top: 40px;
	width: 960px;
}

.site_menu_container a:link, .site_menu_container a:visited, .site_menu_container a:active {
	padding: 0px;
	height: 25px;
	display: inline-block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	float: left;
	font: bold 11px/25px "Lucida Grande","Trebuchet MS",sans-serif;
	text-transform: uppercase;
	margin: 5px 10px 0px;
}

.site_menu_container a:hover {
	color: #C00;
}


.site_main_image {
	float: left;
	width: 960px;
	height:200px;
	_margin-right: 5px;
	_margin-left: 5px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
.site_main_image_min {
	background: url(http://suzuki.saltiremotorcycles.com/Assets/newci-banner-min.jpg) no-repeat scroll left top;
	float: left;
	width: 960px;
	height:122px;
	_margin-right: 5px;
	_margin-left: 5px;
	margin-bottom: 20px;
	_margin-bottom: 10px;
}


/* Locator Filter classes */
/* j query menu code*/

ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 140px;
	border-bottom: 1px solid #999;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 0px;
}

ul#menu li a {
	color: #333;
	padding: 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 0px solid #999;
	border-left: 1px solid #999;
	background: url(http://suzuki.saltiremotorcycles.com/CSS/suzuki-global.css) repeat-x scroll left top;
}

ul#menu li a:hover {
	color: #C00;
}

ul#menu li ul li a {
	background: #FFFFFF;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
}

ul#menu li ul li a:hover {
	color: #C00;
}

/* reset button for filter menu*/

.site_locator_filter_button {
	width: 100px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor:pointer;
	font-weight: bold;
	border: 1px solid #006699;
	background: url(http://suzuki.saltiremotorcycles.com/CSS/suzuki-global.css) no-repeat scroll left top;
	color: #333;
	}



/* Styles for the promo areas on the site.*/
.productinfo_promotions img {
	border:none;
	margin-bottom:10px;
	}

.promo_image_list_item {}

.PromoImg, .PromoLink {
	display:block;
	width:140px;
	}

.OffSiteLink {
	display:block;
	}



/* Controls for the level 2/enhanced site latest items */

#site_used_home_item, #site_news_home_item_lv2 {
	background: url(http://suzuki.saltiremotorcycles.com/CSS/none);
	float: left;
	margin: 2px;
	overflow: hidden;
	padding: 5px;
	width: 213px;
}

#site_used_home_item img, #site_news_home_item_lv2 img {
	border:none;
	}

#site_used_home_item h2, #site_news_home_item_lv2 h2 {
	font-size: 11px;
	color: #333333;
}

#site_used_home_item a, #site_news_home_item_lv2 a {
	float:left;
	width:90px;
	margin-right: 10px;	
	}

#site_used_home_summary, #site_news_home_item_lv2_summary {
	width:100px;
	float:left;
	font-size: 10px;
	}
#site_used_home_summary p, #site_news_home_item_lv2_summary p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}

/* reset button for filter menu*/




/* News Classes */

.site_news_home_container {
	float: left;
	width: 140px;
	margin-left: 0px;
	background: #000000;
	padding-right: 10px;
	padding-left: 10px;
}

.site_news_home_item {
	padding: 5px;
	_padding: 0px;
	width: 130px;
	overflow: hidden;
	float: left;
	border: 1px none #CCCCCC;
	margin: 0px;
}

.site_news_home_item img {
	margin-bottom: 5px;
	border-style: none;
}

.site_news_home_item a:link, .site_news_home_item a:visited, .site_news_home_item a:active {
	font-size: 11px;
	color: #003045;
}


.site_news_home_item a:hover {
	font-size: 11px;
	color: #999999;
}


.site_news_home_item h2 {
	font-size: 10px;
	color: #CCCCCC;
}

.site_news_home_item p {
	font-size: 11px;
	color: #666666;
	line-height: 14px;
}




/* News Classes */
#site_news_short_spacer {
	float: left;
	width: 140px;
	height: 10px;
}

.site_news_short_container {
	float: left;
	width: 140px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

.site_news_short_item {
	padding: 5px;
	_padding: 0px;
	width: 130px;
	overflow: hidden;
	float: left;
	background-color: #ECE9D8;
	border: 1px solid #CCCCCC;
	margin: 0px;
}

.site_news_short_item img {
	border:1px solid #CCCCCC;
	margin-bottom: 5px;
}

.site_news_short_item a:link, .site_news_short_item a:visited, .site_news_short_item a:active {
	font-size: 11px;
	color: #333333;
}


.site_news_short_item a:hover {
	font-size: 11px;
	color: #999999;
}


.site_news_short_item h2 {
	font-size: 10px;
	color: #CCCCCC;
}

.site_news_short_item p {
	font-size: 11px;
	color: #666666;
	line-height: 14px;
}






.site_news_item {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	width: 680px;
	border-bottom: 1px dotted #333333;
	float: left;
}

.site_news_item h2 {
	color: #CCCCCC;
}

#site_news_image {
	float: left;
	margin-right: 10px;
	width: 140px;
}

#site_news_image img {
	border:none;
}

#site_news_image a:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

#site_news_summary {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 520px;
}

.site_product_item {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	width: 540px;
	border-bottom: 1px dotted #333333;
	float: left;
}

/* classes for the used/locator pages*/


.site_locator_search_options, .site_locator_results_controls, #site_locator_resultcount {
display:none;
}

#site_locator_breadcrumb {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	border-bottom: 1px dotted #333333;
	width: 780px;
}


#site_used_item {
	margin: 15px 0px 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px dotted #333333;
}

#site_used_image {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	width: 140px;
	}
	
.site_used_image_size {
	height: 105px;
	width: 140px;
}
	

#site_used_summary {
	width:460px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
}

#site_used_summary h1 {
	text-transform:uppercase;
}

#site_used_summary h2 {
	color:#C00;
	margin-top: 5px;
	margin-bottom: 5px;
}




/* Styles for the large thumbnail view used for the news bikes and products.*/

#site_thumbnail_view_item {
	float: left;
	width: 225px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	height: 165px;
	text-align: center;
}

#site_thumbnail_view_image {}

.site_thumbnail_view_image_size {
	margin: 0px;
	padding: 0px;
	height: 135px;
	width: 180px;
}



/* Next and previous page button controls for the base of the page*/
.site_locator_results_pagecontrol {
	margin: 0px;
	padding: 10px 0px 0px;
	float: left;
	width: 620px;
	text-align:center;
	height: 40px;
}

.site_locator_pageinfo
{
	line-height: 20px;
	font-weight: bold;
	margin: 0px 10px;
	padding: 0px;
}

.site_locator_next_previous_buttons {
	width: 70px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: none;
	cursor:pointer;
	font-weight: bold;
}

.site_locator_returntoresults {
	display:none;
}
	
/* used/locator view classes */

#site_used_view_item {
	margin: 0px 0px 30px;
	padding: 0px;
}

#site_used_view_leftcolumn {
	float: left;
	width:220px;
	margin-right: 10px;
}

#site_used_view_image {
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	float: left;
	width: 220px;
	border-bottom: 1px solid #333333;
}

.site_locator_view_main_image {
	
}

.site_locator_view_thumbs {
	
}

.site_locator_view_thumbs input {
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;	
}


#site_used_view_actions {
	width: 220px;
}

#site_used_view_information {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 380px;
	float: left;
}

#site_used_view_spec {
	margin: 0px 0px 20px;
	padding: 0px;
}

#site_used_view_spec h1 {
	color: #FFFFFF;
	background: url(http://suzuki.saltiremotorcycles.com/CSS/none);
	border-style: none;
}



.site_used_view_detailitem {
	width: 150px;
	height: 15px;
	line-height: 15px;
	margin: 0px;
	padding: 2px;
	border-bottom: 1px dotted #333333;
}

.site_used_view_detailvalue {
	width: 80%;
	height: 15px;
	line-height: 15px;
	margin: 0px;
	padding: 2px;
	border-bottom: 1px dotted #333333;
	font-weight: bold;
}

#site_used_view_summary, site_used_view_features {
	margin: 0px 0px 20px;
	padding: 0px;
}

/* Contact Us form Classes */

.site_contact_form {}

.site_contact_form h2 {
	border-bottom: 1px dotted #333;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.site_contact_form input, .site_contact_form textarea, .locator_search_panel input, .locator_search_panel textarea, .site_contact_form select {
	border: 1px solid #999;
	display: block;
	padding: 2px;
	cursor: pointer;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: #E3e3e3;
}

#site_iframe_container .hidden, .site_contact_form .hidden {
	display:none;
}

/* Class for the validation error notification on the contact form */

label.error {
	color: #FF0000;
	vertical-align: top;
	width: 150px;
	font-size: 12px;
	font-weight: normal;
}

/* Site Footer */


/* Creates the 20px gap above the footer*/
/* Also provides the background image for the base */
#EnhancedNavWrapper {
	margin: 0px auto;
	width: 960px;
	padding: 0px;
	background: #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	}

/* Controls the footer headings and keeps them inline*/
#EnhancedNavHeader {
	background: none repeat scroll 0 0 #4C99E5;
	display: block;
	height: 30px;
	padding: 5 0;
	width: 960px;
	margin: 0px 0px 10px;
}


#EnhancedMainNav a {
	display: block;
	margin: 0px 0px 2px 10px;
	padding: 0px;
	color: #000;
	font-weight:normal;
}

#EnhancedMainNav a:hover {
	color: #C00;
}

/* this is to clear the column backgrounds on the footer information */ 

#EnhancedNavWrapper h1 {
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	margin: 7px 0px 5px;
	padding: 0px;
	line-height: 30px;
}
#EnhancedNavWrapper h2 {
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #666666;
}
#EnhancedNavWrapper input, #EnhancedNavWrapper textarea, #EnhancedNavWrapper input, #EnhancedNavWrapper textarea {
	border: 1px solid #999;
	display: block;
	padding: 2px;
	cursor: pointer;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FCFCFE;
}

#EnhancedSubNav {
	height: 30px;
	display: block;
	margin: 20px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-color:#7F98A2;
	color: #FFF;
}

#EnhancedSubNav a, .site_footer a {
	color: #FFF;
}

#EnhancedSubNav a:hover, .site_footer a:hover {
	color: #C00;
}

#EnhancedSubNav h3, .site_footer h3 {
	color: #FFF;
	line-height: 30px;
}


.site_footer {
	width: 940px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	background-color: #7F98A2;
	margin: 0px auto;
	padding: 0px 10px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}



/* Layout */
/* These column widths are used for the page grid and are utlised for all page elements with in the site*/

#column960 {
	float: left;
	width: 960px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column780 {
	float: left;
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column700 {
	float: left;
	width: 700px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column620 {
	float: left;
	width: 620px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
	padding: 0px;
}

#column600 {
	float: left;
	width: 600px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column540 {
	float: left;
	width: 540px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column540right {
	float: right;
	width: 540px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column460 {
	float: left;
	width: 460px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column300 {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column380 {
	float: left;
	width: 380px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column220 {
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column220 img {
	border:none;
	margin-bottom:10px;
	}

#column140 {
	float: left;
	width: 140px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

/* this code is used to cancel the float tags ad keep the page formatted.*/
#clearfloat, .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Image Controls*/
/* Basic image controls that can be used to control the postion of images in text*/

.img-right {
float:right;
margin-left:10px;
margin-bottom: 10px;
}

.img-left {
float:left;
margin-right:10px;
margin-bottom: 10px;
}

/* Image Hover code */

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

/* New item view code for the item display page */
/* New item view code for the item display page */
/* New item view code for the item display page */
/* New item view code for the item display page */

#item_view_container {
	margin: 0px;
	padding: 0px;
}

#item_view_title {
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: bold;
	display:block;

}

#item_view_actions {
	margin: 20px 0px 0px;
	padding: 0px;
	float:left;
}

#item_view_actions .item_view_enquire_button, #item_view_actions .item_view_return_button, #item_view_actions .item_view_print_button {
	display: inline-block;
	margin: 0px 5px 0px 0px;
	padding: 0px 10px;
	height: 25px;
	cursor:pointer;
	color: #FFFFFF;
	border-style: none;
	font: bold 11px/20px Arial, Helvetica, sans-serif;
	background: url(http://suzuki.saltiremotorcycles.com/CSS/suzuki-global.css) repeat-x scroll left top;
}

#item_view_main_image { 
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	height: 225px;
	width: 300px;
}

#item_view_description, #item_view_description_used {
	float: left;
	width: 465px;
	margin: 0px;
	padding: 0px;
}

#item_view_description_used {
	width: 300px;
}

#item_view_description h2, #item_view_description_used h2 {
	font-size: 15px;
	color: #C00;
	margin-top: 10px;
	margin-bottom: 10px;
}



#item_view_tab_information {
	float: left;
	margin-top: 20px;
}

#item_view_footer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 620px;
}

/* CSS for the light box Jquery display code */
/* CSS for the light box Jquery display code */
/* CSS for the light box Jquery display code */
/* CSS for the light box Jquery display code */

/* jQuery lightBox plugin - Gallery style */

#gallery {
	padding: 0px;
	margin: 0px;
}
#gallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 590px;
}
#gallery ul li {
	margin: 8px;
	padding: 0px; 
	float: left;
	height: 75px;
	width: 100px;
}
#gallery ul img {
	padding: 0px;
	margin: 0px;
	border-style: none;
	height: 75px;
	width: 100px;
	float: left;
}
#gallery ul a:hover img {
	color: #fff;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#gallery ul a:hover { color: #fff; }





/* This is global change for the buttons and text entry areas on the site very important :) */
/* This is global change for the buttons and text entry areas on the site very important :) */
/* This is global change for the buttons and text entry areas on the site very important :) */
/* This is global change for the buttons and text entry areas on the site very important :) */

 .locator_search_panel input, .locator_search_panel texture, .shop_thumbnail_button, .shop_button_reset, .shop_control_panel_button, .shop_button_reset, .site_locator_filter_button, .item_view_enquire_button, .item_view_return_button, .site_locator_next_previous_buttons, .item_view_shop_button, .item_view_back_to_cat, .checkout_button, .checkout_button_return, .shop_page_next_button, .shop_page_previous_button {
	color: #333333 !important;
	padding-right: 5px !important;
	padding-left: 5px !important;
	border: 1px solid #999999 !important;
	height: 25px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC url(http://suzuki.saltiremotorcycles.com/CSS/suzuki-global.css) no-repeat scroll left top;
}

.news-article img{
	max-width:100%;
	height:auto !important;
}