/**********************************************************************************
	
	Colours:
		Light Grey: #797979
		Dark Grey: #444
		Orange: #eb9000
	
	
**********************************************************************************/
* {
	margin:0;
	padding:0;
	border:none;
	font-size: 1em;
}

body {
	font: normal 91%/1.2 Tahoma,Arial,Verdana,Sans-serif;
	background-color: #fff;
	color: #797979;
	padding-top: 60px;
}

/**********************************************************************************
	Header
**********************************************************************************/
#header {
	width: 100%;
	border-bottom: 1px solid #797979;
}

h1 {
	margin: auto;
	width: 850px;
	height: 28px;
	font-size: 2em;
	color: #797979;
	margin-bottom: 10px;
	font-weight: normal;
	background: url(/_common/img/logo.gif) no-repeat;
}

h1 span {
	visibility: hidden;
}

/**********************************************************************************
	Nav
**********************************************************************************/
#nav {
	width: 850px;
	margin: auto;
	margin-top: 8px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

#nav ul {
	list-style-type: none;
	font-size: 0.8em;
}

#nav ul li {
	display: inline;
	margin-right: 10px;
}

#nav ul li a {
	color: #797979;
	padding-top: 6px;
	outline: none;
}

#nav ul li a.selected {
	border-top: 3px solid #eb9000;
}

.outline {
	border-top: 3px solid #eb9000;
	margin-top: -1px;
	z-index: 0;
	position: absolute;
}



/**********************************************************************************
	Content
**********************************************************************************/
#container {
	width: 850px;
	height: 450px;
	margin: auto;
	border-bottom: 1px solid #797979;
	overflow: hidden;
}

#content {
	font-size: 0.9em;
	padding: 50px 0 20px 0;
	min-height: 400px;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #eb9000;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #eb9000;
	margin-top: 20px;
	width: 400px;
}

#content p {
	margin-bottom: 1em;
	font-size: 0.9em;
	line-height: 1.6em;
}

.darkGrey {
	color: #444;
}

a {
	text-decoration: none;
	color: #eb9000;
}

a:hover {
	color: #444;
}

#content #leftColumn {
	width: 415px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

#content #rightColumn {
	width: 415px;
	float: left;
	margin-top: 20px;
}


#content.home {
	background: url(../img/ben.jpg) no-repeat bottom right;
	min-height: 350px;
	padding-top: 100px;
}

#content p {
	width: 400px;
}

#content div.item {
	width: auto;
	overflow: hidden;
}

#content div.item img {
	float: right;
	margin-right: 50px;
}


#content.profile {
	background: url(../img/salon.jpg) no-repeat bottom right;
	/*height: 400px;*/
}

#content.products {
	background: url(../img/mattstuff.jpg) no-repeat bottom right;
	/*height: 400px;*/
}

#content.services {
	background: url(../img/oscar.jpg) no-repeat bottom right;
	/*height: 400px;*/
}

#content.news {
	background: url(../img/clips.jpg) no-repeat bottom right;
	/*height: 400px;*/
}

#content.news img {
	border: 1px solid #797979;
}

#content.appointment {
	background: url(../img/kid.jpg) no-repeat bottom right;
	/*height: 400px;*/
}

#content.contact {
	background: url(../img/mike.jpg) no-repeat bottom right;
	/*height: 400px;*/
}

#content.team {
	background: url(../img/ben.jpg) no-repeat bottom right;
	/*height: 400px;*/
}

#content.richard {
	background: url(../img/rich.jpg) no-repeat bottom right;
	/*height: 400px;*/
}

#content.owen {
	background: url(../img/04.jpg) no-repeat bottom right;
	/*height: 400px;*/
}

#content.video {
	/*height: 400px;*/
}

#content.gallery {
	
}

#content.gallery a img {
	margin: 3px;
	border: 1px solid #797979;
	width: 130px;
	height: 130px;
}

#content.gallery a:hover img {
	border: 1px solid #eb9000;
}


/**********************************************************************************
	Footer
**********************************************************************************/
#footer {
	width: 850px;
	margin: auto;
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 50px;
}


/**********************************************************************************
	Misc
**********************************************************************************/
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}

.loading {
	background: url(/_common/img/loader.gif) no-repeat center;
}


/**********************************************************************************
	Hacks
**********************************************************************************/
.cf:after {content:".";display: block;height:0;clear:both;visibility:hidden;}
.cf {display:inline-block;}
