@charset "utf-8";
body {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #929395;
}
#wrapper {
	height: 880px;
	width: 805px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/clipboard2.jpg);
	position: relative;
	background-repeat: no-repeat;
}
#menuItems {
	height: 140px;
	width: 680px;
	position: relative;
	left: 70px;
}
#buttons {
	height: 36px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#buttons a:hover {
	background-position: center;
}
#buttons a:active {
	background-position: bottom;
}
#selected     {
	background-repeat: no-repeat;
	width: 36px;
	background-position: 0px bottom;
}

#selected a {
	background-repeat: no-repeat;
	display: block;
	background-position: 0px bottom;
	height: 36px;
}
#logo a {
	display: block;
	height: 50px;
	width: 210px;
	position: absolute;
	top: 52px;
}
#homeBtn {
	background-image: url(../images/home_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 36px;
	width: 64px;
	float: left;
}
#homeBtn  a {
	background-image: url(../images/home_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 36px;
	width: 64px;
}
#aboutBtn {
	background-image: url(../images/about_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 36px;
	width: 93px;
	float: left;
}
#aboutBtn a {
	background-image: url(../images/about_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 36px;
	width: 93px;
}
#servicesBtn {
	background-image: url(../images/services_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 36px;
	width: 137px;
	float: left;
}
#servicesBtn a {
	background-image: url(../images/services_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 36px;
	width: 137px;
}

#differenceBtn {
	background-image: url(../images/ourDifference_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 36px;
	width: 138px;
	float: left;
}
#differenceBtn    a {
	background-image: url(../images/ourDifference_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 36px;
	width: 138px;
}
#testimonialsBtn {
	background-image: url(../images/testimonials_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 36px;
	width: 109px;
	float: left;
}
#testimonialsBtn a {
	background-image: url(../images/testimonials_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 36px;
	width: 109px;
}
#contactBtn {
	background-image: url(../images/contact_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 36px;
	width: 110px;
	float: left;
	margin-right: 8px;
}
#contactBtn a {
	background-image: url(../images/contact_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 36px;
	width: 110px;
}
#centre {
	height: 646px;
	width: 680px;
	position: relative;
	left: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000037;
	text-decoration: none;
	top: 6px;
	line-height: 16px;
}
#text_box {
	width: 640px;
	padding-top: 17px;
}

#banner {
	background-image: url(../images/benner2.jpg);
	background-repeat: no-repeat;
	height: 317px;
	width: 648px;
}
#buckets {
	height: 146px;
	width: 680px;
	position: relative;
	top: 5px;
	left: 5px;
}
#footer {
	height: 20px;
	width: 680px;
	position: absolute;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	left: 0px;
}
#poweredBy {
	float: right;
	margin-right: 20px;
}
#copyrights {
	float: left;
	height: 20px;
	width: 450px;
	line-height: 20px;
}

.bucket {
	background-repeat: no-repeat;
	float: left;
	height: 146px;
	width: 210px;
	margin-right: 9px;
}







a  img     {
	border: none;
	outline: none;
	
}
a:active  {
	border: none;
	outline: none;
}
a:visited  {
	border: none;
	outline: none;
}
a:focus  {
	border: none;
	outline: none;
}

.clear_floats {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#banner2 {
	background-image: url(../images/benner.jpg);
	background-repeat: no-repeat;
	height: 276px;
	width: 652px;
}
.title {
	display: block;
	width: 600px;
	margin-bottom: 20px;
}
.subTitles {
	font-family: Tahoma, Helvetica, "MS Sans Serif", "Myriad Pro", Arial;
	font-size: 18px;
	text-transform: uppercase;
	color: #2A246E;
}
.smallCaps {
	font-variant: small-caps;
	color: #17143D;
}
.selectedText {
	font-family: "Courier New", Courier, monospace;
	color: #8D622F;
	font-weight: normal;
}
#text_box a {
	color: #2A2663;
	text-decoration: underline;
}
#text_box a:hover {
	color: #8A0922;
	text-decoration: none;
}
ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#didYouKnowBox {
	position: absolute;
	bottom: 85px;
	width: 700px;
}
#didYouKnowFloatLeft {
	float: left;
	width: 299px;
}


#tiresDidYouKnow {
	background-image: url(../images/titleOnlyDidYouKnow.jpg);
	background-repeat: no-repeat;
	height: 74px;
	width: 299px;
	margin-top: 24px;
}
#DidyouKnowText {
	color: #5052A5;
	font-family: Tahoma, Helvetica, "MS Sans Serif", "Myriad Pro", Arial;
	font-size: 16px;
	font-style: italic;
}
#tiresImage {
	background-image: url(../images/tiresImage.jpg);
	background-repeat: no-repeat;
	height: 244px;
	width: 368px;
	float: left;
}
#tiresServicesBtn {
	background-image: url(../images/titleservices_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	height: 37px;
	width: 102px;
	display: block;
}
#tiresServicesBtn a {
	background-image: url(../images/titleservices_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 37px;
	width: 102px;
	display: block;
}
#tiresServicesBtn a:hover {
	background-position: bottom;
}
#servicesTiresBtn {
	background-image: url(../images/titletires_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	height: 37px;
	width: 71px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#servicesTiresBtn a {
	background-image: url(../images/titletires_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 37px;
	width: 71px;
	display: block;
}
#servicesTiresBtn a:hover {
	background-position: bottom;
}
#bookingsHolder {
	height: 22px;
	width: 220px;
	position: absolute;
	top: 38px;
	right: 30px;
}

#mapHolder {
	height: 500px;
	width: 330px;
	float: right;
	margin-right: -20px;
	position: relative;
}
#mapAreal {
	height: 225px;
	width: 323px;
	position: absolute;
	top: -2px;
}
#mapCloseUp {
	background-repeat: no-repeat;
	height: 279px;
	width: 323px;
	position: absolute;
	top: 223px;
}
#imageHolder {
	position: absolute;
	right: 10px;
	top: 18px;
	width: 230px;
}
#imageHolder  img {
	float: left;
}
#textPusher {
	float: right;
	width: 85px;
	height: 550px;
}
#imageHolderRelative {
	position: absolute;
	right: 10px;
	top: 18px;
	width: 230px;
}
.iamgeRelative {
	float: right;
	position: relative;
}
#topImage {
	position: absolute;
	top: 17px;
	right: 15px;
}
.topImagePusher {
	float: right;
	position: relative;
	width: 210px;
	height: 140px;
}
.imageRelativeLeft {
	float: left;
	position: relative;
	margin-right: 5px;
	margin-top: -3px;
}
#bottomImage {
	position: absolute;
	top: 373px;
	right: 15px;
}
.bottomImagePusher {
	float: right;
	position: relative;
	width: 230px;
	height: 200px;
}
.titleHolder {
	display: block;
	width: 600px;
	margin-bottom: 20px;
}

