@charset "utf-8";
/* CSS Document IP Performance by Media Modus Limited*/
/* zero margin and padding for all tags */
* {
	margin:0px;
	padding:0px;
}
body {
	background-color:#000;
	background-image:url(/interface/images/decoration/carbonBg.jpg);
	background-position:left top;
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#FFF;
}
img, div {
	behavior: url(/interface/iepngfix/iepngfix.htc);
}
/* typo and link colours */
a {
	color:#FFF;
}
a:hover {
	color:#F00;
}
.clear {
	clear:both;
}
h1 {
	display:none;
}
h2, h3 {
	padding:0px 0px 10px 0px;
	font-size:150%;
	font-weight:bold;
}
h2 {
	color:#F00;
}
p {
	padding:0px 0px 10px 0px;
}
/* centre page in browser */
#outside {
	background-image:url(/interface/images/decoration/wrapperBg.png);
	background-position:left top;
	background-repeat:repeat-x;
}
#wrapper {
	width:800px;
	margin:0 auto;
	border:0px;
	background:none;
}
/* main navigation */
#wrapper #mainNav {
	margin-left:265px;
	list-style:none;
}
#wrapper #mainNav li {
	float:left;
	padding:6px 12px;
}
#wrapper #mainNav li a {
	font-size:150%;
	text-decoration:none;
}
#wrapper #mainNav li a.currentPage {
	color:#F00;
}
/* header */
#wrapper #header {
	clear:left;
	width:760px;
	height:330px;
	border: 20px #151515 solid;
	background-image:url(/interface/images/decoration/motorcycle.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
}
#wrapper #header img#companyLogo {
	position:absolute;
	left:-60px;
	top:15px;
	border:0px;
	
}
#wrapper #header p#companyAddress {
	position:absolute;
	left:10px;
	top:220px;
	border:0px;
	font-size:125%;
}
/* telephone number */
#wrapper p#telNumber {
	float:right;
	margin:20px 20px 10px 20px;
	font-size:200%;
	font-weight:bold;
}
/* main content */
#wrapper #content {
	clear:right;
	width:740px;
	border: 20px #151515 solid;
	padding:10px;
	background-color:#201e1e;
	position:relative;
}
#wrapper #content p.bump {
	padding:0px 0px 240px 0px;
}
#wrapper #content p.three img {
	margin-right:4px;
}

/* home page right col */
#wrapper #content #aboutCol {
	float:right;
	width:243px;
	background-image:url(/interface/images/decoration/aboutColBg.png);
	background-position:left top;
	background-repeat:repeat-y;
	padding:20px 20px 240px 20px;
	position:relative;
}
#wrapper #content #aboutCol img.border {
	margin-bottom:10px;
	border:6px #151515 solid;
}

/* home page list */
#wrapper #content #listServices {
	width:417px;
	position:absolute;
	left:-60px;
	z-index:1;
	padding:20px;
	list-style:none;
}
#wrapper #content #listServices li h3 {
	float:left;
	width:136px;
	height:80px;
	padding:16px 0px 0px 0px;
	background-image:url(/interface/images/decoration/buttonBg.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:center;
	behavior: url(/interface/iepngfix/iepngfix.htc);
}
#wrapper #content #listServices li h3 a {
	font-size:110%;
	text-decoration:none;
	text-transform:uppercase;
}
#wrapper #content #listServices li h3 a:hover {
	color:#151515;
}
#wrapper #content #listServices li p.serviceSummary {
	width:260px;
	float:left;
	margin-left:20px;
}
#wrapper #content #listServices li p.serviceSummary span {
	font-size:150%;
}
/* other content pages */

/* call to action */
#wrapper #callAction {
	width:800px;
	min-height:20px;
	position:relative;
}
#wrapper #callAction #displayBox {
	position:absolute;
	right:-80px;
	bottom:-20px;
	z-index:1;
}
#wrapper #callAction #displayBox #carbonLeft {
	float:left;
	width:232px;
}


#wrapper #callAction #displayBox img.displayButton {
	margin-top:75px;
	border:0px;
}
/* servicing page */
#wrapper #content #motorcycleList {
	list-style:none;
}
#wrapper #content #motorcycleList li {
	margin:20px 0px;
	padding:0px 20px;
	background-image:url(/interface/images/decoration/serviceListBg.png);
	background-position:left top;
	background-repeat:repeat-y;
}
#wrapper #content #motorcycleList li img {
	float:right;
	margin:50px 10px 10px 10px;
	border:6px #151515 solid;
}
#wrapper #content #motorcycleList li h4 {
	padding:20px 0px 10px 0px;
	font-size:150%;
	font-weight:bold;
}
/* logo list */
#wrapper #footer #logoShow ul {
	padding-top:20px;
	list-style:none;
}
#wrapper #footer #logoShow ul li {
	float:left;
}
#wrapper #footer #logoShow ul li img {
	margin:6px 9px;
	border:0px;
}

	
