#header {
	height: 300px;
}

#logo {
	margin-left: 30px;
}

.header_box, .header_box_bg {
	right: 0;
	top: 0;
	height: 145px;
	padding: 0 1em 32px 1em;
	margin-top: 20px;
	width: 14em;
	text-align: right;
}
.header_box_bg {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.left {
	padding-left: 2em;
}

.right h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 15pt;
}

#text {
	margin-top: 0;
	padding-top: 0;
}

.slogan {
	background: #e5e8ca url(/images/slogan.jpg) 0 0 no-repeat;
	height: 100px;
	width: 500px;
	margin-bottom: 15px;
}

#ie6 #key { display: none !important; }

.cart a {
	text-decoration: none;
}

.counter a {
	text-decoration: none;
}


