/* css/layout.css for Natural Cleaners
   site-wide layout */

@import url(basic.css);

/** containers **/
#container {
  margin: 0 auto;
  position: relative;
  width: 831px;
  }
#content {
  background: url(../img/bg/contents.png) 0 0 no-repeat;
  height: 1%;
  margin: 70px 0 0 0;
  overflow: auto;
  padding: 30px 38px 30px 30px;
  position: relative;
  text-align: left;  /* reset text-alignment after IE5.5 centering */
  zoom: 1;  /* force hasLayout to prevent #content from disappearing - see http://www.satzansatz.de/cssd/rpfloat.html */
  }
#after-content {
  margin: 0 auto 0 auto;
  padding: 0;
  }
#after-content img{
  display: block;
  margin: 0;
  }
  
/** header **/
#header {
  left: 0;
  padding: 0;
  position: absolute;
  text-align: left;  /* reset text-alignment after IE5.5 centering */
  top: 0px;
  width: 100%;
  }
#free-estimate {
  float: right;
  margin: 4px 5px 0 0;
  }
#logo {
  float: left;
  margin: 0;
  }

/** global nav **/
#navigation {
  clear: right;
  float: right;
  margin: 10px 5px 0 0;
  width: 470px;  /* width needed to prevent truncation of last menu item in IE */
  }
#navigation li {
  border-right: 1px solid #e7e7e7;
  float: left;
  height: 10px;
  padding: 0 11px;
  overflow: hidden;
  }
#navigation li.last {
  border-right: 0 none;
  padding-right: 0;
  }
#navigation li a {
  display: block;
  height: 10px;
  padding-top: 100px;
  }
#navigation li a.nav-main {
  background: url(../img/nav/main.png) 0 -10px no-repeat;
  width: 30px;
  }
#navigation li a.nav-services {
  background: url(../img/nav/services.png) 0 -10px no-repeat;
  width: 50px;
  }
#navigation li a.nav-products {
  background: url(../img/nav/products.png) 0 -10px no-repeat;
  width: 57px;
  }
#navigation li a.nav-rates {
  background: url(../img/nav/rates.png) 0 -10px no-repeat;
  width: 31px;
  }
#navigation li a.nav-about-us {
  background: url(../img/nav/about_us.png) 0 -10px no-repeat;
  width: 55px;
  }
#navigation li a.nav-faqs {
  background: url(../img/nav/faqs.png) 0 -10px no-repeat;
  width: 28px;
  }
#navigation li a.nav-contact-us {
  background: url(../img/nav/contact_us.png) 0 -10px no-repeat;
  width: 70px;
  }
#navigation li a:hover, #navigation li.current a {
  background-position: 0 0;
  }  

/** page topic area **/
#page-topic {
  float: left;
  margin: 288px 0 0 0;
  padding: 4px 30px;
  width: 436px;
  \width: 496px;
  w\idth: 436px;
  }
  
/* banner image */
#banner {
  left: 30px;
  position: absolute;
  top: 30px;
  }
#banner .title {
  left: 32px;
  position: absolute;
  top: 205px;
  z-index: 9;
  }
  
/* related (right) column */
#related {
  float: right;
  margin: 288px -2px 0 0;
  width: 254px;
  }
#related a {
  display: block;
  }
#related img {
  display: block;
  margin: 0 0 8px 0;
  }

/** footer **/
#footer {
  clear: both;
  color: #fff;
  font-size: 10px;
  margin: 10px auto;
  text-align: center;
  }
