html, body {
	
	/* dimensions of canvas, needed for background/foreground */
	margin: 0px;
	padding: 0px;
	height:100%;
}

#canvas {
	margin: 0px;
	padding: 0px;
	
	/* dimensions of canvas, needed for background/foreground */
	height:100%;
	position: relative;
}

#canvas #logo {
	position: absolute;
	left: 140px;
	top: 120px;
	z-index: 4;
}

#background {

	/* needed for background/foreground */
	position: relative;
	z-index: 1;
}

#background #background-items .header-strip {
 background: #000;
 border-bottom: 1px solid #808080;
 height: 38px;
 width: 100%;
 z-index: 1;
}

#background #background-items .footer-strip {
	height: 45px;
	width: 100%;
	border-top: 1px #ccc solid;
	background: #DDDFE0;
	bottom: 0px;
	left: 0px;
	padding-bottom:20px;
}

#foreground {
	
	/* needed for background/foreground */
	position: relative;
	z-index: 2;

	/*foreground dimensions */
	min-height: 768px;
	padding-bottom: 85px; /* footer space */
	
	/* center */
	width: 980px;
	margin: 0px auto;

}


/* header */
#foreground .header {
	width: 100%;
}
#foreground .header .navigation {
	/* center */
	/*margin-left: auto;
 	/*margin-right: auto;
 	*/
	display: table;
	padding: 0px;
}

/* layout */
#foreground .layout {
	
	/* position foreground layout (page content) block */
	position: relative;
	
	/* center */
	margin: 200px auto 25px auto;
	padding: 0px;
	/*overflow: hidden;*/
	
}
#foreground .layout .thirdlevelnav {
	background: url(../images/foreground/layout/third_nav-bg.png) no-repeat;
	padding:0px;
	margin:0px;
	height:38px;
	width:620px;
}
#foreground .homepage {
	margin: 67px auto 25px auto;
}
* html #foreground .homepage {
	position: relative;
	top:67px;
	margin:0px auto 25px auto;
}
	
/* footer */
#foreground .footer {
	clear: both;
	height: 95px;
	
	/* needed for background/foreground */
	width: 100%;
	position: absolute;
	bottom: 0px;
}

#foreground .footer #shop {
	height: 125px;
}

#foreground .footer .navigation {
	/* center */
	margin-left: auto;
 	margin-right: auto;
 	display: table;
	padding: 0px 0px 24px 0px;
}

.clear { 
	border:0px none !important;
	clear:both !important;
	display:block !important;
	font-size:0px !important;
	height:0px !important;
	line-height:0px !important;
	margin:0px !important;
	padding:0px !important;
	width: 100% !important;
	float: none !important;
}