﻿html
{
    width: 100%;
    height: 100%;
}
form
{
    width: 100%;
    height: 100%;
}
body
{
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    line-height: 20px;
    color: #454545;
}
#header
{
    background-image: url(../../images/header-bg.jpg);
    background-repeat: repeat-x;
    height: 80px;
}
#header-table
{
    width: 1000px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
#nav-caps
{
    list-style: none;
}
#nav-caps li a
{
    float: right;
    color: #bebebe;
    font-size: 11px;
    text-decoration: none;
    margin-left: 20px;
    margin-bottom: 8px;
    font-weight: bold;
}
#nav-caps li :hover
{
    text-decoration: underline;
}
.header-phone
{
    font-size: 20px;
    font-weight: bold;
    color: #ff9e00;
}
#footer
{
    width: 100%;
    background-image: url(../../images/footer-bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #b5b5b5;
    padding-bottom: 10px;
}
#footer h1
{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0px;
}
#footer ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#footer li a
{
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}
#footer li :hover
{
    text-decoration: underline;
}
.no-border
{
    border: 0px;
}
h1
{
    font-size: 14px;
    color: #ff9000;
}
h1 a
{
    font-size: 14px;
    color: #ff9000;
    text-decoration: none;
}
.h1-bg
{
    position: relative;
    top: 2px;
}
h2
{
    font-size: 14px;
    color: #ff9000;
}
h2 a
{
    font-size: 14px;
    color: #ff9000;
    text-decoration: none;
}
.h2-bg
{
    position: relative;
    top: 2px;
}
p
{
    text-align: justify;
}
#request-quote
{
    width: 248px;
    height: 392px;
    background-image: url(../../images/proposal-orange.jpg);
}
.request-quote-field
{
    font-size: 12px;
    font-weight: bold;
    margin-left: 8px;
    color: #ffffff;
    background-image: url(../../images/proposal-field-bg-orange.png);
    width: 231px;
    height: 45px;
}
#proposal-man
{
    width: 111px;
    height: 130px;
    background-image: url(../../images/proposal-guy-orange.png);
    position: absolute;
    z-index: 10;
    margin-top: -110px;
    margin-left: -50px;
}
.quote-field-tbl
{
    padding: 4px 0px 0px 5px;
}
.proposal-details
{
    font-size: 12px;
    font-weight: bold;
    margin-left: 48px;
    color: #ffffff;
    background-image: url(../../images/proposal-details-orange.png);
    width: 189px;
    height: 104px;
}
.trail-left
{
    background-image: url(../../images/trail-left.jpg);
    width: 17px;
    height: 23px;
    float: left;
    margin-left: 10px;
}
.trail-content
{
    font-size: 10px;
    font-weight: normal;
    color: #3f3f3f;
    line-height: 21px;
    float: left;
    background-color: #d7d7d7;
    border-top: solid 1px #b8b8b8;
    border-bottom: solid 1px #b8b8b8;
}
.trail-right
{
    background-image: url(../../images/trail-right.jpg);
    width: 17px;
    height: 23px;
    float: left;
}
.items
{
    list-style-image: url(../../images/list-bullet.jpg);
    line-height: 28px;
}
a:link
{
    color: #454545;
    text-decoration: none;
}
a:active
{
    color: #454545;
    text-decoration: none;
}
a:hover
{
    color: #454545;
    text-decoration: none;
}
a:visited
{
    color: #454545;
    text-decoration: none;
}

a.homepage-selected:link
{
    color: #ff9e00;
    text-decoration: none;
}
a.homepage-selected:active
{
    color: #ff9e00;
    text-decoration: none;
}
a.homepage-selected:hover
{
    color: #ff9e00;
    text-decoration: none;
}
a.homepage-selected:visited
{
    color: #ff9e00;
    text-decoration: none;
}
#footer h2
{
    color: #ffffff;
    font-size: 14px;
}

#footer h2 a
{
    color: #ffffff;
    font-size: 14px;
}
.p-link
{
    color: #454545;
    font-weight: bold;
}
