/* Cutting Edge Hair September 2008 */

* {
	margin:0;
	padding:0;
}
html{
	height:100%;
}
body{
	height:100% !important;
	background-image:url("/images/skin0809/background.jpg");
	background-position: top center;
	background-repeat: repeat-y;
	background-color:#C35810;
	text-align:center; 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0;
	font-size:8pt;
}
#container{
	margin: 0 auto;
	padding:0;
	text-align: center;
	overflow:hidden;
	width:832px;
	position:relative;
	min-height:100%;
}
#header{
	background-image:url("/images/skin0809/header.jpg");
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding:0;
	width:832px;
	height:262px;
	position:relative;
 	l/eft:1px;
	top:-1px;
	overflow:hidden;
}
#frontsplash{
	background-image:url("/content/uploads/front-page-picture.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	width:647px;
	height:183px;
	overflow:hidden;
	margin:0 0 15px 0;
	padding:0;
	position:relative;
	left:-14px;
}
#navmenu{
	background:url("/images/skin0809/button-off.jpg");
	color:white;
	font-weight:bold;
	margin: 0 auto;
	text-align:left;
 	width:540px;
	height:18px;
	position:relative;
	left:107px;
	top:-182px;
	white-space:nowrap;
	overflow:hidden;
	z-index:100;
}
#navmenu ul, #navmenu li{
	float:left;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
/*---------------------------------*/
.button{
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	font-size:7.5pt;
	overflow:hidden;
	display:block;
	width:65px;
	height:20px;
	margin:0; 
 	position:relative;
 	left:5pt;
}
.button a{
	display:block;
	padding:5px 0 0 1px;
	background:inherit;
	color:white;
	text-decoration:none !important;
	vertical-align:middle;
	height:10px;
}
.button a:hover{
	background:inherit;
	color:#E76F27;
	text-decoration:underline;
	height:30px;
}
/*---------------------------------*/
#coupon{
	z-index:500;
	position:absolute;
	top:200px;
	left:100px;
	max-width:600px;
	height:350px;
	background:white url("/images/coupon-background.png") no-repeat 40px 20px;
	padding:60px 80px 30px 250px;
	margin:0;
	overflow:hidden;
}
	#coupon *{
		color:black;
		max-width:320px;
		text-align:left;
		padding:10px;
	}
	#coupon h2,#coupon h3,#coupon h4,#coupon h5{
		font-size:19pt;
		color:#732121;
		position:relative;
		left:25px;
	}
	#coupon p{
		font-size:14pt;
		position:relative;
		left:25px;
	}
/*---------------------------------*/
#content{
	background:#201003;
	margin: 0 auto;
	color:white;
	text-align:left;
	font-size:8pt;
	padding:10px;
	width:500px;
	min-height:500px;
 	h/eight:500px;
	position:relative;
	top:-165px;
	left:100px;
	margin-bottom:120px;

}

#content a{
	color:#DB9D46;
}
#content ul{
	margin: 8px;
	line-height:16px;
	position:relative;
	top:-15px;
	
}
#content table{
	width:100%;
}
#content td{
	border-top:1px solid gray;
	color:white;
	vertical-align:top;
	padding:15px;
}
#content img{
	border:2px solid #E27B12 !important;
	margin: 0 5px 0 5px;
}
/*---------------------------------*/
#footer{
	float:none;
	clear:both;
	color:#FCCF8C;
	font-size:7.5pt;
	text-align:right;
	background-image:url("/images/skin0809/footer.jpg");
	background-repeat: no-repeat;
	margin:-120px auto 0;
	padding:0;
	width:832px;
	height:120px;
	position:relative;
	overflow:hidden;
}
#footer p{
	font-weight:bold;
	text-align:right;
	width:490px;
	position:relative;
	top:27px;
	left:280px;
}
#footer a{
	color:white;
	font-weight:bolder;
}
/*---------------------------------*/
.emphasize{
	font-size:12pt;
	color:#80827E;
	font-weight:bold;
}
/*---------------------------------*/
/********************
CONTENT STYLING
*********************/
/* HEADINGS */
div#content h1 {
	color:#FEED21;
	font-size:16pt; /* font size for h1 */
	line-height:1em;
	margin:0 0 15px 0;
	font-size:15pt;
	font-weight:bold;
}
div#content h2 {
	color:#FF9718; 
	border-bottom:1px solid #A1470A;
	font-size:12pt; 
	text-align:left; 
	/* some air around the text */
	margin-top:15px;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:1px;
	/* set borders around header */
	line-height:18px;
	/* and some air under the border */
	margin:15px 0 10px 0;
}
div#content h3 {
	color:#E78515; 
	font-style:italic;
	font-size:10pt;
	line-height:1.3em;
	margin:0 0 0.5em 0;
}
div#content h4 {
	color:#A1470A; 
	font-size:9pt;
	line-height:1.3em;
	margin:0 0 0.25em 0;
}
div#content h5 {
	font-size:9pt;
	line-height:1.3em;
	margin:0 0 0.25em 0;
}
div#content h6 {
	font-size:1em;
	line-height:1.3em;
	margin:0 0 0.25em 0;
}
/* END HEADINGS */
/* LISTS */
div#content ul{
	margin-left:10px;
}
div#content li{
	margin-left:15px;
}
/* FORMS */
form{
	z-index:2;
	background:transparent;
}
input{
	background:transparent;	
	color:white;
	width:70px;
	font-size:7pt;
}
.inputBox {
	position:absolute;
	left:160px;
	background:none;
	width:120px;
	height:12px;
	font-size:8pt;
}
textarea{
	background:black;
	color:white;
	border:2px inset white;
	width:600px;
	height:200px;
}
.inputButton{
	
}
/* TEXT */
div#content p{
	font-size:1em;
	margin:.5em 0 1em 0; /* some air around p elements */
	line-height:1.7em;
	padding:0;
}
div#content br {
	line-height:15px;
}
blockquote {
	border-left:10px solid #ddd;
	margin-left:10px;
 	margin-right:20px;
 	padding:10px;
}
pre {
	font-family:monospace;
	font-size:1.0em;
}
strong, b {
/* explicit setting for these */
	font-weight:bold;
	font-size:1em;
}
em, i {
	/* explicit setting for these */
	font-style:italic;
}
u {
	text-decoration:underline;
	font-size:10px
}
ol{
	position:relative;
	left:35px;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
	white-space:pre-wrap; /* css-3 */
	white-space:-moz-pre-wrap; /* Mozilla, since 1999 */
	white-space:-pre-wrap; /* Opera 4-6 */
	white-space:-o-pre-wrap; /* Opera 7 */
	word-wrap:break-word; /* Internet Explorer 5.5+ */
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
}
pre {
	border:1px solid #000; /* black border for pre blocks */
	background-color:#ddd;
	margin:0 1em 1em 1em;
	padding:0.5em;
	line-height:1.5em;
	font-size:90%; /* smaller font size, as these are usually not so important data */
}
/* END TEXT */
#contactForm img, #capchaImage{
	border:0 !important;
}
#content #referFriend{
	border:1px outset orange;
	display:block;
	position:relative;
	padding:40px;
	text-align:center;
}
#content #referFriend input{
	font-size:10pt;
	text-align:center;
	width:150px;
	height:25px;
	margin:2px;
}
#friendCertificate{
	background:url("/images/blank-certificate.png") no-repeat;
	color:black !important;
	display:block;
	width:300px;
	height:320px;
	position:relative;
	padding:50px;
	text-align:center !important;
}
#content .formButton{
	margin:5px;
	color:white;
	font-weight:bolder;
}
#facebookLike{
	position:absolute;
	right:40px;
	overflow:hidden;
	height:80px !important;
	width:260px !important;
	border-bottom:1px gray solid;
}
#facebookLike:hover{
	height:400px !important;
	z-index:200;
}

