/* ------------------------------------------------------------------------

CSS sheet for Salon Nouveau.
Author: Chris Robinson
Date Created: 4/06/2008

All inquiries for this document should be directed to robinschris@gmail.com

Colors:

--------------------------------------------------------------------------*/

*{
	margin: 0px;
	padding: 0px;
}
a{
	color: #f4f4d3;
	outline: none;
}
body{
   	font: 15px/1.33em georgia;
   	background: #c09e7a;
  	text-align: center;
}
#outer{
	background: url(images/bodybg3.jpg);
	overflow: hidden;
}
#wrap{
	width: 1004px;
	margin: auto;
	display: block;
	text-align: left;
	color: #f4f4d3;

}
/* ------------------------------------------------------------------------
HEADER & NAVIGATION ELEMENTS
--------------------------------------------------------------------------*/
#header{
	background: url(images/headerbg2.jpg);
	display: block;
	height: 229px;
	width: 100%;
	text-align: center;
}
#header .inner{
	text-align: left;
	margin: 0 auto;
	width: 1004px;
}
#header a.index{
	background: url(images/logo.png) no-repeat;
	display: block;
	width: 450px;
	height: 140px;
	text-indent: -9999px;
	float: left;
}
body.salons #header a.index{
	background: url(images/salonsOnHuronLogo.png) no-repeat;
}
ul.topnav{
	display: block;
	list-style-type: none;
	height: 20px;
	padding-top: 5px;
	background: #b58f68;
	float: right;
	margin-right: 40px;
	margin-top: -3px;
	border: 2px solid #2a0a03;
}
ul.topnav li{
	display: inline;
	margin-left: 10px;
	border-right: 1px solid #2a0a03;
	padding-right: 10px;
}
ul.topnav li a{
	text-decoration: none;
	color: #2f0c03;
}
ul.topnav li a:hover{
	text-decoration: underline;
}
ul.topnav li.contact{
	border-right: 0px;
}
ul.nav{
	display: block;
	clear: both;
	margin-left: -10px;
	list-style-type: none;
}
ul.nav li{
	float: left;
	height: 38px;
	background: url(images/navmid.png) repeat-x;
	padding: 0px 7px;
	padding-top: 7px;
	position: relative;
}
ul.nav li a{
	color: #2e0b03;
	font-size: 15px;
	padding-top: 10px;
	height: 40px;
	display: block;
	text-decoration: none;
}
ul.nav li a:hover{
	text-decoration: underline;
}
ul.nav li.first{
	background: url(images/navleft.png) no-repeat;
}
ul.nav li.last{
	background: url(images/navright.png) no-repeat;
}
ul.nav li ul{
	display: none;
	z-index: 9999;
}
ul.nav li:hover ul, ul.nav li.hover ul{
	display: block;
	position: absolute;
	width: 220px;
	top: 40px;
	left: -78px;
	z-index: 9999;
	border: 1px solid #807a6d;
	border-top: 0px;
	background: #c09e7a;
}
ul.nav li ul li{
	float: none;
	width: 100%;
	height: 18px;
	border-top: 0px;
	display: block;
	padding: 0px;
	margin: 0px;
	background: #c09e7a;
}
ul.nav li:hover ul li a, ul.nav li.hover ul li a{
	float: none;
	color: #2e0b03;
	padding: 0;
	text-decoration: none;
	color: #2e0b03;
	font-size: 13px;
	text-align: center;
}
ul.nav li:hover ul li a:hover, ul.nav li.hover ul li a:hover{
	text-decoration: underline;
	background: none;
}
/* ------------------------------------------------------------------------
MAIN CONTENT ELEMENTS
--------------------------------------------------------------------------*/
#main{
	display: block;
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 70%;
	padding-left: 10px;
}
body.wide #main{
	width: 97%;
}
#main h3{
	font-size: 15px;
}
p{
	margin: 1.33em 0;
}
.clearBoth{
	clear: both;
}
.hr {
	background: #422E26;
	border-bottom: 1px solid #1F0C03;
	height: 1px;
	display: block;
	clear: both;
}
#main dl{
	margin: 1.33em 0;
}
#main ul{
	margin: 0 1.4em;
}
#main a{
	text-decoration: none;
	border-bottom: 1px dashed #f4f4d3;
}
#main a:hover{
	border-bottom: 1px solid #f4f4d3;
}
#services dl{
	float: left;
	width: 25%;
	margin: 12px;
}
#services dl dt{
	font-weight: bold;
}
#services dl dd a{
	margin-left: 10px;
	color: #f4f4d3;
	text-decoration: none;
	border-bottom: 1px dashed #f4f4d3;
}
#services dl dd a:hover{
	border-bottom: 1px solid #f4f4d3;
}
#services dl dd img{
	margin-top: 5px;
}
#main img.mainpic{
	margin-top: -40px;
	float: right;
}
#main dl.salon dt{
	margin: 10px 0;
	font-weight: bold;
	font-size: 14px;
}
#main dl dd.image{
	float: left;
}
#main img.salonLogo{
	margin: 10px;
	border: 3px solid #b58f68;
}
#main .video{
	display: block;
	margin: auto;
	text-align: center;
	border: 15px solid #290a03;
	width: 425px;
	height: 344px;
}
#main ul.gallery{
	width: 100%;
	margin: 0px;
}
#main ul.gallery li{
	list-style-type: none;
	float: left;
	margin: 10px 8px 10px 0px;
}
#main ul.gallery a {
	border: 0px;
}
#main ul.gallery a img {
	border: 2px solid #F4F4D3;
}
#main ul.gallery a:hover img {
	border: 2px solid #C09E7A;
}
/* ------------------------------------------------------------------------
ASIDE ELEMENTS
--------------------------------------------------------------------------*/
#aside{
	float: left;
	width: 25%;
}
#aside img.mainpic{
	margin-top: -40px;
}
#aside dl dt{
	font-weight: bold;
}
#aside dl dd{
	margin: .5em 0 0 10px;
}
#aside dl dd a{
	border-bottom: 1px dashed #f4f4d3;
	text-decoration: none;
}
#aside dl dd a:hover{
	border-bottom: 1px solid #f4f4d3;
}
#aside dl dd strong{
	display: block;
}
/* ------------------------------------------------------------------------
CONTACT ELEMENTS
--------------------------------------------------------------------------*/
dl.contact{
	margin: 1.5em 0px;
}
dl.contact dd{
	margin: 3px 0;
}
dl.contact dd strong{
	width: 80px;
	display: block;
	float: left;
}
#main form.contact ul{
	margin: 1.5em 0px;
}
form.contact ul li{
	margin: 3px 0;
	display: block;
	clear: both;
}
form.contact ul li label{
	width: 150px;
	display: block;
	float: left;
}
form.contact ul li input{
	width: 180px;
}
form.contact ul li.checks input{
	margin-right: 3px;
	width: auto;
}
form.contact ul li.checks span{
	display: block;
	clear: both;
	margin-left: 150px;
}

form.contact2 br {
 clear: left;
}
form.contact2 label {
	margin: 10px 0px;
	float: left;
	display: block;
	width: 160px;
}
form.contact2 input[type="text"] {
	padding: 2px 5px;
	margin: 10px 0px;
	border: 1px solid #999;
	float: left;
}
form.contact2 textarea {
	padding: 5px;
	margin: 10px 0px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999;
}

form.contact2 input[type="image"] {
	margin-top: 10px;
	width: 121px;
	height: 24px;
}
form.contact2 .checks {
	float: left;
	display: block;
	width: 500px;
}
form.contact2 .checks input {
	margin: 5px;
}
form.contact2 .checks label {
	margin: 5px 0px;
}
p.success {
/*	padding-left: 50px;
	width: 375px;
	height: 40px;
	background: url(../images/success.gif) top left no-repeat;
	line-height: 40px;*/
}
p.error {
	padding-left: 50px;
	width: 375px;
	height: 40px;
	background: url(../images/error.gif) top left no-repeat;
	line-height: 40px;
	color: #CC0000;
}
.attn {
	color: #CC0000;
}

/************************************************
	      JCAROUSEL LITE		
************************************************/
#list {
	height:130px;
	width:880px; 
	margin:30px 0px; 
}

.slider {
	float:left;
	left: -5000px; 
	margin:15px; 
	position:relative; 
	visibility:hidden;	
}
	
.slider ul {
	height:100px;
	width:500px; 
}

/*.slider ul li {
	padding:0 20px;
}

.slider ul li img {
	cursor:pointer;
	height:100px; 
	padding-top:3px;
	width:120px;  
}*/

.prev {
	cursor:pointer; 
	float:left;
	padding-top:60px;
}

.next {
	cursor:pointer; 
	float:right; 
	padding-top:60px;
}

/************************************************
	      CAPTIFY CAPTION		
************************************************/
.caption-top, .caption-bottom {
	background: #000000;
	color: #ffffff; 
	cursor:default;
	padding:2px; 
	font-size:11px;   
	text-align:center;
}

.caption-top {
	border-width:0px;
}

.caption-bottom {
	border-width:0px;
}

.caption a, .caption a {
	background:#000;
	border:none; 
	text-decoration:none;  
	padding:2px;
}

.caption a:hover, .caption a:hover {
	background:#202020;
}
/* ------------------------------------------------------------------------
FOOTER ELEMENTS
--------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	float: left;
	background: #c09e7a;
	border-top: 15px solid #290a03;
	width: 100%;
	color: #290a03;
}
#footer ul{
	list-style-type: none;
	width: 1004px;
	margin: auto;
}
#footer ul li{
	float: left;
	margin: 20px 20px 10px 20px;
}
#footer ul li a{
	color: #290a03;
	text-decoration: none;
	border-bottom: 1px dashed #290a03;
}
#footer ul li a:hover{
	border-bottom: 1px solid #290a03;
}
#footer ul li.copy{
	float: left;
	margin: 20px 75px 10px 75px;
}
#footer li.gsc {
	margin: 0px;
}
#footer li.gsc a img {
	display: block;
	width: 271px;
	height: 44px;
	float: right;
	border: 0px;
}
#footer li.gsc a:hover {
	border: 0px;
}
/* ------------------------------------------------------------------------
ADMIN ELEMENTS
--------------------------------------------------------------------------*/
form.addSalon ul li{
	list-style-type: none;
	margin: 3px 0;
}
form.addSalon ul li label{
	display: block;
	width: 150px;
	float: left;
}
form.addSalon li.id{
	display: none;
}
table tr th{
	text-align: center;
}
table tr td{
	border: 1px solid #fff;
	padding: 5px;
	vertical-align: top;
}
table tr td a{
	color: #fff;
	text-decoration: none;
	padding: 3px;
}
table tr td a:hover{
	color: #000;
	background: #fff;
	border: 1px solid #000;
	padding: 2px;
}


























