/************ COLOURS ************
	
	
	
*/
/************ CSS RESET (YUI) ************/
body,div,dl,dt,dd,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img, abbr,acronym { 
	border:0;
}
/*
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
*/
ol,ul {
	list-style:none;
	margin:0;
	padding:0;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}
q:before,q:after {
	content:'';
}

/************ UTILITY ************/

.clearfix:after {
	clear: both; 
	content: "."; 
	display: block;
	height: 0; 
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}

#SilverStripeNavigatorMessage {
	display:none;
}


/************ TAGS ************/
html {
}

body {
	background:#CCCCCC url('../images/asphalt.jpg') left top repeat-x;
	font-family:arial, helvetica;
	color:#EBEBEB;
	font-size:69%;
	line-height:1.5em;
}
	html > body {
		font-size:12px;
	}


a {
	text-decoration:none;
}
	 a:link {
	}
		 a:focus {
			
		}
		a:active {
			outline:0;
		}
		a:visited {
		}
		a:hover {
			
		}


.left {
	float:left;
	display:block;
}
.right {
	float:right;
	display:block;
}



/************ STRUCTURE ************/

#Wrapper {
	margin:38px auto;
	width:806px;
	position:relative;
	
	background:#333333;
}

#Logo {
	/*background:#000000 url('../images/jetpatcher.png') 18px 77px no-repeat;*/
	background:#000000 url('../images/jetpatcher2.png') 18px 77px no-repeat;
	position:absolute;
		left:40px;
		top:-38px;
}
	#Logo a, #Logo span {
		display:block;
		height:105px;
		width:150px;
		color:#FFFFFF;
		text-indent:-999em;
	}


/************ HEADER ************/

#Header {
	background:#FFCD00 url('../images/header_stripes.gif') left top repeat-x;
	height:116px;
}

#Tagline {
	color:#FFFFFF;
	font-weight:bold;
	position:absolute;
		top:32px;
		right:32px;
}
	#Tagline strong {
		color:#000000;
	}
	

/************ MAIN MENU ************/

#MainMenu {
	height:26px;
}

#MainMenu li {
	float:left;
}

#MainMenu a, #MainMenu span {
	display:block;
	height:26px;
	width:100%;
	line-height:26px;
	color:#FFFFFF;
	text-align:center;
	
	font-size:0.9em;
	font-weight:bold;
}

#MainMenu a {
	background:#826900;
}
	#MainMenu a:hover, #Mainmenu a:focus {
		background:#AD8B00;
	}

#MainMenu span {
	background:#333333;
}

/************ CONTENT ************/

.topSection {
	margin-top:48px;
}

.contentSection {
	background:#333333;
	padding:0 48px 36px 48px;
}

.content {
	float:left;
	width:422px;
}

.sidebar {
	width:240px;
	float:right;
	
	
}

/************ FOOTER ************/

#Footer {
	padding-top:10px;
	font-size:0.8em;
	color:#333333;
	line-height:1.4em;
	background:#CCCCCC;
	
	margin-top:12px;
}

.footerLeft {
	float:left;
	text-align:left;
}

.footerRight {
	float:right;
	text-align:right;
}




/************ HOME PAGE ************/

#BannerImages {
	
}
	#BannerImages img {
		float:left;
		margin:0;
		padding:0;
		display:inline;
		height:188px;
	}


/************ PRODUCTS PAGE ************/

.noBottom {
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}








