html,body
{
    height: 100%; 
    background: #eee; 
    margin:0px; 
    font-family: Trebuchet MS; 
    line-height: normal;
    color: #555; 
    font-size: small;
}

.div{border:1px solid #99F;}

.xlarge{font-size:x-large;letter-spacing:0.08em;}
.large{font-size:large;}
.medium{font-size: medium;}
.small{font-size:small;line-height:1.5em;}
.xsmall{font-size: x-small;}

.bold{font-weight: bold;}
.ital{font-style:italic;}

h3{padding:0px; margin: 5px 0px 5px 0px;}
h4{font-size: medium;font-weight: bold;margin:0px;}

.grey
{
    background: #eee;
}

.glass
{
    color: #333;
    border: 1px solid #ccc;
}


a:link,a:visited,a:active,.orange
{
    color:#F6A913;
    text-decoration: none;
}
a:hover
{
    color: #99E;
    text-decoration: none;
}

#outer
{
    height:100%;
}
#inner
{
    height:100%;
    width:900px;
    margin:auto;
    min-width:640px; 
    border:0px solid #ddd;
}

#header
{
    padding:5px; 
    background: #ddd url("../IMG/footer_bkg.gif");
}

#logo
{
    background: #fff;
    height: 90px;
    width:100%;
}

#logo div
{
    padding: 20px;
}

#menu
{
    height:40px;
    background: #E0E0E0;
    
}

#menu ul 
{
    list-style: none;
}
#menu ul li
{
    padding:10px; 
    margin: 0px 15px 0px 10px; 
    float: left;
    font-size: 1.4em; 
    color: #AAA; 
    cursor: pointer; 
}

#menu a:link,#menu a:visited,#menu a:active,.orange
{
    color: #F6A913;
    text-decoration: none;
}

#menu a:hover
{
    color: #99E;
    text-decoration: none;
}

#contentlocker
{
    background: #fff;
}
#contentlocker div
{
    padding: 10px;
}
#contentlocker div div
{
    padding: 10px;
}

#footer
{    
    background: #999999 url('../IMG/footer_bkg.gif');
    color:#ffffff;
    width: 100%;
    font-family: Verdana;
    font-size:0.9em;
    height: 50px;
}
#footlocker{position:absolute; bottom: 0px; width: 100%;}

#footer a:link, #footer a:visited, #footer a:active{color:#FFF}
#footer a:hover{color:#FA1}

ul{list-style: none; margin:0px;padding:0px;}
ul li{margin:0px;padding:0px;}

b{color:#111;}

#tabHome div,#tabProducts div,#tabAbout div,#tabJobs div,#tabBlogs div
{
    background: #fff;
}

.maincontent
{
    float:left; 
    width:550px;
}

.sidebar
{
    float:right; 
    width:220px;  
}

.sidebar ul li 
{
    padding-left:-10px;
}

.sidebar ul 
{
    list-style: none;
    padding:0px;
    margin:0px;  
}

.sidebar_subpanel
{
    list-style: none;
    padding:0px;
}

.sidebar_subpanel li
{  
    font-size: 1.1em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sidebar_subpanel form div
{
    display:none;
}

#accordion h3
{
    background: #fff;
    color:#F6AA13;
    cursor: pointer;
    padding: 5px;
    margin: 0px;
}

#accordion div
{
    padding: 3px;
}

#prodlist
{
    list-style: none;
    height: 100px;
}

#prodlist li
{
    width: 250px; 
}

.address{position:absolute;bottom:0px;width:140px;}
.addrfloat{height:120px;border:1px solid #ccc;background:#fff;}

#actionItems li
{
    padding: 2px;
    background: #ffffff;
    border: 2px solid #ffffff;
}

#actionItems li.active
{
    padding: 2px;
    background: #e8e8f8;
    border: 2px solid #eeeeff;
}
.clear{clear:both;}


.client
{                
    margin: 0px;
    padding: 0px;
    width:230px;
    height:66px;
    overflow: hidden;
}
.client li
{
    margin: 0px;
    padding: 0px;
    display:inline;
    text-align: center;
}


.award
{                
    margin: 0px;
    padding: 0px;
    width:230px;
    height:90px;
    overflow: hidden;
}
.award li
{
    margin: 0px;
    padding: 0px;
    display:inline;
    text-align: center;
}

.clear
{
    clear: both;
    padding: 0px;
    margin: 0px;
}

.contact_types li
{
    margin-top: 8px; 
}

.contact_types li img
{
    border: none;
    padding-top: 5px; 
}

.profile_bottom
{
    clear:both;
    font-size: 0.8em;
    padding: 0px;
}

.profile_bottom ul
{
    list-style: none;    
}

.profile_bottom ul li
{
    display: inline;
    padding-right: 10px;
}

.profile_bottom ul li img
{
    border: none;
}

.feedholder
{
    border: 1px solid #eeeeee;
    font-size: 0.9em;
    padding-left: 10px;
    list-style: none;
    padding: 5px;
}

.feedholder div
{
    border: 1px solid red;
    height: 0px;
    display: none; 
}

.feedholder li a
{
    float: left;
}

.feedholder li br
{
    clear:both;
}