
/* standard elements */
* {
	margin: 0;
	padding: 0;
}

img {
	border: 1px solid #CEBDA1; 
}
a {
	color: #963;
}
a img {
	border-style:none;
}

a img.stylethumb {
	padding:6px; 
	border: 1px solid #CEBDA1;
}

a:hover {
	color: #C60;
}
body {
	background: url(img/background.gif) repeat-x;
	/*background: #442918;*/
	background-color: #855C43;
	color: #543;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h2 {
	font-size: 1.0em;
	margin-bottom: 4px;
}
code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2 {
	color: #654;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: #FCFAEA;
	margin: 0 auto;
	width: 760px;
}

/* header */
.header {
	background: url(img/headerNew.gif) repeat-x;
	/*background: #F5EEC9;*/
	height: 138px;
	margin: 0 auto;
	width: 760px;
	cursor: pointer;
}

.header a {
	text-decoration: none;
	border:none;
}

/* Menu */

#menu {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: url(img/img03.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 146px;
	height: 60px;
	padding: 0 0 0 2px;
}

#menu a {
	display: block;
	width: 108px;
	height: 36px;
	text-align:center;
	padding: 20px 20px 0 20px;
	background: none;
	text-decoration: none;
	letter-spacing: -1px;
	font: normal 1.4em Verdana,sans-serif;
	color: #F5EEC9;
}

#menu .twoLine a {
	padding: 10px 20px 0 20px;
	height: 46px;
}

#menu a:hover {
	border-bottom: 5px solid #F5EEC9;
	text-decoration: none;
	color: #FCFAEA;
}

#menu .active a {
	background: #F5EEC9;
	border-bottom: 4px solid #442918;
	text-decoration: none;
	color: #420;
}

/* main */
.main {
	clear: both;
	padding: 0 20px 12px 20px;
	
}

/* sub navigation */
.sidenav {
	float: right;
	width: 218px;
}
.sidenav h1 {
	background: #BCB39F url(img/sidenavh1.gif) repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #D6CCB9;
	color: #654;
}

/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 100%;
}
.content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	background: #855C43 url(img/img03.gif) repeat-x;
	color: #FED;
	font-size: 1.1em;
	padding-top:8px;
	padding-bottom:112px;
	margin: 0 auto;
	width: 760px;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* GLIDER */

    div.scroller {
        width:inherit;
        height: 600px;
        overflow: hidden;
    }
    div.scroller div.section {  
        width:inherit;
        height:600px;
        overflow:hidden;
        }
	/* styles for sub scrollers    */   
    div.subControls {
        width:inherit;
		height:20px;   
    }
    div.subScroller {        
        width:50em;
        height: 600px;
        overflow: hidden;
		float:left;
    }
    div.subSection {       
        width:50em;
        height:600px;
        overflow:hidden;
		float:left;
    }

	
.highslide-html {
	background:#442918;
}

.highslide img {
	margin: 5px 10px 5px 10px;
}

.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
	width: 686px;
}

.highslide-loading {
    display: block;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background:#442918;  
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float:right;
	clear:both;
	margin: 0;
	font-size: .9em;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;

}
.control:hover {
	color: black !important;
}	

.stylist {
	border: 1px solid #855C43;
	clear:both;
	float: right;
	width: 300px;
	margin: 4px;
	color: #855C43;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/img/75p.png');
}

.stylist[class] {
  background-image:url(img/75p.png);
}

.stylist p {
	margin: 4px;
}

.stylist h2 {
	font-size: 1.4em;
	margin: 2px 2px 4px 4px;
}

.danielle2{
background:url(img/photos/bios/Danielle.jpg);
height:456px;
min-height:456px;
width:100%;
}
.jonathan2{
background:url(img/photos/bios/Jonathan.jpg);
height:456px;
min-height:456px;
width:100%;
}
.traci2{
background:url(img/photos/bios/Traci.jpg);
height:456px;
min-height:456px;
width:100%;
}
.gail2{
background:url(img/photos/bios/Gail.jpg);
height:456px;
min-height:456px;
width:100%;
}
.maria2{
background:url(img/photos/bios/Maria.jpg);
height:456px;
min-height:456px;
width:100%;
}
.tim2{
background:url(img/photos/bios/Tim.jpg);
height:456px;
min-height:456px;
width:100%;
}
.laurie2{
background:url(img/photos/bios/Laurie.jpg);
height:456px;
min-height:456px;
width:100%;
}
.angela2{
background:url(img/photos/bios/Angela.jpg);
height:456px;
min-height:456px;
width:100%;
}
.janine2{
background:url(img/photos/bios/Janine.jpg);
height:456px;
min-height:456px;
width:100%;
}
.danny2{
background:url(img/photos/bios/Danny.jpg);
height:456px;
min-height:456px;
width:100%;
}
.ashley2{
background:url(img/photos/bios/Ashley.jpg);
height:456px;
min-height:456px;
width:100%;
}
.elizabeth2{
background:url(img/photos/bios/Elizabeth.jpg);
height:456px;
min-height:456px;
width:100%;
}
.victoria2{
background:url(img/photos/bios/Victoria.jpg);
height:456px;
min-height:456px;
width:100%;
}
.jimmyIssac2{
background:url(img/photos/bios/JimmyIssac.jpg);
height:456px;
min-height:456px;
width:100%;
}
.shannon2{
background:url(img/photos/bios/Shannon.jpg);
height:456px;
min-height:456px;
width:100%;
}

