
/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 350px;
	height: 115px;
	background: url(../images/homepage02.gif) no-repeat left top;
}

#logo h1 {
	text-indent: -9999em;
}

/** MENU */

#menu {
	float: right;
}

/** FORMS */

#forms {
	margin: 0px auto;
}

/** SEARCH */

#search {
	float: left;
}

/** CURRENCY */

#currency {
	float: left;
}

/** CART ITEMS */

#cart-items {
	float: left;
}

/** CATEGORIES */

#categories {
	margin: 0px auto;
}

/** BANNER */

#banner {
	margin: 0px auto;
}

/** PAGE */

#page {
	margin: 0px auto;
}

/** CONTENT */

#content {
	float: left;
}

/** SIDEBAR */

#sidebar {
	float: right;
}

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
}

#footer2 {
	clear: both;
	margin: 0px auto;
}

.FrontStack {
	position: relative;
	margin-left: 6px;
	margin-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left; width: 600px; height: 350px;
	clear: right;
	background-color: blue;
}