@charset "UTF-8";
/* CSS Document */

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

	* Filename:				partnershipnav.css
	
	* Description:			Navigation CSS
	
	* Version:				1.0.0 (07-04-2009)
	
	* Website:				http://www.creativpartnership.co.uk/
	
	* Author:				Gavin Appleby - gavin@creativgroup.com
	
	This file controls the navigational elements of the Creativ Partnership website.

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

/* Main Menu */
#headermiddle ul {
	padding: 0;
	margin: 40px 0 0 0;
	font-size: 24px;
	text-align: center;
	list-style: none;
	float: right;
}

#headermiddle ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#headermiddle ul li a {
	display: block;
	float: left;
	padding: 2px 20px 11px 20px;
	margin: 0;
	border-left: 1px solid #ABBDCE;
}

#headermiddle ul li a#home_menu {
	border: none;
	background: url(../assets/navigation/start_again.png) bottom center no-repeat;
}
#headermiddle ul li a#home_menu:hover {
	border: none;
	background: url(../assets/navigation/start_again.png) bottom center no-repeat #555;
}

#headermiddle ul li a#services_menu {
	background: url(../assets/navigation/what_we_do.png) bottom center no-repeat;
}
#headermiddle ul li a#services_menu:hover {
	background: url(../assets/navigation/what_we_do.png) bottom center no-repeat #555;
}

#headermiddle ul li a#portfolio_menu {
	background: url(../assets/navigation/our_work.png) bottom center no-repeat;
}
#headermiddle ul li a#portfolio_menu:hover {
	background: url(../assets/navigation/our_work.png) bottom center no-repeat #555;
}

#headermiddle ul li a#aboutus_menu {
	background: url(../assets/navigation/find_out_more.png) bottom center no-repeat;
}
#headermiddle ul li a#aboutus_menu:hover {
	background: url(../assets/navigation/find_out_more.png) bottom center no-repeat #555;
}

#headermiddle ul li a#resources_menu {
	background: url(../assets/navigation/helping_you_out.png) bottom center no-repeat;
}
#headermiddle ul li a#resources_menu:hover {
	background: url(../assets/navigation/helping_you_out.png) bottom center no-repeat #555;
}

#headermiddle ul li a:link, ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#headermiddle ul li a:hover {
	color: #fff;
	text-decoration: underline;
}




/* Footer */
.five_column ul {
	list-style: circle;
	color: #fff;
	font-size: 12px;
	margin: 0 0 14px 16px;
	line-height: 14px;
	padding: 0;
}

.five_column ul li {
	padding: 0;
	margin: 0;
}

.five_column ul li a {
	color: #fff;
	text-decoration: none;
}

.five_column ul li a:hover {
	text-decoration: underline;
}




/* Portfolio */

ul#portfolio {
	float: left;
	list-style: none;
	margin: 0 0 30px 0;
	width: 900px;
}
	
ul#portfolio li { 
	float: left; 
	margin: 10px 20px; 
	padding: 0;
	width: 260px;
}

ul#portfolio a {
	display: block;
	width: 100%;
}

ul#portfolio a:hover {
	text-decoration: none;
}

ul#portfolio img {
 display: block;
}

ul#filter {
	float: left;
	font-size: 14px;
	list-style: none;
	width: 100%;
	margin: 20px;
}

ul#filter li { 
	border-right: 1px solid #999;
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}

ul#filter li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

ul#filter a {
	color: #999;
	text-decoration: none;
}

ul#filter li.current a, ul#filter a:hover {
	text-decoration: underline;
}

ul#filter li.current a {
	color: #366bb3;
	font-weight: normal;
}
