@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 {
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	height: 100px;
	padding: 0px;
	overflow-y:scroll;
	background: #e6e6e6 url(../Assets/laguna-site-bg.jpg) no-repeat scroll center top;
}

h1 {
	font-size: 16px;
	color: #000000;
	margin: 0px 0px 10px;
	padding: 5px;
	background: #e5edf4;
	font-weight: bold;
	border-bottom: 1px solid #006699;
	line-height: 20px;
}

h2 {
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 10px;
	padding: 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: 5px 0px;
	padding: 0px;
}

label {
	width: 50px;
	display: block;
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}


/* Site structure elements for the site */

.site_container {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	background: #FFFFFF;
}

.site_inner_container {
	padding: 0px;
	width: 960px;
	_width: 980px;
	margin: 0px 0px;
	background: #FFFFFF;
}


.site_header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 960px;
	background: url(../Assets/laguna-site-header.jpg) no-repeat scroll center top;
}


/* Navigation Controls */

#laguna_main_nav {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 35px;
	border-style: none;
}

.site_menu_container {
	float:left;
	background: url(../Assets/footer-heading-bg.jpg) repeat-x scroll left top;
	padding: 0px;
	display: inline-block;
	color: #333333;
	height: 30px;
	width: 960px;
	margin: 0px 0px 20px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}



.site_menu_container a:link, .site_menu_container a:visited, .site_menu_container a:active {
	margin: 0px 10px;
	padding: 0px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font: bold 12px/30px Arial, Helvetica, sans-serif;
	color: #333333;
	height: 30px;
}

.site_menu_container a:hover {
	color:#006699;
}

.site_banner-min {
	margin: 20px 10px;
	height: 125px;
	width: 940px;
}

.site_locator_banner {
	margin: 0px;
	padding: 5px;
	width: 120px;
	float: left;
	background: #FFF;
	border: 4px solid #F4F4F4;
}


/* News Classes */

.site_news_home_container {
	float: right;
	width: 130px;
	margin-left: 0px;
	background: #000000;
	padding-right: 10px;
	padding-left: 10px;
}

.site_news_home_item {
	margin: 0px;
	padding: 5px;
	width: 120px;
	min-height:180px;
	overflow: hidden;
	float: left;
	background: #FFF;
	border: 4px solid #F4F4F4;
}

.site_news_home_item img {
	border:none;
	margin: 0px;
	padding: 0px;
	width: 120px;
}

.site_news_home_item a:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	color: #006699;
}

.site_news_home_item h2 {
	font-size: 10px;
	color: #333333;
}

.site_news_home_item p {
	font-size: 10px;
	color: #000000;
	line-height: 14px;
	margin-right: 4px;
	margin-left: 4px;
}

.site_news_home_item a {
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}


.product_news_item {
	margin: 6px;
	padding: 5px;
	width: 125px;
	min-height:200px;
	overflow: hidden;
	float: left;
	background: #FFF;
	border: 4px solid #EAF1F6;
}

.product_news_item img {
	border:none;
	margin: 0px;
	padding: 0px;
	width: 120px;
}

.product_news_item a:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	color: #006699;
}

.product_news_item h2 {
	font-size: 10px;
	color: #333333;
}

.product_news_item p {
	font-size: 10px;
	color: #000000;
	line-height: 14px;
	margin-right: 4px;
	margin-left: 4px;
}

.product_news_item a {
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}



.site_news_item {
	margin: 0px 0px 10px 10px;
	padding: 5px;
	width: 280px;
	float: left;
	background: #FFFFFF;
	border: 1px solid #e7e7e7;
	display: block;
	min-height:160px;
}

.site_news_item h2 {
	color: #CCCCCC;
}

#site_news_image {
	float: left;
	margin-right: 0px;
}

#site_news_image img {
	border:none;
	margin-right: 10px;
}

#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: 150px;
}

#site_news_summary p {
	overflow:hidden;
}

.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*/

/* Controls for the used stock on the home page.*/

#site_used_home_container {
	margin: 0px;
	padding: 5px;
	width: 120px;
	min-height:120px;
	overflow: hidden;
	float: left;
	background: #FFF;
	border: 4px solid #F4F4F4;
}

#site_used_home_container h2 {
	font-size: 11px;
	color: #000000;
}

/* 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 {
	background: #e5edf4;
	color: #000;
	padding: 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 0px solid #999;
	border-left: 1px solid #999;
}

ul#menu li a:hover {
	color: #006699;
	background: #E7E7E7;
}

ul#menu li ul li a {
	background: #FFFFFF;
	color: #333333;
}

ul#menu li ul li a:hover {
	color: #006699;
}

/* 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: #e5edf4;
	}


/* controls for the site locator pages */

.site_locator_search_options, .site_locator_results_controls, #site_locator_resultcount {
display:none;
}

#site_locator_breadcrumb {
	margin: 0px 10px 5px;
	padding: 0px 0px 5px;
	border-bottom: 1px double #CCCCCC;
	width: 600px;
}


#site_used_item {
	margin: 15px 10px 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #CCCCCC;
}

#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:440px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
}

#site_used_summary h1 {
	background-image:none;
	font-size: 14px;
 }




/* 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: #333333;
	margin: 5px 8px;
	padding: 5px;
	height: 165px;
	text-align: center;
}

#site_thumbnail_view_image {
	margin: 0px 0px 10px;
	padding: 0px;
}

.site_thumbnail_view_image_size {
	margin: 0px;
	padding: 0px;
	height: 135px;
	width: 180px;
}

.site_locator_returntoresults {
	display:none;
}

/* Next and previous page button controls for the base of the page*/
.site_locator_results_pagecontrol {
	margin: 0px 10px 55px;
	padding: 5px;
	float: left;
	width: 590px;
	text-align:center;
	height: 20px;
	background: #FFFFFF;
	display: block;
}

.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;
	cursor:pointer;
	font-weight: bold;
	border: 1px solid #006699;
	background: #e5edf4;
}
	
/* 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 {
	height: 165px;
	width: 220px;
	margin-bottom: 10px;
}

.site_locator_view_thumbs {
	width: 220px;
	margin-bottom: 10px;
}


#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 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 11px;
	border-bottom: 1px solid #e7e7e7;
}

.site_contact_form input, .site_contact_form textarea, .locator_search_panel input, .locator_search_panel textarea{
	background: #e5edf4;
	border: 1px solid #006699;
	display: block;
	padding: 2px;
	font: bold 11px Arial, Helvetica, sans-serif;
	width: 150px;
}

.site_contact_form input {
	cursor:pointer;
}

#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_google_map {
	margin: 0px 10px 20px;
	width: 940px;
}

/* Site Footer */

/* Creates the 20px gap above the footer*/
/* Also provides the background image for the base */
#FooterInformation {
	padding-bottom: 20px;
	margin: 0px;
	height: 280px;
}

/* Controls the footer headings and keeps them inline*/
#footerheadings {
	background: url(../Assets/footer-heading-bg.jpg) repeat-x scroll left top;
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 30px;
}

/* this is to clear the column backgrounds on the footer information */

#FooterInformation h1 {
	font-size: 11px;
	border-style: none;
	margin: 0px 0px 10px;
	padding: 0px;
	line-height: 30px;
	height: 30px;
	background: url(none);
}

.site_footer {
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 20px;
	width: 940px;
	background: url(../Assets/footer-graphic.jpg) no-repeat scroll center center;
}


/* Layout */
/* These column widths are used for the page grid and are utlised for all page elements with in the site*/


/* this tag has been used to hold the content on the columns so the back ground image will work correctly.*/
/* Hope it does not catch me out.*/
#content {
	margin: 0px;
	padding: 0px;
}


.panel_headings {
	font-size: 13px;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background: url(../Assets/h1-bg.jpg) repeat-x scroll right top;
	line-height: 31px;
	height: 31px;
	border-left: 1px solid #e9e9ed;
	font-weight: bold;
	display: block;
}

#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;
	padding: 0px;
	background: url(../Assets/700-col-base-bg.jpg) no-repeat scroll center bottom;
}

#column620 {
	float: left;
	width: 620px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
	padding: 0px;
	background: url(../Assets/620-col-base-bg.jpg) no-repeat scroll center bottom;
}

#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;
	background: url(../Assets/540-col-base-bg.jpg) no-repeat scroll center bottom;
}

#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: 5px;
	_margin-left: 5px;
	margin: 0px 10px;
	background: url(../Assets/300-col-base-bg.jpg) no-repeat scroll center bottom;
	padding: 0px;
}

#column380 {
	float: left;
	width: 380px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
	background: url(../Assets/380-col-base-bg.jpg) no-repeat scroll center bottom;
}

#column280 {
	float: left;
	width: 280px;
	_margin-right: 5px;
	_margin-left: 5px;
	margin: 0px 10px;
	padding: 0px;
}
#column260 {
	float: left;
	width: 260px;
	_margin-right: 5px;
	_margin-left: 5px;
	margin: 0px 10px;
	padding: 0px;
}

#column220 {
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}
#column180 {
	float: left;
	width: 180px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
	}

#column160 {
	float: left;
	width: 160px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
	}

#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;
opacity:1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
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: 620px;
}

#item_view_title {
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: bold;
	width: 620px;
}

#item_view_actions {
	margin: 20px 0px 0px 10px;
	padding: 0px;
	float:left;
	width: 600px;
}

#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: 2px;
	width: 150px;
	background: #e5edf4;
	cursor:pointer;
	color: #000;
	font: bold 10px/20px Arial, Helvetica, sans-serif;
	border: 1px solid #006699;
}

#item_view_main_image {
	margin: 0px 10px;
	padding: 0px;
	float: left;
	height: 225px;
	width: 300px;
}

#item_view_description {
	float: left;
	width: 290px;
	margin: 0px;
	padding: 0px;
}

#attribute_view_table {
	width:600px;
	}

#item_view_tab_information {
	float: left;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 40px;
}

#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; }


/* AJM - Prototype McGuffins for QuickSearch Control */



.quicksearch_container
{
	margin: 0px;
	padding: 0px;
	background: #F4F4F4;
	border: 1px solid #CCC;
}

.quicksearch_header {
	width: 610px;
	height: 30px;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	background: url(../Assets/footer-heading-bg.jpg) repeat-x;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
}

.quicksearch_attributes {
	width: 620px;
}

.quicksearch_attribute {
	float: left;
	height: 30px;
	width: 310px;
}

.quicksearch_attribute_title
{
	display: inline-block;
	width: 90px;
	color: #000;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
}

.quicksearch_dropdown,  .quicksearch_show, .quicksearch_reset, .quicksearch_remove {
	background: #e5edf4;
	border: 1px solid #006699;
	padding: 2px;
	font: bold 11px Arial, Helvetica, sans-serif;
	width: 150px;
}

#quicksearch_numberofbikes {
	margin: 0px;
	padding: 2px 2px 2px 10px;
	font-size: 11px;
	font-weight: bold;
	float: left;
}

.quicksearch_control {
	width: 620px;
	float: left;
	margin-bottom: 10px;
}

.quicksearch_show {
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	padding: 2px;
	margin-left: 10px;
	float: right;
	margin-right: 10px;
	width: 100px;
}

.quicksearch_reset {
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	padding: 2px;
	margin-left: 10px;
	float: right;
	margin-right: 10px;
	width: 100px;
}

.quicksearch_remove {
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	width: 15px;
	height: 16px;
	margin: 2px 0px 0px 5px;
	padding: 0px;
}

.doc_download {
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 10px;
	padding: 5px;
	background: #e5edf4;
	font-weight: bold;
	line-height: 15px;
	border: 1px dotted #006699;
	text-align:center;
	}


.shop_cat_buttons {
	text-align: center;
	margin: 0px 0px 5px;
	padding: 0px;
}

.shop_cat_buttons img {
	display: inline-block;
	margin: 4px 7px;
	padding: 0px;
	float: left;
}
