@import url('reset.css');
@import url('layout2.css');

html { background: url("../img/style1/bg-html.jpg") center top repeat-x #e0e0e0; }

body { 
	background: url("../img/style1/bg-body.png") center top no-repeat transparent;
}
.main_bg {
  font-size: 95%; 
}

#head { background: url("../img/style1/bg-head.png") center top repeat-x transparent; }
#head .wrap { background: url("../img/style1/bg-head-wrap.png") 205px 65px no-repeat transparent; }

#navbar { background: url("../img/style1/bg-navbar.png") center bottom no-repeat transparent; }
#navbar table { width: 1000px; }
#navbar a,#foot a { color: #fff; }
#navbar a:hover,#foot a:hover { color: #1b7a84; }
#navbar .submenu {
  background-color: #575757;
  border-bottom: 2px solid #111;
  margin-top: 0; }
#navbar .submenu a:hover {
  background-color: #1b7a84;
  color: #fff; }
  
#contactForm td { padding:3px; }

#mainimage { background: url("../img/style1/bg-mainimage.png") center bottom repeat-x transparent; }

#content {
  background: url("../img/style1/bg-content.png") center center repeat-y transparent;
  color: #353535; }
#content a {
  color: #1b7a84;
  text-decoration: underline; }
#content a:hover { color: #333; }
h6,h5,h4,h3,h2,h1 {
  border: 0px !important;
  color: #1b7a84; }

.p_block ul {
  margin-left: 20px;
}
.p_block ul li{
  padding-bottom:3px;
}

#foot {
  background: url("../img/style1/bg-foot.png") center top no-repeat transparent;
  color: #fff; }

/* home page specific */
.home_page #content .wrap { position: relative; }
.home_page .compensation.top {
  display: block;
  height: 210px; }
.home_page #features {
  left: 0;
  position: absolute;
  top: 335px;
  width: 1000px; }
.home_page #features .feature,.home_page #features .feature a {
  height: 210px;
  width: 241px; }
.home_page #features .feature {
  background: url("../img/style1/bg-feature.png") center center no-repeat transparent;
  clear: right;
  float: left;
  margin-left: 9px; }
.home_page #features .feature h3 {
  height: 45px;
  width: 241px; }
.home_page #features .feature.casing h3 { background: url("../img/style1/bg-feature-casing.png") 18px bottom no-repeat transparent; }
.home_page #features .feature.wells h3 { background: url("../img/style1/bg-feature-wells.png") 18px bottom no-repeat transparent; }
.home_page #features .feature.trailers h3 { background: url("../img/style1/bg-feature-trailers.png") 18px bottom no-repeat transparent; }
.home_page #features .feature.rentals h3 { background: url("../img/style1/bg-feature-rentals.png") 18px bottom no-repeat transparent; }
.home_page #features .feature a {
  color: #fff;
  display: block;
  text-decoration: none; }
.home_page #features .feature p { margin: 10px 30px 0 20px; }