/* RESET CSS */

body, p, h1, h2, h3, h4, ul, li {
    margin: 0px;
    padding: 0px;
}

/* LAYOUT STRUCTURE PROPERTIES */

body {
    font-family: verdana;
    font-size: 12px;
    background: url(../images/suburbanpest_bg.jpg) top repeat-x;
}
img { border: 0px; }
#wrapper {
    position: relative;
    margin: 0 auto; 
    width: 950px; 
}
#header {
    position: relative;
    width: 950px;
    height: 175px;
    margin: 0px 0px 25px 0px;
}

#logo {
    position: absolute;
    top: 18px;
    left: 0px;
    width: 530px;
    height: 131px;
}

#phone_number {
    position: absolute;
    top: 20px;
    right: 0px;
    padding: 0px 26px 0px 26px;
    -background: url(../images/phone_number_bg.jpg) top no-repeat;
    text-align: center;
    font-size: 16px;
    z-index: 3;
}

img.client_login {
    position: absolute;
    top: 105px;
    right: 0;
}

#header_img {
    position: absolute;
    top: 18px;
    right: 0px;
    width: 420px;
    height: 131px;
}
#navigation {
    position: absolute;
    top: 149px;
    left: 0px;
    width: 950px;
    height: 50px;
    background: url(../images/navigation_bg.png) center no-repeat;
    text-align: center;
}
#columns {
    width: 950px;
    margin: 25px 0px 0px 0px;
}
#left_col {
    width: 200px;
    margin: 10px 5px 0px 0px;
    float: left;
}
#right_col {
    width: 740px;
    margin: 10px 0px 10px 5px;
    float: right;
}
#r_left_col {
    width: 435px;
    margin: 10px 5px 10px 10px; 
    float: left;
}
#r_right_col {
    width: 265px;
    margin: 10px 10px 10px 5px;
    float: left;
}
#footer_wrapper {
    width: 100%;
    height: 73px;
    background: url(../images/footer_bg.jpg) top repeat-x;
}
#footer {
    margin: 0 auto;
    width: 950px;
    height: 53px;
    padding: 10px;
}
#clr {
    clear: both;
}

/* PHONE NUMBER PROPERTIES */

#phone_number p {
    font-weight: bold;
    color: #FFF;
}

/* NAVIGATION SETTINGS */

#navigation ul {
    list-style: none;
    font-weight: bold;
    color: #7c7c7c;
    font-size: 12px;
}
#navigation li {
    display: inline;
    line-height: 50px;
    border-right: 2px solid #7c7c7c;
    padding: 0px 7px 0px 4px;
}
#navigation ul li a:link,
#navigation ul li a:visited {
    text-decoration: none;
    color: #7c7c7c;
}
#navigation ul li a:hover {
    text-decoration: none;
    color: #4a66ff;
}
#navigation ul li#first {
}
#navigation ul li#last {
    border: 0px;
}
#navigation ul li a.green {
    color: #3e993e;
}

/* LEFT COLUMN PROPERTIES */

#left_col #mainbox_lft {
    width: 200px;
    text-align: left;
    margin: 0px 0px 10px 0px;
    color: #7c7c7c;
}
#left_col #mainbox_lft #heading_lft {
    width: 200px;
    height: 24px;
    background: url(../images/heading_lft_bg.png) no-repeat;
}
#left_col #mainbox_lft #heading_lft h2 {
    font-size: 12px;
    font-weight: bold;
    color: #7c7c7c;
    line-height: 23px;
    padding: 0px 0px 0px 30px;
}
#left_col #mainbox_lft #heading_lft h2 a:link,
#left_col #mainbox_lft #heading_lft h2 a:visited {
    color: #7c7c7c;
    text-decoration: none;
}
#left_col #mainbox_lft #heading_lft h2 a:hover{
    color: #4a66ff;
    text-decoration: none;
}

/* LEFT COL SPECIALTIES */

#left_col #mainbox_lft #content_lft,
#left_col #mainbox_lft #content_lft_nav {
    width: 198px;
    background: #f7f7f7;
    border-right: 1px solid #d6d8d7;
    border-bottom: 1px solid #d6d8d7;
    border-left: 1px solid #d6d8d7;
}
#left_col #mainbox_lft #content_lft_nav ul {
    list-style: none;
}
#left_col #mainbox_lft #content_lft_nav ul li {
    padding: 0px 0px 0px 30px;
    background: url(../images/list_bg.jpg) no-repeat;
    line-height: 20px;
    font-weight: bold;
}
#left_col #mainbox_lft #content_lft_nav ul li a:link,
#left_col #mainbox_lft #content_lft_nav ul li a:visited {
    color: #7c7c7c;
    text-decoration: none;
}
#left_col #mainbox_lft #content_lft_nav ul li a:hover {
    color: #4a66ff;
}

/* LEFT COL FAQS */

#left_col #mainbox_lft #content_lft ul {
    list-style-image: url(../images/list_bullet.png);
    padding: 10px 0px 10px 28px;
}
#left_col #mainbox_lft #content_lft ul li {
    font-size: 11px;
    padding: 0px 10px 5px 0px;
}
#left_col #mainbox_lft #content_lft ul li a:link,
#left_col #mainbox_lft #content_lft ul li a:visited {
    color: #7c7c7c;
    text-decoration: none;
}
#left_col #mainbox_lft #content_lft ul li a:hover {
    color: #4a66ff;
}

/* LEFT COL QUICK CONTACT FORM */

#left_col #mainbox_lft #content_lft p {
    padding: 5px 10px;
}
#left_col #mainbox_lft #content_lft input {
    width: 100%;
    height: 18px;
    border: 1px solid #d6d8d7;
}
#left_col #mainbox_lft #content_lft textarea {
    width: 100%;
    height: 65px;
    border: 1px solid #d6d8d7;
}

#sbmt_btn {
    width: 100%;
    height: 20px;
    border: 1px solid #d6d8d7;
    background: url(../images/btn_bg.jpg) no-repeat;
    font-weight: bold;
    color: #7c7c7c;
}

/* RIGHT COLUMN */
#right_col #r_col_heading {
    width: 740px;
    height: 24px;
    background: url(../images/r_col_heading_bg.png) top no-repeat;
}

#right_col #r_col_content {
    width: 718px;
    background: #f7f7f7;
    border-right: 1px solid #d6d8d7;
    border-bottom: 1px solid #d6d8d7;
    border-left: 1px solid #d6d8d7;
    padding: 10px 10px 10px 10px; 
}

#right_col #r_col_content h2 {
    font-size: 18px;
    font-weight: bold;
    color: #7c7c7c;
    padding: 0px 0px 8px 0px;
    background: url(../images/h2_bg.png) bottom repeat-x;
}

#right_col #r_col_content h3 {
    font-size: 15px;
    font-weight: bold;
    color: #7c7c7c;
    padding: 0px 0px 8px 0px;
}

#right_col #r_col_content h3.red {
    font-size: 18px;
    font-weight: bold;
    color: #FF0000;
    padding: 10px 0px 10px 0px;
    text-align: center;
}

#right_col #r_col_content p {
    font-size: 13px;
    color: #7c7c7c;
    padding: 0px 0px 10px 0px;
    text-align: justify;
}

#right_col #r_col_content ul {
    list-style-image: url(../images/list_bullet.png);
    padding: 10px 0px 10px 28px;
}

#right_col #r_col_content ul li {
    font-size: 13px;
    color: #7c7c7c;
    padding: 0px 10px 5px 0px;
}

#right_col #r_col_content ol li.head {
    font-size: 13px;
    color: #7c7c7c;
    padding: 0px 10px 5px 0px;
    font-weight: bold;
}

#right_col #r_col_content ol li{
    font-size: 13px;
    color: #7c7c7c;
    padding: 0px 10px 5px 0px;
}

#right_col #r_col_content img.cntn {
    margin: 0px 5px 5px 0px;
    border: 1px solid #7a7a7a;
    background: #7c7c7c;
    padding: 2px;
    -moz-border-radius: 5px;
}

#right_col #r_col_content img.r {
    float: right;
    margin-left: 15px;
}

#right_col #r_col_content img.l {
    float: left;
    margin-right: 30px;
}

#right_col #r_col_content b.q,
#right_col #r_col_content b.red {
    color: #FF0000;
}

#right_col #r_col_content b.a {
    color: #32CD32;
}

#right_col #r_col_content p.faq_link {
    text-align: right;
}

/* CONTACT US PAGE PROPERTIES */

#right_col #r_col_content #form_top {
}

#right_col #r_col_content #form_left {
    float: left;
    margin-right: 20px;
}

#right_col #r_col_content #form_right {
    float: left;
}

#right_col #r_col_content #form_btm {
    clear: both;
}

#right_col #r_col_content textarea {
    width: 167px;
    height: 110px;
}

/* FOOTER INNER BOXES */

#footer_wrapper #footer #txtboxOne {
    width: 475px;
    float: left;
}
#footer_wrapper #footer #txtboxOne {
    width: 475px;
    float: left;
}
#footer_wrapper #footer #txtboxOne {
    clear: both;
}
#footer p {
    color: #FFF;
    text-align: center;
    padding: 0px 0px 10px 0px;
}
#footer a:link,
#footer a:visited,
#footer a:hover {
    color: #FFF;
    text-decoration: none;
}

/* PRODUCTS TABLE */

table tr.dark {
    background: #cccccc;
}

table tr.light {
    background: #ebf2ff;
}

table tr td#name {
    font-weight: bold;
}

/* BED BUGS PROPERTIES */

#tab {
    margin: 0px 5px 0px 0px;
    float: left;
}

#tab_left {
    width: 5px;
    height: 24px;
    background: url(/images/tab_left.png) no-repeat;
    float: left;
}

#tab_mid,
#tab_mid_r {
    height: 24px;
    background: url(/images/tab_mid.png) repeat-x;
    float: left;
}

#tab_right {
    width: 5px;
    height: 24px;
    background: url(/images/tab_right.png) no-repeat;
    float: left;
}

#tab_mid a:link,
#tab_mid a:visited {
    line-height: 24px;
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    color: #42a1d8;
    text-decoration: none;
    font-size: 10px;
}

#tab_mid a:hover {
    font-weight: bold;
    color: #7c7c7c;;
    font-size: 10px;
}

#tab_mid_r a:link,
#tab_mid_r a:visited {
    line-height: 24px;
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
    font-size: 10px;
}

#tab_mid_r a:hover {
    font-weight: bold;
    color: #7c7c7c;;
    font-size: 10px;
}

#tab_content {
    border: 1px solid #d6d8d7;
    padding: 10px;
    background: #e9ebeb;
}

/* CREDENTIALS */

#credentials {
    margin: 0 auto;
    width: 950px;
    text-align: center;
}

#logoBox {
    margin: 0 auto;
    width: 470px;
    text-align: center;
}

#logo_cred {
    float: left;
    margin: 0px 20px 0px 20px;
}

/* THERMAPUREHEAT PROPERTIES */

b.t {
    color: #332a86;
}

b.p {
    color: #009ac9;
}

b.h {
    color: #ee3623;
}

b.g {
    color: #436d33;
}
