* {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#CFC3C4;
	background-image: url(../img/bg_body2.png);
	background-repeat:repeat-x;
}
#head img {
	float: left;
}
#head #main-navi {
	position: relative;
	top: 35px;
	float: right;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#head #main-navi ul {
	list-style-type: none;
}
#head #main-navi ul li {
	float: left;
	margin-left: 5px;
	background-image: url(../img/navi_bg_right.png);
	background-position: right;
	background-repeat: no-repeat;
	width: 10;
}
#head #main-navi ul li a {
	background-image: url(../img/navi_bg_left.png);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	width:50px;
	
	height: 25px;
	padding: 0 10px;
	line-height: 26px;
	color: #FFFFFF;
	text-decoration: none;
}
/* HACK: nicht IE */
html>body #head #main-navi a
{
	/* display: block; */
	width:auto;
}

#head #main-navi a:hover {
	text-decoration: underline;
}
#main {
	clear: both;
}
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	background-color:#fff;
}
#colorarea {
	height: 170px;
	background-color: #C40001;
	width: 290px;
	float: right;
}
#moodpic {
	float: left;
	height: 170px;
}
#content, #content_products {
	width: 600px;
	float: left;
	background-color: #fff;
	margin-top: 10px;
	padding-top: 10px;
}
#content h1, #content_products h1{
	text-transform: uppercase;
	margin: 0 20px 10px 40px;
	color: #C40001;
	font-size: 1.8em;
	font-weight: 200;
}
#content h2, #content_products h2{
	margin: 0 40px;
	font-size: 1em;
}
#content p, #content_products p{
	line-height: 1.4em;
	margin: 10px 0;
	padding: 0 40px;
}
#content ul, #content_products ul{
	list-style-position: inside;
	margin: 0 40px;
}
#content ul li, #content_products ul li{
	line-height: 1.4em;
}

/* overwrite content_products */
#content_products
{
	 background-color: #EEE;
	
}

#content_products ul, #content_products h1, #content_products h2{
 margin-left: 10px;
 margin-right: 10px;
}
#content_products p{
	padding: 0 10px;
}

/* END: overwrite content_products */

#sidebar {
	width: 290px;
	float: right;
}
#sidebar ul {
	margin-top: 10px;
	list-style-type: none;
}
#sidebar ul li {
	height: 48px;
	padding: 10px 0;
	border-bottom: 1px dashed #C40001;
}
#sidebar ul li:hover {
	background-color: #EEEEEE;
}
#sidebar ul li img {
	margin-right: 15px;
	vertical-align: middle;
}
#sidebar ul li a {
	color: #333;
	text-decoration: none;
	display: block;
}
#sidebar ul li a:hover {
	color: #000;
}
#logo {
	margin-bottom: 10px;
}
ul.product_listing {
	list-style-type: none;
}
ul.product_listing li {
	width: 275px;
	/* height: 350px; */
	float:left;
	margin: 6px;
}
ul.product_listing li h3 {
	margin:10;
	padding: 0;
	color: #C40001;
	text-transform: uppercase;
}
a {
	color: #000;
}
a:hover {
	color: #C40001;
}
.new_icon{
		margin:20px;
}
.product_img{
	width: 275px;
	height: 275px;
}