html, body{
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url('../images2/bg.png');
}

#header_container{
    width: 100%;
    height: 260px;
    background: url('../images2/white_bg.png') repeat-x;
    padding-top: 15px;
}

#container{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
}

#header{
    background: url('../images2/header.png') no-repeat;
    width: 1000px;
    height: 260px;
    margin: 0 auto;
    overflow: visible;
}

#header_text{
    width: 645px;
    padding: 10px 30px;
    background: url('../images2/header_text_bg.png') #fff bottom repeat-x;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    text-align: center;
    border:2px solid #415903;
    float: right;
    position:absolute;
    top: 170px;
    left: 50%;
    margin-left: -225px;
}
#header_text h1{
    font-size: 27px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#header_text.pxSmall h1{
    font-size: 22px;
}
#coupon{
    width: 820px;
    height: 470px;
    background: url('../images2/ad_bg.png') #e8eadd repeat-x;
    color: #333;
    padding: 20px;
    margin: 30px auto;
    border: 2px solid #415903;
    font-weight: bold;
    font-size: 26px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

#ad{
    /*background: url('http://www.bug-central.com/images2/termite_ad.png') no-repeat;*/
    width: 792px;
    height: 400px;
    text-align: left;
    margin: auto;
}
#coupon h2{
    background: #a30000;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: block;
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}
#coupon h2 img{
    position: relative;
    top: 2px;
}

form{
    width: 780px;
    margin: 0 auto;
}
.form_element{
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
    height: 60px;
    vertical-align: top;
    text-align: left;
}
label{
    font-size: 18px;
    display: block;
    text-align: left;
}
input{
    height: 30px;
    border: 1px solid #415903;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    background: url('../images2/input_bg.png') repeat-x;
    font-weight: bold;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
}
textarea{
    width: 300px;
    height: 75px;
    border: 1px solid #415903;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    background: url('../images2/input_bg.png') repeat-x #fefefe;
    font-weight: bold;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
}
input:focus{
    background-position: 0 -10px;
}
input[type=checkbox]{
    width: 20px;
    height: 20px;
}
textarea:focus{
    background-position: 0 -10px;
}
button{
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    border: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 150px;
    height: 40px;
    background: url('../images2/button.png') no-repeat;
    border: 1px solid #666;
}

#success{
    display: none;
    width: 500px;
    height: 200px;
    border: 0;
    text-align: center;
    margin: 30px auto;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
button:hover{
    background-position: 0 -40px;
}

#call_today{
    margin: 0 auto;
    
}

#above_footer{
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 26px;
    margin: 2px auto;
    margin-top: 30px;
}

.content_div{
    background: url('../images2/ad_bg.png') #e8eadd repeat-x;
    width: 820px;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid #415903;
}
.content_div img{
    margin-right: 40px;
}

#footer{
    width: 100%;
    margin: 15px 0 0 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    border-top: 1px solid #333;
    box-shadow: 0px 0px 15px #666;
    padding-bottom: 0;
    color: #333;
    padding: 30px 0 30px 0;
}
#footer_content{
    width: 820px;
    margin: 0 auto;
}
#footer a:link,#footer  a:visited, .content_div a:link,.content_div  a:visited{
    color: #4c7f1e;
    text-decoration: none;
}
#footer a:hover,#footer  a:active, .content_div a:hover,.content_div  a:active{
    color: #69a136;
}

#copyright{
    width: 350px;
    text-align: left;
    color: #333;
    float: left;
    margin-right: 235px;
}
#footer_links{
    float: left;
    width: 230px;
    text-align: left;
    color: #333;
}
#footer_links a{
    display: block;
}

a:link, a:visited{
    color: #fff;
}
a:hover, a:active{
    color: #fff;
}

h3{
    text-align: left;
}