/* ----- 

CSS Designed by Oskar Kirkwood for Waracle Ltd
Copyright Eassons Hairdressing, Dundee
All Rights Reserved

----- */

img, div { behavior: url(/css/iepngfix.htc) }

*{
	margin:0;
	padding:0;
}

/* --- General Page Styling --- */

body{
	background:#000;
}

div, p, h, table, td{
	font-family:arial, helvetica, verdana;
	font-size:12px;
	color:#fff;
}

h3{
	font-size:26px;
	background:url(../images/site/header-dot.png) no-repeat;
	height:30px;
	padding-top:3px;
	padding-left:37px;
	margin-bottom:10px;
}

/*p{margin-top:10px;}*/

img{border:0;}

a:link, a:visited{
	color:#FE0F9E;
	text-decoration:none;
}

a:hover{text-decoration:underline;}

/* --- Layout Classes --- */

#header-outer{
	width:100%;
	background:url(../images/site/header-repeater.png) repeat-x;
	text-align:center;
}

#header-inner{
 	width:800px;
	height:110px;
	margin:0 auto;
	text-align:left;
	background:url(../images/site/header-bg.png) no-repeat;
}

.logo{
	float:left;
	margin-top:20px;
	margin-left:25px;
}

.address{
	float:left;
	font-size:10px;
	margin-top:50px;
	margin-left:30px;
}

#menu-outer{
	width:100%;
	text-align:center;
	height:25px;
	display:block;
}

#menu-inner{
	width:800px;
	height:25px;
	margin:0 auto;
	background:url(../images/site/menu-repeater.png) repeat-y #000;
	text-align:center;
}

#menu-bar-outer{
	width:100%;
	/*height:35px;*/
	background:url(../images/site/menu-bar-repeater.png) repeat-x #FE0F9E;
	text-align:center;
	display:block;
}

#menu-bar-inner{
	width:800px;
	height:35px;
	margin:0 auto;
	/*background:blue;*/
}

#body-outer{
	width:100%;
	/*background:#ccc;*/
	text-align:center;
	display:block;
}

#body-inner{
 	width:1024px;
	height:auto;
	background:url(../images/site/backgrounds/rotate.php) bottom center no-repeat;
	/*background:url(../images/site/main-image-01.jpg) bottom right no-repeat;*/
	margin:0 auto;
	text-align:left;
	display:block;
}

#body-inner-spacer{
	float:left;
	width:112px;
	height:400px;
}

#body-inner-left{
	float:left;
	width:400px;
	background:url(../images/site/black-50.png) repeat-y;
	/* min-height hack */
	min-height:600px;
  	height:auto !important;
  	height:600px;
  	/* end min-height hack */
}

#body-inner-right{
	float:right;
	width:400px;
	/*height:600px;
	background:blue;*/
}

#footer-outer{
	width:100%;
	text-align:center;
	background:url(../images/site/header-repeater.png) repeat-x;
	display:block;
}

#footer-inner{
 	width:800px;
 	padding-top:10px;
	height:100px;
	margin:0 auto;
	text-align:left;
}

/* --- Top Navigation ---*/

.tab{
	float:left;
	height:25px;
	width:85px;
	background:url(../images/site/menu-tab.png) no-repeat;	
	margin-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.tab a{
	color:#fff;
	text-decoration:none;
	}

/* --- Page Styling 

This will be the same as the WYSIWYG

---*/

#load-div{
	padding:20px;
}

#load-div img{border:1px solid #fff;}

p{
	margin-bottom:10px;
	text-align:justify;
}

.image_left{
	float:left;
	margin-right:10px;
}

.image_right{
	float:right;
	margin-left:10px;
}

.image-holder-1{
	width:170px;
	height:170px;
	float:left;
	/*	background:#1b1b1b;*/
	margin-right:20px;
	margin-bottom:20px;
	/*text-align:center;
	border:1px solid #666;*/
}

.image-holder-2{
	width:170px;
	height:170px;
	float:left;
	
	margin-bottom:20px;
	/*text-align:center;
	border:1px solid #666;*/
}

/*forms*/

.input-box{
	width:200px;
	background:url(../images/site/bg-trans-pink.png);
	border:1px solid #fff;
	color:#fff;
	margin-top:3px;
}

textarea.message-box{
	width:360px;
	height:200px;
	background:url(../images/site/bg-trans-pink.png);
	border:1px solid #fff;
	color:#fff;
	margin-top:3px;
	overflow: auto;
	overflow-x: hidden;
}

/* --- Clearfix --- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}