/*
    Shear Magic web site CSS
*/
html, body {
	height: 100%;
}

body  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;          /* all margins = 0 */
	padding: 0;         /* no padding */
	background-color: #55311a;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
}

a {
	text-decoration:none;
	color: black;
}

a:hover {
	text-decoration:underline;
}


div#outerDiv {
    width: 900px;       /* sets the content width */
    margin: 0 auto;     /* no top/bottom margin, centered horizontally */
}


div#content {
	position: relative;
    background-color: #FFFFFF;
    padding: 0px 5px 0px 0px;
}

/* ===== header ===== */

div#header {
	width: 900px;
	height: 96px;
	background-image: url(images/header_bg2.jpg);
	background-repeat: repeat-x;	
}

div#logo {
	float: left;
	width: 270px;
	
}

div#tag {
	float: left;
	width: 280px;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color: #FFF;
	font-style: italic;
	text-indent: 15px;
	margin-top: 75px;
}

div#booking {
	float: left;
	margin-left: 270px;
	margin-top: 10px;
}

div#nav {
	float: left;
	margin-left:-60px;
	width: 400px;
}

div#navbuttons {
	position:absolute;
	z-index:0;
	margin-top: 76px;
	margin-left: 90px;
	height: 20px;
	width: 320px;
	background-color: #00B9D0;
}



/* ===== topimages ===== */

div#topimages {
	
}

/* ===== navigation ===== */
div#nav {
	padding: 0px;

					}

	div#nav ul {
	 list-style: none;
     margin-top: -72px;
	 margin-left: -20px;
     padding: 0;
}


	#nav li {
	float: left;
	margin-left: 10px;
    padding:0;
		}	

	div#nav #indexlink a  {
	font-family: Arial, Helvetica, sans-serif;
	display: block;         /* block mode for graphical button */
	color: #fff;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 0px 0px 0 25px;
	margin-top: 70px;
	margin-right: 0px;
	line-height: 25px;
	border: none;           /* no border */
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
}

div#nav #salonlink a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;         /* block mode for graphical button */
	color: #fff;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 0px 0px 0 5px;
	margin-top: 70px;
	margin-right: 0px;
	line-height: 25px;
	border: none;           /* no border */
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
}

div#nav #spalink a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;         /* block mode for graphical button */
	color: #fff;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 0px 0px 0 5px;
	margin-top: 70px;
	margin-right: 0px;
	line-height: 25px;
	border: none;           /* no border */
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
}

div#nav #barbershoplink a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;         /* block mode for graphical button */
	color: #fff;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 0px 0px 0 5px;
	margin-top: 70px;
	margin-right: 0px;
	line-height: 25px;
	border: none;           /* no border */
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
}

div#nav #massagelink a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;         /* block mode for graphical button */
	color: #fff;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 0px 0px 0 5px;
	margin-top: 70px;
	margin-right: 0px;
	line-height: 25px;
	border: none;           /* no border */
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
}

div#nav #facialslink a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;         /* block mode for graphical button */
	color: #fff;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 0px 0px 0 5px;
	margin-top: 70px;
	margin-right: 0px;
	line-height: 25px;
	border: none;           /* no border */
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
}

div#nav #contactlink a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;         /* block mode for graphical button */
	color: #fff;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 0px 0px 0 5px;
	margin-top: 70px;
	margin-right: 0px;
	line-height: 25px;
	border: none;           /* no border */
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
}

div#nav #testimonialslink a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;         /* block mode for graphical button */
	color: #fff;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 0px 0px 0 5px;
	margin-top: 70px;
	margin-right: 0px;
	line-height: 25px;
	border: none;           /* no border */
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
}

	
div#nav #indexlink a:link:hover, div#nav #indexlink a:visited:hover {
	color: #582F15;
	}

div#nav #salonlink a:link:hover, div#nav #salonlink a:visited:hover {
	color: #582F15;
	}
	
div#nav #spalink a:link:hover, div#nav #spalink a:visited:hover {
	color: #582F15;
	}
	
div#nav #barbershoplink a:link:hover, div#nav #barbershoplink a:visited:hover {
	color: #582F15;
	}
	
div#nav #massagelink a:link:hover, div#nav #massagelink a:visited:hover {
	color: #582F15;
	}
	
div#nav #facialslink a:link:hover, div#nav #facialslink a:visited:hover {
	color: #582F15;
	}

div#nav #contactlink a:link:hover, div#nav #contactlink a:visited:hover {
	color: #582F15;
	}
div#nav #testimonialslink a:link:hover, div#nav #testimonialslink a:visited:hover {
	color: #582F15;
	}
div#nav #stafflink a:link:hover, div#nav #stafflink a:visited:hover {
	color: #582F15;
}

div#nav #indexlinkcurrent a {

	font-family: Arial, Helvetica, sans-serif;
	display: block;         
	color: #582F15;           /* teal text */
	text-decoration: none;  /* no underline */
	padding: 0px 0px 0 25px;
	margin-top: 70px;
	margin-right: 0px;
	line-height: 25px;
	border: none;           /* no border */
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	}

div#nav #salonlinkcurrent a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;         /* block mode for graphical button */
	color: #582F15;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 0px 0px 0 5px;
	margin-top: 70px;
	margin-right: 0px;
	line-height: 25px;
	border: none;           /* no border */
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
}

div#nav #spalinkcurrent a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;         /* block mode for graphical button */
	color: #582F15;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 0px 0px 0 5px;
	margin-top: 70px;
	margin-right: 0px;
	line-height: 25px;
	border: none;           /* no border */
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
}

div#nav #barbershoplinkcurrent a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;         /* block mode for graphical button */
	color: #582F15;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 0px 0px 0 5px;
	margin-top: 70px;
	margin-right: 0px;
	line-height: 25px;
	border: none;           /* no border */
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
}

div#nav #testimonialslinkcurrent a {
font-family: Arial, Helvetica, sans-serif;
	display: block;         /* block mode for graphical button */
	color: #582F15;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 0px 0px 0 5px;
	margin-top: 70px;
	margin-right: 0px;
	line-height: 25px;
	border: none;           /* no border */
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
}	
	
.nav-sep {
color:#00B5CC;
	
}
	




/* ===== Main Content ===== */


div#mainContent h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color:#00B5CC;
	text-align: center;
}

div#mainContent h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:13px;
	color:#00B5CC;
	text-align: center;
	margin-bottom: 4px;
}

div#mainContent h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#00B5CC;
	text-align: center;
	margin-bottom: 4px;
	font-variant: small-caps;
}


div#mainContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:17px;
	margin: 10px 15px 10px 15px;

	
}

/* ===== Home Page ===== */

div#home-left {
	float: left;
	width: 150px;
	margin-top: 20px;
	
}

div#home-left p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	margin: -6px 0px 5px 0px;
	}

div#salon {
	width: 120px;
	border: thin solid #00B5CC;
	margin: 8px 0px 15px 13px;
}

div#salon h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#00B5CC;
	text-align: center;
	text-indent: -1000px;
	margin-top: -8px;
	background-image: url(images/head_salon.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

div#spa {
	width: 120px;
	border: thin solid #00B5CC;
	margin: 8px 0px 15px 13px;
}

div#spa h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#00B5CC;
	text-align: center;
	text-indent: -1000px;
	margin-top: -8px;
	background-image: url(images/head_spa.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


div#barber {
	width: 120px;
	border: thin solid #00B5CC;
	margin: 8px 0px 15px 13px;
}

div#feather {
	width: 120px;
	border: 0;
	margin: 8px 0px 15px 17px;
}

div#barber h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#00B5CC;
	text-align: center;
	text-indent: -1000px;
	margin-top: -8px;
	background-image: url(images/head_barbershop.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

div#home-middle {
	float: left;
	width: 595px;
	
}

div#home-right {
	float: left;
	width: 150px;
	margin-top: 20px;
}

div#home-right p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	margin: 5px 0px 5px 0px;
	}

div#hours {
	width: 120px;
	border: thin solid #00B5CC;
	margin: 0px 0px 15px 13px;
}

div#products {
	width: 120px;
	border: thin solid #00B5CC;
	margin: 0px 0px 15px 13px;
}

div#facebook {
	width: 120px;
	border: 0;
	margin: 10px 0px 15px 14px;
}

/* ===== Services Page ===== */

div#services-one {
	float: left;
	width: 345px;
	margin-top: 25px;
}

div#salon-serv-col1 {
	float: left;
	width: 170px;
	margin-left: 5px;
}

div#salon-serv-col2 {	
	float: left;
	width: 170px;
}

div#services-two {
	float: left;
	width: 190px;
	margin-left:10px;
	margin-top: 0px;
}

div#nail-serv-col1 {
	float:left;
	width: 200;
	margin-left: 20px;
}

div#services-three {
	float: left;
	width: 190px;
	margin-top: 25px;
}

div#barber-serv-col1 {
	float:left;
	width: 200;
	margin-left: 20px;
}

div#services-four {
	float: left;
	width: 160px;
	margin-top: 20px;
}

div#coupon {
	width: 120px;
	border: thin solid #00B5CC;
	margin: 8px 0px 15px 25px;
}
div#coupon h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#00B5CC;
	text-align: center;
	text-indent: -4000px;
	margin-top: -8px;
	background-image: url(images/head_newclients.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
div#coupon p {
	text-align: center;
	font-size: 11px;
}

div#couponbelow {
	width: 120px;
	margin: 8px 0px 15px 30px;
}
div#couponbelow h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#00B5CC;
	text-align: center;
	text-indent: -4000px;
	margin-top: -8px;
	background-image: url(images/head_newclients.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
div#couponbelow p {
	text-align: center;	
}

div#couponbelowlast {
	width: 120px;
	margin: 8px 0px 15px 22px;
}


.extraHeaders {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#00B5CC;
	text-align: center;
	margin-bottom: 4px;
	font-variant: small-caps;
}


/* ===== footer ===== */


div#footer {
	clear: both;
	width: 900px;
	height: 37px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

div#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #54301A;
	margin-top: 5px 0px -5px 0px;
}

/* ==== Table ===== */

table { 
	width: 160px;
	margin: 0px 0px 0px 0px; 
	border: 0px; 
	border-collapse: collapse;
	}
td, th { 
	padding: 0px 0px 10px 10px; 
	}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
}
	
tbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align: top;	
}


.redcol {
	color: black;
	width: 105px;
}

.redcolindent {
	color: black;
	width: 105px;
}
.alignright {
	text-align: right;	
}

.greytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
	font-size: 9px;
}

.greytextitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
	font-style: italic;	
	font-size: 9px;
}

.greenhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
	font-weight: normal;	
}

.tealtext {
	color:#00B5CC;
	font-weight: bold;
}
.blacktext {
	color:black;
	font-weight: bold;
}

/* ===== General ===== */

.italic {
	font-style: italic;	
	font-size:9px;
}

.boldcaps {
	color:#00B5CC;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 3px;
}

.bold {
	font-weight: bold;	
}

.footerphone {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #54301A;
	text-indent: 10px;
	
}
.coloredbullet {
	color:#00B5CC;
	
}

.mailAddress {
	margin-left:-20px;
}

/* ===== TESTIMONIALS PAGE ===== */

div#testimonials-table { 
	width: 830px;
	margin: 0px 0px 0px 0px; 
	border: 0px; 
	border-collapse: collapse;
	}

div#testimonials-two {
	float: left;
	width: 880px;
	margin-left:10px;
	margin-top: 0px;
}

div#testimonials-col1 {
	float:left;
	width: 200;
	margin-left: 20px;
}
