* {
    margin: 0;
    padding: 0;
}

body {
    background: url(/images/background.gif);
    font-size: 78%;
    font-family: Verdana, Arial, sans-serif;
}

#container {
    width: 736px;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 2px;
    border: 3px solid #666666;
    border-top: 0;
    border-bottom: 0;
}

/* Banner
----------------------------------------------------------*/
#banner {
    height: 150px;
    position: relative;
    background: url(/images/head_background.gif) repeat-x;
}

#banner .logo {
    margin: 8px 0 0 10px;
    position: relative;
    z-index: 5;
}

#banner h1 {
    position:relative;
    top: 75px;
    font-size: 13px;
    z-index: 1;
}

#banner .GoogleForm {
    float: right;
    clear: right;
    margin-top:31px;
    position: relative;
    z-index: 100;
}

#banner .GoogleForm * {
    vertical-align: bottom;
}

.UAie #banner .GoogleForm img {
    margin-bottom: 1px;
}

.UAie #banner .GoogleForm {
    margin-top: 30px;
}

#banner .bannernavigation {
    background: #000 url(/images/nav_background.gif) repeat-x;
    height: 26px;
    border-top: 2px solid #fff;
}

#banner .bannernavigation span {
    display: block;
}

#banner .bannernavigation a {
    display: block;
    float: left;
    font-size: 11px;
    line-height: 26px;
    margin: 0 17px;
    padding: 0 3px;
    color: #fff;
    text-decoration: none;
}

.UAie #banner .bannernavigation a.first{
    margin: 0 10px;
}

.UAie #banner .bannernavigation a.last {
    margin: 0 10px;
}

#banner .bannernavigation a#banner_current ,
#banner .bannernavigation a#banner_current:hover,
#banner .bannernavigation a#banner_current:active {
    background-image: url(/images/currentnav_background.gif);
}

#banner .bannernavigation a:hover,
#banner .bannernavigation a:active {
    background-image: url(/images/hovernav_background.gif);
}

.breadcrumbs {
    display: block;
    font-size: .9em;
    background: url(/images/breadcrumbs_background.jpg) repeat-y;
    line-height: 23px;
    margin-top: 1px;
    padding-left: 17px;
}

/* Main
------------------------------------------------*/

#main {
    margin-left: 215px;
    position: relative;
}

.UAie #main {
    height: 1%;
}

#main h1,
#main h2,
#main h3,
#main h4 {
    font-family: Arial, Verdana, sans-serif;
}

#main h1 {
    margin: 20px 0 15px;
    font-size: 1.7em;
    word-spacing: .1em;
    line-height: 1.3;    
    font-weight: normal;
}

#main h2 {
    margin: 20px 10px 15px 0;
    font-size: 1.3em;
    word-spacing: .1em;
    line-height: 1.3;
}

#main h3 {
    font-size: 1.1em;
    margin: 17px 10px 15px 0;
    color: #555;
}

#main h4 {
    font-size: 1em;
    margin: 17px 10px 15px 0;
}

#main h2 a,
#main h2 a:visited {
    text-decoration: none;
    border-bottom: 0;
}

#main h2 a:hover {
    border-bottom: 1px solid;
}    

#main p {
    margin: 15px 20px 15px 0;
    line-height: 1.6;
    word-spacing: .2em;
}

#main p a,
#main ul a,
.breadcrumbs a,
.breadcrumbs a:link,
.breadcrumbs a:visited {
    color: #00f;
    border-bottom: 1px dotted #00f;
    text-decoration: none;
}

#main p a:hover,
#right p a:hover,
#main ul a:hover {
    border-bottom-style: solid;
}

#main ul {
    margin: 10px 15px;
}

#main ul li {
    margin: 10px 15px;
    line-height: 1.5;
}

#main table {
    border: 1px solid #333;
    border-collapse: collapse;
    margin: 15px 15px 15px 0;
}

#main td {
    padding: 4px;
    border: 1px solid #555;
}

#main th {
    font-weight: bold;
    border: 1px solid #333;
    padding: 4px;
}

/* Right
-------------------------------------------------*/

#right {
    float: right;
    position: relative;
    width: 180px;
    margin: -33px 10px 15px 15px; 
    z-index: 100;
}

.UAie #right {
    display: inline-block;
    margin-top: -13px;
    margin-right: 5px;
    margin-left: 10px;
}

#right a {
    border: 0;
}

#right p {
    margin: 0 10px;
    padding: 2px 0;
    font: normal .9em/1.6 verdana, arial, sans-serif;
}

#right p a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

#right .calls_to_action {
    width: 178px;
}

#right .calls_to_action,
#right .services,
#right .line_cards,
#right .print_container {
    display: block;
}

#right .quote,
#right .email_us,
#right .calls_to_action,
#right .services,
#right .line_cards,
#right .print_container {
    margin-bottom: 10px;
}

#right .line_cards .text,
#right .services .text {
    display: block;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
}

#right .calls_to_action {
    background: #3d3d3d;
}

#right .quote,
#right .email_us {
    border-color: #787878;
    border-style: dotted;
    border-width: 1px 0;
}

#right .print_container {
    margin-left: 15px;
}

#right .print_container * {
    vertical-align: middle;
}

#right .print_container img {
    margin: 0 3px;
    float: left;
}

#right a.print,
#right a.print:link,
#right a.print:visited {
    color: #00f;
    font-size: .9em;
    text-decoration: none;
    border-bottom: 1px dotted #00f;
}

#right a.print:hover {
    border-bottom-style: solid;
}

/* Left
--------------------------------------------------*/

#left {
    float: left;
    width: 200px;
}

#left h1 {
    border: 1px dotted #808080;
    margin-top: 1px;
    font-size: .9em;
    height: 28px;
    padding-left: 17px;
    line-height: 28px;
    border-left: 0;
    border-right: 0;
}

#left h1 a {
    display: block;
    color: #000;
    text-decoration:none;
}

#left h1 p {
    margin:0;
    padding:0;
    }

#left h1 p a {
    display: block;
    color: #000;
    text-decoration:none;
}

#left .industrial h1 a {
    color: #3d3d3d;
}

#left .hvac h1 a {
    color: #3d3d3d;
}

#left .packaged h1 a {
    color: #3d3d3d;
}

#left h1 a:hover {
    color: #777;
}

#left .industrial h1 {
    background: #f8a0a3 url(/images/left_industrial_background.gif) 0 0 repeat-y;
}

#left .hvac h1 {
    background: #96bfe1 url(/images/left_hvac_background.gif) 0 0 repeat-y;
}

#left .packaged h1 {
    background: #c1c1c1 url(/images/left_packaged_background.gif) 0 0 repeat-y;
}

#left ul {
    margin-left: 20px;
    list-style: none;
}

#left ul li {
    padding: 0 0 0 12px;
    margin: 9px 0;
    font-size: .9em;
    background-position: 0px 2px;
    background-repeat: no-repeat;
}

#left ul li a {
    text-decoration: none;
}

#left ul li a:hover {
    text-decoration: underline;
}

#left .industrial ul li {
    background-image: url(/images/left_industrial_bullet.gif);
}

#left .hvac ul li {
    background-image: url(/images/left_HVAC_bullet.gif);
}

#left .packaged ul li {
    background-image: url(/images/left_packaged_bullet.gif);
}

/* Footer
----------------------------------------------------*/

#footer {
    border-top: 4px solid #4b4b4b;
    margin-top: 15px;
    padding: 10px 0 15px 0;
    color: #4b4b4b;
    font-size: .9em;
    text-align: center;
}

#footer p {
    line-height: 1.6;
}

#footer a {
    color: #4b4b4b;
    text-decoration: none;
}

#footer a:hover {
    color: #000;
    text-decoration: underline;
}

/* MISC
------------------------------------------------------*/

#main img.cmx-FloatLeft {
    margin: 10px 10px 5px 0;
}

#main img.cmx-FloatRight {
    margin: 10px 10px 5px 10px;
}

#main img.border {
    border: 1px solid #444;
}

.floatRight {
    float: right;
    display: block;
    margin: 10px 10px 5px 10px;
}

.floatLeft {
    float: left;
    margin-right: 25px;
}

.UAie .floatRight {
    margin-right: 5px;
}

#footer .print {
    display: none;
}

.googleform {
    display:none;
}