* {
	margin: 0;
	padding: 0;
}
body { width: 100%; }

#templateMargins {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

#templateWrapper { background-color: #fff; }


/* Header
-----------------------------------------------------------------------------*/
#templateHeader {
	height: 172px;
	position: relative;
}

#headerMenubar {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 42px;
	overflow: hidden;
	width:100%;
	background-color: #dbdbdb;
	color: #fff;
}

#headerToplinks { position: absolute; top: 2px; right: 0; height: 24px; }
#headerSearch { position: absolute; top: 52px; right: 0; z-index: 10; }
#headerShoppingCart { position: absolute; right: 0; top:0; width: 250px; height: auto; z-index: 2; margin-top: 130px; }

/* Middle
-----------------------------------------------------------------------------*/
#templateMiddle {
	border-left: 250px solid transparent;
	height: 1%;
	position: relative;
	margin-top: 42px;
}
#templateMiddle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#templateContainer {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#templateContent {
	padding: 0 20px;
	min-height: 400px;
	padding-bottom: 24px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#templateSideLeft {
	float: left;
	width: 250px;
	position: relative;
	left: -250px;
}

/* Footer
-----------------------------------------------------------------------------*/
#templateFooter {
	margin: 0 auto;
	width: 1024px;
	height: 216px;
	position: absolute;
	bottom: -216px;
	left: 0;
	z-index: -1;
}