body{
  margin:0px;
  padding:0px;
  background-color: #E8E8E8;
}

#container {
  width: 1000px;
  height:517px;
  margin:50px auto 0px auto;
  background-color: #00FF00;
}

#content_body {
  height: 517px;
  background-image: url(../images/shadow_body.jpg);
  background-repeat: repeat-y;
  background-position: top left;
  position: relative;
}

#inventory_advert {
  position: absolute;
  display: none;
  width: 965px;
  height:45px;
  margin: 0px auto 0px auto;
  background-color: #222222;
  border-top: 3px solid #666666;
  border-left: 3px solid #666666;
  border-right: 3px solid #666666;
  top: 334px;
  left: 15px;
  z-index: 99;
  filter:alpha(opacity=75);
  opacity:.75;
  text-align: center;
  color: #FFFFFF;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 12px;
}


#header {
  background-image: url(../images/border_top.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

#footer {
  background-image: url(../images/border_bottom.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}


#header,#footer{
  clear:both;
  background-color: #00FF00;
  height: 28px;
  text-align:center;
  margin:0px;
}

#logo_div {
  width: 100%;
  height: 381px;
  background-color: transparent;
  position: relative;
}

#logo_div_2 {
  width: 100%;
  height: 454px;
  background-color: transparent;
  position: relative;
}

#logo {
  width: 534px;
  height: 381px;
  background-color: transparent;
  position: absolute;
  left: 15px;
  top: 0px;
  background-image: url(../images/title_Background_image.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}

#locations_logo {
  width: 534px;
  height: 454px;
  background-color: transparent;
  position: absolute;
  left: 15px;
  top: 0px;
  background-image: url(../images/title_Background_image_2.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}

#links {
  width: 451px;
  height: 381px;
  background-color: transparent;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(../images/home_links_background.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}

#location_links {
  width: 451px;
  height: 454px;
  background-color: transparent;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(../images/location_links_background.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}

#home_links_a {
  position: absolute;
  right: 105px;
  top: 22px;
}

#links a,#location_links a {
  font-family: Tahoma;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  color: #666666;
}

#links a:hover,#location_links a:hover{
  color: #BBBBBB;
}

#icons_div {
  width: 100%;
  height: 135px;
  background-color: transparent;
  position: relative;
}

#locations_div {
  width: 100%;
  height: 62px;
  background-color: transparent;
  position: relative;
}

#location_text {
  position: absolute;
  width:100%;
  text-align: center;
  top: 25px;
}

.location_directions {
  width: 475px;
  position: absolute;
  filter:alpha(opacity=90);
  opacity:.90;
}



.address {
  color: #222222;
  font-weight: bold;
  font-family: Tahoma;
  font-size: 18px;
position: absolute;
left: 200px;
top: 0px;

}

.address h3 {
  margin: 0px 4px 4px 4px;
}

.address p{
  margin: 0px;
}

.aboutUs p{
  text-indent: 10px;
  font-family: Georgia;
  font-size: 13px;
  color: #2B2B2B;
  padding: 10px;
  font-weight: 600;
}


#location_helena {
  height: 112px;
  background-image: url(../images/helena_location.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  top: 211px;
  left: 44px;
}

#location_chelsea {
  height: 111px;
  background-image: url(../images/chelsea_location.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  top: 328px;
  left: 44px;
}

#aboutUs {
  height: 228px;
  background-image: url(../images/aboutUs.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  top: 211px;
  left: 44px;
}


#center{
  position: absolute;
  text-align: center;
  width: 320px;
  left: 340px;
  top: 0px;
}

#left{
  position: absolute;
  width: 325px;
  left: 15px;
  top: 0px;
}

#right{
  position:absolute;
  width: 325px;
  right: 15px;
  top: 0px;
}

.col {
  height: 135px;
  margin: 0px;
  cursor: pointer;
}

