body {
  position: relative;
  width: 900px;
  margin: 20px auto;
  padding: 0;
  text-align: center;
  background: url(/images/bg.png) repeat top left;
}
img {
  display: block;
  border: 0;
}
img.toTop, img.toBottom, img.toLeft, img.toRight {
  position: absolute;
  z-index: 2;
}
img.toTop {
  top: 0;
}
img.toBottom {
  bottom: 0;
}
img.toLeft {
  left: 0;
}
img.toRight {
  right: 0;
}
#header {
  position: relative;
  overflow: hidden;
  width: 900px;
  height: 103px;
  background: url("images/HDBg.gif") repeat-x top left;
}
img#siteLogo {
  position: absolute;
  top: 9px;
  left: 15px;
}
img#gealanLogo {
  position: absolute;
  top: 25px;
  right: 30px;
}
div#dealerButton {
  position: absolute;
  top: 22px;
  left: 318px;
}
#hNav {
  position: relative;
  height: 29px;
	padding-top: 10px;
  width: 900px;
  background: url(images/HNavBG.gif) repeat-x top left;
}

#hNav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#hNav ul li {
  width: 128px;
	margin-left: 0;
	margin-bottom: 0;
	padding: 10px 30px 15px;
	list-style: none;
	display: inline;
  background: url(images/HNavSeparator.gif) no-repeat top center;
}
#hNav ul li:hover {
  background: url(images/HNavSeparatorMO.gif) no-repeat top right;
}
#hNav ul li.last {
  background: none;
}
#hNav a {
  color: #fff !important;
  font-weight: bold;
  text-decoration: none !important;
}

div.hnavItem, div.hnavItemOver {
  position: absolute;
  top: 0px;
  width: 118px;
	margin-left: 0;
	margin-bottom: 0;
	padding: 10px 5px 15px 5px;
}
div.hnavItem {
  background: url(images/HNavSeparator.gif) no-repeat top right;
}
div.hnavItemOver {
  background: url(images/HNavSeparatorMO.gif) no-repeat top right;
}
div#h1 {
  left: 0px;
}
div#h2 {
  left: 130px;
}
div#h3 {
  left: 258px;
}
div#h4 {
  left: 386px;
}
div#h5 {
  left: 514px;
}
div#h6 {
  left: 642px;
}
div#h7 {
  left: 770px;
}
#subNav {
  position: relative;
  text-align: left;
  font: normal 12px Arial,Helvetica;
  height: 25px;
	padding: 10px 10px 0 10px;
  width: 878px;
  background: url(images/subNavBg.gif) repeat-x top left;
  margin: 0 auto;
}
#subNav a {
  color: #333 !important;
/*  font-weight: bold !important; */
  text-decoration: underline !important;
}
#subNav a:hover {
  color: #DA251C !important;
}
#homeContent {
  position: relative;
  width: 899px;
  height: 245px;
  overflow: hidden;
  background: url(/images/ContentLeftBg.gif) repeat-x top left;
  border-left: 1px solid #fff;
}
#homeContentMiddle {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 380px;
  height: 245px;
  width: 91px;
  background: url(/images/ContentCenterBg.gif) repeat-x top left;
}
#homeContent #detButton {
  position: absolute;
  top: 136px;
  left: 250px;
}
#homeContent #actionCall {
  position: absolute;
  top: 45px;
  left: 15px;
}
#homeContent #actionText {
  position: absolute;
  top: 136px;
  left: 19px;
  width: 220px;
  font: bold 13px Arial,Helvetica;
  text-align: justify;
}
span.redText {
  color: #DA251C;
}

#homeFooter {
  position: relative;
  width: 900px;
  height: 150px;
  margin-top: 3px;
}
#homeFooter div.box {
  width: 298px;
  text-align: justify;
  line-height: 90%;
  font: normal 12px Arial,Helvetica;
}
#homeFooter div.boxHeader {
  padding: 8px 10px 0px 10px;
  height: 29px;
  font: bold 16px Arial,Helvetica;
  text-align: left;
  color: #fff;
  background: url(/images/HBoxHd.gif) no-repeat top left;
}
#homeFooter div.boxContent {
  height: 62px;
  padding: 5px 15px;
  background: url(/images/HBoxBg.gif) repeat-y top left;
}
#homeFooter div.boxFooter {
  height: 10px;
  background: url(/images/HBoxFt.gif) no-repeat top left;
}
#homeFooter div.detButton {
  position: absolute;
  top: 93px;
  left: 24px;
  z-index: 2;
}
#homeFooter #b1, #homeFooter #b2, #homeFooter #b3 {
  position: absolute;
  top: 0;
}
#homeFooter #b1 {
  left: 0;
}
#homeFooter #b2 {
  left: 301px;
}
#homeFooter #b3 {
  right: 0;
}

#loginBox {
    position: absolute;
    top: 80px;
    right: 100px;
    width: 298px;
    height: 150px;
    text-align: center;
}
#loginBox div.loginLabel {
    float: left;
    clear: both;
    width: 90px;
    text-align: right;
    font-weight: bold;
    margin-top: 10px;
    padding-right: 10px;
}
#loginBox input {
    float: left;
    width: 150px;
    margin-top: 10px;
}
#loginBox div.loginHeader {
  padding: 8px 10px 0 10px;
  height: 29px;
  font: bold 16px Arial,Helvetica;
  text-align: left;
  color: #fff;
  background: url(/images/HBoxHd.gif) no-repeat top left;
}
#loginBox div.loginContent {
  height: 95px;
  padding: 0 15px;
  background: url(/images/HBoxBg.gif) repeat-y top left;
}
#loginBox div.loginFooter {
  height: 10px;
  background: url(/images/HBoxFt.gif) no-repeat top left;
}
#loginBox div.loginButton {
  position: absolute;
  top: 116px;
  right: 65px;
  z-index: 2;
}


#formBox 
{
    margin-left: 350px;
    right: 30px;
    width: 498px;
    height: 400px;
    font-weight: bold;
    text-align: left; 
}
#formBox div.formLabel {
    float: left;
    clear: both;
    width: 140px;
    text-align: right;
    font-weight: bold;
    margin-top: 2px;
    padding-right: 10px;
}
#formBox input, #formBox select  {
    float: left;
    width: 300px;
    margin-top: 2px;
}
#formBox textarea {
    width: 450px;
    height: 200px;
    margin-top: 2px;
}
#formBox div.formHeader {
  padding: 8px 10px 0 10px;
  height: 29px;
  font: bold 16px Arial,Helvetica;
  text-align: left;
  color: #fff;
  background: url(/images/FBoxHd.gif) repeat-x top left;
}
#formBox div.formContent {
  padding: 0 15px;
   background: url(/images/FBoxBg.gif) repeat top left;
}
#formBox div.formFooter {
  position: relative;
  height: 10px;
  background: url(/images/FBoxFt.gif) repeat-x top left;
}
#formBox div.formButton {
  position: absolute;
  top: -16px;
  right: 25px;
  z-index: 2;
}


#dealerContent {
    position: relative;
    width: 900px; 
    background: #fff;
}
