#about_top {
	height: 137px;
	width: 716px;
	margin-bottom: 25px;
}

#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 */

#about_middle_right {
	width: 466px;
	margin-left: 10px;
	padding-right: 10px;
	float: left;
}
#about_header {
	border-bottom: 1px solid #ff3356;
}
#about_header h2 {
	font-size: 36px;
	/* text-transform: uppercase; */
	font-weight: normal;
}

#about_items {
	margin-top: 15px;
	width: 466px;
	border-bottom: 1px solid #ededed;
}
#about_items .about_item {
	margin-bottom: 15px;
}
#about_items .about_item h4 {
	font-size: 16px;
	font-weight: normal;
	color: #313131;
	/* text-transform: uppercase; */
}
#about_items .about_item_text {
	margin: 8px 0 8px 0;
	color: #373737;
	font-size: 12px;
	line-height: 18px;
}
#about_items .about_item_text a {
	text-decoration: underline;
}

/* Contact */
#contact {
	margin-top: 15px;
	font-size: 12px;
}
#contact #contact_intro {
	font-size: 12px;
	color: #373737;
	margin-bottom: 15px;
}
#contact .contact_form_row {
	height: 40px;
	border-bottom: 1px solid #ededed;
}
#contact .contact_form_row.textarea {
	height: 173px;
}
#contact .contact_form_row textarea {
	font-family: Arial, Helvetica sans-serif;
	font-size: 12px;
	border: 0;
	background: #ededed;
	width: 336px;
	height: 150px;
	padding: 3px 5px 3px 5px;
	overflow: auto;
}
#contact .contact_form_row .contact_form_row_label{
	margin-top: 14px;
	float: left;
	width: 120px;
}
#contact .contact_form_row .contact_form_row_input{
	margin-top: 8px;
	float: left;
}
#contact .contact_form_row .contact_form_row_input input{
	border: 0;
	background: #ededed;
	width: 336px;
	height: 18px;
	padding: 3px 5px 3px 5px;
}
#contact #contact_submit {
	border: 0;
	float: right;
	margin-top: 15px;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #ff002c;
	text-transform: uppercase;
	cursor: pointer;
}
