@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 {
	background: #000000 url(../Assets/bg2.png) repeat-x scroll center top;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	height: 100px;
	padding: 0px;
	overflow-y:scroll;
}

h1 {
	color: #666;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	font: bold 13px/30px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(../Assets/nav-subheading-grey.png) repeat-x;
	height: 30px;
}

h2 {
	font-size: 12px;
	color: #C00;
	margin: 0px 0px 10px;
	padding: 0px;
	text-transform: uppercase;
}

h3 {
	font-size: 10px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 8px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

p {
	margin: 10px 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}

label {
	width: 50px;
	display: block;
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}


/* Site structure elements for the master pages */

.site_container {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	background: url(../Assets/background.png) repeat;
}

.site_inner_container {
	padding: 0px;
	width: 960px;
	_width: 980px;
	margin: 0px 0px;
}


.site_header {
	margin: 0px;
	padding: 0px;
	height: 107px;
	width: 960px;
	background: url(../Assets/header.jpg) no-repeat scroll center top;
	border-bottom: 1px solid #FFF;
}

#site_header_dealer_name{
	color: #FFF;
	float: right;
	width: 400px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 45px 190px 0px 0px;
}


/* Navigation Controls */
/*The following code controls the navigation - it is split for use on the numerous master pages*/

.site_menu_container {
	float:left;
	margin: 0px;
	padding: 0px;
	background: url(../Assets/nav-subheading.png) repeat-x scroll;
	width: 960px;
	height: 30px;
	border-bottom: 1px solid #FFF;
}

.site_menu_container a:link, .site_menu_container a:visited, .site_menu_container a:active {
	margin: 0px;
	padding: 0px 12px;
	height: 30px;
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 12px/30px Verdana, Geneva, sans-serif;
}

.site_menu_container a:hover {
	color: #000000;
}


.site_main_image {
	float: left;
	width: 800px;
	height:250px;
	_margin-right: 5px;
	_margin-left: 5px;
	_margin-bottom: 10px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FFF;
}
.site_main_image_min {
	background: url(../Assets/Site-banners-min-1.jpg) no-repeat scroll left top;
	float: left;
	width: 800px;
	height:125px;
	_margin-right: 5px;
	_margin-left: 5px;
	_margin-bottom: 10px;
	border-bottom: 1px solid #FFF;
	margin: 0px;
}

/* reset button for filter menu*/

.site_locator_filter_button {
width: 70px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: none;
	cursor:pointer;
	font-weight: bold;
	}


/* News Classes */

.site_news_home_container {
	float: right;
	width: 540px;
	margin-left: 0px;
	background: #000000;
	padding-right: 10px;
	padding-left: 10px;
}

.site_news_home_item {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	width: 540px;
	border-bottom: 1px dotted #999;
	overflow: hidden;
}

.site_news_home_item img {
	border:none;
	float: left;
	margin-right: 10px;
}

.site_news_home_item a {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 12px;
	height: 20px;
	color: #C00;
	text-transform: uppercase;
}

.site_news_home_item a:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	color: #666;
}

.site_news_home_item h2 {
	font-size: 10px;
	color: #000;
}

.site_news_home_item p {
	font-size: 10px;
	color: #333;
	line-height: 14px;
	margin: 0px 0px 10px;
	padding: 0px;
}

/* Locator Filter classes */
/* j query menu code*/

ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 150px;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
	margin: 0px;
}

ul#menu li a {
	color: #FFFFFF;
	text-transform: uppercase;
	width: 143px;
	min-height: 30px;
	padding-left: 6px;
	line-height: 30px;
	background: url(../Assets/model-nav-button-short.gif) no-repeat scroll;
}

ul#menu li a:hover {
	color: #CCCCCC;
}

ul#menu li ul li a {
	background: #FFFFFF;
	color: #333333;
}

ul#menu li ul li a:hover {
	color: #CC0033;
}


.site_news_item {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	width: 540px;
	border-bottom: 1px dotted #999;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

.site_news_item h2 {
	color: #CCCCCC;
}

#site_news_image {
	float: left;
	margin-right: 10px;
	width: 120px;
}

#site_news_image img {
	border:none;
}

.site_news_item a {
	text-transform:uppercase;
	font-size: 12px;
	color: #C00;
	}

.site_news_item a:hover {
	color: #666;
	}

#site_news_image a:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}

#site_news_summary {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 380px;
}

.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: 620px;
}


#site_used_item {
	margin: 15px 0px 10px 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px dotted #666;
	height: 120px;
}

#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:450px;
	margin: 0px;
	padding: 0px;
	float: left;
}


/* Styles for the large thumbnail view used for the news bikes and products.*/

#site_thumbnail_view_item {
	float: left;
	width: 180px;
	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;
}

.model_bg {
	background-attachment: scroll;
	background-image: url(../Assets/model-bg.png);
	background-repeat: repeat;
	color: #FFFFFF;
}
	
/* 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(none);
	border-style: none;
}



.site_used_view_detailitem {
	width: 100px;
	height: 15px;
	line-height: 15px;
	margin: 0px;
	padding: 2px;
	border-bottom: 1px dotted #333333;
}

.site_used_view_detailvalue {
	width: 160px;
	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 #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.site_contact_form input, .site_contact_form textarea, .locator_search_panel input, .locator_search_panel textarea {
	background: #CCCCCC;
	border: 1px solid #666666;
	display: block;
	font: bold 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: #C00;
	margin: 0px;
	padding: 2px;
}

#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 */

.site_footer {
	padding: 25px 0px 0px;
	text-align: center;
	height: 108px;
	line-height: 30px;
	border-top: 1px solid #FFF;
	color: #FFF;
	background: #000 url(../Assets/footerbg.png) repeat-x;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: text-bottom;
	display: block;
}


/* Layout */
/* These column widths are used for the page grid and are utlised for all page elements with in the site*/

#content_padding {
	padding-right: 10px;
	padding-left: 10px;
}

#column780 {
	float: left;
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column620 {
	float: left;
	width: 640px;
	_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: 560px;
	_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: 480px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column300 {
	float: left;
	width: 320px;
	_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: 240px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column140 {
	float: left;
	width: 159px;
	_margin-right: 5px;
	_margin-left: 5px;
	border-left: 1px solid #FFF;
}

/* 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;
	_width: 590px;
}

#item_view_title {
	padding: 0px;
	float: left;
	margin: 0px;
}
#item_view_title h2{
	display: none;
}
#item_view_actions {
	margin: 20px 0px 0px;
	padding: 0px;
	float:left;
	width: 619px;
}

#item_view_actions .item_view_enquire_button, #item_view_actions .item_view_return_button, #item_view_actions .item_view_print_button {
	display: inline-block;
	padding: 0px;
	width: 151px;
	height: 22px;
	cursor:pointer;
	border-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(../Assets/button-bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}

#item_view_main_image {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	height: 225px;
	width: 300px;
}

#item_view_description {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
	
}
#item_view_description h2{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	
}
#item_view_description p  {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;	
}

#item_view_tab_information {
	float: left;
	margin-top: 20px;
	color: #000000;
}

#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 {
	margin: 0px;
	width: 605px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#gallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 605px;
}
#gallery ul li {
	margin: 8px;
	padding: 0px;
	float: left;
	height: 75px;
	width: 100px;
}
#gallery ul img {
	padding: 0px;
	margin: 10px;
	border-style: none;
	height: 79px;
	width: 105px;
	float: left;
}
#gallery ul a:hover img {
	color: #000000;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#gallery ul a:hover {
	color: #666666;
}
/* Code for the downloads page */
/* Code for the downloads page */
/* Code for the downloads page */
/* Code for the downloads page */
	
	.download_item {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 540px;
}
	.download_title {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C00;
	margin-bottom:10px;
}
.download_thumbnail {
	float:left;
	width:130px;
	}
	
.download_summary {
	width:390px;
	margin-top:10px;
	padding-left:130px;
	}

.download_item a {
	margin-top: 5px;
	line-height: 20px;
	display: block;
	height: 20px;
}
	.download_item {}
