﻿body
{
	font-family: "Arial, Trebuchet MS" , Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5625em;
	color: #6B6B6B;
	background-color: #000000;
	padding-top: 0px;
	margin-top: 0px;
}

.wrapper
{
	width: 682px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	display: block;
	height: 1%;
}

/* Content */
#colOne
{
	width: 420px;
	float: left;
	padding-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#colTwo
{
	width: 210px;
	float: left;
	clear: right;
	text-align: right;
	font-size: 0.75em;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}
#colThree
{
	width: 655px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 10px;
}

/* Tags */
a
{
	color: gray;
	text-decoration: none;
}

a:hover
{
	color: gray;
	text-decoration: underline;
}

img
{
	border: none;
}

.button
{
	height: 22px;
	background-color: white;
	font-size: 0.75em;
	border: solid 1px gray;
	border: 1px solid;
	cursor: pointer;
}
.button:hover
{
}

div.footerHr
{
	display: none;
	background: transparent url(../../Images/hr.gif) repeat-x left;
	clear: both;
	height: 10px;
	margin-top: 40px;
}

div.footerHr hr
{
	display: none;
	color: #e4e4e4;
	background-color: #e4e4e4;
}


/*----- header css -----*/
.header
{
	padding: 10px 0 15px 0;
	width: 682px;
	display: block; /*background: #fff url(Images/bannerbackground.gif) repeat-x;*/
	background-color: White;
}
.headerlogo
{
	float: left;
	margin-left: auto;
	margin-top: auto;
}
.viewLocation
{
	float: left;
	font-size: 0.675em;
	line-height: 0.75em;
	text-transform: uppercase;
	height: 12px;
	margin-left: 25px;
	margin-top: 6px;
}

.search
{
	float: right;
	margin-right: 10px;
	margin-top: 20px;
}
.search .button
{
	margin-left: 10px;
	height: 22px;
	background-color: white;
	font-size: 0.75em;
	border: solid 1px red;
	border: 1px solid;
	border-top-color: white;
	border-left-color: white;
	border-right-color: white;
	border-bottom-color: white;
	cursor: pointer;
}
.search .button:hover
{
	background-color: white;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
.SearchBox
{
	padding-right: 10px;
	border: 1px solid;
	height: 17px;
	background-color: #fff;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}

/*----- float css -----*/
.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.clearboth
{
	clear: both;
	height: 1px;
}
.clearleft
{
	clear: left;
}

.clearright
{
	clear: right;
}


/*----- list css -----*/
ul
{
	list-style-type: square;
	font-size: 100%;
}
ol
{
}
li
{
	font-size: 0.75em;
	line-height: 1.35em;
	padding: 0px;
	margin: 0;
}
li a:link
{
	color: #333;
}
li a:visited
{
	color: #333;
}
li a:hover
{
	color: #333;
}
li a:active
{
	color: #333;
}

.nav3
{
	width:584px;
}
.nav3 th
{
	width:60px;
	font-size: 0.6875em;
	vertical-align:bottom;
}


th
{
	font-size: 0.75em;
	padding-right: 30px;
	padding-top:0px;
	padding-bottom:0px;
	width:170px;
}
td
{
	font-size: 0.75em;
		padding-right:50px;
}
tr
{
}
/*


.nav1 th
{
	border:solid 1px red;
	}

.nav1 td
{
	border:solid 1px green;
	}
	
.nav1 tr
{
	border:solid 1px blue;
	}
	
	

/*----- heading css -----*/
h1
{
	font-size: 1.1875em;
	text-transform: uppercase;
	font-weight: lighter;
	color: black;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 5px;
	margin-top: 0;
}
h2
{
	font-size: 0.9375em;
	text-transform: uppercase;
	font-weight: bold;
	color: gray;
	padding-bottom: 2px;
	padding-top: 0;
	margin-bottom: 0;
	margin-top: 0;
}
h3
{
	font-size: 1em;
	color: black;
	padding: 0;
	margin: 0;
}
h4
{
	font-size: 0.875em;
	color: black;
	padding: 0;
	margin: 0;
}
h5
{
	font-size: 0.75em;
	color: black;
	padding: 0;
	margin: 0;
}


/*----- paragragh css -----*/
p
{
	font-size: 0.6875em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
p a:link
{
	color: gray;
}
p a:visited
{
	color: gray;
}
p a:hover
{
	color: black;
}
p a:active
{
	color: gray;
}




/*----- navigation css -----*/
.nav
{
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
}
.navigationlink
{
	text-decoration: none;
}
.navigationlink a:link
{
	color: #333;
}
.navigationlink a:visited
{
	color: #ccc;
}
.navigationlink a:hover
{
	color: #333;
}
.navigationlink a:active
{
	color: #333;
}
.navigationlinkselected
{
	color: #000;
}



/* Footer */

#footer
{
	width: 682px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	color: #f4f4f4;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.footerleft
{
	font-size: 0.7000em;
	display: block;
	text-decoration: none;
	float: left;
	color: gray;
	padding-left: 5px;
}

.footerright
{
	font-size: 0.7000em;
	display: block;
	text-decoration: none;
	text-align: right;
	padding-right: 5px;
	color: #f4f4f4;
	float: right;
}
.footerRight a
{
	color: #f4f4f4;
}

#footer a:Hover
{
	color: white;
}


/*----- validation links css -----*/
#validation
{
	list-style: none;
	text-decoration: none;
	float: right;
	clear: right;
	margin-top: 4px;
	margin-right: 20px;
	width: 300px;
}

#validation li
{
	list-style: none;
	text-decoration: none;
	float: right;
}

#validation a
{
	display: block;
	width: 80px;
	height: 15px;
	margin-left: 10px;
	text-decoration: none;
}

#validation #c2klink
{
	font-size: 0.7000em;
	text-decoration: none;
	text-align: right;
	color: gray;
	margin-top: -8px;
	margin-right: -4px;
	width: 200px;
}
#validation #c2klink:link
{
	color: gray;
}
#validation #c2klink:visited
{
	color: gray;
}
#validation #c2klink:hover
{
	color: White;
}
#validation #c2klink:active
{
	color: gray;
}


#xhtml20
{
	background: url(       "../../images/xhtml20.gif" ) 0 0 no-repeat;
}


#xhtml20:hover
{
	background-position: 0 -15px;
}

#css
{
	background: url(       "../../images/css.gif" ) 0 0 no-repeat;
}


#css:hover
{
	background-position: 0 -15px;
}

/*----- log out css -----*/
.logout
{
	font-size: 0.5em;
	color: gray;
	text-decoration: none;
	float: left;
	clear: left;
	margin-top: -10px;
	padding-left: 7px;
}
.logout:link
{
	color: gray;
}
.logout:visited
{
	color: gray;
}
.logout:hover
{
	color: White;
}
.logout:active
{
	color: #f4f4f4;
}

.loginpanel
{
	/*background-color: #f7f7f7;*/
	border: solid 1px silver;
	width: 240px;
	font-size: 0.75em;
	text-align: center;
	margin-bottom: 10px;
}
.loginsmtxt
{
	font-size: 0.75em;
}

/*----- Privacy & Terms -----*/
.LegalText
{
	width: 600px;
}


/*----- salonsevices -----*/

.salonbackground
{
	background: #fff;
	padding-top: 0;
	width: 612px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: block;
	background-image: url(../../images/salonbackground.jpg);
	text-align: left;
}

.salonbackground table
{
	position: relative;
}


.salonbackground2
{
	background: #fff;
	padding-top: 0;
	width: 612px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: block;
	background-image: url(../../images/salonbackground.jpg);
	text-align: left;
}


.salonbackground3
{
	background: #fff;
	padding-top: 0;
	width: 612px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: block;
	background-image: url(../../images/salonbackground.jpg);
	text-align: left;
}

/*

.salonhair
{
	background: #fff;
	padding-top: 0;
	width: 655px;
	margin-left: auto;
	margin-right: auto;
	height: 358px;
	display: block;
	background-image: url(../../images/salonhair.jpg);
	background-repeat: no-repeat;
	text-align: left;
	color: White;
}

.saloncolour
{
	background: #fff;
	padding-top: 20px;
	width: 655px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	height: 358px;
	display: block;
	background-image: url(../../images/saloncolour.jpg);
	background-repeat: no-repeat;
	text-align: left;
	color: White;
}

.salonextensions
{
	background: #fff;
	padding-top: 20px;
	width: 655px;
	margin-top: -60px;
	margin-left: auto;
	margin-right: auto;
	height: 358px;
	display: block;
	background-image: url(../../images/salonextensions.jpg);
	background-repeat: no-repeat;
	text-align: right;
	color: White;
}*/


/*----- Flash -----*/

.Flash
{
	margin-left: -1px;
	margin-top: -10px;
	margin-bottom: 10px;
}
/*----- Gallery -----*/

.Gallery
{
	padding-left: 50px;
	margin-top: 20px;
	width: 625px;
}

.galleryTitleSelected
{
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: lighter;
	color: black;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 5px;
	margin-top: 0;
}


.text
{
	padding-left: 10px;
	width: 625px;
	margin-bottom: 20px;
}


.Salonhr
{
	text-align: left;
	background-color: #cccccc;
	color: #cccccc;
	height: 1px;
}
.mainSalonHr
{
	width: 520px;
	margin-right: 100px;
	float: right;
	text-align: left;
	background-color: #e4e4e4;
	color: #e4e4e4;
	height: 1px;
}
.Salontitle
{
	text-transform: uppercase;
	font-weight: bold;
	color: gray;
	font-size: 1.0em;
	font-weight: bold;
	padding-bottom: 5px;
}


