/* CSS */
html, body {
	margin: 0;
	min-height: 100%;
	height: 100%;
}

html>body body {
	height: auto;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	height: 146px;
	overflow: hidden;
}

#header h1 {
	visibility: hidden;
}

/* CONTENT */
#content {
	width: 350px;
	/* must have some padding at the bottom*/
	padding: 10px 0 143px 22px;
}
#content-1col {
	width: 726px;
	/* must have some padding at the bottom*/
	padding: 10px 22px 143px 22px;
}


#footer {
	clear:both;
	padding: 28px 22px 0 22px;
	height: 95px;
	overflow:hidden;
}

#right-column {
	width: 351px;
	margin-right: 3px;
	padding: 15px 22px 143px 0px;
	float: right;
}

#news-events-section {
	display: none;
}
#promos {
	width: 360px;
	height: 120px;
	margin-top: 20px;
}
.promo1 {
	margin-right: 10px;
}
#footer-gfx {
	width: 268px;
	height: 73px;
	margin-top: -8px;
}
.footer-gfx {
	margin: 0 8px 0 8px;
}

#footer-text {
	width: 417px;
	height: 59px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-align: right;
	float: right;
	margin-top: -65px;
	line-height: 14px;
}
a.footer-links {
	color: #000066;
	font-size: 10px;
}
a.footer-links: hover {
	text-decoration: underline;
}

.shop-list-item {
	width: 510px;
	margin-bottom: 20px;
}
.shop-list-item-title {
	font-weight: bold;
	line-height: 20px;
}

.shop-list-items-img {
	margin-bottom: 2px;
}
.shop-item {
	width: 510px;
	margin-bottom: 20px;
}
.shop-item-attribute {
	margin-right: 20px;
}
.shop-item-img {
	margin-top: 10px;
	margin-bottom: 10px;
}
a.shop-item-link {
	display:block;
	width: 112px;
	height: 19px;
	background: #373737;
	padding: 2px 0 0 0;
	text-align:center;
	color:#FFFFFF;
	margin-bottom: -11px;
}
a.shop-item-link:hover {
	color: #b77700;
	text-decoration: none;
}	