﻿#container
{
    min-height:760px;
}
#hm-cont
{
    width: 948px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    margin: 0 auto;
    background-color:#FFF;
}
#industry
{
    width: 1003px;
    height: 305px;
    border-bottom:1px solid #fff;
    background-color: #2a2a2a;
}
#industry ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
    width:237px;
    top:4px;
}
#industry ul li
{
    float:left;
    width:100%;
    height:33px;
}
#industry ul li a
{
    display:block;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#fff;
    padding:9px 0 8px 13px;
    text-decoration:none;
    background: transparent url(/images/bg_hnav.png) no-repeat scroll right bottom;
}
#industry ul li a:hover
{
    text-decoration:none;
    color:#D58C35;
}
#industry ul li a.active
{
    background: transparent url(/images/bg_hnavo.jpg) no-repeat scroll left top;
}
#industry ul li a.active:hover
{
    color:#fff;
}

#industry ul ul {
    margin:0;
    left:262px;
    top:120px;
    position:absolute;
    visibility:hidden;
    display:block;
    height:295px;
    width:759px;
    background-color: #2a2a2a ;
    border:2px solid #bb721b;
}
#industry ul li:hover ul
{
    /* visibility: visible; */
} 
#industry .placeholder {
    margin:0;
    left:262px;
    top:117px;
    position:absolute;
    display:block;
    padding-top:3px;
    height:302px;
    width:766px;
    background: #2a2a2a url(/images/ajax-loader-trans.gif) no-repeat scroll 125px 140px;
}
.industry-cont
{
    position:absolute;
    left:262px;
    top:120px;
    width:478px;
    height:170px;
    background-color:#000;
    display:none;
    color:#fff;
}
.industry-cont img 
{
    border:2px solid #bb721b;
}
.industry-text
{
    position:absolute;
    top:137px;
    left:315px;
    width:430px;
    font-size:12px;
}
.industry-text h2, strong
{
    color:#484848;
    text-transform:uppercase;
 }
.industry-text strong
{
    font-size:20px;
 }
.industry-text h2
{
    font-size:14px;
    padding-bottom:15px;
}
#industry .industry-text ul
{
    margin:0;
    padding:0 0 0 20px;
    width:190px;
    top:4px;
    float:right;
}
#industry .industry-text ul li
{
    list-style-type:disc;
    margin-left:5px;
    float:none;
    width:100%;
    height:15px;
}

.manufacturing
{
    background: transparent url(/images/usr/manufacturing.jpg) no-repeat top left;
}
.bg
{
    background: #2a2a2a url(/images/bg_splash.jpg) no-repeat scroll 237px bottom;
}

.adleft
{
    float:left;
    border-right:1px solid #d3d4d4;
    padding:25px 10px 10px 20px;
    height:240px;
    border-top:8px solid #35484b;
    font-size:11px;
}
.adleft h3
{
    font-size:18px;
    font-weight:bold;
    font-style:italic;
    text-transform:capitalize;
}
.adleft ul
{
    padding-top:10px;
    padding-left:30px;
}
.adleft a
{
    color:#000;
    text-decoration:none;
}
.adleft a:hover
{
    text-decoration:underline;
}
.a1
{
    background: transparent url(/images/bg_ad_grn.png) repeat-x scroll left top;
    width:206px;
}
.a2
{
    border-top:8px solid #b66d16;
    width:275px;
    background: transparent url(/images/bg_ad_grey.png) repeat-x scroll left top;
}
.a3
{
    width:180px;
}
/* News widget */
.a4
{
    border-right:none;
    width:249px;
    padding:0;
}
.a4 h3
{
    padding:25px 20px 15px 30px;
}
.a4 p
{
    padding:7px 20px 7px 30px;
}
.a4 em
{
    font-style:normal;
    font-weight:bold;
    color:#bb721b;
}
.grn
{
    color:#2e535b;
}
.gold
{
    color:#d58c35;
}
.bggold
{
    background-color:#f8f1e8;
}
