/* 
    Document   : style-ie8
    Created on : Feb 5, 2014, 2:07:43 PM
    Author     : milan
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
   .content-wrapper
    {
        width: 80%;
    }
    
    .header-holder{
        width: 
            80%;
        display: block;
    }
    #footer-bottom{
        width: 100%;
        display: block;
    }
    #footer{
        width: 80%;

    }
    .sidebar-left {
        width: 25%;
    }

    .sidebar-right {
        width: 25%;
    }
    .center-content{
        width: 47%;
    }
.center-content.width100
{
    width: 100%;
}
    li.footer-menu{
        position: relative;
        float:left;
        
    }
    #limheight{
        display: inline;
        position: inherit;
        text-align: center;

        
    }
    #limheight li{
        display: inline-block;
        border-right: 0.07em solid #fffbf1;
        margin-right: 0.36em;
        padding-right: 0.36em;
        
    }
    li.footer-seccond-level:last-child{
     border-right:  none !important;
        
    }
    li.footer-menu{
        border-bottom: none;
        position: relative;
        text-align: center;
        margin: 0em auto;
    }
    li.footer-menu div.widget-title, li.footer-menu div.widget-title h4{
        display: inline;
        position: inherit;
        float: left;
        margin-right: 0.71em;
        font-weight: bold;
    }

textarea:focus, input:focus,
a:focus, button:focus
{

    outline-width: 1px;
    outline-style: solid;
    outline-color: gold;
}