* {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.5em;
	font-family: 'Roboto', sans-serif;
}

body {
	background:url('../img/background.jpg') no-repeat center bottom #202020;
	min-height: 1200px;
}

header {
	background:url('../img/header-bg.jpg') no-repeat center #0d0d0d;
	width:100%;
	height:150px;
	border-bottom: 2px solid #c2252e;
	position:absolute;
	z-index:1;
}

h1 {
	color: #ffffff;
	width: 400px;
	height: 80px;
	font-size: 22px;
	margin: 35px 0 0;
	display: inline-block;
	float: left;
}

h2 {
	color:#ffffff;
	font-size: 24px;
	float: right;
}

h3 {
	color:#ffffff;
	font-size: 18px;
	float: right;
	clear: both;
	font-weight: normal;
	text-align: right;
}

ul{
	clear: left;
	list-style-image: url('../img/green_tick.png');
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;
	margin-left: 24px
}

#contact-details {
	width:400px;
	height:80px;
	margin:13px 0 0;
	float:right;
}

#logo {
	width: 537px;
	height: 226px;
	margin: 0 auto 0;
	background: url('../img/logo.png') no-repeat center;
	z-index: 12;
	top: 0px;
	position: relative;
}

#hero {
	width:100%;
	height:470px;
	background:url('../img/hero-bike.png') no-repeat center;
	margin: -50px 0 0;
}
#bkimages{
	width:80%;
	height: 170px;
	margin: 0 auto;
}

#bkimages img{
	margin: 0 20px;
	border: 1px solid #e4e4e4;
	padding: 1px;
}

#fblike{
width: 48px;
height: 100px;
/* background: blue; */
margin: 0 auto 0;
position: relative;
z-index: 30;
left: 454px;
top: 165px;
}
.welcomesub{
	color:#ffffff;
	font-size: 18px;
	float: left;
	clear: both;
	font-weight: normal;
	text-align: left;
}


#slider{
position:center;
margin:0 auto;
}

#slider img {
padding: 1px;
border: solid 1px #e4e4e4;
margin: 0 22px;
}

#navbuttons{
	text-align:center;
	margin: 24px;
}

#pager{
	position:center;
	margin:0 auto;
}
#mission{
	margin:0 12px 24px 24px !important;
}

.content {
	width:960px;
	margin:0 auto;
}

article {
	width:444px;
	float: left;
	margin:0 12px 24px 24px;
}

article:nth-child(2n) {
	margin:0 24px 12px 12px;
}

li.services {
line-height: 1.5em;
font-family: 'Roboto', sans-serif;
color: ffffff;
font-size: 18;
vertical-align: text-top;
}

.btn{-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
	margin: 0 22px
}

.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.btn:active {
	position:relative;
	top:1px;
}
.heading {
	width:444px;
	border-bottom:2px solid #c2252e;
	display: inline-block;
	float:left;
	color:#cccccc;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px;
}
.heading1{
	width:100%;
	border-bottom:2px solid #c2252e;
	display: inline-block;
	float:left;
	color:#cccccc;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px;
}

p {
	color:#f0f0f0;
	text-align: justify;
	font-size: 11px;
	/*height:180px;*/
	overflow: hidden;
	float: left;
}

footer {
margin-top:40px;
	<!--position: fixed;-->
	width:100%;
	height:20px;
	bottom:0;
	text-align: center;
	color: #fff;
}