/* 
    Document   : nzcamper
    Created on : 03/12/2009, 11:46:42 AM
    Author     : Mayhem Design - http://www.mayhemdesign.com.au
*/
root { 
    display: block;
}
body {
  margin: 0px auto;
  width: 1005px;
  font: normal 0.8em Arial, Helvetica, Sans-serif;
}
div#banner {
  margin: 0px auto;
  width: 1005px;
  height: 160px;
  background: #FFF url('images/Camperbanner.jpg') top left no-repeat;
}
div#nav {
  background: #007504;
  font: normal 1em Arial, Helvetica, Sans-serif;
  color: #FFF;
  width: 975px;
  margin: 0px auto;
  padding-left: 30px;
  line-height: 30px;
}
div#searchbox {
  width: 985px;
  height: 150px;
  background: #007504 url('images/searchback.jpg') top left repeat-x;
  margin-top: 5px;
  padding: 20px 10px;
/* border: 1px solid #CC0CC0; */
}
div#container {
  width: 1005px;
  margin: 0px auto;
}
div#left {
  width: 180px;
  float: left;
  display: inline;
/* border: 1px solid #CC0000; */
}
div#main {
  position: relative;
  left: 10px;
  right: 10px;
  float: left;
  width: 620px;
/* border: 1px solid #00CC00; */
}
div#rentals {
  position: relative;
  left: 10px;
  right: 10px;
  float: left;
  width: 980px;
/* border: 1px solid #00CC00; */
}
div#right {
  width: 180px;
  float: right;
  display: inline;
  margin-top: 10px;
/* border: 1px solid #CCCC00; */
}
form.frontform {
  width: 750px;
  background: #007504;
  color: #F3F644;
}
td.formtag { 
  text-align: right;
  font-weight: bold;
  width: 125px;
  padding: 0px 3px;
}
td.formcell { text-align: left; width: 250px; padding: 0px 3px; }
td.rental { vertical-align: top; border-bottom: 1px solid #AFAFAF; }

h3 { color: #007504; }
li { font: normal 1em Arial, Helvetica, Sans-serif; list-style-position: inside; }
label {
  font-weight: bold;
  color: #007504;
  width: 90px;
  float: left;
  margin-right: 5px;
  text-align: right;
}

#nav a { color: #FFF; text-decoration: none; padding: 0px 20px; }
#nav a:hover { color: #FFF; text-decoration: underline; }
