* {
    margin: 0px;
    padding: 0px;
 }
html, body {
    height: 100%;
}
body {
	font-size: 62.5%;
	background-color: #343434;
	font-family: "Trebuchet MS", Arial;
}
#wrapper {
	min-height: 100%;
    height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(binaries/wrapper_bg.jpg);
	background-repeat: repeat-y;
}
#footer {
    height: 20px;
	width: 940px;
	color: #FFFFFF;
	font-size: 1.1em;
	margin-left: 40px;
	padding-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
	clear: both;
	background-color: #343434;
	bottom: 0px;
	left: 0px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#leftCol {
	min-height: 100%;
	height: auto;
	float: left;
	width: 340px;
	background-image: url(binaries/leftcol_inside_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px;
}
#leftColInside {
	width: 340px;
	background-image: url(binaries/leftcol_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 309px;
}
#leftCol p {
	padding-left: 48px;
	padding-right: 28px;
	font-size: 1.3em;
}
#leftCol img {
	border: 3px solid #FFFFFF;
	margin-left: 56px;
	margin-top: 12px;
	margin-bottom: 28px;
}
#rightCol {
	min-height: 100%;
	height: auto;
	position: relative;
	width: 640px;
	float: right;
	background-color: #000000;
	color: #FFFFFF;
}
#rightCol p {
	font-size: 1.3em;
	padding-right: 10px;
	padding-left: 10px;
}
#rightCol p.padTop {
	padding-top: 20px;
}
#rightCol h2 {
	color: #FFFFFF;
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	clear: both;
	padding-bottom: 2px;
	margin-bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
}
h1#logo {
	height: 309px;
	background-image: url(binaries/logo_topright.jpg);
	text-indent: -9999px;
	margin: 0px;
}
h2#heading {
	height: 57px;
	background-image: url(binaries/heading_home.jpg);
}
#leftCol h2 {
    height: 82px;
	width: 280px;
	text-indent: -9999px;
	margin: 0px 0px 10px 40px;
	background-repeat: no-repeat;
}
h2#headingAbout {
	background-image: url(binaries/heading_about.jpg);
}
h2#headingDealers {
	background-image: url(binaries/heading_dealers.jpg);
}
h2#headingBikes {
	background-image: url(binaries/heading_bikes.jpg);
}
h2#headingColours {
	background-image: url(binaries/heading_colours.jpg);
}
h2#headingNews {
	background-image: url(binaries/heading_news.jpg);
}
h2#headingRohloff {
	background-image: url(binaries/heading_rohloff.jpg);
}
h2#headingPartners {
	background-image: url(binaries/heading_partners.jpg);
}
h2#headingDemo {
	background-image: url(binaries/heading_demo.jpg);
}
h2#headingOrdering {
	background-image: url(binaries/heading_ordering.jpg);
}
h2#headingContact {
	background-image: url(binaries/heading_contact.jpg);
}
h2#headingspeed2 {
	background-image: url(binaries/heading_speed2.jpg);
}
h2#headingvp4sl {
	background-image: url(binaries/heading_vp4_sl.jpg);
}
h2#headingvp4rsl {
	background-image: url(binaries/heading_vp4_r_sl.jpg);
}
h2#headingvp4lady {
	background-image: url(binaries/heading_vp4_lady.jpg);
}
h2#headingsteel {
	background-image: url(binaries/heading_steel.jpg);
}
h2#headingspeedrsl {
	background-image: url(binaries/heading_speed_r_sl.jpg);
}
h2#headingspeedr {
	background-image: url(binaries/heading_speed_r.jpg);
}
h2#headingspeed3tdf {
	background-image: url(binaries/heading_speedIII_tdf.jpg);
}
h2#headingspeed3 {
	background-image: url(binaries/heading_speedIII.jpg);
}
h2#headingspeed2sl {
	background-image: url(binaries/heading_speed2_sl.jpg);
}
h2#headingspeed2 {
	background-image: url(binaries/heading_speed2.jpg);
}
h2#headingsinglespeedersl {
	background-image: url(binaries/heading_single_sl.jpg);
}
h2#headingsinglespeeder {
	background-image: url(binaries/heading_single.jpg);
}
h2#headingcarbon {
	background-image: url(binaries/heading_carbon.jpg);
}
h2#headinggallery {
	background-image: url(binaries/heading_gallery.jpg);
}

/* NAVIGATION */

#nav {
	position: relative;
	width: 640px;
	height: 49px;
	background-image: url(binaries/nav_bg.jpg);
}
#nav ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
li.home a{
	display: block;
	width: 53px;
	height: 49px;
	text-indent: -999999px;
	overflow: hidden;
	float: left;
}
li.home a:hover {
	background: url(binaries/nav_home2.jpg);
	background-position: 0 0;
}
li.about a{
	display: block;
	width: 59px;
	height: 49px;
	text-indent: -999999px;
	overflow: hidden;
	float: left;
}
li.about a:hover {
	background: url(binaries/nav_about2.jpg);
	background-position: 0 0;
}
li.bikes a{
	display: block;
	width: 56px;
	height: 49px;
	text-indent: -999999px;
	overflow: hidden;
	float: left;
}
li.bikes a:hover {
	background: url(binaries/nav_bikes2.jpg);
	background-position: 0 0;
}
li.colours a{
	display: block;
	width: 72px;
	height: 49px;
	text-indent: -999999px;
	overflow: hidden;
	float: left;
}
li.colours a:hover {
background: url(binaries/nav_colours2.jpg);
background-position: 0 0;
}
li.news a{
	display: block;
	width: 54px;
	height: 49px;
	text-indent: -999999px;
	overflow: hidden;
	float: left;
}
li.news a:hover {
background: url(binaries/nav_news2.jpg);
background-position: 0 0;
}
li.rohloff a{
	display: block;
	width: 72px;
	height: 49px;
	text-indent: -999999px;
	overflow: hidden;
	float: left;
}
li.rohloff a:hover {
background: url(binaries/nav_rohloff2.jpg);
background-position: 0 0;
}
li.gallery a{
	display: block;
	width: 67px;
	height: 49px;
	text-indent: -999999px;
	overflow: hidden;
	float: left;
}
li.gallery a:hover {
background: url(binaries/nav_gallery2.jpg);
background-position: 0 0;
}
li.partners a{
	display: block;
	width: 76px;
	height: 49px;
	text-indent: -999999px;
	overflow: hidden;
	float: left;
}
li.partners a:hover {
background: url(binaries/nav_partners2.jpg);
background-position: 0 0;
background-repeat:no-repeat;
}
li.demo a{
	display: block;
	width: 54px;
	height: 49px;
	text-indent: -999999px;
	overflow: hidden;
	float: left;
}
li.demo a:hover {
background: url(binaries/nav_demo2.jpg);
background-position: 0 0;
}
li.ordering a{
	display: block;
	width: 77px;
	height: 49px;
	text-indent: -999999px;
	overflow: hidden;
	float: left;
}
li.ordering a:hover {
background: url(binaries/nav_ordering2.jpg);
background-position: 0 0;
}
/* END NAVIGATION */
img {
	border: none;
}
#clear {
	clear: both;
}
p {
	margin-bottom: 16px;
}
h1 {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.08em;
	font-size: 2.5em;
	margin-bottom: 18px;
	margin-top: 15px;
}
.lightGrey {
	color: #B6B6B6;
}
.newsHeading {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
}
.newsDate {
	color: #999999;
}
.demo1 {
    font-family: Arial, Helvetica, sans-serif;
	margin-left: -10px;
	color: #FF6600;
}
.demo2 {
    font-family: Arial, Helvetica, sans-serif;
	margin-left: 146px;
	color: #FF6600;
}
.thumbs {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.thumbs a {
	color: #FFFFFF;
	text-decoration: none;
}
.thumbs a:hover {
	color: #FF6600;
	text-decoration: none;
}
a {
    color: #FFF;
	text-decoration: underline;
}
a:hover {
    text-decoration: none;
	}
#aboutFlash {
	text-align: center;

}
ul {
	font-size: 1.3em;
	margin-left: 10px;
	list-style-type: square;
	padding-left: 18px;
	padding-bottom: 12px;
}
.red {
	color: #FF6600;
}
#enquire {
	width: 400px;
	background-color: #CCCCCC;
	background-image: url(binaries/form_top_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333333;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 23px;
}
#enquire a {
	color: #FF6600;
}
legend {
	font-size: 1.3em;
	color: #000000;
	font-weight: bold;
}
fieldset {
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 14px;
}
h2#headOrder {
	border: none;
	margin-left: 10px;
	font-size: 2em;
	color: #FFFFFF;
}
#thumbs {
	margin-left: 10px;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 2px;
	color: #999999;
}
#thumbs img {
	float: left;
	border: 2px solid #FFFFFF;
	margin-left: 8px;
}.floatRight {
	float: right;
	margin-left: 8px;
	margin-right: 10px;
	margin-bottom: 4px;
}
.floatRightWhite {
	float: right;
	margin-left: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #FFFFFF;
	clear: both;
}
#order {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #66CC00;
	background-image: url(binaries/order_div_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	margin-top: 22px;
}
.floatLeft {
	float: left;
	margin-right: 8px;
	margin-top: 3px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
.bigWhite {
	font-size: 1.6em;
	font-weight: bold;
	margin-left: 10px;
}
 ZOOM 
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
#con {
	position: absolute;
	left: 484px;
	top: 11px;
	z-index: 11;
}
.highSliMarg {
	margin-left: 7px;
}
#termsList {
	margin-right: 10px;
	margin-bottom: 20px;
}
.nomark {
	margin-top: 15px;
	margin-bottom: 35px;
	margin-left: 130px;
}
#newsBit {
	padding-right: 10px;
	padding-left: 10px;
}
.white {
	color: #FFFFFF;
}
#awards {
	float: right;
	padding-right: 80px;
	margin-top: -22px;
}
.orangeBg {
	background-color: #FF6600;
	padding-right: 2px;
	padding-left: 2px;
	color: #000000;
	font-weight: bold;
}
h4 {
	color: #FFFFFF;
	margin-left: 57px;
	font-size: 1.8em;
	margin-top: -15px;
	margin-bottom: 12px;
}
.orderPageLink {
	margin-left: 8px;
	margin-bottom: 8px;
	font-size: 1.5em;
	color: #FFCC00;
}

p.orderPageLink a:hover {
	color: #FFCC00;
	text-decoration: none;
}
