/* Cascading Style Sheet by Jeremy Asmus for shifthair.com */

body {
	background-color:#E7E7E7;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

p {
	margin:8px 0;
}

#wrapper {
	margin:0 auto;
	width:900px;
}

#main_cell {
	width:770px;
	float:right;
	background-color:white;
	margin-top:20px;
	padding:15px;
	overflow:hidden;
}

#content {
	width:550px;
	float:left;
	margin-right:10px;
}

#content h1 {
	margin:8px 0;
	font-size:16px;
}

#content h3 {
	margin:0;
	font-size:13px;
	color:#E71D02;
	text-transform:uppercase;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	padding:3px;
	background-color:#EEEEEE;
}

#content h3 span {
	font-size:11px;
	color:#888888;
}

#content ul {
	list-style:square;
	color:#003366;
}

.stylist {
	width:270px;
	float:left;
	padding-bottom:15px;
}

.products {
	width:270px;
	float:left;
	padding-bottom:15px;
}

#topic_banner {
	width:550px;
	height:150px;
	background-image:url(../images/topic_banner.jpg);
}

#topic_banner_title {
	float:right;
	padding:130px 10px 0 0;
	color:white;
	font-weight:bold;
}

.coming_soon {
	color:#990000;
	font-size:14px;
	font-weight:bold;
}

.callout {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:5px 0;
	font-size:14px;
	color:#333333
}

/* RIGHT COLUMN Styles */

#right_column {
	width:210px;
	float:left;
}

#contact_box {
	border:1px solid #E0592A;
	padding:5px;
}

/* NAVIGATION Styles */

#navigation_cell {
	width:100px;
	float:left;
	padding-top:65px;
}

#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}

#navigation li {
	font-size:11px;
	font-weight:bold;
	margin:6px 0;
}

#navigation a {
	color:#666666;
	text-decoration:none;
	border:1px solid #999999;
	background-color:#DDDDDD;
	padding:35px 0 0 3px;
	height:15px;
	width:72px;
	display:block;
}

#navigation a:hover {
	border:1px solid white;
	background:none !important;
}

.nav_selected a {
	background:none !important;
	color:white !important;
	border:1px solid white !important;
}

/* FOOTER Styles */

#footer {
	clear:both;
	margin:0 auto;
	text-align:center;
	color:#333333;
	padding:5px 0;
}

#footer a {
	color:#E0592A;
}

#footer a:hover {
	text-decoration:none;
}