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

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

/*master.css over ride of background image*/
#page-wrapper {
	background-image:url(../_images_master/salon-hair6.gif);
}

/*Heading for feature page*/
/*Features pages headers*/
#feature_header {
	height: 25px;
	background-image: url(../_images_master/contact-directions-heading.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #FFF;
	text-indent: -9999px;
}

/*Make h1 fit in 25px. heading space*/
h1 {
	font-size: 1em;
}

/*Over ride button menus for this page*/
#home_btn a {
	background-position: center bottom;
}

#contact_btn a {
	background-position: center top;
}

#contact_btn a:hover, a:active {
	background-position: center top;
}

/*Conten Container for this page*/
#left_column {
	width: 596px;
	height: 690px;
	float: left;
}
h3 {
	font-size: .9em;
}
h4 {
	padding: 0;
}

#page_intro {
	width: 583px;
	height: 17px;
	padding: 4px;
	border: 1px solid #FFF;
	background-image: url(../_images_master/feature-intro-bkgnd.png);
	background-repeat: repeat-y;
	overflow: hidden;
	font-size: 1.3em;
	letter-spacing: .05em;
	margin-bottom: 7px;
}

#form-block {
	width: 583px;
	height: 260px;
	padding: 4px;
	border: 1px solid #FFF;
	background-image: url(../_images_master/feature-intro-bkgnd.png);
	background-repeat: repeat-y;
	overflow: hidden;
	font-size: 1.3em;
	letter-spacing: .05em;
	margin-bottom: 7px;
}

#map-block {
	width: 583px;
	height: 368px;
	padding: 4px;
	border: 1px solid #FFF;
	background-image: url(../_images_master/feature-intro-bkgnd.png);
	background-repeat: repeat-y;
	overflow: hidden;
	font-size: 1.3em;
	letter-spacing: .05em;
	text-align: center;
}

.map {
	clear:both;
	padding-top: 5px;
}
/* Form Content */
form {
	/*width:550px;
	height: 200ox;*/
	/*padding:10px;
	padding-left:25px;*/
	font-size: .8em;
}
fieldset {
	float: left;
	clear: left;
	width: 100%;
	/*height:210px;*/
	/*margin: 0 0 1.5em 0;*/
	padding: 0;
	/*border-color:#C0F;*/
	border:none;
}
fieldset.submit{
	border:none;
	height:45px;
}
fieldset p{
	/*clear: both;*/
	padding-bottom:10px;
}

legend {
	/*margin-left: 1em;*/
	/*color: #000000;*/
	font-weight: bold;
	color: #A62004;
	
}

fieldset ol {
	padding: 0.5em;
	list-style: none;
	/*zoom: 1;*/
}

fieldset li{
	float: left;
	clear: left;
	width: 100%;
	padding: 0;
}
li {
	list-style: none;
}

label {
	float: left;
	width: 10em;
	margin-right: .5em;
}
input, select {
	font-size: .9em;
}
.required {
	color:#F00;
	font-size:.6em;
	font-weight:bold;
}
