@charset "utf-8";
/* CSS Document */

#navbar {
	margin: 0px;
	padding: 0px;
	height: 35px;
	list-style: none;
	background-image: url(../images/buttons.png);
	background-repeat: repeat-x;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 35px;
	text-indent: -5000px;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
}

#navbar #home {
	background-position: -0px 0px;
	width: 85px;
}
#navbar #home:hover {
	background-position: -0px -35px;
}

#navbar #carsearch {
	background-position: -85px 0px;
	width: 122px;
}
#navbar #carsearch:hover {
	background-position: -85px -35px;
}
#navbar #servicing {
	background-position: -207px 0px;
	width: 107px;
}
#navbar #servicing:hover {
	background-position: -207px -35px;
}

#navbar #sales {
	background-position: -314px 0;
	width: 173px;
}
#navbar #sales:hover {
	background-position: -314px -35px;
}

#navbar #valeting{
	background-position: -487px 0px;
	width: 98px;
}
#navbar #valeting:hover {
	background-position: -487px -35px;
}
#navbar #history{
	background-position: -585px 0px;
	width: 89px;
}
#navbar #history:hover {
	background-position: -585px -35px;
}
#navbar #location{
	background-position: -674px 0px;
	width: 103px;
}
#navbar #location:hover {
	background-position: -674px -35px;
}
#navbar #contact{
	background-position: -777px 0px;
	width: 123px;
}
#navbar #contact:hover {
	background-position: -777px -35px;
}

#first_box {
	margin: 0px;
	padding: 0px;
	height: 40px;
	list-style: none;
	background-image: url(../images/sidelinks.png);
	background-repeat: repeat-x;
}

#first_box li {
	float: left;
}

#first_box a {
	text-decoration: none;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/sidelinks.png);
	background-repeat: no-repeat;
	height: 40px;
}

#first_box #box_phase1 {
	background-position: -0px 0;
	width: 296px;
}
#first_box #box_phase1:hover {
	background-position: -0px -249px;
}
#first_box #box_phase2 {
	background-position: 0px -52px;
	width: 296px;
	margin-top: 15px;
}
#first_box #box_phase2:hover {
	background-position: -0px -301px;
}
#first_box #box_phase3 {
	background-position: -0px -104px;
	width: 296px;
	margin-top: 15px;
}
#first_box #box_phase3:hover {
	background-position: -0px -353px;
}
#first_box #box_phase4 {
	background-position: -0px -156px;
	width: 296px;
	margin-top: 15px;
}
#first_box #box_phase4:hover {
	background-position: -0px -405px;
}
#first_box #box_phase5 {
	background-position: -0px -209px;
	width: 296px;
	margin-top: 15px;
}
#first_box #box_phase5:hover {
	background-position: -0px -458px;
}
