@charset "UTF-8";
/* CSS Document */


body {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: url(../images/background.gif) top repeat-x;
	color: #2d2d2e;
}

body.home {
	background: url(../images/background-home.gif) top repeat-x;
}

A:LINK, A:VISITED { color: #b2121b; text-decoration: none;}

A:HOVER {
	color: #f51723;
}

H1, h2, h3, h4, h5, h6 {
	line-height: 1.1em;
	margin: 0 0 0.5em 0;
	text-transform: uppercase;
	letter-spacing: -1px;
}

H1 {
	font-weight: normal;
	font-size: 380%;
	color: #b2121b;
	margin: 0.75em 0 0.1em 0;
}

H2 {
	font-weight: normal;
	font-size: 240%;
	color: #000000;
	margin: 0.75em 0 0.1em 0;
	text-align: left;
}

H3 {
	font-size: 160%;
	color: #b2121b;
}

H4 {
	font-size: 140%;
}

H5 {
	font-size: 110%;
	letter-spacing: 0;
	margin: 0 0 1em 0;
}

H6 {	
	font-size: 100%;
	letter-spacing: 0;
	color: #2d2d2e;
	margin: 0.25em 0 1em 0;
}

P {
	font-size: 120%;
	line-height: 1.5em;
	margin: 0 0 0.75em 0;
}


UL, OL {
	margin: 0 0 2em 20px;
	padding: 0;
}

UL {
	list-style: square;
}

LI {
	font-size: 120%;
	line-height: 1.25em;
	margin: 0 0 0.5em 0;
}

IMG {
	border: 0;
}

BLOCKQUOTE {
	margin: 20px 0 20px 0;
	padding: 15px;
	background: #eaeaea url(../images/quote-bg.gif) top repeat-x;
	font-size: 240%; 
	line-height: 1.4em;
	font-style: italic;
}


/* CLEARFIX */


/* slightly enhanced, universal clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* TABLE STYLES */

TABLE {
	border-top: 1px solid #2d2d2e;
	border-bottom: 1px solid #2d2d2e;
}

TD, TH {
	font-size: 120%;
	padding: 3px 5px;
	text-align: left;
}


TD {
	border-bottom: 1px solid #d1d1d1;
}

TH {
	background: #b2121b;
	color: white;
	text-transform: uppercase;
}

TR.alt { background: #eaeaea; }


/* FORM STYLES */

FORM {
	
	font-size: 120%;
}

LABEL {
	clear: left;
	display: block;
	width: 140px;
	float: left;
	line-height: 27px;
	font-weight: bold;
	
}

FORM.bForm {
	width: 350px;
	border-right: 1px solid #efefef;
}

INPUT, SELECT, BUTTON {
	margin: 0px 0 5px 0;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

SELECT {
	background: white;
	border: 1px solid #b5121b;
	padding: 0px;
	height: 24px; line-height: 24px;
	font-size: 100%;
	color: #21212d;
	width: 190px;
}

.bForm SELECT {
	background: white;
	border: 1px solid #b5121b;
	padding: 0px;
	height: 24px; line-height: 24px;
	font-size: 100%;
	color: #21212d;
	width: 180px;
}

.bForm SELECT.invalid {
	background: pink;
}

INPUT.text {
	background: white;
	border: 1px solid #b5121b;
	height: 22px; line-height: 22px;
	padding: 0px;
	width: 180px;
}

INPUT.phonetext {
	background: white;
	border: 1px solid #b5121b;
	height: 22px; line-height: 22px;
	padding: 0px;

}

INPUT.notext {
	background: pink;
	border: 1px solid #b5121b;
	height: 22px;
	padding: 0px;
	width: 180px;

}

#rightcol INPUT.text {
	width: 180px;
}

.submit {
	border: none;
	background: #b5121b url(../images/arrow-formsubmit-white.gif) center right no-repeat;
	height: 24px; line-height: 24px;
	padding: 0 28px 0 8px;
	color: white;
	margin: 5px 20px 5px 266px;
	font-weight: bold;
	text-transform: uppercase;
}

.submit A:LINK, .submit A:VISITED { color: white; }

.submit:HOVER {
	color: white;
	background-color: #ff0000;
	cursor: pointer;
}



BUTTON {
	border: none;
	background: #b5121b;
	height: 24px;
	padding: 0 8px;
	color: white;
	
}

BUTTON:HOVER {
	background: #ff0000;
	cursor: pointer;
}

BUTTON.go {
	background: #700103 url(../images/form-gobutton.gif) 5px 0 no-repeat;
	height: 28px;
	width: 80px;
	text-indent: -9000px;
	border: 1px solid white;
}

BUTTON.go:HOVER {
	background-position: 5px -28px;
	background-color: #ce1823;
}


.button {
	display: inline-block;
	border: none;
	background: #b5121b url(../images/arrow-formsubmit-white.gif) center right no-repeat;
	height: 24px; line-height: 24px;
	padding: 0 28px 0 8px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 10px;
}

.button A:LINK, .button A:VISITED { color: white; }

.button:HOVER {
	color: white;
	background-color: #ff0000;
	cursor: pointer;
}


.red { color: #b5121b; }
.bigred { color: #b5121b; font-size: 140%; margin: 0 0 0 3px; }

.nolabel {
	display: block;
	margin: 0 0 0 140px;
}

.formpromo {
	float: right;
	width: 220px;
}

.optin {
	display: block; float: left;
	width: 20px; margin: 0 5px 40px 0;
}

.caption {
	
	display: inline-block;
	background: #b5121b;
	height: 24px; line-height: 24px;
	padding:0 8px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 2em 0;
	font-size: 110%;
}



/* STRUCTURE STYLES */

#wrapper {

}

#header-outer,
#banner-outer,
#content-outer,
#footer-outer {
	width: 100%;
	text-align: center; /* IE HACK */
}

#header,
#banner,
#content,
#footer {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header-outer {
	background: url(../images/header-bg-full.gif) top center no-repeat;
	padding: 0;
	border-bottom: 5px solid #b5121b;
}

#header {
	height: 120px;
	overflow: hidden;
}

#banner-outer {
	background: #9eabaa url(../images/banner-contentbg-full.gif) top center no-repeat;
	margin-bottom: 20px; padding: 0;
}

.home #banner-outer {
	background: #9eabaa url(../images/banner-bg-full.gif) top center no-repeat;
	margin-bottom: 20px; padding: 0;
}


#banner {
	background: url(../images/banners/content-1.jpg) center center no-repeat;
	height: 200px;
	padding: 0; 
}

.home #banner {
	height: 300px;
	background: url(../images/banners/home-1.jpg) center center no-repeat;
}



#leftcol {
	width: 600px;
	float: left;
}	

#rightcol {
	width: 240px;
	margin: 0 0 0 40px;
	float: left;
}

#footer-outer {
	clear: both;
	margin: 25px 0 10px 0;
}

#footer {
	border-top: 1px solid #b5121b;
	padding: 5px 0;
}


/* HEADER STYLES */

#header IMG {
	margin: 7px 0 0 0; padding: 0;
}

#header H2 {
	font-size: 180%;
	position: absolute;
	top: 55px; right: 0;
	margin: 0; padding: 0;
	color: #b2121b;
}

#header UL {
	position: absolute;
	bottom: 5px; right: 0;
	margin: 0; padding: 0;
	list-style: none outside;
}

#header UL LI {
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	margin: 0 0 0 0px;
}

#header UL LI A:LINK,
#header UL LI A:VISITED {
	color: #2d2d2e;
	text-decoration: none;
	padding: 5px 12px 10px 12px;
	line-height: 20px;
}

#header UL LI A:HOVER {
	color: #000000;
	background: #cccccc;
}

#header UL LI.selected A:LINK,
#header UL LI.selected A:VISITED {
	background: #b5121b;
	color: white;
}

/* BANNER FORM */

.requestform {
	float: right;
	width: 430px;
} 


.requestform P {
	font-size: 100%;
	margin: 0;
}

.requestform INPUT,
.requestform SELECT {
	margin: 0 12px 10px 3px;
}

#requestbody {
	background: #b5121b url(../images/requestform-bg.gif) bottom repeat-x;
	padding: 10px;
	color: white;
}

#rName { width: 300px; }
#rMail, #rPhone {width: 135px;}

#requestbutton {
	float: right; margin: 0; padding: 0;
}

p.rbutton A:LINK,
p.rbutton A:VISITED {
	text-indent: -9000px;
	float: right;
	display: block;
	width: 240px;
	height: 32px;
	background: url(../images/button-book.gif) 0 0 no-repeat;
}

p.rbutton A:HOVER {
	background-position: 0 -32px;
}

p.rbutton-down A:LINK,
p.rbutton-down A:VISITED {
	text-indent: -9000px;
	float: right;
	display: block;
	width: 240px;
	height: 32px;
	background: url(../images/button-request-down.gif) 0 0 no-repeat;
}

p.rbutton-down A:HOVER {
	background-position: 0 -32px;
}



/* COUPON */

.coupon A:LINK IMG,
.coupon A:VISITED IMG {
	border: 1px solid #b5121b;
}

.coupon A:HOVER IMG {
	border: 1px solid #ff0000;
}

p.couponbutton {
	float: right;
	margin: 0 10px 0 0;
}

p.couponbutton A:LINK,
p.couponbutton A:VISITED {
	text-indent: -9000px;
	float: right;
	display: block;
	width: 160px;
	height: 28px;
	background: url(../images/button-coupon.gif) 0 0 no-repeat;
}

p.couponbutton A:HOVER {
	background-position: 0 -28px;
}

#leftcol p.couponnote {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 5px 0 0 0; padding: 0;
}


/* CUSTOM TEXT STYLES */

#rightcol P {
	font-size: 110%;
}

#rightcol H2 {
	color: #b5121b;
	border-top: 1px solid #666666;
	padding: 8px 25px 0 0;
	background: url(../images/arrow-down-grey.gif) 5px right no-repeat;
}



#footer P, #footer LI {
	font-size: 110%;
	line-height: 1.2em;
}

#footer UL {
	list-style: none;
	margin: 0; padding: 0;
	float: right;
}

#footer LI {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	border-left: 1px solid #cccccc;
}

/* LIGHTBOX MODULE */

UL.gallery {
	list-style: none outside;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted black;
}

.stylist UL.gallery {
	border: none;
	padding: 0; margin: 0 0 5px 0;
}

UL.gallery LI {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
}


UL.gallery LI IMG {
	border: 2px solid black;
	vertical-align: middle;
	margin: 0 0 10px 0;
}

UL.gallery LI A:LINK,
UL.gallery LI A:VISITED {
	height: 135px;
	position: relative;
}

UL.gallery LI A:HOVER IMG {
	border: 2px solid #b2121b;
}

UL.gallery LI P {
	position: absolute;
	bottom: 20px; left: 0;
	background: #b2121b;
	padding: 3px 10px;
	color: white;
	margin: 0;
	font-size: 120%;
	display: none;
}

UL.gallery LI A:HOVER P {
	display: block;
}

.biophoto {
	border: 4px solid black;
	margin: 0;
}

.bannerphoto {
	border: 4px solid black;
	margin: 0 0 10px 0;
}


.favourite {
	background: #efefef;
	padding: 5px;
	margin: 0 0 10px 0;
	border: 1px solid #cccccc;
}

.favourite IMG {
	border: 2px solid black;
	vertical-align: middle;
	margin: 0 20px 0 0;
	float: left;
}
.favourite A:HOVER IMG {
	border: 2px solid #b2121b;
}


.stylist {
	border-top: 1px dotted black;
	margin: 0 0 10px 5px;
	
}

/*
.stylist IMG {
	float: right;
	border: 2px solid black;
	margin: 0 10px 10px 0;
}
*/

.stylist .contact {
	float: right;
	width: 150px;
	padding-left: 5px;
	border-left: 1px dotted #cccccc;
	margin: 0 0 0 10px;
}



.logos IMG {
	margin: 0 20px 0px 0;
}


.popup {
	position: relative;
}
		
.popup-inline {
	position: relative;
	display: inline;
}		
		
.popup .window,
.popup-inline .window  {
	position: absolute;
	top: -75px;
	left: -20px;
	text-align: center;
	z-index: 2;
	display: none;
	background: #212121;
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
	color: white;
	width: 200px;
}

.popup-inline .window {
	top: -60px;
	left: -200px;
}

.spicy A:LINK,
.spicy A:VISITED {
	float: right;
	display: block;
	width: 65px;
	height: 45px;
	background: url(../images/spiceby.gif) top right no-repeat;
	text-indent: -9000px;
}

.spicy A:HOVER {
	background: url(../images/spiceby.gif) top left no-repeat;
}


/* PHOTO - jGallery Slider Styles */

#photos .panel IMG {
	border: 4px solid black;
}


.icon {
	clear: left;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	height: 157px;
	width: 191px;
	padding-bottom: 10px;
}

.icon-fake {
	clear: left;
	margin: 0 50px 20px 0;
	width: 160px;
	height: 160px;
	float: left;
	border: 2px solid black;
}
.icon_right {
	clear: right;
	float: right;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10;
	height: 157px;
	width: 191px;
	padding-bottom: 10px;
	padding-left: 40px;
}
