@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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #000 url(../images/background.gif) repeat-x;
}



#navigation{
	width:219px;
	float: left;
	display: inline;
	padding: 0px;
	background: #000;
	height: 240px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#navigation ul{
}

#navigation a.nav,a.nav:link {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	height: 29px;
	font-style: normal;
	width: 209px;
	margin-top: 0px;
	border-bottom: 1px solid #111;
	text-transform: none;
}
#navigation a.nav:hover {
	background: url(../images/nav-hvr.jpg) #666 no-repeat;
}	

#navigation-background{
	background-color:#FF0000;
	height:236px;
	border-bottom: 1px solid #FFFFFF;
}

#footer a.footer,a.footer:link {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}	

#footer a.footer:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	}	
	
/* Page elements */
#container{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: url(../images/container-background.gif) repeat-y;
	margin-bottom: 30px;
}

#header{
	width:960px;
	height:151px;

}
.header{
	width:960px;
	height:151px;
	background-image: url(../images/top_banner.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
	border-bottom: 1px solid #FFFFFF;
}

#homepage-media-header{
	width:740px;
	float: left;
	display: inline;
	padding: 0px;
	height: 240px;
	position: relative;
	background: #000000;
	margin: 0px;
	border-bottom: 1px solid #fff;
}
#left-column-content-container{
	width:220px;
	float: left;
}
#left-column-content{
	width:214px;
	float: left;
	background-image: url(../images/latestusedbikes_heading.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-color: #000000;
	padding-left: 5px;
	border-right: 1px solid #fff;
}
#left-column-content-news{
	width:214px;
	background-image: url(../images/latestnews_homeheading.gif);
	background-repeat: no-repeat;
	padding-top: 45px;
	background-color: #000000;
	float: left;
	padding-left: 5px;
	padding-bottom: 8px;
	border-right: 1px solid #fff;
}
#left-column-content-branchinfo{
	width:214px;
	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;
	border-right: 1px solid #fff;
}

#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-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:729px; /* Remember to minus the padding for the correct width*/
	float: left;
	padding-top: 10px;
	background-image: url(../images/home_heading.gif);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 5px;
	display: inline;
}
#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: 30px;
	margin-left: 10px;
}

#centre-column-find {
	width:730px;
	padding-top: 10px;
	background-image: url(../images/findus_heading.gif);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 5px;
	float: left;
	display: inline;
	margin-left: 0px;
}


#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: 30px;
	padding-left: 5px;
	float: left;
	background-color: #000;
	display: inline;
	padding-top: 10PX;
}
#iframe-content {
	width:710px;
	padding: 10px;
}
#centre-column-meettheteam {
	width:730px; /* Remember to minus the padding for the correct width*/
	float: left;
	background-image: url(../images/meettheteam_heading.gif);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 5px;
	float: left;
	display: inline;
	margin-left: 0px;
}

#centre-column-service {
	width:730px; /* Remember to minus the padding for the correct width*/
	float: left;
	background-image: url(../images/service_heading.gif);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 5px;
	float: left;
	display: inline;
	margin-left: 0px;
}

#centre-column-gallery {
	width:730px; /* Remember to minus the padding for the correct width*/
	float: left;
	background-image: url(../images/gallery_heading.gif);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 5px;
	float: left;
	display: inline;
	margin-left: 0px;
}

#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: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 5px;
	float: left;
	display: inline;
	margin-left: 0px;
}
#centre-column-offers {
	width:730px; /* Remember to minus the padding for the correct width*/
	float: left;
	background-image: url(../images/specialoffers_heading.gif);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 5px;
	float: left;
	display: inline;
	margin-left: 0px;
}
#centre-column-events {
	width:730px; /* Remember to minus the padding for the correct width*/
	float: left;
	background-image: url(../images/events_heading.gif);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 5px;
	float: left;
	display: inline;
	margin-left: 0px;
}
#centre-column-blog {
	width:730px; /* Remember to minus the padding for the correct width*/
	float: left;
	background-image: url(../images/blog_heading.gif);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 5px;
	float: left;
	display: inline;
	margin-left: 0px;
}

#centre-column-new {
	width:720px; /* 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: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

#centre-column-shop {
	width:730px; /* 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: 30px;
	padding-left: 5px;
	float: left;
	display: inline;
	margin-left: 0px;
}
#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-usedbikes {
	width:720px; /* Remember to minus the padding for the correct width*/
	float: left;
	background-image: url(../images/used_heading.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

#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: 30px;
	padding-left: 10px;
}
#centre-column-print {
	width:595px; /* Remember to minus the padding for the correct width*/
	float: left;
	background-color: #000000;
	padding-top: 65px;
	padding-right: 5px;
	padding-bottom: 30px;
	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:100%;
	height:30px;
	line-height: 30px;
	background-color: #000000;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #fff;
	border-bottom: 5px solid #fff;
}
.line{
	position: relative;
	clear: both;
	background-image: url(../images/line.gif);
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
}
#line{
	width:960px;
	height:10px;

}
.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
}

