/* CSS Document */

body{
	margin:0;
	padding:0;
	text-align:center;
	min-width:740px;
	background-color: #211C21;
  	color: #333333;
	line-height:115%;
}
img a:link, img a:visited{
	text-decoration:none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
blockquote {
	font-style: italic;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-left: 10px;
}
#wrapper{
	text-align:left;
	width:740px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}
#wrapper #main .roundcont li a {
	font-weight: normal;
	line-height: 2em;
}
#wrapper .roundcont h1 {
	color: #6B5531;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2em;
	padding-top: 5px;
}
#wrapper .roundcont h2 {
	color: #211C21;
	font-family:"Trebuchet MS";
	font-size: 1.2em;
}
#wrapper .roundcont h3 {
	color: #211C21;
	font-family:"Trebuchet MS";
	font-size: 1em;
}
#wrapper .roundcont p {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper .roundcont .gallerycontainer h2 {
	margin-top: 0;
	margin-bottom: 10;
}
#wrapper #main .roundcont li {
	font-family: Arial, Helvetica, sans-serif;
	color: #6C5635;
	font-size: 0.8em;
	font-weight: bold;
}
#wrapper #copyright p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 5px;
	font-size: 0.9em;
}
#wrapper #copyright a:link, #wrapper #copyright a:visited {
	color: #FFFFFF;
}

#wrapper #main {
	margin-top: 40px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	padding: 5px 0px 0px;
	margin-left: 10px;
}
#nav li { /* all list items */
	float: left; /* width needed or else Opera goes nuts */
	width:6.5em;
	line-height: 1.2em;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #211C21;
	left: -999em;
	width: 8em;
}
#nav li ul li a{ /* second-level lists */
	font-size:small;
	margin-bottom: 5px;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li ul li a:hover {
	text-decoration: underline;
}

/*classes*/
.main_img {
	float:right;
	margin:15px 10px 10px;
	border: thin solid #94927B;
}
.logo {
	padding-right: 10px;
	padding-left: 10px;
}
.breadcrumbs {
	float: right;
	padding-right: 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	padding: 5px;
	background-color: #FFFFFF;
	height:570px;
	width: 470px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail img{
	border: 1px solid #000000;
	display:inline;
	margin: 2px;
}
.thumbnail:hover{
	background-color: transparent;
}
.thumbnail:hover img{
	border: 1px solid #000000;
}
.thumbnail span{ /*CSS for enlarged image*/
	padding: 5px;
	left: -1000px;
	/*border: 1px dashed gray;*/
	visibility: hidden;
	color: black;
	text-decoration: none;
	position: absolute;
}
.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top:500px;
	left: 575px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}


/*Home page gallery css*/
.gallerycontainer_index{
	padding: 5px;
	background-color: #FFFFFF;
	height:100px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

/*Credits: AdamKalsey */
/*URL: http://kalsey.com/2003/07/rounded_corners_in_css/ */
/*Rounded corners*/

.roundcont {
	width: 740px;
	background-color: #ffffff;
	color: #000000;
	margin-top:10px;
}

.roundcont p {
	margin-right: 10px;
	margin-left: 10px;
}

.roundcont h1 {
	margin: 0 10px 0;
}

.roundcont h2, h3, h4, h5, h6 {
	margin-left:10px;
}

.roundtop { 
	background: url(../images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


/* Contact form styling*/

.contactform p {
	margin: 0px;
	padding: 5px;
}
.contactform {
	padding-left: 5px;
	margin-left: 5px;
}
.contactform p label {
	font-weight: bold;
	float: left;
	width: 45%;
	padding-left: 10px;
	margin-right: 10px;
	color: #211C21;
}
.contactform .text {
	background-color: #F5F6F2;
	padding: 2px;
	width: 200px;
	border: 1px solid #AD926B;
}
.contactform p.submit {
	margin-left: 47%;
	padding-left: 0px;
}
.contactform p.submit input {
	color: #FFFFFF;
	background-color: #8D7269;
}
.contactform legend{
	color: #6C5635;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
.contactform fieldset{
	border: 1px solid #211C21;
}
table.pricelist {
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
#wrapper #main .roundcont .pricelist .hair_desc {
	font-size: x-small;
	font-weight: normal;
}

.pricelist th{
	text-align:left;
	font-size: 0.8em;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.pricelist td{
	text-align:left;
	font-size: 70%;
}
.hair{
	font-weight:normal;
}
table.pricelist_hair {
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pricelist_hair th{
	font-size: 0.8em;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.pricelist_hair td{
	text-align:center;
	font-size: 70%;
}
.hair_subheading{
	color: #996666;
	font-weight: bold;
}
.beautydesc{
	color: #993300;
}
#wrapper #main .roundcont .important {
	font-size: 2em;
	color: #990000;
}
.job {
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-bottom: 10px;
}
.logo {
}
.img_left {

	float:left;
	margin:15px 10px 10px;
	border: thin solid #94927B;
}
.img_news {
	margin:15px 10px 0px;
	border: thin solid #94927B;
}
.news_pic {
	margin: 10 10 10 10;
	padding-left: 100px;
}
.news_pic p {
	margin: 0;
	color: #666666;
	padding-left: 40px;
}
.news_opera {
	float: right;
}
.news_opera p {
	margin: 0;
	color: #666666;
	padding-left: 30px;
}
#wrapper #main .roundcont #sitemap a {
	font-size: small;
}
#wrapper #main .roundcont #sitemap li {
	font-size: small;
	color: #000000;
	font-weight: normal;
}
