@import url('/files/system/css/navigation.css');
@import url('/files/system/css/pagefeatures.css');
@import url('/files/system/css/setups.css');
@import url('/files/system/css/paragraph.css');
@import url('/files/system/css/text.css');
@import url('/files/system/css/forms.css');
@import url('/files/system/css/search.css');
@import url('/files/Templates/ecom/ecom.css');
@import url('/files/system/css/lightbox.css');

body 
{
    height: 100%;
    margin: 0;
    padding: 0;
    margin:50px 0px; 
    padding:0px;
	text-align:center;
	background-color:#FFF;
    }
    
#centercontainer 
{
    width:945px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	height:100%;
    /*margin: 0 auto;*/
    }
#DWMain
{

    float:left;
    clear:both;
    width:100%;
    border-left:solid 5px white;
    border-right:solid 5px white;
    border-bottom:solid 5px white;
    }
    

#LanguageMenuHolder
{
    margin-left:250px;
    float:left;
    clear:none;

}

#TopLogo
{
    background-repeat:no-repeat;
    float:left;
    clear:left;
        margin:0px;
    padding:0px;

}

#TopLogo>a {
    height: 65px;
    text-indent: -9999px;
        width:200px;
        display:block;
}

    
#TopHolder, #MiddleHolder, #FooterHolder
{
    clear: both;
    width: 100%;
    }
    
   


#SearchBoxHolder
{
    float:left;
    clear:left;
    
}


#MiddleHolder
{
    float: left;
    clear:both;
    min-height: 200px;
    overflow:hidden;
    border-bottom:solid 4px #595959;
    border-top:solid 4px #595959;
    padding-bottom:15px;
    }

#LeftColHolder
{
    width:225px;
    padding-top:12px;
}


#ContentHolder 
{
    
    min-height: 200px;
    float: left;
    clear:none;
    width:720px;
    }
    

#Footer
{
    float:left;
    clear:none;
    margin:10px 0;
    }


