@charset "UTF-8";
/* CSS Document */

#deep_grey {
	clear:both;
	position:relative;
	
	width:100%;
	
	height:30px;
	
	background:url(images/body_deep_grey.png) repeat #2f2f2f;
}

#light_grey {
	background:#3b3b3b;
	
	padding:20px 0;
}

#light_grey #body_text {
	width:830px;
	
	position:relative;
	left:50%;
	margin-left:-415px;
	
	background:#fff;
}

#light_grey #body_text #left_side {
	width:520px;
	min-height:490px;
	
	float:left;
	color:#555;
	
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	
	padding:10px 20px;
	margin:10px 0;
	border-right:1px #d2d2d2 solid;
}

#light_grey #body_text #left_side h1 {
	padding:0px 0 10px 0;
	margin:0;
	
	font-size:24px;
	color:#f78e20;
	
	font-family:Arial, Helvetica, sans-serif;
}

#light_grey #body_text #left_side p {
	padding:0px 0;
	margin:0;
	line-height:20px;
}

#light_grey #body_text #left_side h2 {
	padding:40px 0 10px 0;
	margin:0;
	
	font-size:16px;
	color:#f78e20;
	
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
	
#light_grey #body_text #left_side #services_table td {
	width:200px;
	text-align:left;
}

#light_grey #body_text #left_side ul {
	padding:0;
	margin:0;
	
	list-style:circle;
}

#light_grey #body_text #left_side li {
	padding:2px 0;
	margin:0 0 0 20px;
}

#light_grey #body_text #left_side #errors {
	border:2px #F00 dashed;
	background:#d2d2d2;
	color:#F00;
	
	padding:10px;
	margin:20px 0;
}

#light_grey #body_text #left_side input[type=text], #light_grey #body_text #left_side textarea {
	background:#fff;
	border:1px #d2d2d2 solid;
	padding:3px;
	
	width:100%;
	
	color:#000;
	font-size:14px;
}

#light_grey #body_text #left_side input[type=submit] {
	background:#d2d2d2;
	border:1px #000 solid;
	padding:5px 10px;
	
	color:#000;
	font-size:14px;
	
	cursor:pointer;
}

#light_grey #body_text #left_side input[type=submit]:hover {
	font-weight:bold;
}

#light_grey #body_text #left_side .key { font-weight:bold; text-align:left; }
#light_grey #body_text #left_side .value { text-align:left; }

#light_grey #body_text #sidebar {
	float:left;
	
	margin-top:20px;
	position:relative;
	width:210px;
	padding-left:30px;
	
	color:#555;
}

#light_grey #body_text #sidebar h2 {
	padding:0;
	margin:0;
	
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:underline;
}

#light_grey #body_text #sidebar p {
	padding:20px 0;
	margin:0;
	line-height:20px;
}

#light_grey #body_text #sidebar ul {
	padding:0;
	margin:10px 0;
}

#light_grey #body_text #sidebar li {
	margin:0 0 0 20px;
	padding:2px 0;
}

#light_grey #body_text #sidebar #recent_work{
	width:209px;
	height:214px;
}

#light_grey #body_text #sidebar #recent_work a {
	margin-top:9px;
	display:block;
	width:209px;
	padding-top:214px;
	height:0;
	overflow:hidden;
	
	background:url(images/recent_salon8736.png) center no-repeat;
}

#light_grey #body_text #sidebar #sidebar_quote {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
}

#light_grey #body_text #sidebar #sidebar_quote_by {
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
}