@import url(dekken_typography.css);


/* 
Date Created: 21ST OCT 2008
Created by: GREG MALKIN (greg@dekken.co.uk)
*/

/* DEKKEN - LAYOUT */


@charset "UTF-8";

html {	margin:0; padding:0; }

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

body#index {
	background:#000;
}

#container {
	width: 970px;
	background: #fff;
	margin: 60px auto 50px auto;
}

body#index #container {
	width: 707px;
	background:#000;
	text-align:center;
}


/* HEADER */
#header {
	background:url(../images/header_bg.png) repeat-x;
	/*height:90px;*/
	height:66px;
	padding:0;
	margin:1px 0 0 0;
}

#header_container {
	width:970px;
	margin:0 auto;
	padding:0;
}

#header ul {
	float:right;
	margin:0;
	padding:0;
}

#header li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

#header li a {
	display:block;
	/*height:85px;*/
	height:61px;
	text-indent:-9999px;
	overflow:hidden;
}

#nav_resources {
	width:138px;
	background:url(../images/nav_resources.gif) top no-repeat;
}
#nav_audit {
	width:85px;
	background:url(../images/nav_audit.gif) top no-repeat;
}
#nav_innovation {
	width:134px;
	background:url(../images/nav_innovation.gif) top no-repeat;
}
#nav_strategy {
	width:122px;
	background:url(../images/nav_strategy.gif) top no-repeat;
}
#nav_experience {
	width:135px;
	background:url(../images/nav_experience.gif) top no-repeat;
}

#header li a:hover {
	background-position:bottom;
}



body#resources #nav_resources, body#audit #nav_audit, body#innovation #nav_innovation, body#strategy #nav_strategy, body#experience #nav_experience {
	background-position:bottom;
}



/* HOMEPAGE - TOP SECTION */
#menu {
	z-index:100;
	position:absolute;
	top:62px;
	left:50%;
	margin-left:-485px;
	}

#tagline {
	float:left;
	width:240px;
	margin-top:10px;
}

#header_img {
	float:right;
	margin:0;
	/*border:1px solid #000;*/
}

#mainContent {
	padding: 0;
	margin:30px 0 30px 0;
	background: #FFFFFF;
	/*border-top:1px dashed #ccc;*/
	border-bottom:1px dashed #ccc;
	padding-bottom:30px;
}

#home_postit {
	width:300px;
	height:235px;
	float:right;
	margin:0 0 0 15px;
}
#home_postit img {
	border:0;
}

#home_top100 {
	float:right;
	width:170px;
	height:169px;
	margin-left:30px;
}


/* HOMEPAGE - THREE COLUMN SECTION */
#sections {
	margin-bottom:10px;
}

#sections div {
	float:left;
	width:300px;
	}

#sections div.center {
	padding:0 18px;
	margin:0 15px;
	border-left:1px dashed #ccc;
	border-right:1px dashed #ccc;
	}

#home_latestnews ul {
	margin:0;
	padding:0;
	}

#home_latestnews li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	}

#home_vmd img {
	float:left;
	margin:15px 5px 0 0;
	}
	
#home_vmd #video {
	display: block;
	width: 300px;
	height: 190px;
	margin: 20px 0 5px 0;	
}

#twitter { 
	display: block;
	background: #000000;
	width: 300px;
	height: 200px;
	margin-bottom: 20px;
}
	
	
/* HOMEPAGE - PORTFOLIO */
#portfolio {
	border-top:1px dashed #ccc;
	padding-top:30px;
}

#portfolio img {
	float:left;
	margin-right:16px;
}

#portfolio div {
	float:right;
	width:638px;
}


/* CONTENT */
#content {
	float:left;
	width:650px;
	margin-bottom:30px;
	}

#content ul {
	width:635px;
	padding:0;
	margin-top:10px;
	margin-left:15px;
	}
	
#content li {
	margin:0 0 3px 0;
	padding:0 0 0 15px;
	font-size:13px;
	list-style:none;
	background:url(../images/bullet_pink.gif) no-repeat left center;
	}

body#news #content, body#vmd #content { width:970px; }

.main_image { margin:0 0 15px 0; }


/* SIDEBAR */
#sidebar {
	float:right;
	width:245px;
	background:#feedf7 url(../images/sidebar_bg_top.gif) top no-repeat;
	margin:65px 20px 0 20px;
	padding:0;
	}

#sidebar div {
	background:url(../images/sidebar_bg_bottom.gif) bottom no-repeat;
	margin:0;
	padding:15px;
	}
	
#sidebar #quote1 {
	position:relative;
	left:-41px;
	margin-bottom:20px;
}

#sidebar #quote2 {
	position:relative;
	left:38px;
	margin-top:20px;
}
	

/* FOOTER */	
#footer_details {
	background:url(../images/footer_bg.png) repeat-x;
	height:39px;
	padding:0;
	margin:0;
}

#footer_details div {
	width:970px;
	margin:0 auto;
	padding:6px 0 0 0;
}

#footer_nav {
	background:#ec008c;
	padding:3px 0;
	margin:0;
}

#footer_nav div {
	width:895px;
	margin:0 auto;
	padding:0;
}

#footer_nav ul {
	margin:0 20px;
	padding:0;
}

#footer_nav li {
	float:left;
	border-right:1px solid #fff;
	list-style:none;
	margin:0;
	padding:0;
}

#footer_nav li.last {
	border:none;
}



/* ----------------------------------------------------------- */



/* EXPERIENCE */
body#experience #content { width:970px; }

body#experience #content div {
	border-bottom:1px dashed #ccc;
	margin:0 50px 30px 50px;
	padding-bottom:20px;
	}
	
body#experience #content span {
	display:block;
	color:#ec008c;
	text-align:right;
	}


/* LATEST NEWS */
body#news #content div {
	border-bottom:1px dashed #ccc;
	margin-top:30px;
	padding-bottom:10px;
	}

body#news #content div img {
	border:1px solid #000;
	}

body#news #content div img.noborder {
	border:none;
	}

/* RANGE OF SERVICES */
body#services #content { width:970px; }

body#services #content ul {
	display:block;
	width:350px;
	float:left;
	margin-left:30px;
	}


/* VMD */
ul#services {
	width:970px;
	margin:30px 0;
	padding:0;
	}
	
ul#services li {
	float:left;
	display:block;
	width:310px;
	margin:0 20px 0 0;
	padding:0;
	background:#feedf7 url(../images/services_bg_top.gif) top no-repeat;
	}

ul#services li.last {
	margin:0;
	}
	
ul#services li div {
	background:url(../images/services_bg_bottom.gif) bottom no-repeat;
	margin:0;
	padding:15px;
	}


/* CONTACT INFORMATION */
body#contacts #content { width:970px; }
	
	
body#contacts #content ul {
	margin:20px 0 20px 200px;
	}

body#contacts #content li {
	float:left;
	display:block;
	width:317px;
	background-image:none;
	padding:0;
	font-size:15px;
	}


/* HOW TO FIND US */
#map {
	margin:38px 0 20px 0;
	}

#map_flash {
	display: block;
	width: 650px;
	height: 400px;
	}
	
	#map p {
	text-align:center;
	font-size:80%;
	}
	
#directions {
	margin:10px 0;
	padding:0;
	margin-bottom:40px;
	}	
	
#directions li {
	list-style:none;
	display:block;
	padding-bottom:3px;
	}
	


/* PRIVACY POLICY */
body#privacy #content { width:970px; }
	

/* JOBS */

body#jobs #sidebar h4 {
	margin-bottom:15px;
	line-height:20px;
	}

body#jobs #sidebar p {
	line-height:16px;
	}
	
body#jobs #sidebar ul {
	width:635px;
	padding:0;
	margin:5px 0 0 15px;
	}
	
body#jobs #sidebar li {
	margin:0 0 3px 0;
	padding:0 0 0 15px;
	font-size:13px;
	list-style:none;
	background:url(../images/bullet_pink.gif) no-repeat left center;
	}


/* SITEMAP */
body#sitemap #content { width:970px; }

body#sitemap #content ul {
	display:block;
	width:350px;
	float:left;
	margin-left:30px;
	}
	
body#sitemap #content ul.raise {
	display:block;
	width:150px;
	float:left;
	margin-left:300px;
	}


body#sitemap #content ul.raise li {
	margin:0 0 5px 0;
	font-size:16px;
	}

	


/* MISC STUFF */
.clear {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}

.img_left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	}

.img_right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	}

.nomargin { margin:0; }