/*  
Theme Name: BRC Executive Search Consultants
Theme URI: http://www.cognique.co.uk  
Description: Last updated 02/02/2009
Version: 1
Author: James Patten
Author URI: http://www.cognique.co.uk
*/

/* The Normaliser! (after Andy Clarke and Tantek) */

/* Norm margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0; padding:0;}

/* Norm font-size for headings */
h1, h2, h3, h4, h5, h6 {font-size:100%;}

/* Remove table styles */
table {border-collapse:collapse; border-spacing:0;}

/* Remove borders from fieldset and img */
fieldset, img {border:0;}

/* Left-align captions and table headings */
caption, th {text-align:left}

/* Remove underlines from links */
:link,:visited {text-decoration:none}

/* Remove default nasty blue borders from image links */
a img,:link img,:visited img {border:none}

/* End of The Normaliser! */

body {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}

.skip {
	position:absolute; 
	left:-9000px; 
	top:0;
}

.screen {
	height:0;
	width:0;
}

.print {
	height:0;
	width:0;
	display:none;
}

#wrap {
	float:left;
	display:inline;
	padding:0;
	margin: 0;
	width:100%;
	height:760px;
	background: url(/images/wrap-bg.gif) top right no-repeat;	
	min-width: 900px;
	*width: expression(document.body.clientWidth < 902? "900px" : document.body.clientWidth > 902? "100%" : "auto");
}

#wrap-home {
	float:left;
	display:inline;
	padding:0;
	margin: 0;
	width:100%;
	height:760px;
	background: url(/images/wrap-home-bg.gif) top right no-repeat;	
	min-width: 900px;
	*width: expression(document.body.clientWidth < 902? "900px" : document.body.clientWidth > 902? "100%" : "auto");
}

#left-side {
	float:left;
	display:inline;
	padding:0;
	margin: 0;
}

#right-side {
	float:right;
	display:inline;
	padding:0;
	margin: 0;
}

#nav {
	float:left;
	display:inline;
	padding:0;
	margin: 0;
	width:494px;
	height:500px;
	clear:both;
	font-size:1.1em;
}

#nav #nav-home {
	float:left;
	display:inline;
	padding:0;
	margin: 25px 0 0 32px;
}

#nav #nav-links {
	float:left;
	display:inline;
	padding:0;
	margin: 34px 0 0 10px;
}

#nav #nav-links #navlist, #nav #nav-links #navlist ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav #nav-links #navlist li {
	margin: 0;
	padding: 0 0 17px 0;
	color:#FFFFFF;
}

#nav #nav-links #navlist li a , #nav #nav-links #navlist li a:visited{
	display: block;
	color:#FFFFFF;
}

#nav #nav-links #navlist li a:hover {
	display: block;
	color:#FFFFFF;
	font-weight: bold;
}

#nav #nav-links #navlist li a.selected  , #nav #nav-links #navlist li a.selected :visited {
	font-weight: bold;
}

#footer {
	float:left;
	display:inline;
	padding:0;
	margin: 0;
	width:494px;
	height:260px;
	clear:both;
}

#footer #footer-logo {
	float:left;
	display:inline;
	padding:0;
	margin: 3px 0 0 29px;
	width:192px;
	height:101px;
	clear:both;
}

#footer #footer-images {
	float:left;
	display:inline;
	padding:0;
	margin: 19px 0 0 29px;
	width:396px;
	height:92px;
	clear:both;
}

#footer .footer-image {
	float:left;
	display:inline;
	padding:0;
	margin: 0 7px 0 0;
	width:92px;
	height:92px;
}

#footer #footer-offices {
	float:left;
	display:inline;
	padding:14px 0 0 0;
	margin: 0 0 0 33px;
	width:461px;
	height:31px;
	clear:both;
	font-size:1.1em;
	letter-spacing:1px;
}

#footer #footer-offices .bullet {
	font-size:0.8em;
	padding:0;
	margin: 0 11px 0 11px;
}

#content {
	padding:0;
	margin: 140px 20px 0 0;
	color: #797c82;
	width: 380px;
	max-height:575px;
	text-align: right;
	overflow: hidden;
	line-height: 1.4em;
	font-size: 1em;
}

#content h1 {
	font-size:1.4em;
	padding:0 0 1.4em 0;
	margin: 0;
}

#content p {
	font-size:1em;
	padding:0 0 1.6em 0;
	margin: 0;
	letter-spacing:-1px;
}

#content a {
	color: #797c82;
	text-decoration:none;
}

#content a:visited {
	color: #797c82;
	text-decoration:none;
}

#content a:hover  {
	color: #797c82;
	text-decoration:none;
}