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

body { 
	background:url(../images/background.gif);
	margin:0 auto;
	font-family:"Times New Roman", Times, serif;
}


#container { 
	width:900px;
	margin:0 auto;
	border-left: 1px solid #262526;
	border-right: 1px solid #262526;	

	background:#000;
}

#logo { 
	float:left;
	padding: 30px 0 20px 15px;
}


#nav { 
	float:right;
	margin-right:25px;
	padding-left:1px;
	
}

div.first { background:url(../images/nav-left-on.jpg) no-repeat left; }
div.other { background:url(../images/nav-left.gif) no-repeat left; }


#nav ul { 
	margin:0;
	padding:0;

}

#nav ul li { 
	float:left;
}


#nav ul li a { 
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	padding:72px 33px 30px 2px;
	background:url(../images/bg-nav.gif) no-repeat right;
}

#nav ul li a:hover,
#nav ul li.selected a { 
	background:url(../images/bg-nav-on.gif) no-repeat right;
}

#footer { 
	margin-top:20px;
	font-size:9px;
	color:#a2a2a2;
	text-transform:uppercase;
	padding:26px 0 29px 39px;
	background:url(../images/bg-footer.gif) no-repeat top;
}

#footer a { 
	color:#a2a2a2;
	text-decoration:none;
}

#footer a:hover { 
	text-decoration:underline;
}

#content { 
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	line-height:1.3;
	color:#a2a2a2;
}

#content h1 { 
	font-size:24px;
	color:#a2a2a2;
	margin-top:0;
	font-weight:bold;
	padding:0;
}

#content h2 { 
	font-size:18px;
	font-weight:normal;
	color:#6d0d1d;
}

#content h2 a { 
	color:#6d0d1d;
	text-decoration:none;
	border-bottom:1px dotted #6d0d1d;
}

#content .red { 
	color:#6d0d1d;
}

#content { 
	margin: 10px 37px 20px 37px;
}
.clear { 
	clear:both;
}

#content a { 
	text-decoration:none;
	color:#a2a2a2;
	border-bottom:1px dotted #a2a2a2;

}

table#register-form { 
	font-size:12px;
	text-transform:uppercase;
}

table#register-form td { 
	height:22px;
	vertical-align: bottom;
}

textarea,
select,
input.input { 
	width:326px;
	border:1px solid #424242;
	background:#000;
	font-size:12px;
	padding:3px 0;
	color:#a2a2a2;
	font-family:"Times New Roman", Times, serif;
}

p { 
	margin:0;
	padding:0;
}
	

#left { 
	width:296px;
	float:left;
}

#right { 
	width:350px;
	float:left;
}

#center { 
	width:150px;
	float:left;
}

.error { 
	color:#6d0d1d;
	font-size:16px;
}

div.errorbox { 
	border: 2px solid #6d0d1d;
	padding:3px;
	width:324px;
}

div.large { 
	width:100%;
}
	
div.errorbox a { 
	text-decoration:none;
	color:#a2a2a2;
	border-bottom:1px dotted #a2a2a2;
}

#contact-form label { 
	width:200px;
	float:left;
}

#contact-form div { 
	padding-bottom:2px;
}

fieldset { 
	width:600px;
	border: 2px solid #6d0d1d;
	padding:10px;
}

legend { 
	color: #a2a2a2;
}


div.specialSalon {
	border: 2px solid #94c948;
	padding:5px;
	margin-bottom:10px;
	width:400px;
}


form#salon-finder input.input,
form#salon-finder select.input { 
	width:200px;
	font-size:12px;
	margin:2px;
	padding:3px;
}

form#salon-finder label { 
	width:120px;
	display:block;
	float:left;
}

.clear4 { 
	clear:both;
	margin-bottom:4px;
}
	