@charset "utf-8";
/* CSS Document */
/*
This is a 960 framework width system and below is a list of the fractions for quick reference@
960 - 1 column
480 - 2 columns
240 - 4 columns
160 - 6 columns
120 - 8 columns
60 - 16 columns
30 - 32 columns

Site measurements

960 - header
180 / 780 - navigation - advert panel
180 / 600 / 180 - main page with 2 columns
960 - footer

*/


body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat;
	background-position: top;
}



#navigation{
	width:220px;
	float: left;
	display: inline;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation ul{
}

#navigation a.nav,a.nav:link {
	font-size: 11px;
	font-weight: bold;
	color: #333A49;
	text-decoration: none;
	display: block;
	padding-left: 0px;
	padding-top: 3px;
	height: 28px;
	width: 220px;
	margin-top: 0px;
	background-image: url(../images/nav_button.gif);
	background-repeat: no-repeat;
	line-height: 20px;
}
#navigation a.nav:hover {
	color: #FFFFFF;
	background-image: url(../images/nav_button_over.gif);
	background-repeat: no-repeat;
}	

#footer a.footer,a.footer:link {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}	

#footer a.footer:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	background-color: #333a49;
	}	
	
/* Page elements */
#container{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#header{
	width:960px;
	height:132px;
}
.header{
	width:960px;
	height:132px;
	background-image: url(../images/top_banner.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
}

#homepage-media-header{
	width:740px;
	float: left;
	display: inline;
	height: 248px;
	position: relative;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#left-column-content-container{
	width:220px;
	float: left;
}
#left-column-content{
	width:220px;
	float: left;
	background-image: url(../images/latestusedbikes_heading.gif);
	background-repeat: no-repeat;
	padding-top: 45px;
	background-color: #FFFFFF;
	padding-left: 0px;
}
#left-column-content-news{
	width:215px;
	background-image: url(../images/latestnews_homeheading.gif);
	background-repeat: no-repeat;
	padding-top: 45px;
	background-color: #FFFFFF;
	float: left;
	padding-left: 5px;
	padding-bottom: 8px;
}
#left-column-content-branchinfo{
	width:215px;
	background-image: url(../images/branchinfo_heading.gif);
	background-repeat: no-repeat;
	padding-top: 45px;
	background-color: #000000;
	float: left;
	padding-left: 5px;
	padding-bottom: 8px;
}
#left-column-content-opening{
	width:215px;
	background-image: url(../images/openinghours_homeheading.gif);
	background-repeat: no-repeat;
	padding-top: 45px;
	float: left;
	padding-left: 5px;
	padding-bottom: 8px;
}
#left-column-content-banners{
	width:215px;
	background-image: url(../images/latestoffers_homeheading.gif);
	background-repeat: no-repeat;
	padding-top: 45px;
	background-color: #000000;
	float: left;
	padding-left: 5px;
	padding-bottom: 8px;
}
#left-column-title{

}
#centre-column-container{
	float: left;
	width: 730px;
}

#centre-column-advert-container{
	width:350px; /* Remember to minus the padding for the correct width*/
	float: left;
	padding-right: 0px;
	display: inline;
	margin-right: 10px;

}
#centre-column-advert-long{
	width:710px; /* Remember to minus the padding for the correct width*/
	float: left;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	display: inline;
	margin-left: 5px;
}
#centre-column-advert-short{
	width:350px; /* Remember to minus the padding for the correct width*/
	float: left;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: inline;
	margin-left: 10px;
}
#centre-column-newsletter {
	/* Use a back ground image for the heading on the page and then pad the top to move the content down to a suitable level*/
	/* Each class can be isolated for an individual image to be used, the same principle can be used when creating a new page.*/
	/*background-image:-----;*/
	width:390px;
	float: left;
}

#centre-column-hours {
	/* Use a back ground image for the heading on the page and then pad the top to move the content down to a suitable level*/
	/* Each class can be isolated for an individual image to be used, the same principle can be used when creating a new page.*/
	/*background-image:-----;*/
	width:290px; /* Remember to minus the padding for the correct width*/
	float: left;
	background-color: #000000;
	background-image: url(../images/hours_heading.gif);
	background-repeat: no-repeat;
	height: auto;
	padding-top: 45px;
	margin-right: 25px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
}
#centre-column-home {
	/* Use a back ground image for the heading on the page and then pad the top to move the content down to a suitable level*/
	/* Each class can be isolated for an individual image to be used, the same principle can be used when creating a new page.*/
	/*background-image:-----;*/
	width:730px; /* Remember to minus the padding for the correct width*/
	float: left;
	padding-top: 45px;
	background-image: url(../images/home_heading.gif);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: inline;
	margin-left: 0px;
	margin-right: 10px;
}
#centre-column-find {
	width:730px;
	padding-top: 35px;
	background-image: url(../images/findus_heading.gif);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 10px;
	float: left;
	display: inline;
	margin-right: 10px;
}
#centre-column-imagegallery {
	width:730px;
	padding-top: 35px;
	background-image: url(../images/imagegallery_heading.gif);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 10px;
	float: left;
	display: inline;
	margin-right: 10px;
}
#centre-column-training {
	width:725px;
	padding-top: 35px;
	background-image: url(../images/training_heading.gif);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left;
	display: inline;
	margin-left: 5px;
}
#centre-column-contact {
	width:730px; /* Remember to minus the padding for the correct width*/
	float: left;
	background-image: url(../images/contact_heading.gif);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	display: inline;
	margin-left: 0px;
	margin-right: 10px;
}
#centre-column-services {
	width:730px;
	padding-top: 35px;
	background-image: url(../images/services_heading.gif);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	display: inline;
	margin-left: 0px;
	margin-right: 10px;
}


#centre-column-news {
	width:730px; /* Remember to minus the padding for the correct width*/
	float: left;
	background-image: url(../images/latestnews_heading.gif);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	display: inline;
	margin-left: 0px;
	margin-right: 10px;
}
#centre-column-usedbikes {
	width:730px; /* Remember to minus the padding for the correct width*/
	float: left;
	padding-top: 35px;
	background-image: url(../images/used_heading.gif);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	display: inline;
	margin-left: 0px;
	margin-right: 10px;
}


#centre-column-new {
	width:960px; /* Remember to minus the padding for the correct width*/
	float: left;
	background-image: url(../images/newbikes_heading.gif);
	background-repeat: no-repeat;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	display: inline;
	margin-left: 0px;
	margin-right: 10px;
}

/* New Motorcycles START*/

#newbike-cat-container{
	width:960px;
}
#newbike-cat-record{
	width:190px;
	float:left;
}
#newbike-cat-title{
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	height: 30px;
	line-height: 26px;
	background-image: url(../images/newbike_button.gif);
	background-repeat: no-repeat;
}


#newbike-model-container{
	width:100%;

}
#newbike-model-record{
	width:190px;
	height:250px;
	float:left;
}
#newbike-model-title{
	width:190px;
	float:left;
	color: #FFFFFF;
	background-color: #999999;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	padding-left: 5px;
}
#newbike-model-link{
	padding-left: 5px;
	line-height: 20px;
}
#newbike-model-link a.newbikes,a.newbikes:link {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}	

#newbike-model-link a.newbikes:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333a49;
	}	
/* New Motorcycles END*/

#centre-column-shop {
	width:725px; /* Remember to minus the padding for the correct width*/
	float: left;
	background-image: url(../images/clothing_heading.gif);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left;
	display: inline;
	margin-left: 5px;
}
#shop-container {
	width:720px; /* Remember to minus the padding for the correct width*/
	float: left;
	height: auto;

}
#navigation-shop-container {
	width:710px; /* Remember to minus the padding for the correct width*/
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#centre-column-diary {
	width:580px; /* Remember to minus the padding for the correct width*/
	float: left;
	padding: 5px;
}



#centre-column-usedbikessmall {
	width:580px; /* Remember to minus the padding for the correct width*/
	float: left;
	background-image: url(../images/used_heading_small.gif);
	background-repeat: no-repeat;
	padding-top: 65px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#centre-column-print {
	width:595px; /* Remember to minus the padding for the correct width*/
	float: left;
	padding-top: 65px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/printable_heading.gif);
	background-repeat: no-repeat;
	height: auto;
}

#newsletter-container {
	width:380px; /* Remember to minus the padding for the correct width*/
	float: left;
	background-color: #000000;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/newsletter_reg_BG.gif);
	background-repeat: no-repeat;
	height: 131px;
	padding-top: 60px;
}

#newsletter-textboxes {
	width:310px; /* Remember to minus the padding for the correct width*/
	float: left;
	padding-bottom: 5px;
	padding-left: 65px;
	height: 30px;
	padding-top: 2px;
}

#right-column-content{
	width:180px;
	float:left;
	background-image: url(../images/latestnews_heading.gif);
	background-repeat: no-repeat;
	padding-top: 45px;
}

#footer{
	width:960px;
	height:39px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #333a49;
}
.line{
	position: relative;
	clear: both;
	background-image: url(../images/line.gif);
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
#line{
	width:960px;
	height:15px;
}
#image-nav{
	background-color: #CCCCCC;
	border: 1px solid #999999;
	height: auto;
	padding: 2px;
}
.line-header{
	position: relative;
	clear: both;
	background-image: url(../images/line_header.gif);
	height: 37px;
	background-repeat: no-repeat;
}
#line-header{
	width:958px;
	height:30px;
}
.main-header{
	position: relative;
	clear: both;
	background-image: url(../images/main_header.gif);
	height: 43px;
	background-repeat: no-repeat;
	background-color: #000000;
}
#main-header{
	width:960px;
	height:10px;
	background-color: #000000;

}	
html body div.clear,html body span.clear{
background:none;
border:0;
clear:both;
display:block;
float:none;
font-size:0;
list-style:none;
margin:0;
padding:0;
overflow:hidden;
visibility:hidden;
width:0;height:0
}

.clearfix:after{
	clear:both;
	content:'.';
	display:block;
	visibility:hidden
}

.clearfix{
display:inline-block
}

* html .clearfix{height:1%
}

.clearfix{
display:block
}
