/* Beauty Salon Template CSS by Nadia - dreamweaverresources.com */
body{
font:12px Verdana,Arial,Helvetica,sans-serif;
color: Black;
text-align:center;
margin:0px;
padding:0px;
background-color:#B4c0aa;
background-image:  url(../pics/background.gif);
}
/* Heading styles */
h1{
font-size:16px;
color: #515A49;
margin: 15px;
}
h2{
font-size:14px;
color: #8B9880;
margin: 15px;
}
h3{
font-size:12px;
color: #67735D;
margin: 15px;
}

/* sytles the unordered list */
ul{
margin:20px;
padding:0;
list-style:square;
}
ul li{
padding:0 0 0 25px;
line-height:1.5em;
}

#wrapper {
	margin: auto auto;
	background-color: white;
	width: 750px;
	border: 2px solid #495243;
}
#contentwrapper{
text-align: left;
width: 750px;
background-color:transparent;

}
#header{
margin:0;
padding:0;
height:185px;
background:  url(../pics/header.jpg) no-repeat center;
}

#left {
text-align:left;
margin-top:20px;
padding: 0px;
float: left;
width: 560px;
background-color:transparent;
padding-right:10px;
padding-left:10px;
background-image:  url(../pics/pageback.jpg);
background-position: top left;
background-repeat: no-repeat;
border-right: 1px solid #C5CEBF;
}
#left p{
text-align:justify;
margin: 15px;

}
#nav{
width:150px;
padding:0;
margin-top:50px;
float:right;
background-color:white;
text-align: center;
}
#nav a,#nav a:visited{
padding: 0 4px 0 4px;
font-size:11px;
font-weight:bold;
color: #67735D;
display:block;
width:116px;
text-decoration:none;
background-image:  url(../pics/button_on.gif);
background-position: left;
background-repeat: no-repeat;
line-height: 33px;
}

#nav a:hover{
background:transparent;
background-image:  url(../pics/button_off.gif);
background-position: left;
background-repeat: no-repeat;
line-height: 33px;
color: #980C0E;
}
#nav li{
margin:0 0 10px 0;
padding:0;
list-style-type:none;
background:none;
}
#nav ul{
margin:0;
padding:0;
}

#topnav {
	float: left;
	text-align: left;
	margin: 0;
	padding: 0px;	
	background-image:  url(../pics/topnav_back.gif);
	background-repeat: repeat-x;
	height: 18px;
	width: 100%;
}

#topnav li {
	display: block;
	float: left;
	margin: 0;
	padding-left: 10px;
}

#topnav ul {
	border: 0;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 500px;
}

#topnav ul li a {
	color: #67735D;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	margin: 0;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	width: 120px;
	line-height: 33px;
	background-image:  url("../pics/button_on.gif");
	background-position: left;
	background-repeat: no-repeat;
	
}

#topnav ul li a:hover {
	color: #980C0B;
	display: block;
	background-image:  url("../pics/button_off.gif");
	background-position: left;
	background-repeat: no-repeat;
}
/* used to clear divs */
#separator {
	clear: both;
	display: block;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

/* footer styles */
#footer{
font:11px Verdana,Arial,Helvetica,sans-serif;
padding: 20px 0px 20px 20px;
text-align:left;
width:730px;
border-top:1px solid #C5CEBF;
}
#footer a:link{
color: #67735D;
text-decoration:underline;
}

#footer a:visited {color: #67735D;}
#footer a:hover, #footer a:focus {
color: #B4C0AA;
text-decoration:none;
}
#footer a:active {
color: #67735D;
}

/* FORM STYLES */
form {width: 500px; }

fieldset{
	padding:10px;
	border: 1px solid #67735D;
	margin-bottom:15px;
	margin-left: 25px;
	
width: 450px;
}

.textarea2{
background-color: #C5CEBF;
background-image: none;
border: 1px solid #006666;
margin: 4px;
padding: 6px;
}

/*styles the input fields*/
input,textarea{
background-color: #D8DED3;
border: 1px solid #006666;
margin: 4px;
font: 12px Verdana,Geneva,Arial,Helvetica,sans-serif;
}

label{
	color: #67735D;
	font-weight: bold;
}
legend{
padding:10px;/*gives a bit of padding between the border and the test*/
color: #67735D;
font:16px Verdana,Geneva,Arial,Helvetica,sans-serif;
font-weight: bold;
}
.submitbutton {
	border: 1px solid #003366;
	background-color: #B4C0AA;
}
/*end of form styles */