/************************************************
GLOBAL ATTRIBUTES
************************************************/
body {
    height: 100%;
    background: url(/images/background.gif) center;
}

#container {
    margin: 0px auto;
    padding: 0px 12px;
    width: 756px;
    height: 100%;
    background: url(/images/container_background_2.gif);
}

.centered {
    text-align: center;
}

.industry_table td {
    width: 200px;
}
/*************************************************
BANNER
*************************************************/
.bannernavigation {
    background: url(/images/navigation_background.gif);
    width: 756px;
    height: 20px;
}

.bannernavigation .inner {
    width: 660px;
    display: block;    
    margin: 0px auto;
}

.bannernavigation img {
    display: block;
    float: left;
}

.bannernavigation a:visited, .bannernavigation a:link, .bannernavigation a:active {
    display: block;
    float: left;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    padding: 3px 10px 4px 10px;
}

.bannernavigation a:hover {
    display: block;
    background: url(/images/navigation_tab.gif);
    float: left;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    padding: 3px 10px 4px 10px;
}


#banner_current{
    display: block;
    background: url(/images/navigation_tab.gif);
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    padding: 3px 10px 4px 10px;
    }


#banner .breadcrumbs{
    clear: both;
    display: block;
    margin: 6px 0px 0px 8px;
    font-size: 11px;
}

#banner .breadcrumbs a{
    color: blue;
    text-decoration: underline;
}

/*************************************************
LEFT
*************************************************/
#left {
    clear: left;
    float: left;
    width: 180px;
    margin: 7px 8px 10px 5px;
}

#leftcontent .marketing{
    height: 250px;
    border: 1px solid black;
    clear: left;
    display: block;
    
}

#leftcontent .pumps{
    border: 1px solid blue;
    clear: left;
    display: block;
}

#leftcontent .valves {
    border: 1px solid red;
    clear: left;     
    display: block;
}

a.left_nav_button:visited, a.left_nav_button:link, a.left_nav_button:active {
    display: block;
    background: url(/Images/products_nav_button.gif);
    background-color: #999999;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 27px;
    height: 29px;
    width: 154px;
    padding-left: 10px;
    border-left: 6px #002F67 Solid;
    margin-top: 1px;
}

a.left_nav_button:hover {
    display: block;
    background: url(/Images/products_nav_button.gif);
    background-color: #999999
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 27px;
    height: 29px;
    width: 154px;
    padding-left: 10px;
    border-left: 6px #92BEEA Solid;
    margin-top: 1px;
}

.solutions_box {
    display: block;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    padding: 10px;
    width: 150px;
    background: #C2C2C2;
}

.action_items {
    clear: right;
    float: right;
    height: 51px;
    width: 193px;
}

/***************************************************
MAIN
***************************************************/
#main{
    float: left;
    margin: 10px 8px 0px 8px;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #565656;
    width: 530px;
    line-height: 16px;
}

#main ul{
    margin: 0px 0px 0px 20px;
    list-style: none;
}

#main ul li{
    margin: 0px 0px 0px 20px;
    list-style: url(/images/arrow.gif) outside;
}

#main td.no_arrow ol li{
    list-style-type: decimal;
}

#main td.alpha ol li{
    list-style-type: upper-alpha;
}

.ronsspacer {
    clear: both;
    display: block;
}

h1 {
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #002F67;
}

h2 {
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #002F67;
    padding: 0 0 0 10px;
    background: url(/images/orange_arrow.gif) no-repeat 0% 0%;
}

h3 {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #6E6E6E;
}


#main .left_col{
    display: block;
    float: left;
    clear: left;
    width: 255px;
}

#main .right_col{
    display: block;
    float: right;
    clear: right;
    width: 255px;
    padding-left: 10px;
    border-left: 1px solid #E7E7E7;
}

/*#main .gray_highlight {
    background-color: #EEEEEE;
    display: block;
}*/

/************************************************
FOOTER
*************************************************/
.footernavigation {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #666666;
    line-height: 18px;
    padding: 10px;
    background: url(/images/footer_bg.gif);
}

.footernavigation a:visited, .footernavigation a:link, .footernavigation a:active {
        color: #666666;
}

.footernavigation a:hover {

}

#footer a.sem:visited, #footer a.sem:link, #footer a.sem:active {
    font-weight: bold;
    text-decoration: none;
}

#footer {
    clear: both;
}

.leftalign{
    float:left;
    clear:both;
}

.rightalign{
    float:right;
    clear:both;

}