@charset "utf-8";
/* CSS Document */

#content {
	width: 960px;
	margin: auto;
}
#left {
	width: 10px;
	height: 340px;
	float: left;
	background: url(images/offers_left.png) no-repeat;
	margin-top: 12px;
}
#centre {
	width: 940px;
	height: 340px;
	float: left;
	background: url(images/offers_background.png) repeat-x;
	margin-top: 12px;
}
#right {
	width: 10px;
	height: 340px;
	float: left;
	background: url(images/offers_right.png) no-repeat;
	margin-top: 12px;
}
#header1 {
	float: left;
	width: 180px;
	height: 28px;
	margin-left: 60px;
}
#header2 {
	float: left;
	width: 180px;
	height: 28px;
	margin-left: 70px;
}
#header3 {
	float: left;
	width: 180px;
	height: 28px;
	margin-left: 60px;
}
h2.general {
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
	text-transform: capitalize;
	color:#365861;
	font-weight: normal;
}
h1.header1_text {
  background: url(images/garage1.jpg) no-repeat;
  height: 28px;
  width: 180px;
  text-indent:-9999px;
  margin-top: 8px;
}
h1.header2_text {
  background: url(images/garage2.jpg) no-repeat;
  height: 28px;
  width: 180px;
  text-indent:-9999px;
  margin-top: 8px;
}
h1.header3_text {
  background: url(images/garage3.jpg) no-repeat;
  height: 28px;
  width: 180px;
  text-indent:-9999px;
  margin-top: 8px;
}
#left_panel {
	float: left;
	width: 312px;
	height:340px;
}
#seperator_left {
	float: left;
	width: 2px;
	height: 340px;
	background: url(images/seperator.png) no-repeat;
	margin-left: 0px;
	z-index: 9999;
}
#seperator_right {
	float: left;
	width: 2px;
	height: 340px;
	background: url(images/seperator.png) no-repeat;
	margin-left: 0px;
	z-index: 9999;
}
#centre_panel {
	float: left;
	width: 312px;
	height:340px;
}
#right_panel {
	float: left;
	width: 312px;
	height:340px;
}
#button_links {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 940px;
  height: 45px;
  position: relative;
}
#button_links span {
  display: none;
  position: absolute;
}
#button_links a {
  display: block;
  text-indent: -9999px;
  position: absolute;
  outline: none;
}
#button_links a:hover {
  background-position: left bottom;
}
#button_links a:hover span {
  display: block;
}
#button_links .offers_link1 {
  width: 165px;
  height: 45px;
  background: url(images/view_leaflet.jpg) no-repeat;
  left: 66px;
  top: 283px;
}
#button_links .offers_link2 {
  width: 165px;
  height: 45px;
  background: url(images/view_leaflet.jpg) no-repeat;
  left: 386px;
  top: 283px;
}
#button_links .offers_link3 {
  width: 165px;
  height: 45px;
  background: url(images/view_leaflet.jpg) no-repeat;
  left: 703px;
  top: 283px;
}
#one_bay_picture {
	float: left;
	width: 150px;
	height: 150px;
	margin-left: -6px;
	margin-top: 7px;
}
#two_bay_picture {
	float: left;
	width: 150px;
	height: 150px;
	margin-top: 7px;
	margin-left: 4px;
}
#three_bay_picture {
	float: left;
	width: 150px;
	height: 150px;
	margin-top: 7px;
	margin-left: 4px;
}
#spec_text {
	width: 160px;
	float: left;
	margin-left: 145px;
	margin-top: -140px;
}
#cost_text {
	width: 312px;
	float: left;
	margin-top: -18px;
}

