@import url('/files/system/css/reset.css');
@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, html
{
	height:100%;
	width:100%;
	background-color:#EFF5F3;
    }
    
#outer {width: 100%; height:100%; text-align: center;}
#middle {width: 970px; margin-left: auto; margin-right: auto; text-align: left;}

#DWMain
{
width:100%;
background-color:#fff;
display:inline-table;
border-left:1px solid #C1DCD2;

border-right:1px solid #C1DCD2;

    }
    

#LanguageMenuHolder
{
    margin-left:250px;
    float:left;
    clear:none;

}

#TopLogo
{
    background-repeat:no-repeat;
    float:left;
    clear:left;
        margin:0px;
    padding:0px;
	margin-top:30px;

}

#TopLogo>a {
    height: 65px;
    text-indent: -9999px;
        width:200px;
        display:block;
}

#danfossLogoHolder{
	background-image:url(/files/System/images/danfoss-logo.png);
	width:196px;
	height:73px;
	float:right;
	margin-top:-20px;
}   

#topImageHolder{
	float:left;
	clear:both;

} 
#TopHolder, #MiddleHolder, #FooterHolder
{
    clear: both;
    width: 100%;
    }
    
   
#MiddleHolder
{
    float: left;
    clear:both;
    min-height: 100px;
    background-color:#FFF;
	padding:0px 40px 0px 40px;
	width:890px;

    }

#LeftColHolder
{
    width:225px;
    padding-top:12px;
}


#contentHolder 
{
    
    min-height: 100px;
    float: left;
    clear:none;
	width:100%;
   	/*padding:0px 70px 20px 20px;*/
    }
    
#FooterHolder{
	background-color:#2f4f88;
float:left;
clear:both;
}
#Footer
{
    float:left;
    clear:none;
    margin:10px;
    }
	
	#ContactHolder{
		float:right;
		clear:none;
		margin:5px 70px 0px 0px;
		color:#FFF;
	}

