/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Tom Harman		[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Gender Selection
	Content Aux
	Footer Elements
	Messages
	SIFR

************************************************************************/

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	/*background: #3F3F3F url(../i/layout/bg.gif) 0 0 repeat-x;*/
	background: #3F3F3F;
	color: #333;
	font-size: .7em;
	margin: 0 auto;
	text-align: center;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Arial, Helvetica, sans-serif;
}

div#content ul {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

div#content p, div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, 
div#content h6, div#content table, div#content ul, div#content ol, div#content form {
	margin: 1em 0;
}

div#content p {
	text-align: justify;
}

.home div#content {
	background: 0;
	padding-top: 0;
	padding-bottom: 1.8em;
}

div#content {
	background: url(../i/layout/header-bg.gif) 0 0 repeat-x;
	padding-top: 142px;
	min-height: 400px;
}

* html div#content {
	height: 400px;
}

div#content h1 {
	color: #555;
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 0 0;
	text-transform: lowercase;
	border-bottom: 2px solid #ddd;
	height: 28px;
}

div#content h2 {
	color: #555;
	font-family: "Trebuchet MS";
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0px;
	margin: .6em 0 0 0;
}

table {
	border-collapse: collapse;
	width: 100%;
}

div#content table tr td h3, div#content table tr td p {
	margin: 0;
}

div#content table tr td p {
	color: #666;
}

div#content table tr th.price {
	text-align: right;
}

div#content table tr td.price {
	font-weight: bold;
	text-align: right;
}

table thead tr th.level, table tbody tr td.level {
	text-align: center;
	width: 17%;
}

table thead tr th {
	background: #f3f3f3;
	border-bottom: 1px solid #999;
	padding: 4px;
}

table tbody tr td {
	border-bottom: 1px solid #ddd;
	padding: 4px;
}


div#content a {
	color: #A4311D;
	text-decoration: underline;
}

div#content a:hover {
	color: #C53C23;
}

.contact dl {
	float: right;
	line-height: 1.6em;
	width: 38%;
}

.contact dl dd {
	margin: 0 0 1em 0;
}

.contact form {
	float: left;
	margin: 0;
	padding: 0;
	width: 61%;
	position: relative;
	top: -11px;
}

.contact form fieldset {
	position: relative;
	top: -18px;
}

.contact form fieldset div {
	margin: 0;
	padding: 0;
}

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: left;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 46%; }
fieldset.contact div label		{ float: left;	height: 22px; width: 40%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset.contact div input,
fieldset.contact div select,
fieldset.contact div textarea  { width: 50%; } 

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 55px; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

form fieldset div.small input, form fieldset input.small {
	width: 60px;
}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/

div#container-wrapper {
	background: #fff url(../i/layout/container-header.gif) 0 0 repeat-y;
	margin: 0 auto;
	text-align: left;
	height: 7px;
	width: 760px;
}

div#container {
	background: #fff url(../i/layout/container-bg.gif) 0 0 repeat-y;
	margin: 10px auto 0;
	text-align: left;
	width: 760px;
}

div#footer {
	margin: 0 auto;
	width: 726px;
}

/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

div#header {
	background: url(../i/layout/header-bg.gif) 0 0 repeat-x;
	float: left;
	position: relative;
	left: 13px;
	top: 6px;
	width: 218px;
	width: 224px;
}

.home div#header {
	width: 218px;
}

div#logo a {
	background: url(../i/layout/logo.gif) 0 0 no-repeat;
	display: block;
	height: 138px;
	text-indent: -999em;
	width: 218px;
}

div#accessability-tools {
	position: absolute;
	top: 9px;
	left: 9px;
}

div#accessability-tools ul li {
	float: left;
	margin-right: 5px;
}

div#accessability-tools ul li a {
	background: #918;
	display: block;
	height: 18px;
	text-indent: -999em;
	width: 18px;
}

div#accessability-tools ul li#accessability-home a 				{ background: url(../i/layout/icon-home.gif) 0 0 no-repeat; }
div#accessability-tools ul li#accessability-contact a 			{ background: url(../i/layout/icon-contact.gif) 0 0 no-repeat; }
div#accessability-tools ul li#accessability-increase a 			{ background: url(../i/layout/icon-increase-font.gif) 0 0 no-repeat; }
div#accessability-tools ul li#accessability-decrease a 			{ background: url(../i/layout/icon-decrease-font.gif) 0 0 no-repeat; }
div#accessability-tools ul li#accessability-skip-to-content a 	{ background: url(../i/layout/icon-skip-to-content.gif) 0 0 no-repeat; }

/***********************************************************************
	BODY ELEMENTS
************************************************************************/

div#main {
	float: right;
	position: relative;
	right: 13px;
	top: 6px;
	width: 510px;
}

/***********************************************************************
	GENDER SELECTION
************************************************************************/

div#content ul#gender-selection {
	clear: both;
	height: 35px;
	list-style: none;
	margin: 00;
	padding-left: 0em;
	text-indent: 0em;
}

div#content ul#gender-selection a {
	text-indent: -999em;
	text-decoration: none;
}

div#content ul li#button-mens a {
	background: url(../i/layout/button-mens.gif) 0 0 no-repeat;
	display: block;
	height: 38px;
	position: relative;
	left: 70px;
	width: 177px;
}

div#content ul li#button-mens a:hover {
	background: url(../i/layout/button-mens.gif) 0 -46px no-repeat;
}

div#content ul li#button-womens a {
	background: url(../i/layout/button-womens.gif) 0 0 no-repeat;
	display: block;
	height: 38px;
	left: 80px;
	position: relative;
	width: 177px;
}

div#content ul li#button-womens a:hover {
	background: url(../i/layout/button-womens.gif) 0 -45px no-repeat;
}

div#content ul#gender-selection li {
	float: left;
}

div#content {
	padding-bottom: 1em;
}

div#content img {
	padding-bottom: 6px;
}

/***********************************************************************
	CONTENT AUX ELEMENTS
************************************************************************/

div#content-aux {
	background-color: #C9C9C9;
	clear: both;
	font-size: 90%;
	padding: 10px;
	position: relative;
	left: 7px;
	letter-spacing: 0;
	width: 726px;
}

div#content-aux, div#content-aux a {
	color: #666666;
	text-transform: uppercase;
}

div#hq-address {
	float: left;
}

div#nav-secondary {
	float: right;
}

div#nav-secondary ul li {
	border-right: 1px solid;
	float: left;
	margin-right: 5px;
	padding-right: 5px;
}

div#nav-secondary ul li.last {
	border-right: 0;
	float: left;
	margin-right: 0;
	padding-right: 0
}

div#nav-secondary ul li a:hover {
	color: #222;
	text-decoration: underline;
}

/***********************************************************************
	NAVIGATION
************************************************************************/

div#nav {
	left: 13px;
	margin-top: 150px;
	position: relative;
	width: 218px;
}

div#nav ul li a {
	background: url(../i/layout/nav-bullets.gif) 3px -15px no-repeat;
	border-bottom: 1px dashed #E9E9E9;
	color: #333333;
	display: block;
	font-size: 90%;
	height: 12px;
	padding: 4px 0 3px 18px;
	text-transform: uppercase;
}

div#nav ul li.active a {
	background: url(../i/layout/nav-bullets.gif) 3px 4px no-repeat;
	border-bottom: 1px dashed #E9E9E9;
	color: #A4311D;
	display: block;
	font-size: 90%;
	height: 12px;
	padding: 4px 0 3px 18px;
	text-transform: uppercase;
}

div#nav ul li.active a:hover {
	background: url(../i/layout/nav-bullets.gif) 3px 4px no-repeat;
	color: #A4311D;
}

div#nav ul li a:hover {
	background: #eee url(../i/layout/nav-bullets.gif) 3px -15px no-repeat;
	color: #777;
}

div#nav ul li ul li a {
	background: url(../i/layout/nav-bullets.gif) 15px -35px no-repeat;
	color: #666;
	padding-left: 30px;
}

div#nav ul li ul li a:hover {
	background: #eee url(../i/layout/nav-bullets.gif) 15px -35px no-repeat;
	color: #999;
	padding-left: 30px;
}

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/

div#footer {
	background: url(../i/layout/container-footer.gif) 0 0 no-repeat;
	padding: 5px 10px;
}

div#footer {
	color: #666666;
	font-size: 85%;
	text-transform: uppercase;
}

div#footer a {
	color:  #666666;
}

div#footer a:hover {
	color: #7f7f7f;
	text-decoration: underline;
}

div#siteinfo-credits {
	float: right;
}

div#siteinfo-legal {
	float: left;
}

/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

/***********************************************************************
	SALON PHOTOS
************************************************************************/

div#salon-photos img {
	float: left;
	margin-right: 7px;
	padding-bottom: 7px;
	position: relative;
}

div#salon-photos a.last img {
	margin: 0;
}

/***********************************************************************
	GENDER HIGHLIGHT
************************************************************************/

div.gender-highlight {
	background: #F3F3F3;
	border: 1px solid #ddd;
	clear: both;
	margin-top: 1em;
	padding: 5px;
	position: relative;
}

div#container div#content div.gender-highlight p {
	margin: 0 0 .8em 0;
}

div#container div#content div.gender-highlight h3 {
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: .5em;
}

div#container div#content div.gender-highlight img {
	border: 1px solid #ddd;
	clear: both;
	float: right;
	margin-left: 8px;
	padding: 0;
	position: relative;
}