* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #EC145B;
}

a {
	color: #EC145B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1
{
	margin-left: 18px;
	margin-bottom: 10px;
	color: #0D90D2;
}

/**************************************************************** Header *****/

#header {
	margin: 20px auto 0;
	width: 950px;
	height: 355px;
	background: url(../img/header-background.jpg) no-repeat right top;
	
}

#header #logo {
	width: 165px;
	height: 165px;
	background: url(../img/logo.jpg) no-repeat;
	float: left;
	margin: 0 0 20px 0;
}

#header #logo a {
	display: block;
	text-indent: -9999px;
	width: 165px;
	height: 165px;
}

#header #slogan {
	width: 290px;
	height: 163px;
	background: url(../img/slogan.jpg) no-repeat;
	text-indent: -9999px;
	float: left;
}

#header #header-offer-link {
	width: 455px;
	height: 152px;
	background: url(../img/offer-1.jpg) no-repeat;
	clear: both;
}

#header #header-offer-link a {
	display: block;
	text-indent: -9999px;
	width: 455px;
	height: 152px;
}

/*************************************************************** Content *****/

#content {
	width: 950px;
	margin: 10px auto 0;
	text-align: left;
}

#content .products-category {
	width: 275px;
	height: 330px;
	overflow: hidden;
	float: left;
	margin: 10px 0;
	padding: 0 20px;
}

#content .products-category h1 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
}

#content .products-category img {
	width: 70px;
	height: 70px;
	border: solid 1px #AF50A7;
	float: left;
	margin: 0 10px 0 0;
}

#content .products-category .category-link {
	display: block;
	text-align: right;
	clear: both;
}

#content .product-item {
	clear: both;
	margin: 0 0 5px 0;
}

#content .product-price {
	font-weight: bold;
	margin: 5px 0 0 0;
}

#content .products-category#pink {
	color: #EC145B;
}

#content .products-category#pink a {
	color: #EC145B;
}

#content .products-category#blue {
	color: #0D90D2;
}

#content .products-category#blue a {
	color: #0D90D2;
}

#content .products-category#yellow {
	color: #EDC044;
}

#content .products-category#yellow a {
	color: #EDC044;
}

#content .products-category#green {
	color: #95BD3A;
}

#content .products-category#green a {
	color: #95BD3A;
}

#content .products-category#purple {
	color: #AF50A7;
}

#content .products-category#purple a {
	color: #AF50A7;
}

#content #content-offer-link {
	width: 315px;
	height: 120px;
	background: url(../img/offer-2.jpg) no-repeat;
	float: right;
	margin: 70px 0 0 0;
}

#content #content-offer-link a {
	width: 315x;
	height: 120px;
	display: block;
	text-indent: -9999px;
}

/**************************************************************** Footer *****/

#footer {
	border-top: solid 1px #EC145B;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	font-size: 0.8em;
}