/*** general ***/
body {
   color: #000000;
   font-family: "Verdana", sans-serif;
   font-size: 12px;
   margin: 0;
   min-width: 974px;
   padding: 0;
   padding-bottom: 30px;
   text-align: center;
}

form {
   margin: 0;
   padding: 0;
}

hr {
   background-color: #000000;
   border-width: 0;
   color: #000000;
   height: 1px;
}

img {
   border: 0;
}

h1, h2, h3, h4, h5, h6 {
   margin: 0;
   padding: 0 0 15px 0;
}

.first {
   border-left: none;
}


/*** clear float ***/
.clear_float {
   clear: both;
   height: 0;
   margin: 0;
   overflow: hidden;
   padding: 0;
}

.clear_float_left {
   clear: left;
   height: 0;
   margin: 0;
   overflow: hidden;
   padding: 0;
}

.clear_float_right {
   clear: right;
   height: 0;
   margin: 0;
   overflow: hidden;
   padding: 0;
}


/*** wrapper and content ***/
#wrapper {
   margin: 0 auto;
   position: relative;
   text-align: left;
   width: 974px;
}

#content {
   height: auto !important;
   height: 217px;
   min-height: 217px;
   padding: 530px 0 15px 22px;

}


/*** header ***/
#logo {
   position: absolute;
   right: 0;
   top: 31px;
   z-index: 10;
}

#call_us_today {
   color: #3541C1;
   font-size: 16px;
   font-weight: bold;
   left: 21px;
   position: absolute;
   top: 81px;
   z-index: 10;
}

#header_overlay {
   background: url( ../images/header_overlay.png ) no-repeat;
   height: 337px;
   left: 0;
   position: absolute;
   top: 113px;
   width: 974px;
   z-index: 40;
}

#header_photo {
   height: 268px;
   overflow: hidden;
   position: absolute;
   right: 0;
   top: 153px;
   width: 728px;
   z-index: 30;
}

#header_photo_dropshadow {
   background: url( ../images/header_photo.png ) no-repeat;
   height: 306px;
   position: absolute;
   right: 0;
   top: 144px;
   width: 753px;
   z-index: 20;
}


/*** navigation ***/
#navigation {
   position: absolute;
   left: 248px;
   top: 129px;
   z-index: 50;
}

#navigation ul {
   margin: 0;
   padding: 0;
}

#navigation ul li {
   display: inline;
   padding-right: 23px;
}

#navigation ul li a {
   color: #FFFFFF;
   text-decoration: none;
}

#navigation ul li a:hover {
   color: #000000;
}


/*** navigation services ***/
#navigation_services {
   color: #FFFFFF;
   position: absolute;
   left: 36px;
   top: 166px;
   z-index: 50;
}

#navigation_services h3 {
   font-size: 12px;
   padding-bottom: 14px;
}

#navigation_services h3 a {
   color: #FFFFFF;
   text-decoration: none;
}

#navigation_services h3 a:hover {
   color: #000000;
}

#navigation_services ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

#navigation_services ul li {
   line-height: 24px;
}

#navigation_services ul li a {
   color: #FFFFFF;
   text-decoration: none;
}

#navigation_services ul li a:hover {
   color: #BF0000;
}


/*** navigation_footer ***/
#navigation_footer {
   height: 41px;
   left: 0;
   position: absolute;
   top: 469px;
   width: 974px;
}

#navigation_footer ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

#navigation_footer ul li {
   position: absolute;
}

#navigation_footer ul li#specials {
   right: 756px;
}

#navigation_footer ul li#contactus {
   right: 570px;
}

#navigation_footer ul li#ourguarantee {
   right: 380px;
}

#navigation_footer ul li#clientfeedback {
   right: 189px;
}

#navigation_footer ul li#credibilty {
   right: 0px;
}


/*** footer ***/
#footer {
   background: url( ../images/footer.png ) no-repeat;
   color: #FFFFFF;
   font-size: 11px;
   height: 133px;
   overflow: hidden;
   padding: 28px 34px 0px 54px;
   text-align: center;
   width: 886px;
}

#footer h3 {
   font-size: 10px;
}

#footer ul {
   margin: 0;
   padding: 0;
}

#footer ul li {
   display: inline;
}


/*** form ***/
form {
   margin: 0 auto;
   padding: 0;
   width: 580px;
}

label {
   display: block;
   float: left;
   margin: 0;
   padding: 0;
   margin-right: 10px;
   text-align: right;
   width: 150px;
}

input {
   color: #000000;
   font-family: "Verdana", sans-serif;
   font-size: 12px;
}

.select {
   color: #000000;
   float: left;
   font-family: "Verdana", sans-serif;
   font-size: 12px;
   margin: 0;
   padding: 2px;
}

.text {
   border: 1px solid #999999;
   float: left;
   font-family: "Verdana", sans-serif;
   font-size: 12px;
   margin: 0;
   padding: 2px;
   width: 246px;
}

.textarea {
   border: 1px solid #999999;
   color: #000000;
   float: left;
   font-family: "Verdana", sans-serif;
   font-size: 12px;
   margin: 0;
   padding: 2px;
   height: 64px;
   width: 246px;
}

.button {
   margin-top: 10px;
   padding-left: 160px;
}

.process-message {
   color: #FF0000;
   display: none;
   font-style: italic;
   font-weight: bold;
   padding-bottom: 15px;
}

.error {
   color: #FF0000;
   float: left;
   font-style: italic;
   font-weight: bold;
   height: 22px;
   line-height: 22px;
   margin-left: 10px;
   width: 150px; 
}

.clear_float_form {
   clear: left;
   height: 10px;
   margin: 0;
   overflow: hidden;
   padding: 0;
}
