html, body {
	height: 100%;
}

body {
	padding-top: 100;
	margin: 0;
}

div#layout {
	width: 780px;
	margin: 0 auto 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div#header-container {
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

div#content-container {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding-bottom: 50px;
}

div#footer-container {
	bottom: 0;
	min-height: 69px;
	height: auto !important;
	height: 69px;
}

div#header-container,
div#content-container,
div#footer-container {
	width: 780px;
}

div#search-bar-container {
	min-height: 59px;
	height: auto !important;
	height: 59px;
}

div#logo-container {
	height: 100px;
}

div#logo {
	position: relative;
	top: 38px;
	left: 40px;
}

div#menu-container {
	height: 46px;
}

div#shopping-cart-container {
	padding-top: 10px;
	width: 80px;
	float: left;
}

div#banner-container {
	min-height: 80px;
	height: auto !important;
	height: 80px;
}

div#footer-container div {
	padding: 1.5em;
}

div#menu {
	width: 690px;
	float: left;
}

ul#menu-items,
ul#menu-items li {
	padding: 0;
	margin: 0;
}

li.menu-item {
	float: left;
	list-style-type: none;
}

li.menu-item div {
	min-width: 10px;
	width: auto !important;
	width: 10px;
	height: 27px;
	text-align: center;
	margin-top: 6px;
	padding: 0 1em 0 1em;
}

div#search-bar-container {
	width: 180px;
}

div#logo {
	width: 704px;
}

object {
	display: block;
}

