/* BEGIN: General Formatting */
body {
	padding: 0;
	margin: 68px;
	font-size: 12px;
	line-height: 1.5em;
    font-family: Helvetica, Arial, sans-serif;
	color: white;
	background-color: black;
}

div#site_container {
	width: 819px;
	margin: 0 auto;
}

h2,
h3,
h4 {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	/* text-transform: uppercase; */
}

a {
	text-decoration: none;
	color: #ec297b;
}

a:hover,
a.active { color: white; }

a.button {
	display: block;
	overflow: hidden;
	background: transparent no-repeat left top;
	text-indent: -999em;
}

br.clear { clear: both; }
img { border: 0; }
/* END: General Formatting */

/* BEGIN: Media Player */
#media_player {
	position: absolute;
	top: 0;
	left: 0;
}
/* END: Media Player */

/* BEGIN: Header */
div#header {
	padding: 0 8px;
}
	/* BEGIN: Logo */
	h1 {
		width: 29px;
		height: 35px;
	}
	
	h1 a.button {
		width: 232px;
		height: 26px;
		background-image: url(../images/tf_logo.gif);
	}
	/* END: Logo */
	
	/* BEGIN: Navigation */
	div#nav {
		float: left;
		width: 800px;
		border-bottom: 1px #404040 solid;
	}
	
	div#nav ul {
		padding: 6px 0 10px 0;
		margin: 0;
		font-size: 120%;
		font-family: Helvetica, Arial, sans-serif;
		list-style: none;
		text-transform: uppercase;
	}
	
	div#nav ul li { float: left; }
	div#nav ul li a { 
		display: block;
		overflow: hidden;
		float: left;
		height: 13px;
		text-indent: -999em;
		color: #F2F2F2;
		background: transparent no-repeat left top;
	}
	
	div#nav ul li a:hover,
	div#nav ul li.active a,
	body#page_work div#nav ul li#nav_left_work a,
	body#page_contact div#nav ul li#nav_left_contact a,
	body#page_about div#nav ul li#nav_left_about a,
	body#page_salon div#nav ul li#nav_left_salon a {
		color: #ec297b;
		background-position: left -13px;
	}
	
		/* BEGIN: Left Navigation */
		ul#nav_left { float: left; }
		ul#nav_left li { margin-right: 20px; }
		ul#nav_left li#nav_left_work a {
			width: 39px;
			background-image: url(../images/nav/work.gif);
		}
		ul#nav_left li#nav_left_contact a {
			width: 61px;
			background-image: url(../images/nav/contact.gif);
		}
		ul#nav_left li#nav_left_about a {
			width: 42px;
			background-image: url(../images/nav/about.gif);
		}
		ul#nav_left li#nav_left_salon a {
			width: 125px;
			background-image: url(../images/nav/salon_des_refuses.gif);
		}
		/* END: Left Navigation */
		
		/* BEGIN: Right Navigation */
		ul#nav_right { float: right; }
		ul#nav_right li { margin-left: 20px; }
		ul#nav_right li#nav_right_blog a {
			/* width: 123px;*/
			width: 152px;
			/* background-image: url(../images/nav/weird_street_blog.gif); */
			background-image: url(../images/nav/thornberg_report.gif);
		}
		ul#nav_right li#nav_right_clientLogin a {
			width: 87px;
			background-image: url(../images/nav/client_login.gif);
		}
		/* END: Right Navigation */
	
	/* END: Navigation */
/* END: Header */

/* BEGIN: Body */
div#body {
	width: 800px;
	margin: 0 auto;
}

div#body h2.section,
div#body h3.section { display: none; }
/* END: Body */

/* BEGIN: Footer */
div#footer {
	clear: both;
	padding-top: 56px;
	text-align: center;
	font-family: Arial;
}

div#footer a { color: white; }
div#footer a:hover { color: #ec297b; }

	/* BEGIN: Copyright */
	p#copyright { margin-top: 30px; }
	/* END: Copyright */

/* END: Footer */