/** WRAPPER */

#wrapper {
	width: 779px;
	margin: 0px auto;
	padding: 0px 60px 0px 61px;
}

/** HEADER */

#header {
	height: 114px;
}

#logo {
	float: left;
	width: 423px;
	height: 114px;
	background: url(images/homepage02.jpg) no-repeat left top;
}

#logo h1 {
	height: auto;
	margin: 0px;
	padding: 0px;
	background: none;
	text-indent: -9999px;
}

#cart-summary {
	float: left;
	width: 356px;
	padding: 44px 0px 0px 0px;
}

#cart-summary p {
	padding: 0px 0px 0px 22px;
	line-height: normal;
	color: #4C4C4C;
}

#cart-summary .summary {
	float: left;
	height: 18px;
	padding: 4px 10px 0px 23px;
	background: url(images/homepage03.gif) no-repeat left center;
}

/** MENU */

#menu {
	height: 26px;
	text-align: center;
}

#menu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

/** BANNERS */

#banner1 {
}

#banner2 {
}

/** SIDEBAR */

#sidebar {
	width: 199px;
}

/** CONTENT */

#content {
	float: right;
	width: 579px;
}

#content-wide {
	float: none;
	width: auto;
}

/** THUMBNAIL VIEW */

.thumbnails {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.thumbnails li {
	float: left;
	width: 185px;
	margin: 0px 0px 15px 3px;
	padding-bottom: 14px;
}

.thumbnails .name {
	padding-top: 5px;
	text-align: center;
}

.thumbnails .desc {
	text-align: center;
}

.thumbnails .links {
	padding: 10px 0px 0px 9px;
}

.thumbnails .links a {
	margin-left: 5px;
}

/** FOOTER */

#footer {
	width: 900px;
	height: 125px;
	margin: 0px auto;
}

