body
{
    background-image:url("../images/body_gradient.png");
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    font-family: Tahoma,Arial,Geneva,Kalimati,sans-serif;
    font-size: 8px;
}
.oxymoron
{
    display:table;
    width: 100%;
    border-collapse:collapse;
    border-spacing:10px;
}

.notarow
{
    display:table-row;
}

.notarow div
{
    display:table-cell;
}
.rounded-corners
{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    /*behavior: url("css/border-radius.htc");*/
}
.dash_button
{
    float: left;
    margin-right: 10px;
    border: solid 1px #DFDFDF;
    padding: 4px;
}
.dash_button a
{
    text-decoration: none;
}
.dash_button a:hover
{
    text-decoration: underline;
}
#top_banner
{
    top: 0;
    background-color: #FFF;
    height: 75px;
}

.shadow
{
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
        
}

#logo_container
{
    margin-top: 5px;
    float: left;
    margin-left: 10px;
}
#header_links_container
{
    float: right;
    background-color: #d4d4d2;
    margin-right: 5px;
    margin-top: 5px;
    height: 60px;    
}
/**************************************************/
.dropdown_class {
         width: 20px;
         height: 16px;
         text-align: left;
    }

    .the_dropdown {
        width: 100px;

    }

    .selectedoption {
        width: 100px;
        border: 1px solid #900;
        height: 14px;
        padding: 5px;
    }

    ul.the_dropdown, .the_dropdown li ul {
         list-style-type: none; 
    }

    .the_dropdown li ul {
        margin-top: 5px;   
    }

    .the_dropdown li a {
        color:#000; 
        text-decoration:none;
        background-color: yellow;
        padding:1px; 
        width:100px;
        display:block;    }

    .the_dropdown li ul {
        display: none;
    }
    .the_dropdown li:hover ul{ /* Display the dropdown on hover */
        display:block;
    position:absolute;
    }
/*************************************************/
#mnu_products, #mnu_about
{
    margin-top: 25px;/*changed from top:45px*/
    z-index:2000;/*changed from 1000*/
    position: absolute;
    background-color: #d4d4d2;/*eaeaea;*/
    display:none;
    filter: alpha(opacity=100); /*IE5-7*//*changed from 50 to 100*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /*IE8*/
    opacity: 1.0; /*Everyone else- changed from 0.5 to 1.0*/
    width: auto;/*changed from 110px;*/
}
#mnu_products a, #mnu_about a
{
    font-size: 13px;
    color: #000;
}
#mnu_products a:hover, #mnu_about a:hover
{
    font-size: 13px;
    color: #363f03;
    background-color: #eaeaea;
    font-weight: bold;
}
#mnu_products tr, #mnu_about tr
{
    height:25px;
}
#mnu_products tr:hover, #mnu_about tr:hover
{
background-color: #eaeaea;
}

.header_link_div
{
    padding: 5px;
    margin: 2px;
    float: left;
    font-weight: bold;
    font-size: 12px;
    
}
a.header_link:link
{
    padding-top:0px;
    padding-bottom:0px;
    top: 15px;
    position: relative;
    padding: 5px;
    padding-right: 10px;
}
a.header_link:visited
{
    padding-top:0px;
    padding-bottom:0px;
    color: #030;
    top: 15px;
    position: relative;
    padding: 5px;
    padding-right: 10px;
}
a.header_link:hover
{
    padding-top:10px;
    padding-bottom:10px;
    color: #030;
    background-color: #CCC;/*#eaeaea*/
    top: 15px;
    position: relative;
    padding-right: 10px;
}
#olivine_footer
{
    background-image:url("../images/footer_gradient.png");
    background-repeat: repeat-x;
    padding: 12px;
    top: 0;
    left: 0px;
    position: relative;
}
.footer_title
{
    font-size: 12px;
    font-weight: bold;
}
a.footer_link:link
{
    font-size: 11px;
    color: #000;
    text-decoration: none;
}
a.footer_link:visited
{
    font-size: 11px;
    color: #000;
    text-decoration: none;
}
a.footer_link:hover
{
    font-size: 11px;
    color: #000;
    text-decoration: underline;
}
.footer_link_box
{
    float: left;
    padding-right: 60px;
}
#footer_contacts
{
    font-size: 10px;
    margin-top: 0px;
    text-align: center;
}
.product_box
{
    background-color: #eaf5cb;
    padding: 3px;
    float: left;
    margin: 5px;
    position: relative;
}
.product_box_text
{
    margin: 5px;
    text-align: center;
}
.news_wrap
{
    border: solid 1px;
    
}
#news_items ul li
{
    width: 500px;
}
.ticker_news_title
{
    background-color: rgb(124,252,0);
    color: #FFF;
}
h1
{
    color: #4e7838;
    font-size: 20px;
    font-weight: bold;
    font-family: Tahoma,Arial,Geneva,Kalimati,sans-serif;
}
h3
{
    color: #4e7838;
    font-weight: bold;
    font-family: Tahoma,Arial,Geneva,Kalimati,sans-serif;
    padding: 0;
    margin: 0;
}
h4
{
    color: #4e7838;
    font-weight: bold;
    font-family: Tahoma,Arial,Geneva,Kalimati,sans-serif;
    padding: 0;
    margin: 0;
}
.textbox
{
    border: solid 1px #4e7838;
}
.drop_cap
{
    float:left;
    font-size:80px;
    line-height:60px;
    padding:0px;
    font-family: Times, serif, Georgia;
    top: -5px;
    position: relative;
    margin: 0;
    
}
.content_text
{
    font-family: Tahoma,Arial,Geneva,Kalimati,sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-align: justify;
}
#main_page_content
{
    padding-top: 25px;
    background-color: #FFF;
    border: solid 1px #DDD;
    margin-bottom: 10px;
    font-family: Tahoma,Arial,Geneva,Kalimati,sans-serif;
    font-size: 14px;
}
li.olivine_logo
{
    list-style-image:url('../images/logo_bullet.png');
    padding-left: 10px;
    font-family: Tahoma,Arial,Geneva,Kalimati,sans-serif;
    font-size: 14px;
    padding-bottom: 10px;
}
.flash_err
{
    background-color: #A44;
    color: #FFF;
    padding: 7px;
    border: solid 1px #711;
}
.flash_msg
{
    background-color: #ADA;
    color: #777;
    padding: 7px;
    border: solid 1px #9B9;
}
#dashboard_side_links
{
    background-color: #eaeaea;
    border: solid 1px #c8c8c8;
    padding: 10px;
}
#dashboard_content
{
    padding: 10px;
    /*background-color: #eaf5cb;*/
}
#dashboard_content h1
{
    margin-top: -10px;
}
.error-message
{
    background-color: rgb(220,20,60);
    color: #FFF;
    margin-bottom: 10px;
    padding: 3px;
    border: solid 1px #AAA;
}
.testimonial
{
    padding: 10px;
    margin-bottom: 10px;
}
.testimonial_image
{
    margin-right: 10px;
    margin-bottom: 10px;
}
/********************************/
.newheader
{}
.newheader ul {
    font-family: Arial, Verdana;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.newheader ul li {
    display: block;
    position: relative;
    float: left;
}
.newheader li ul {
    display: none;
}
.newheader ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    padding: 5px 15px 5px 15px;
    background: #1e7c9a;
    margin-left: 1px;
    white-space: nowrap;
}
.newheader ul li a:hover {
background: #3b3b3b;
}
.newheader li:hover ul {
    display: block;
    position: absolute;
}
.newheader li:hover li {
    float: none;
    font-size: 11px;
}
.newheader li:hover a { background: #3b3b3b; }
.newheader li:hover li a:hover {
    background: #1e7c9a;
}


/********************************/