﻿body
{
    font-family: "Verdana", Helvetica, Kalimati;
    font-size: small;
    padding: 0;
    margin: 0;
}

#tagline
{
    text-align: center;
    margin: 0;
    padding: 5px 0;
    background: #ee3a43;
    color: #fff;
    border-bottom: solid 1px #acacac;
}

#tagline p
{
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-style: oblique;
    font-size: 1.1em;
}

#header
{
    text-align: center;
    margin: 12px 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

#header img
{
    
}

#navcontainer
{
    text-align: center;
    background: #ee3a43;
    margin: 0;
    padding: 0;
    border-top: solid 1px #acacac;
    border-bottom: solid 1px #acacac;
}

#Nav
{
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    background: #ee3a43;
    width: 602px;
    margin: 0 auto !important; /*margin: 0 auto 0 1px;*/
    text-align: center;
}

#Nav UL
{
    padding: 6px 0 0 0;
    margin: 0;
    list-style-type: none;
}

#Nav UL LI
{
    float: left;
    position: relative;
}

#Nav UL LI:hover UL
{
    display: block;
}

#Nav UL LI.over UL
{
    display: block;
}

#Nav UL LI A
{
    text-decoration: none;
    color: #FFF;
    border-width: 1px;
    width: 100%;
}

#Nav UL LI A:hover
{
    color: #fff;
    border-bottom: 1px solid #fff;
}

#Nav UL LI LI
{
    display: block;
    width: 100%;
    color: #076BB0;
    border-width: 1px;
}

#Nav UL LI LI A
{
    text-decoration: none;
    border-width: 1px;
    color: #fff;
    width: 100%;
}

#Nav UL LI LI A:hover
{
    border-bottom: 1px solid #fff;
}

#Nav LI UL
{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    color: #fff;
    border: 1px;
    background: #ee3a43;
    padding: 0;
}

#Nav LI > UL
{
    top: auto;
    left: auto;
}

/* MAX WIDTH 700px */
#Nav #liHome
{
    width: 54px;
}
#Nav #liProducts
{
    width: 160px;
}
#Nav #liAbout
{
    width: 54px;
}
#Nav #liFAQ
{
    width: 54px;
}
#Nav #liSpecials
{
    width: 76px;
}
#Nav #liTestimonials
{
    width: 120px;
}
#Nav #liContact
{
    width: 84px;
}

#content
{
    clear: both;
    padding: 4px 40px;
    background: #fff url( 'images/background.png' ) no-repeat bottom right;
    padding-bottom: 100px;
}

#content h1
{
    color: #31308C;
}

#content h2
{
    color: #000599;
}

#content h3
{
    color: #00529B;
}

#content a:link, #footer a:link
{
    color: #005299;
}

#content a:visited
{
    color: #990052;
}

#content a:active
{
    color: #990005;
}



#content label
{
    color: #ee3a43;
    display: block;
    font-weight: bold;
}

#footer
{
    text-align: center;
    font-size: 0.7em;
    padding: 4px 0 20px 0;
    margin: 20px 40px 0 40px;
    border-top: solid 1px #ee3a43;
}

#footer p
{
    line-height: 1.3em;
}

/* Specific styles */
#quote, #content blockquote
{
    width: 600px;
    margin: 10px auto;
    padding: 0;
    background: #CCE7FF;
    padding: 12px 16px;
    border: solid 1px #0072D6;
}

p.attr
{
    color: #acacac;
    font-style: italic;
}

input.form_tb
{
    width: 300px;
}
textarea.form_textarea
{
    width: 300px;
    height: 80px;
}

#content p.question
{
    font-size: 1.2em;
    font-weight: bold;
}

#airduct_questions a:visited
{
    color: #005299 !important;
}

#before_after
{
    width: 380px;
    margin: 10px auto;
}

#before_after h3
{
    color: #000;
    text-align: center;
    font-size: 160%;
    margin-bottom: 4px;
}

.bf_image
{
    width: 170px;
    float: left;
    margin: 10px;
}

.bf_image img
{
    border: solid 1px #0072D6;
    width: 170px;
}

.bg_img_caption
{
    text-align: center;
    font-weight: bold;
    font-size: medium;
    margin-top: 6px;
}

.cleaning_img
{
    border: solid 1px #0072D6;
    padding: 0;
    margin: 20px;
}

#products
{
    width: 301px;
    margin: 10px auto;
}

.product
{
    width: 300px;
    margin-bottom: 10px;
    clear: both;
}

.product h4
{
    color: #ee3a43;
    border-bottom: solid 3px #c0c0c0;
    padding: 5px 0;
    font-size: 90%;
    margin-bottom: 4px;
}

.product img
{
    float: left;
}
.product p
{
    background-image: url( 'images/red-arrow.gif' );
    background-repeat: no-repeat;
    background-position: 5px 2px;
    padding-left: 20px;
    float: left;
    font-size: 80%;
}

.product a:visited
{
    color: #666666 !important;
}

h3#brochure
{
    text-align: center;
}

h3#brochure a, h3#brochure a:visted
{
    color: #ee3a43 !important;
}

.tdBordered {border-style: dashed;
		border-width: 1px;
		border-color: #444444;}