﻿/*container for header & footer*/
#maincontainer 
{
    margin-bottom: 24px; /* = footercontainer height */
    background: white;
}

/*footer container*/
#footercontainer
{
	height: 24px; /* = maincontainer bottom margin */
}

/*forced background*/
#forcedbackground, #contentcontainer
{
    background: white;
}

/*center design containers*/
#menu, #forcedbackground, #content, #contentcontainer
{
    width: 100%;
}

/* header container */
#headercontainer
{
    width:100%; /* page width (in pixles) or 100% */
    height:90px;
    z-index:1000;
}

/* bottom whitespace */
#footerspace
{    
    height:4px; /* = footercontainer width - footer width */
    border-top: solid 1px #DCDCDC;
    font-size:0px;
}

/* top whitespace */
#headerspace
{    
    height:4px;
    border-bottom: solid 1px #DCDCDC;
    font-size:8px;
}

/* header line */
#headerline
{    
    height:20px;
    top: 70px;
}

/* footer content container */
#footer
{
    width:100%;
    height:15px; /* max = footercontainer height - footerspace height */
}


#logocontainer 
{
	position: absolute;
	width: 200px;
	left: 0px;
}
#crumbscontainer 
{
	position: absolute;
	left: 219px;
	top: 32px;
}
#options 
{
	position:absolute;
	top: 5px;
	right: 5px;
}

#optionslanguage 
{
	position: absolute;
	top: 46px;
	right: 0px;
}

#logincontainer 
{
	position: absolute;
	left: 221px;
	top: 16px;
}


































































































/*footerspace*/
#footerspace
{
}



