/******************************************************
        GLOBAL VARIABLES
******************************************************/
body{
    font-family: Arial, Helvetica, Sans-serif;
    }

p, h1, h2, h3, h4, h5, h6{
    padding: 0;
    margin: 0;
    }

ul{
    list-style-type: square;
		margin: 0;
    }


/******************************************************
        OUTER CONTAINER
******************************************************/
#container{
    width: 760px;
    background: url(../../Images/body_bg2.jpg) repeat-x;
    }


/******************************************************
        BANNER
******************************************************/
.marketing_message{
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 24px;
    letter-spacing: -1px;
    color: #FFF; 
    position: absolute;
    top: 140px;
    left: 15px;
    }

.numbers{
    display: block;
    color: #626262;
    font-size: 15px;
    position: absolute;
    top: 135px;
    left: 130px;
    letter-spacing: -1px;
    }

.request{
    display: block;
    color: #FFF;
    font-size: 14px;
    position: absolute;
    top: 135px;
    left: 460px;
    }

.contact{
    display: block;
    color: #FFF;
    font-size: 14px;
    position: absolute;
    top: 135px;
    left: 625px;
    }

.request a, .contact a, .about_bendco a{
    color: #FFF;
    text-decoration: none;
    }

.request a:hover, .contact a:hover, .about_bendco a:hover{
    text-decoration: underline;
    }

.bannernavigation{
    height: 25px;
    border: solid #FFF;
    border-width: 1px 0;
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
    padding-left: 20px;
    }

.bannernavigation a{
    color: #FFF;
    text-decoration: none;
    display: block;
    float: left;
    padding: 5px 20px 3px 20px;
    }

.bannernavigation a:hover{
    background: #4083d1;
    }

#banner_current{
    border-bottom: solid 2px #EBEBEB;
    background: #4083d1;
    }


/******************************************************
        MAIN CONTAINER
******************************************************/
.content_container{
    display: block;
    padding-top: 15px;
    }

#main{
    float: right;
    display: inline;
    width: 499px;
    font-size: 0.9em;
    padding: 0 25px;
    color: #626262;
    }.UAiemac #main{width:495px;}

#main h1{
    font-size: 2em;
    font-weight: normal;
    color: #4083d1;
    letter-spacing: -1px;
    word-spacing: 5px;
    }

#main h2{
    font-size: 1.3em;
    }

#main p{
    margin: 1.5em 0;
    }

.top_content{
    display: block;
    padding: 0 0 20px 0;
    font-size: 11px;
    }

.breadcrumbs{
    display: block;
    float: left;
    width: 300px;
    }

.print_content{
    display: block;
    float: right;
    width: 199px;
    text-align: right;
    position: relative;
    top: -5px;
    }

.print_content img{
    position: relative;
    left: -8px;
    top: 3px;
    }


/******************************************************
        LEFT NAVIGATION
******************************************************/
#left{
    width: 181px;
    background: url(../../Images/left_bg.gif) repeat-y;
    padding: 0 15px;
    color: #626262;
    font-size: 11px;
    float: left;
    }

#left .left_links{
    display: block;
    margin: 0 0 0 0;
    }

#left h2{
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -1px;
    word-spacing: 5px;
    border-left: solid 10px #4083d1;
    background: #005ac2;
    padding: 5px;
    color: #FFF;
    margin: 15px 0 0 0;
    }

#left h2 a{
    color: #FFF;
    text-decoration: none;
    }

#left h2 a:hover{
    text-decoration: underline;
    }

#left h3{
    font-size: 16px;
    font-weight: normal;
    color: #4083d1;
    letter-spacing: -1px;
    word-spacing: 5px;
    }

#left h3 a{
    color: #4083d1;
    text-decoration: none;
    }

#left h3 a:hover{
    text-decoration: underline;
    }

#left ul{
    padding: 0;
    margin: 3px 0 10px 20px;
    }

#left li{
    margin: 0 0 5px 0;
    padding: 0;
    }


/******************************************************
        FOOTER
******************************************************/
#footer{
    clear: both;
    font-size: 11px;
    background: #363636;
    text-align: center;
    color: #acacac;
    line-height: 1.5em;
    padding: 25px;
    margin: 25px 15px;
    width: 680px;
    }

.print{
    display: none;
    }

.noprint{
    display: block;
    }

#footer a{
    color: #acacac;
    }


/******************************************************
        MISC
******************************************************/
img.break{
    display: block;
    margin: 15px auto;
    text-align: center;
    }

table.twocolumn td, table.threecolumn td{
    text-align: center;
    }

table.twocolumn img, table.threecolumn img{
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    }

.product{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #BFBFBF;
    font-size: 0.9em;
    }

.product table td{
    vertical-align: top;
    }
