/* CSS for New Dressing Rooms page */


html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #997d4d;
}

body {
	font-size:92%;
	background-image: url(../images/slice.jpg);
	background-repeat: repeat-x;
}

/* Wrap is for the index.html page with picture of Darlene*/
#wrap {
	width:900px;
	margin-top: 5px;
	height: 850px;
	background-image: url(../images/logo_outline.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

/*Test for Flash page*/
#wrap3 {
	width:900px;
	margin-top: 5px;
	height: 850px;
	background-image: url(../images/logo_outline3.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

/*Contacts Page*/
#wrap5 {
	width:900px;
	margin-top: 5px;
	height: 850px;
	background-image: url(../images/contactBckgrd.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

/*contacts labels and inputs for alignment without using tables*/
label
{
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.submit input
{
	margin-left: 8.5em;
} 
	
#left {
	width:280px;
	height:775px;
	float: left;
	display: inline;
}

#navMenu {
	padding:5px 0 5px 0;
/*	background:#483006;  */
	background:#997d4d;
	width:220px;
	float:left;
	margin-top: 85px;
	margin-left: 54px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline; 
}

#nav {
	margin:0;	
	padding:0;
	list-style-type:none;
	background: #483006;
	width:220px;
}

#nav li {
	margin:0;
	padding:0;
}

#nav a {
	display:block; /*to increase clickable area as a's default to inline*/
	color:#FFF;
	text-decoration:none;
	padding:0 37px;
	line-height:1.75;
	zoom: 1;
}

#nav #nav_blog a{
	border:none;

}
#nav a:hover {
	
	color:#FFFFFF;
/*	background-color: #92600C;  */
    background-color:#997d4d;
}
#nav #current  {
	background-image: url(../images/swirl_rollover.jpg);
	background-color:#483006;
	background-repeat: no-repeat;
}


#nav #current a:hover {
	background-image: url(../images/swirl_rollover.jpg);
	background-color:#483006;
	background-repeat: no-repeat;
	color: #C52E21;
}

#serMenu {
	padding:5px 0 5px 0;
	width:210px;
	height:272px;
	float:left;
	margin-top: 50px;
	margin-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	display: inline;
}

#ser {
	
	margin:0;	
	padding:0;
	list-style-type:none;
	width:210px;
}
	
#ser #currSer {
    background-image:none;
    background-color:#C2bfb8;
}

#ser li {
	margin:0;
    padding: 2px 5px 2px 5px;
	line-height:1.75;
}

#ser a{
	display:block; /*to increase clickable area as a's default to inline*/
	color:#000000;
	text-decoration:none;
/*	padding: 2px 4px; */
}

#ser a:hover {
	color:#FFFFFF;
	background-color: #1A5170;
}
#ser #current  {
	background-image: url(../images/swirl_rollover.jpg);
	
	background-repeat: no-repeat;
}


#ser #current a:hover {
	
	color: #0099FF;
}

#pic {
	width:240px;
	height:300px;
	margin-left: 10px;
	margin-top: 10px;
}

#header {
	width:275px;
	height:150px;
	float: right;
}

/* content used for the staging page. Margins are slightly different */
#contentStaging {
	width:550px;
	height:auto;
	float: left;
	margin-top: 180px;
	margin-left: 10px;
    display: inline; 
}

#content {
	width:550px;
	height:auto;
	float: left;
	margin-top: 220px;
	margin-left: 10px;
    display: inline; 
}

#content a:link {
	color: #666666;
	TEXT-DECORATION: none;
	BORDER-BOTTOM: #666666 1px solid;
}

#content a:visited {
	color: #666666;
	TEXT-DECORATION: none;
	BORDER-BOTTOM: #666666 1px solid;
}
    
#content a:hover {
	color: #000000;
	TEXT-DECORATION: none;
	BORDER-BOTTOM: #000000 1px dashed; 
}

#content a:active { color: #000000;
	TEXT-DECORATION: none;
	BORDER-BOTTOM: #000000 1px dashed;
}

#fees {
    background-color: #1A5170;
	float: left;
	height: 150px;
	width: 200px;
	margin-left: 54px;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
    display: inline; 
}

#fees p.quoted {
   text-align: right;
   font-weight: bold;
   margin-top: -10px;
}

#contact {
	width: 500px;
	margin-top: 3px;

}

/* Used in the portfolio pages */

#tnContent {
	width:550px;
	height:auto;
	float: left;
	margin-top: 100px;
	margin-left: 10px;
}

#tnContent td {
   text-align: center;
   width: 84px;
   height: 60px;
}

#tnContent a:link {
	color: #483006;
	TEXT-DECORATION: none;
	BORDER-BOTTOM: #483006 1px dashed;
}

#tnContent a:visited {
	color: #483006;
	TEXT-DECORATION: none;
	BORDER-BOTTOM: #483006 1px solid;
}
    
#tnContent a:hover {
	color: #483006;
	TEXT-DECORATION: none;
	BORDER-BOTTOM: #483006 1px solid; 
}

#tnContent a:active { color: #483006;
	TEXT-DECORATION: none;
	BORDER-BOTTOM: #483006 1px solid;
}






.PopBoxImageSmall
{
   border: none 0px white;
   cursor: pointer; 
}
.PopBoxImageLarge
{
   border: solid thin #c2bfb8;
   cursor: pointer;
} 




