/* TOP BOX */
/* ---------------------------------------------------------------------------------------------------*/
#gallery {
	float: left;
	width: 355px;
	height: 245px;
}

#welcome{
	background: url(../images/home/welcome.jpg) no-repeat;
	float: left;
	width: 295px;
	height: 75px;
	color: #efe7d0;
	font-size: 18px;
	padding: 180px 20px 0 25px;
}

#welcome a{
	color: #d0b38b;
	text-decoration: underline;
	font-weight: normal;
}

#welcome a:hover{
	color: #efe7d0;
}

.phone{
	color: #d0b38b;
	font-size: 21px;
}

.voucher{
	margin-left: 14px;
	margin-top: 10px;
}

/* MIDDLE BOX */
/* ---------------------------------------------------------------------------------------------------*/

#middle-box {
	float: left;
	background:url(../images/home/about.jpg) no-repeat;
	width: 676px;
	height: 200px;
	padding: 10px;	
}

#about{
	width: 295px;
	height: 200px;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #282320;
}

#treatments{
	width: 220px;
	height: 200px;
	float: left;
}

#middle-box li{
	list-style-type: none;
	background: url(../images/backgrounds/bullet-dark.png) no-repeat;
	padding-left: 17px;
	margin:0;
	line-height: 15px;
}

/* LOWER BOXES */
/* ---------------------------------------------------------------------------------------------------*/

#promotions{
	width: 686px;
	height: 130px;
	margin: 40px 0;
	padding: 0;
}

.promotion{
	border: 1px solid #282320;
	margin-right: 5px;
}

.promotion-last{
	border: 1px solid #282320;
}

#logos{
	width: 676px;
	border-top: 1px solid #282320;
	padding-top: 10px;
}