@charset "utf-8";
html,body {
   
	background-color:#EEEEEE;
}
/*TEXT COLORS*/
h1,h2,h3,h4,h5,h6{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}


.light_blue{
	color:#12789a;
	}

.dark_blue{
	color:#004f6a;
	}
	
.light_brown{
	color:#cf8a15;
	}
	
.dark_brown{
	color:#8f6427;
	}
	
.light_red{
	color:#c4161c;
	}
	
.dark_red{
	color:#790013;
	}
	
.light_gray{
	color:#585858;
	}
	
.dark_gray{
	color:#252525;
	}	

#main_wrapper{
	width:900px;
	margin:0 auto;
	border:#12789a 10px solid;
	background-image:url(images/line_background.gif);
	background-repeat:no-repeat;
	height:805px;
	}
	
/*HEADER/NAV*/

#header_wrapper{
	width:900px;
	height:65px;
	margin:0 auto;
	background-image:url(images/header_gradient.gif);
	}
	

.supercuts_logo{
	float:left;
	padding-right:30px;
	}

.main_nav ul{
	height:65px;
	}

ul li{
	list-style: none;
	padding-top:20px;
	padding-left:10px;
	float:left;
	}
	
/*IMAGE LEFT*/

.image_left{
	width:325px;
	height:700px;
	margin-right:10px;
	float:left;
	overflow:hidden;
	background:url(images/home_left_img-two.png);
	}

.quotes{
	width:298px;
	position:relative;
	top:-607px;
	left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-style:italic;
	font-weight:bold;
	
	}

/*RIGHT WRAPPER FOR CONTENT AND FORM*/	

#right_wrapper{
	width:565px;
	height:700px;
	float:left;
	
	}
	
/*CONTENT AREA*/

.main_content{
	width:565px;
	margin-bottom:5px;
	}
	
.content_title{
	width:540px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin-top:10px;
	}

.haircare_content{
	width:540px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	}		

.view_video{
	margin-top:25px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	}

.growth_stages{
	height:130px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#595959;
	float:left;
	padding:5px;
	background-color:#D9D9D9;
	line-height:20px;
	}

.support_dept{
	width:370px;
	height:130px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	float:left;
	padding:5px 5px 5px 15px;
	margin-left:10px;
	background-color:#D9D9D9;
	}
	
	
.gray_bar{
	width:540px;
	height:5px;
	background-color:#2E2E2E;
	}

/*FORM AREA*/

.request_form{
	width:555px;
	
	}

.form_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#12789a;
	margin-left:10px;
	margin-top:4px;
	float:left;
	}	


.form_instructions{
	margin-top:4px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	clear:both;
	}	
	
.full_app{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	width:350px;
	float:left;
	}
	
.rank-btn{
	width:166px;
	height:148px;
	position:relative;
	top:550px;
	left:150px;
	z-index:100;
	background:#EEEEEE;
	}
	
.rank-btn a:hover{
	opacity:0.7;
	}			
	
/*BOTTOM BLUE BAR*/	
#blue_bar{
	width:900px;
	height:25px;
	background-color:#004f6a;
	clear:both;
	}
	
#footer{
	font-family:Arial, Helvetica, sans-serif;
	color:#ACACAC;
	font-size:11px;
	width:900px;
	margin:15px auto;
	}	
	
.expert-tips{
	font-family:Arial, Helvetica, sans-serif;
	color:#373737;
	font-size:14px;
	text-decoration:underline;
	}