@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;
	height: 100%;
	background-image: url(../images/BG.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



.line{
	position: relative;
	clear: both;
	height: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#line{
	width:960px;
	height:15px;
}
.line-header{
	position: relative;
	clear: both;
	height: 2px;
}
#line-header{

}


/*Main Tabbed Navigation */


#navigation {
	float:left;
	width:960px;
	line-height:normal; /*margin between menu and rest of page*/
	overflow:hidden;
	display: inline;
	border-bottom:1px solid #cccccc;
	margin-bottom:1em; /*margin between menu and rest of page*/
	padding-left: 2px;
	}

#navigation ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 1px;
	}

#navigation li {
	display:inline;
	margin:0;
	padding:0;
	}

#navigation a {
	float:left;
	margin:0;
	text-decoration:none;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 5px;
	}

#navigation a span {
	float:left;
	display:block;
	color:#333333;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 11px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}

/* End IE5-Mac hack */
#navigation a:hover span {
	}

#navigation a:hover {
	background-position:0% -42px;
	}

#navigation a:hover span {
	background-position:100% -42px;
	color: #000000;
	}

/* Sub Navigation for Franchised sites \*/

#sub-navigation {
	float:left;
	width:960px;
	line-height:normal; /*margin between menu and rest of page*/
	overflow:hidden;
	display: inline;
	border-bottom:1px solid #cccccc;
	margin-bottom:1em; /*margin between menu and rest of page*/
	padding-left: 3px;
	}

#sub-navigation ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 650px;
	}

#sub-navigation li {
	display:inline;
	margin:0;
	padding:0;
	}

#sub-navigation a {
	float:left;
	margin:0;
	text-decoration:none;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6px;
	}

#sub-navigation a span {
	float:left;
	display:block;
	color:#333333;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 11px;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 2px;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#sub-navigation a span {float:none;}

/* End IE5-Mac hack */
#sub-navigation a:hover span {
	}

#sub-navigation a:hover {
	background-position:0% -42px;
	}

#sub-navigation a:hover span {
	background-position:100% -42px;
	color: #000000;
	}


/*Main Footer Structure */


#footerBackground {
	width: 100%;
	height: 250px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
}

#footer{
	width:960px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 50px;
}


/*Footer Address */


#footer-address {
	width:960px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
	}

#footer-address-Background {
	width: 100%;
	height: 26px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	background-image: url(../images/footer-address-BG.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	line-height: 26px;
}
#footer-address a.footer-address,a.footer-address:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}	

#footer-address a.footer-address:hover {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	}	


/*Footer Links */


#footer-links {
	width:185px; /* Remember to minus the padding for the correct width*/
	float: left;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-top: 5px;
	text-align: left;
	line-height: normal;
	}

#footer-links li {
	margin:0;
	list-style-position: inside;
	list-style-image: url(../images/arrow_white.png);
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
      }
#footer-links a.footer-links,a.footer-links:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	padding-left: 5px;
}	

#footer-links a.footer-links:hover {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	}	

/*Footer Divide */

#footer-divide {
	background-attachment: scroll;
	background-image: url(../images/footer-divide.gif);
	background-repeat: no-repeat;
	float: left;
	height: 140px;
	width: 13px;
	}
	

#newsletter-container {
	width:320px; /* Remember to minus the padding for the correct width*/
	float: left;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}


	#newsletter-textbox-basic{
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	display: inline;
	width: 320px;
	text-align: left;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}	
	#newsletter-textbox{
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	display: inline;
	width: 320px;
	text-align: left;
	color: #FFFFFF;
}
	
	#newsletter-button {
	width:255px; /* Remember to minus the padding for the correct width*/
	float: left;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 20px;
	padding-top: 5px;
	text-align: right;
	}
	
/* Page elements */
#container{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#header{
	width:960px;
	float: left;
	display: inline;
	height: 40px;
	position: relative;
}
.header{
	width:960px;
	height: auto;
}
#header-logo-container{
	width:730px;
	_width:720px;
	font-weight: bold;
	color: #999999;
	float: left;
	height: auto;
}
#header-logo{
	width:730px;
	_width:720px;
	font-weight: bold;
	color: #999999;
	float: left;
}
#header-address{
	width:715px;
	_width:710px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-left: 10px;
	padding-bottom: 5px;
}
#header-man-logo-container{
	width:960px;
	_width:950px;
	font-weight: bold;
	color: #999999;
	float: left;
	display: inline;
}
#header-man-logo{
	width:200px;
	_width:210px;
	font-weight: bold;
	color: #999999;
	padding-left: 740px;
	padding-bottom: 10px;
	
}
#header-man-tab{
	width:140px;
	_width:140px;
	font-weight: bold;
	color: #999999;
	float: left;
}
#header-man-blank{
	width:380px;
	_width:370px;
	float: left;
}
#media-header{
	width:960px;
	float: left;
	display: inline;
	height: 230px;
	position: relative;
}
#left-column-content-container{
	width:220px;
	float: left;
}
#left-column-content{
	width:220px;
	float: left;
	padding-top: 45px;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-bottom: 5px;
}
#left-column-content-image{
	width:220px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-top: 0px;
}

#left-column-title{

}
#centre-column-container{
	width:730px;
	_width:720px;
	float: left;
	padding-top: 45px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
}

#centre-column {
	/* 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:-----;*/
	 /* Remember to minus the padding for the correct width*/
	
	width:730px;
	_width:730px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: inline;
	margin-left: 10px;
	margin-right: 0px;
	height: auto;
}
#centre-column-offers {
	/* 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:-----;*/
	 /* Remember to minus the padding for the correct width*/
	
	width:730px;
	_width:730px;
	float: left;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: inline;
	margin-left: 10px;
	margin-right: 0px;
	height: auto;
	
}

#centre-column-newbikes {
	/* 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:-----;*/
	 /* Remember to minus the padding for the correct width*/
	
	width:960px;
	_width:950px;
	float: left;
	padding-top: 45px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
	height: auto;
	
}
#centre-column-techspec {
	/* 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:-----;*/
	 /* Remember to minus the padding for the correct width*/
	
	width:730px;
	_width:730px;
	float: left;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: inline;
	margin-left: 10px;
	margin-right: 0px;
	height: auto;
	
}
.home-title {

	background-image: url(../images/home-title.gif);
	background-repeat: no-repeat;

}


.victory-offers-title {
	background-image: url(../images/victory-offers-title.gif);
	background-repeat: no-repeat;
}

.latest-news-title {
	background-image: url(../images/latest-news-title.gif);
	background-repeat: no-repeat;

}
.latest-usedbikes-title{
	background-image: url(../images/latest-usedbikes-title.gif);
	background-repeat: no-repeat;
}
.contact-form-title{
	background-image: url(../images/contact-form-title.gif);
	background-repeat: no-repeat;
}

.new-bikes-title {
	background-image: url(../images/new-bikes-title.gif);
	background-repeat: no-repeat;
}
.new-bikes-spec-title {
	background-image: url(../images/new-bikes-title-small.gif);
	background-repeat: no-repeat;
}





#centre-column-print {
	width:595px; /* Remember to minus the padding for the correct width*/
	float: left;
	padding-top: 100px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/printable-banner.gif);
	background-repeat: no-repeat;
	height: auto;
	background-color: #FFFFFF;
}



#right-column-content{
	width:180px;
	float:left;
	background-image: url(../images/latestnews_heading.gif);
	background-repeat: no-repeat;
	padding-top: 45px;
}

.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
}
