#salon_top {
	position: relative;
	height: 90px;
}
#salon_top  h1{
	position: absolute;
	left: 0;
	top: -20px;
	font-size: 116px;
	color: #313131;
	font-weight: normal;
}
#salon_top  h2{
	position: absolute;
	left: 240px;
	top: 45px;	
	font-size: 36px;
	color: #ff002c;
	font-weight: normal;
}
#salon_middle_left {
	width: 230px;
	float: left;
}

a.read_more_link {
	display: block;
	width: 78px;
	height: 14px;
	background: url(images/read_more.png) no-repeat;
	text-transform: uppercase;
	font-size: 11px;
	color: #b8b8b8;
	padding: 4px 0 0 24px;
}

/* right column */

#salon_middle_right {
	width: 466px;
	margin-left: 10px;
	padding-right: 10px;
	float: left;
}
#salon_header {
	border-bottom: 1px solid #ff3356;
}
#salon_header h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: normal;
}
#salon_header h3 {
	font-size: 12px;
	/* text-transform: uppercase; */
	color: #313131;
	font-weight: normal;
	float: right;
	margin: 17px 0 7px 0;
}
#salon_header img {
	/* margin-top: 14px; */
}

#hot_topics {
	margin-top: 15px;
	width: 486px;
}
#hot_topics h3 {
	height: 30px;
/*
	width: 112px;
	background: url(images/hot_topics.png) no-repeat;
	text-indent: -9999em;*/
	display: block;
	color: #ff002c;
	font-size: 32px;
	text-transform: uppercase;	
}
#hot_topics h4 {
	font-size: 16px;
	font-weight: normal;
	/* text-transform: uppercase; */
	color: #313131;
}
#hot_topics #hot_topics_text {
	margin: 8px 0 8px 0;
	color: #373737;
	font-size: 12px;
	line-height: 18px;
}
#hot_topics #hot_topics_text a{
	text-decoration: underline;
}

#hot_topics #hot_topics_left {
	/* width: 194px; */
	/* margin-top: 12px; */
 	float: left;
	padding-right: 20px;
}
#hot_topics #hot_topics_right {
	padding-top: 12px;
	width: 215px;
 	float: left;
}
#hot_topics #hot_topics_right a {
	float: left;
	clear: both;
	margin-bottom: 6px;
	font-size: 12px;
	text-decoration: underline;
	text-transform: uppercase;
}

#doe_t_zelf {
	margin-top: 22px;
	border-bottom: 1px solid #ff3356;
	padding-bottom: 15px;
}
#doe_t_zelf h3 {
/*	display: block;
	background: url(images/doe_t_zelf.png) no-repeat;
	text-indent: -9999em;
	width: 104px;*/
	height: 30px;
	display: block;
	color: #ff002c;
	font-size: 32px;
	text-transform: uppercase;		
}
#doe_t_zelf h4 {
	/* margin-top: 12px; */
	font-size: 16px;
	font-weight: normal;
	/* text-transform: uppercase; */
	color: #313131;
}
#doe_t_zelf #doe_t_zelf_text {
	margin: 8px 0 8px 0;
	color: #373737;
	font-size: 12px;
	line-height: 18px;
}
#doe_t_zelf #doe_t_zelf_text a {
	text-decoration: underline;
}
#doe_t_zelf #doe_t_zelf_left {
	width: 188px;
 	float: left;
	padding-right: 50px;
}
#doe_t_zelf #doe_t_zelf_right {
	width: 221px;
 	float: left;
}

/* Salon items */

#salon_items {
	margin-top: 15px;
}
#salon_items .salon_item {
	margin-bottom: 19px;
}
#salon_items .salon_item_left {
	width: 90px;
	float: left;
}
#salon_items .salon_item_right {
	float: left;
	width: 374px;
}
#salon_items .salon_item_right h4 {
	font-size: 16px;
	font-weight: normal;
	/* text-transform: uppercase; */
	color: #313131;
}
#salon_items .salon_item_right .salon_item_text {
	font-size: 12px;
	color: #373737;
	line-height: 18px;
	margin-top: 1px;
}
#salon_items .salon_item_right .salon_item_text a {
	text-decoration: underline;
}
