/* 
	------------------------
	Diosa Hair Master CSS
	Author: www.72dpi.co.nz
	------------------------
*/
body{
	background: url(/img/bg_gradient.gif) 0 0 repeat-x #000 fixed;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #ccc;
	padding-bottom: 20px;
}
.tuck{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.hide{
	display: none;
}
a:link, a:visited{
	color: #63c1f4;
	text-decoration: none;	
}
a:hover {
	color: #63c1f4;
	text-decoration: underline;	
}
/* =typography defaults */
h1{
	font-size: 1.8em;
	margin: 0 0 15px 0;
	font-weight: normal;
	color: #63c1f4;
}
h2{
	margin: 0 0 0.5em 0;
	font: bold 1.4em/1.3 Arial, Helvetica, sans-serif;
	color: #63c1f4;
}
h3{
	font-size: 1.2em;
	line-height: 1.2;
	margin: 0 0 8px;
	color: #d0edfd;
}
h4{
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
	color: #fff;
}
p{
	margin: 0 0 1em 0;
	line-height: 1.5;
}
small{	font-size: 0.9em;}
blockquote{
	padding: 10px 20px 0 5px;
	margin: 10px 0;
	font-size: 1.2em;
	font-style: italic;
	border: 1px solid #1a558c;
	border-width: 1px 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background: url(/img/blockquote_close.gif) right bottom no-repeat;
	font-weight: bold;
	color: #a3cdf3;
}
blockquote p{
	background: url(/img/blockquote_open.gif) 0 0 no-repeat;
	padding: 0 0 0 35px;
	margin-right: 15px;
}
sup{
	vertical-align: super;
	font-size: 0.8em;
	line-height: 0.1;
}
th, td{
	font-size: 1.1em;
}
th.left, td.left{
	text-align: left;
}
th.right, td.right{
	text-align: right;
}
th.center, td.center{
	text-align: center;
}
hr{
	border-color: #333;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 0 10px;
	height: 0;
}


/* =structure
-------------- */
.wrap{
	text-align: left;
	margin: 0 auto;
	width: 820px;
}
#main{
	padding: 0 20px 20px 20px;
	text-align: left;
	background: url(/img/bg_main_top.gif) 0 0 repeat-x #000;
	margin-bottom: 1px;
}
#home #main{
	height: 500px;
}
#content{
	float: left;
	width: 445px;
	margin-left: 25px;
	display: inline;
	padding: 30px 0 0 0;
}

#topnav{
	background: url(/img/bg_topnav.gif) center bottom repeat-x #051b27;
	padding-bottom: 1px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}
#topnav ul{
	background: url(/img/bg_topnav_divider.gif) right top repeat-y;
	float: right;
	padding-right: 2px;
}
#topnav li{
	float: left;
	background: url(/img/bg_topnav_divider.gif) left top repeat-y;
	font-size: 1.1em;
	padding-left: 2px;
}
#topnav a{
	display: block;
	line-height: 25px;
	padding: 0 10px;
}
#topnav a.current{
	background: url(/img/bg_topnav_active.gif) 0 0 repeat-x #062333;
}

/* =header
--------------------- */
#header{
	height: 126px;
	position: relative;
	margin-top: 30px;
}
#logo{
	width: 268px;
	height: 74px;
	position: absolute;
	left: 45px;
	top: 31px;
	z-index: 100;
}
#logo span, #logo a{
	background: url(/img/logo_diosahair.png) 0 0 no-repeat;
	display: block;
	width: 268px;
	height: 74px;
	padding: 0;
	cursor: pointer;
}
#logo img  {
	display: block;
	width: 0;
}
/* =navigation 
-------------- */
#nav{
	height: 40px;
	width:820px;
	margin: 0 0 5px -20px;
}
#nav li{
	float: left;
}
#nav a{
	display: block;
	height: 39px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(/img/sprite_nav.gif) 0 0 no-repeat;
	position: relative;
}
#nav a:hover{
	background-position: 0 -39px;
}
#nav a#t-profile{
	width: 114px;
}
#nav a#t-profile.current{
	background-position: 0 -39px;
}
#nav a#t-gallery{
	width: 109px;
	background-position: -114px 0px;
}
#nav a#t-gallery:hover, #nav a#t-gallery.current{
	background-position: -114px -39px;
}
#nav a#t-pricelist{
	width: 121px;
	background-position: -223px 0px;
}
#nav a#t-pricelist:hover, #nav a#t-pricelist.current{
	background-position: -223px -39px;
}
#nav a#t-promotions{
	width: 150px;
	background-position: -344px 0px;
}
#nav a#t-promotions:hover, #nav a#t-promotions.current{
	background-position: -344px -39px;
}

#nav a#t-latestupdates{
	width: 178px;
	background-position: -494px 0px;
}
#nav a#t-latestupdates:hover, #nav a#t-latestupdates.current{
	background-position: -494px -39px;
}

#nav a#t-book-online{
	width: 148px;
	background-position: -672px 0px;
}
#nav a#t-book-online:hover, #nav a#t-book-online.current{
	background-position: -672px -39px;
}


/* =home
------------ */
#slideshow{
	width: 780px;
	height: 350px;
	background: url(/img/slideshow-loader.gif) center center no-repeat;
}
#logos-home{
	margin-top: 15px;
}
#logos-home li{
	width: 33%;
	float: left;
	text-align: center;
}

/* =sifr headings
----------------- */
h1.heading{
	font-size: 40px;
	margin: 0 0 30px 0;
	color: #63c1f4;
}



/* =content
--------------- */
.copy p{
	font-size: 1.2em;
}
.copy p.small{
	font-size: 1.1em;
}
.copy ul, ol{
	margin: 1em 0;
	font-size: 1.3em;
	line-height: 1.2;
}
.copy ol{
	font-size: 1.2em;
	margin-left: 2.8em;
}
.copy ul ul, .copy ul ul ul, .copy ol ol, .copy ul ol{
	font-size: 1em;
}
.copy li{
	background: url(/img/bullet_copy.gif) 0.7em 0.5em no-repeat;
	padding: 0.1em 0 0.3em 1.9em;
}
.copy li p{
	font-size: 1em;
}
.copy ol li{
	background: none;
	list-style: decimal;
	padding: 0;
	font-size: 1em;
}

a#print-btn{
	background: url(/img/btn_print.png) 0 0 no-repeat;
	width: 70px;
	height: 26px;
}

/* =gallery */
.gallery-thumb{
	float: left;
	margin: 0 15px 35px 20px;
	display: inline;
}
.loader{
	background: url(/img/ajax-loader.gif) cneter center no-repeat;
}
/* =current trends */
#editorial-list{
	font-size: 1.2em;
	border: 1px solid #333;
	border-width: 1px 0;
	padding: 10px 0;
}
#editorial-list select{
	width: 200px;
}
.editorial-entry{
	padding: 10px 0;
	border-bottom: 1px solid #333;
}
p.date{
	font-style: italic;
	font-size: 1.1em;
}
p.back{
	float: right;
	margin-left: 20px;
}
/* =sidebar
----------- */
#sidebar{
	float: right;
	width: 270px;
	display: inline;
	margin-top: 100px;
}
#sidebar p{
	font-size: 1.1em;
	color: #bcd9e8;
}
h3#subnav-hd{
	padding: 8px 15px;
	margin: 0;
	background-color: #030b0f;
	border-top: 1px solid #05131a;
}
#subnav{
	font-size: 1.2em;
	background-color: #06141c;
	padding: 10px 15px;
}
#subnav li{
	margin: 0;
	padding: 3px 0;
	line-height: 1.2;
}

#contact-details{
	margin-left: 20px;
}
#opening-hours{
	background-color: #031119;
	margin-top: 3px;	
	padding: 15px 20px;
}
#opening-hours h4{
	color: #63c1f4;	
}
#opening-hours table{
	width: 100%;
}
#opening-hours td{
	padding: 5px 0;
}
#opening-hours td.time{
	text-align: right;
}


/* =forms
--------- */
input, select, textarea, button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	vertical-align: top;
	color: #fff;
}
input{
	vertical-align: middle;
}
input.text, select{
	font-size: 1em;
}
input.text,  textarea, select{
	border: 1px solid #333;
	background-color: #111;
	color: inherit;
	padding: 3px;
}
select{
	z-index: 1;
}
input.button{
	background: url(/img/bg_button.gif) repeat-x #023a58;
	color: #b7def4;
	font-weight: bold;
	padding: 7px 10px;
	border: 0;
}

dl.form{
	font-size: 1.2em;
	padding: 10px 0 7px 0;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}
dl.form textarea{font-size: 1em;}
dl.form dt{
	float: left;
	clear: left;
	width: 120px;
	margin: 0 10px 5px 0;
	line-height: 1.3;
	padding: 2px 0;
	text-align: right;
}
dl.form dd{
	float: left;
	width: 210px;
	margin-bottom: 5px;
}
dl.form dd.required{
	background:url(/img/icn_warning_sml.png) right top no-repeat;
}
dl.form .note{
	font-size: 0.9em;
}
.indent{
	margin-left: 130px;
}
#booking-form{
	border-top: 1px solid #333;
	padding-top: 10px;
}
h1.book-heading{
	background: url(/img/hd_bookonline.gif) 0 0 no-repeat;
	height: 14px;
}


#newsletter-container{
	margin:10px 0 0 0;
	padding:20px;
	height:40px;
	background-color:#031119;
	
}



/* subscriber form
------------------ */
#subscribe-box{
	background:url(/img/newletter_bg.gif) 0 0 no-repeat #031119;
	height: 180px;
	padding: 20px 20px 0 20px;
	margin: 8px 0;
}
#subscribe-box h3 {
    color: #63C1F4;
	font-size:16px;
	margin:0 0 0px 0;
}
#subscribe-box p.link{
	font-size: 1.2em;
	margin: 0 0 0 46px;
	text-align:left;
}
dl#subscribe-form{
	padding: 0;
	margin-top: 8px;
}
dl#subscribe-form dt{
	margin: 0;
	font-size: 1.0em;
	text-align:left;
}
dl#subscribe-form dd{
	width: 180px;
	margin-bottom: 15px;
}
dl#subscribe-form dd input.text{
	width: 97%;
}
#subscribe-box .confirmation{
	padding: 8px 8px 0 8px;
	font-size: 0.9em;
}
#subscribe-loader.loader{
	background: url(/img/throbber-loader.gif) center bottom no-repeat;
	height: 60px;
	display: none;
}

/* =error 
--------- */
.form-error{
	padding: 10px 10px 0 10px;
	margin: 5px 0;
	border: 1px solid #333;
	background-color: #111;
	margin-bottom: 15px;
}
.form-error p{
	font-size: 1.1em;
}
.form-error ul{
	margin: 0 0 10px 0;
}
.form-error ul li{
	font-size: 1.1em;
}
.form-error h3{
	font-size: 1.2em;
	margin: 0 0 10px;
	border: 0;
}

/* =footer
-------------------- */
#footer{
	clear: both;
	padding: 10px 10px 20px 10px;
	position: relative;
	background: url(/img/bg_footer.png) 0 0 no-repeat;
}
#footer p{
	font-size: 1.1em;
	line-height: 1.2;
	color: #31566a;
	margin: 0;
	clear: left;
}
#footer ul{
	font-size: 1.1em;
	margin-bottom: 10px;
}
#footer li{
	margin: 0 8px 0 0;
	padding-right: 8px;
	float: left;
	border-right: 1px solid #31566a;
}
#footer li.last{
	border: 0;
}
#footer a{
	color: #31566a;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
a#siteby {
	background: url(/img/sprite_siteby72dpi.gif) no-repeat;
	width: 98px;
	height: 7px;
	position: absolute;
	right: 10px;
	top: 10px;
}
a#siteby:hover{
	background-position: 0 -7px;
}


/* =shared styles with Editor
	place necessary selectors from text.css here and vice versa so that reset.css is actually useful.
----------------------------- */
img.figure{
	border: 3px solid #63c1f4;
}
img.figure-center{
	margin: 0 0 5px 0;
}
img.figure-left{
	margin: 5px 15px 10px 0;
	float: left;
}
img.figure-right{
	margin: 0 0 15px 10px;
	float: right;
}
table.data{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 8px;
}
table.data td{
	border-bottom: 1px solid #333;
	font-size: 1.2em;
	padding: 5px 0;	
	vertical-align: top;
	line-height: 1.2;
}

table.data th{
	font-size: 1.2em;
	padding: 6px;
	border-bottom: 1px solid #333;
}
table.data td p, table.data th p{
	margin: 0;	
	font-size: 1em;
}

/* download icons */
a.doctype_doc {
	background-image:url(/img/symbols/doc_icon.gif);
	background-repeat:no-repeat;
	padding:2px;
	padding-left: 20px;
	}
a.doctype_gif {
	background-image:url(/img/symbols/gif_icon.gif);
	background-repeat:no-repeat;
	padding:2px;
	padding-left: 20px;
	}
a.doctype_htm {
	background-image:url(/img/symbols/htm_icon.gif);
	background-repeat:no-repeat;
	padding:2px;
	padding-left: 20px;
	}
a.doctype_img {
	background-image:url(/img/symbols/img_icon.gif);
	background-repeat:no-repeat;
	padding:2px;
	padding-left: 20px;
	
	}
a.doctype_jpg {
	background-image:url(/img/symbols/jpg_icon.gif);
	background-repeat:no-repeat;
	padding:2px;
	padding:2px;
	padding-left: 20px;
	}
a.doctype_mdb {
	background-image:url(/img/symbols/mdb_icon.gif);
	background-repeat:no-repeat;
	padding:2px;
	padding-left: 20px;
	}
a.doctype_mov {
	background-image:url(/img/symbols/mov_icon.gif);
	background-repeat:no-repeat;
	padding:2px;
	padding-left: 20px;
	}
a.doctype_pdf {
	background-image:url(/img/symbols/pdf_icon.gif);
	background-repeat:no-repeat;
	padding:2px;
	padding-left: 20px;
	}
a.doctype_png {
	background-image:url(/img/symbols/png_icon.gif);
	background-repeat:no-repeat;
	padding:2px;
	padding-left: 20px;
	}
a.doctype_ppt {
	background-image:url(/img/symbols/ppt_icon.gif);
	background-repeat:no-repeat;
	padding:2px;
	padding-left: 20px;
	}
a.doctype_pub {
	background-image:url(/img/symbols/pub_icon.gif);
	background-repeat:no-repeat;
	padding:2px;
	padding-left: 20px;
	}
a.doctype_rm {
	background-image:url(/img/symbols/rm_icon.gif);
	background-repeat:no-repeat;
	padding:2px;
	padding-left: 20px;
	}
a.doctype_rtf {
	background-image:url(/img/symbols/rtf_icon.gif);
	background-repeat:no-repeat;
	padding:2px;
	padding-left: 20px;
	}
a.doctype_swf {
	background-image:url(/img/symbols/swf_icon.gif);
	background-repeat:no-repeat;
	padding:2px;
	padding-left: 20px;
	}
a.doctype_tmp {
	background-image:url(/img/symbols/tmp_icon.gif);
	background-repeat:no-repeat;
	padding:2px;
	padding-left: 20px;
	}
a.doctype_txt {
	background-image:url(/img/symbols/txt_icon.gif);
	background-repeat:no-repeat;
	padding:2px;
	padding-left: 20px;
	}
a.doctype_wmv {
	background-image:url(/img/symbols/wmv_icon.gif);
	background-repeat:no-repeat;
	padding:2px;
	padding-left: 20px;
	}
a.doctype_xls {
	background-image:url(/img/symbols/xls_icon.gif);
	background-repeat:no-repeat;
	padding:2px;
	padding-left: 20px;
	}
a.doctype_zip {
	background-image:url(/img/symbols/zip_icon.gif);
	background-repeat:no-repeat;
	padding:2px;
	padding-left: 20px;
	}

/* =self-clearing floats 
-------------------------------------- */
#main:after,
.copy:after,
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* trigger hasLayout and target ie7/win only */
*:first-child+html #main,
*:first-child+html .copy,
*:first-child+html .clearfix{
	min-height: 1px;
}