  /* ............LAYOUT..................... */
html,body {
	padding: 0;
	margin: 0;
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../images/template/bg_shoe2.jpg) repeat-x;
}

#logo{
	position: absolute;
	top: 0;
	left: 0;
}

	#logo a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
}

#banner {
	padding: 0;
	margin-bottom: ;
}

#bg {
	height: 138px;
	background: url(../images/template/banner_shoe2.jpg);
}

#sidenav {
	float: left;
	width: 120px;
	margin: 20px 0;
	padding: 10px 4px;
	color: #911FB1;
	position: fixed;
	font: 0.76em/1.5em Arial, Helvetica, sans-serif;
}

	#sidenav  li {
	color: #CACACA;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}

	
	#sidenav ul {
	padding: 0;
	margin: 10px 0 !important;
	margin: 10px 12px;
	list-style: square;
}

	
	#sidenav a {
	color: #1A1B5F;
	line-height: 1.5;
	margin-bottom: 8px;
}

	
	#sidenav a:hover {
	color: #911FB1;
}

#misc {
	float: right;
	width: 140px;
	padding: 0;
}

#footer {
	clear: both;
	padding: 0;
	margin-top: ;
	background: #1A1B5F;
	padding: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.8em;
	border-top: 8px solid #000000;
}

	#footer p{
		padding: 0;
		margin: 0;
	}

	#footer a{
		color: #FFFFFF;
	}
	
	#footer a:hover{
		color: #FFFF00;
	}

#nav {
	margin: 0;
	padding: 0;
	font-size: 14px;
	width: 100%;
	float: left;
	background: url(../images/template/navsprite2.png) no-repeat center -200px;
}

	#nav li {
		margin: 0;
		padding: 0;
		float: left;
		text-align: center;
	}
	
	#nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	
	#nav a {
		float: left;
		display: block;
		color: #FFFFFF;
		font-size: 0.9em;
		/*!!!!!ADJUST THIS WIDTH IF YOU NEED TO ADD OR REMOVE MAJOR TABS!!!!!*/
		width: 91px;
		padding: 16px 2px 28px 2px;
		text-align: center;
		background: url(../images/template/navsprite2.png) no-repeat center -200px;
		text-decoration: none;
	}
	
	#nav a:hover {
		background: url(../images/template/navsprite2.png) no-repeat center -100px;
	}

#subnav {
	margin: 0;
	display: block;
	padding: 0;
	clear: both;
	padding-bottom: 6px;
	border-bottom: 8px solid #CACACA;
	font-family: Arial, Helvetica, sans-serif;
}

	#subnav li {
		margin: 0;
		padding: 0;
		display: inline;
		color: #000000;
		font-weight: bold;
		border-right: 1px solid #CACACA;
		padding: 8px 3px;
		text-transform: capitalize;
		font-variant: small-caps;
	}
	
	#subnav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#subnav a {
		color: #05337F;
		text-decoration: none;
		font-weight: normal;
		text-transform: none;
		font-variant: normal;
	}
	
	#subnav a:hover{
		color: #000000;
		z-index: 100;
		padding-bottom: 2px;
		border-bottom: 6px solid #6A6A6A;
	}

#misc {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 20px;
	padding-top: 100px;
}

	#misc .note {
		border: 1px solid #911FB1;
		padding: 6px;
		color: #6A6A6A;
		background: url(../images/template/note2.jpg);
	}

#content {
	padding: 0;
	margin-left: 150px;
	margin-right: 150px;
	line-height: 1.5em;
	color: #6A6A6A;
}

	#content .note {
		border: 1px solid #FFFF00;
		background: #FFFFCC;
	}
	
		
	#content h1, #content h2,#content h3{
		color: #05337F;
	}


	#content h1{
		color: #911FB1;
		font-style: italic;
		text-transform: capitalize;
		font-variant: small-caps;
		font-size: 1.8em;
		margin-top: 0;
	}
	
	#content h2 {
		color: #05337F;
		font-size: 1.1em;
		padding: 20px 0 0 55px;
		height: 60px;
		margin-bottom: -20px;
		background: url(../images/template/shoe.jpg) no-repeat;
		font-style: italic;
	}
	
	#content h3 {
		font-size: 1.0em;
	}
	
	#content div.top {
		text-align: right;
		margin: 0;
	}
	
	#content div.top a:link, #content div.top a:visited{
		font-size: 0.76em;
		color: #05337F;
	}
	
	#content a:link {
		color: #05337F;
	}
	
	#content a:visited {
		color: #6A6A6A;
	}
	
	 
	#content a:hover {
		color: #000000;
	}
	
	#content a.external {
		padding-right: 18px;
		background: url(../images/template/new-win-icon.gif) no-repeat right;
	}
	
	#content a.thickbox {
		padding-right: 16px;
		margin-right: 4px;
		font-weight: bold;
		font-style: italic;
		background: url(../images/template/popup-win-icon.gif) no-repeat right;
	}
	
	#content abbr {
		border-bottom: 1px dotted #6A6A6A;
	}

#content p {margin-bottom: 2em;}
#content li {margin-left:5%; margin-bottom:1.3em;}

img.float {
	display: block;
	float: right;
	border: 4px;
	margin: 4px;
	border: 1px solid #6A6A6A;
}

table#from_to{
	font-size: 100%;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	text-align: center;
}

table#from_to td {
	background: #E8E8E8;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	padding: 2px;
}

table#from_to td.highlight {
	color: #000000;
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #CACACA;
}

/*SECTION SPECIFIC CUSTOMISATIONS*/
body#tab_home #home a,
body#tab_planning #planning a,
body#tab_tech #tech a,
body#tab_activities #activities a,
body#tab_case #case a,
body#tab_networks #networks a,
body#tab_links #links a,
body#tab_sitemap #sitemap a {
	background: url(../images/template/navsprite2.png) no-repeat center 0px; /*font-variant: small-caps;*/
	color: #000000;
	font-weight: bolder;
}

body#tab_home #misc {
	background: url(../images/template/bubbles/home.jpg) no-repeat;
}

body#tab_planning #misc {
	background: url(../images/template/bubbles/planning.jpg) no-repeat;
}

body#tab_tech #misc {
	background: url(../images/template/bubbles/tech.jpg) no-repeat;
}

body#tab_activities #misc {
	background: url(../images/template/bubbles/activities.jpg) no-repeat;
}

body#tab_case #misc {
	background: url(../images/template/bubbles/case_studies.jpg) no-repeat;
}

body#tab_networks #misc {
	background: url(../images/template/bubbles/networks.jpg) no-repeat;
}

body#tab_links #misc {
	background: url(../images/template/bubbles/links.jpg) no-repeat;
}

body#tab_sitemap #misc {
	background: url(../images/template/bubbles/sitemap.jpg) no-repeat;
}

