/* CSS Document */

/* Reset */
* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* Body */
body {
	background: #DCDCDC url('../images/gradient-bg.jpg') repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	font-size: 0.8em;
	color: #333333;
}

/* General styling */
.clear {
	clear: both;
	height: 0;
	width: 0;
	display: block;
}

strong {
	font-weight: bold;
}

/* Use pointer cursor for all links, even if they have no href (e.g. showreel) */
a {
	cursor: pointer;
}

/* Header */
#header {
	width: 786px;
	padding: 25px 88px 0;
	height: 95px;
	margin: 30px auto 0;
	background: #FFFFFF url('../images/page-header-cap.jpg') no-repeat top left;
}

#header #mainlogo a {
	background: url('../images/fb-logo.jpg') no-repeat top left;
	width: 207px;
	height: 68px;
	display: block;
	float: left;
}

#header #mainlogo span {
	display: none;
}

#header #strapline {
	background: url('../images/fb-tag-line.jpg') no-repeat top left;
	width: 276px;
	height: 68px;
	display: block;
	float: right;
}

#header #strapline span {
	display: none;
}

/* Container */
#container {
	width: 786px;
	padding: 0 80px;
	margin: 0 auto;
	background: #FFFFFF url('../images/page-vert-bg.jpg') repeat-y top left;
}





/* Top nav menu */
#nav {
	border-bottom: 5px solid #FFFFFF;
}

#nav ul {
	list-style: none;
	display: inline;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	display: block;
	border-left: 4px solid #E8A52F;
	border-bottom: 4px solid #E8A52F;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.85em;
	color: #333333;
	text-align: center;
}

#nav ul li a:hover {
	background-color: #E8A52F;
	color: #FFFFFF;
}

#nav ul li ul {
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px 5px 3px;
	white-space: nowrap;
	display: none;
	z-index: 999;
}

#nav ul li:hover ul {
	display: block;
}

#nav ul li ul li {
	list-style-position: outside;
	float: none;
	margin: 0;
	padding: 0;
}
/* Also see header file for an IE workaround */

#nav ul li ul li a {
	background: none;
	text-align: left;
	padding: 3px 13px;
	margin: 0 0 2px 0;
	float: none;
	border: none;
	background-color: #E8A52F;
}

#nav ul li ul li a:hover {
	background-color: #CD8A15;
}

/* Individual widths */
#nav-home { width: 50px; }
#nav-who { width: 95px; }
#nav-news { width: 51px; }
#nav-unique { width: 151px; }
#nav-services { width: 72px; }
#nav-courses { width: 121px; }
#nav-clients { width: 61px; }
#nav-contact { width: 69px; border-right: 4px solid #E8A52F; }


/* Subnav */
#subnav {
	width: 786px;
	height: 30px;
	position: relative;
}

#divot {
	width: 16px;
	height: 13px;
	background: url('../images/divot.png') no-repeat top left;
	position: absolute;
}

/* Divot position is calculated by  */
#divot.home { left: 26px; }
#divot.who { left: 112px; }
#divot.news { left: 199px; }
#divot.ulm { left: 315px; }
#divot.services { left: 439px; }
#divot.training { left: 550px; }
#divot.clients { left: 656px; }
#divot.contact { left: 736px; }

/* Content */
#content {
	padding: 5px 0 15px;
}

#content #banner {
	margin-bottom: 20px;
}

#content h1 {
	font-size: 1.7em;
	margin-bottom: 0.5em;
	color: #AD6017;
}

#content h2 {
	font-size: 1.2em;
	margin-bottom: 0.2em;
	color: #AD6017;
}

#content h3 {
	background-color: #E5A534;
	color: #FFFFFF;
	padding: 3px 5px;
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#content a {
	color: #AD6017;
	text-decoration: underline;
}

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

#content p {
	margin-bottom: 1em;
}

#content ul {
	list-style: none;
	margin-bottom: 10px;
}

#content ul li {
	background: url('../images/list-item-icon.gif') no-repeat 0 3px;
	padding-left: 17px;
	margin-bottom: 10px;
}

#content ol {
	margin-left: 20px;
	margin-bottom: 10px;
}

#content ol li {
	margin-bottom: 10px;
}

#page-cap-fade {
	width: 786px;
	height: 30px;
	margin: 20px 0;
	background: url('../images/page-cap-fade.gif') no-repeat top center;
}

/* Full width footer (within white containing box) */
#footer {
	width: 942px;
	padding: 0 2px;
	margin: 0 auto;
	background: #FFFFFF url('../images/page-vert-bg.jpg') repeat-y top left;
	overflow: hidden;
}
/* Specific to the team pages ONLY */
#team-nav {
	overflow: hidden;
	width: 770px;
	background: url(../images/the-team/team-footer-bg.gif) repeat-x center;
	margin-top: 15px;
	padding-right: 86px;
	padding-left: 86px;
}
#team-nav a {
	width: 154px;
	height: 124px;
	float: left;
	background-repeat: no-repeat;
	display: block;
}

/* Team members */
#team-nav a.morag { background-image: url(../images/the-team/morag-bennett-thumb-default.gif); }
#team-nav a.morag:hover { background-image: url(../images/the-team/morag-bennett-thumb-over.gif); }
#team-nav a.fiona { background-image: url(../images/the-team/fiona-smith-thumb-default.gif); }
#team-nav a.fiona:hover { background-image: url(../images/the-team/fiona-smith-thumb-over.gif); }
#team-nav a.marc { background-image: url(../images/the-team/marc-stroobandt-thumb-default.gif); }
#team-nav a.marc:hover { background-image: url(../images/the-team/marc-stroobandt-thumb-over.gif); }
#team-nav a.david { background-image: url(../images/the-team/david-borrett-thumb-default.gif); }
#team-nav a.david:hover { background-image: url(../images/the-team/david-borrett-thumb-over.gif); }
#team-nav a.matt { background-image: url(../images/the-team/matt-hudson-thumb-default.gif); }
#team-nav a.matt:hover { background-image: url(../images/the-team/matt-hudson-thumb-over.gif); }

/* Bottom cap on white containing box */
#bottomcap {
	width: 946px;
	height: 20px;
	margin: 0 auto;
	background: #FFFFFF url('../images/page-footer-cap.jpg') no-repeat top left;
}

/* Subfooter (outside white containing box) */
#subfooter {
	width: 746px;
	padding: 20px 100px 0;
	height: 79px;
	margin: 5px auto 0;
	text-align: center;
	background: url('../images/footer-reflect-bg.jpg') no-repeat top left;
	font-size: 0.85em;
	color: #A4A4A4;
}

#subfooter a {
	color: #A4A4A4;
	text-decoration: none;
}

#subfooter a:hover {
	text-decoration: underline;
}

/* Showreel */
#showreel_bg {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#showreel_movie {
	z-index: 2000;
	position: fixed;
	top: 40%;
	left: 50%;
	margin-left: -275px;
	margin-top: -200px;
}

/* IE6 doesn't support position:fixed */
*html #showreel_bg {
	position: absolute;
}
*html #showreel_movie {
	position: absolute;
}

#showreel_close {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}

#showreel_close:hover {
	color: #000000;
}

/* 'Who Are We?' section menu */
#who-nav {
	overflow: hidden;
	width: 868px;
	background: url(../images/the-team/team-footer-bg.gif) repeat-x 0 0;
	margin-top: 15px;
	padding: 0 37px;
}
#who-nav a {
	width: 124px;
	padding-top: 124px;
	text-align: center;
	float: left;
	background-repeat: no-repeat;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.7em;
	color: #AD6017;
}

#who-nav #what-we-do { background: url('../images/content-page-nav/what-we-do-default.gif') no-repeat left top; }
#who-nav #new-marketing-model { background: url('../images/content-page-nav/new-marketing-model-default.gif') no-repeat left top; }
#who-nav #food-pairing { background: url('../images/content-page-nav/food-pairing-default.gif') no-repeat left top; }
#who-nav #our-values { background: url('../images/content-page-nav/our-values-default.gif') no-repeat left top; }
#who-nav #our-culture { background: url('../images/content-page-nav/our-culture-default.gif') no-repeat left top; }
#who-nav #events { background: url('../images/content-page-nav/events-default.gif') no-repeat left top; }
#who-nav #news { background: url('../images/content-page-nav/news-default.gif') no-repeat left top; }
#who-nav #what-we-do:hover { background: url('../images/content-page-nav/what-we-do-over.gif') no-repeat left top; }
#who-nav #new-marketing-model:hover { background: url('../images/content-page-nav/new-marketing-model-over.gif') no-repeat left top; }
#who-nav #food-pairing:hover { background: url('../images/content-page-nav/food-pairing-over.gif') no-repeat left top; }
#who-nav #our-values:hover { background: url('../images/content-page-nav/our-values-over.gif') no-repeat left top; }
#who-nav #our-culture:hover { background: url('../images/content-page-nav/our-culture-over.gif') no-repeat left top; }
#who-nav #events:hover { background: url('../images/content-page-nav/events-over.gif') no-repeat left top; }
#who-nav #news:hover { background: url('../images/content-page-nav/news-over.gif') no-repeat left top; }