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

/* Standard HTML CSS*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
h1 {
	font-size: 400%;
}


p {
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #627739;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

iframe {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: auto;
}

/* CSS Layout */
#container {
	width: 1010px;
	margin: auto;
	background-image: url(../images/stage.png);
	background-repeat: no-repeat;
	background-position: top;
}

#nav_bar {
	width: 864px;
	height: 72px;
	margin-left: 68.5px;
}

#gallery {
	width: 878px;
	height: 338px;
	top: 72px;
	margin-left: 61.5px;
}

#gallery_lft {
	height: 288px;
	width: 426px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 14px;
	float: left;
}

#gallery_rght {
	float: right;
	height: 132px;
	width: 424px;
	padding-top: 196px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}

#gal_thumbs {
	padding-top: 7px;
	padding-left: 7px;
	text-align: center;
}

#title_bar {
	width: 839px;
	height: 35px;
	margin-left: 68.5px;
	padding-left: 25px;
	padding-top: 12px;
	background-image: url(../images/title_bubbles.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content {
	width: 1010px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content_body {
	width: 600px;
	float: left;
	text-align: center;
}

#contact_info {
	width: 253px;
	float: right;
	text-align: center;
}

#footer {
	width: 873px;
	height: 30px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	margin-left: 68.5px;
	padding-top: 17px;
}

/* Location Specific Hyperlink CSS */
ol#nav {
	list-style: none;
	font-weight: bold;
	overflow: hidden; /* for ie to hide extra height */
	margin: 0px;
	padding: 0px;
}

ol#nav li {
	float: left;
	text-align: center;
}

ol#nav a {
	color: #FFF;
	display: block;
	float: left;
	text-decoration: none;
	overflow: hidden; /* for ie to hide extra height */
	margin-top: -30px;
	width: 144px;
	padding-top: 72px;
	padding-bottom: 15px;
	font-size: 12px;
}

ol#nav a:hover {
	background-position: center bottom;
	color: #FFF;
	background-image: url(../images/active_page.png);
	background-repeat: no-repeat;
}

ol#nav li.current a {
	background-position: center bottom;
	color: #FFF;
	background-image: url(../images/active_page.png);
	background-repeat: no-repeat;
}

.copyright a {
	color: #FFF;
}

.copyright a:hover {
	color: #B9C866;
}

.copyright a:visited {
	color: #FFF;
}

/* Gallery Layers */
#image1 {
	z-index: 1;
	visibility: visible;
	position: absolute;
	height: 288px;
	width: 426px;
	top: 95px;
	bottom: 0px;
}

#image2 {
	z-index: 2;
	visibility: hidden;
	position: absolute;
	height: 288px;
	width: 426px;
	top: 95px;
	bottom: 0px;
}

#image3 {
	z-index: 3;
	visibility: hidden;
	position: absolute;
	height: 288px;
	width: 426px;
	top: 95px;
	bottom: 0px;
}

#image4 {
	z-index: 4;
	visibility: hidden;
	position: absolute;
	height: 288px;
	width: 426px;
	top: 95px;
	bottom: 0px;
}

#image5 {
	z-index: 5;
	visibility: hidden;
	position: absolute;
	height: 288px;
	width: 426px;
	top: 95px;
	bottom: 0px;
}

#image6 {
	z-index: 6;
	visibility: hidden;
	position: absolute;
	height: 288px;
	width: 426px;
	top: 95px;
	bottom: 0px;
}

#image7 {
	z-index: 7;
	visibility: hidden;
	position: absolute;
	height: 288px;
	width: 426px;
	top: 95px;
	bottom: 0px;
}

#image8 {
	z-index: 8;
	visibility: hidden;
	position: absolute;
	height: 288px;
	width: 426px;
	top: 95px;
	bottom: 0px;
}

/* Copy Specific CSS */
.copyright {
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
/* Stylists Page Specific CSS */
.img_left {
	float: left;
	padding-right: 10px;
}
.img_right {
	float: right;
	padding-left: 10px;
}
.borderLeftRight {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #402711;
	border-left-color: #402711;
}

