/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	background: #cccccc url('') center center no-repeat;
	width: 100%;
	height: 35px;
	}
		
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}



/*-------------------------------------------------------
						wrapper
---------------------------------------------------------*/



#wrapper {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#headerw {
	width:900px;
	display:block;
	height:330px;
	margin: 0 auto;
	padding:0px 30px 0px 30px;
	background-color:#FFFFFF;
}


#headerw P, h1{

}
/*container*/
#headerw span.container  {
width:100%;
height:200px;
float:left;
background-color:#000000;
margin:0;
padding:0;

}

/*-----------------------logo--------------------------------------------*/

div.logo
{
	margin:20px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	width:300px;
	height:60px;
	
	background-color:#FFFFFF;
	float:left;
}

span.farncombeLogo img
{
	
	width:300px;
	height:60px;
	
	background:url('logo.png') top left no-repeat;
}

/*-----------------------menu1--------------------------------------------*/
/*menu1 */
div.menu1 
{
	float:right;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
}

ul.menu1 
{	clear:both;
	float:right;
	height:24px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style: none;
}

ul.menu1 li
 {
	margin:0px 0px 0px 4px;
	padding:0px 0px 0px 4px;
	border-left:1px dotted #DCDCDC;
	display:inline;
}

ul.menu1 a
{
	height:24px;
	margin:0;
	padding:0px 4px 0px 4px;
	text-decoration:none ;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color: #000000;
}

ul.menu1 a:hover
{
	color:#000000;
}

ul.menu1 .current_page_item a 
{	
	background: none;
	color: #3030f0;
}


/*-----------------------bannerContainer---------------------------------*/


div.bannerContainer
 {
	float:left;
	width:900px;
	height:200px;
	display:block;
	margin:0;
	padding:0;
	background-color:#FFFFFF;

}

/*-----------------------flashBanner-------------------------------------*/

div.flashBanner {
	clear:both;
	float:left;
	width:600px;
	height:200px;
	background-color:#000000;
	margin:0;
	padding:0;
}

/*-----------------------menu2------------------------------------------*/


div.menu2 {
	float:left;	
	margin:0;
	padding:36px 0px 0px 10px;	
	width:140px;
	height:164px;
	background: #000000 ;
	text-decoration: none;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.48px;	
	text-align: left;
}

ul.menu2 {	
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	background:#000000 ;
}

ul.menu2 li {
	clear:both;
	display:inline;
	width:130px;
	margin:0;
	padding:0;
	height:16px;
	float:left;
	border-bottom:1px dotted #000000;
}

ul.menu2 a {
	height:10px;
	width:130px;
	margin:0;
	padding:2px 4px 2px 0px;
	background-color:#000000;
	color:#FFFFFF;
}

ul.menu2 a:hover {
	background-color:#000000;
	text-decoration:underline;
	color:#DCDCDC;
}

ul.menu2 .current_page_item a {
	background:none;
	text-decoration:underline ;
}


span.imgConsulting img
{	
	margin:10px 0px 0px 0px;
	width:130px;
	height:22px;
	padding:0;	
	background:url('img/imgConsulting.png') top left no-repeat;
}

span.imgConsulting img:hover
{
	background-position: bottom left;
}



span.imgImplementation img
{
	margin:10px 0px 0px 0px;
	width:130px;
	height:22px;
	padding:0;
	background:url('img/imgImplementation.png') top left no-repeat;
}

span.imgImplementation img:hover
{
	background-position: bottom left;
}



div.menu3 {
	width:100%;
	height:30px;
	margin:0;
	padding:0px 0px 0px 0px;
	background:#FFFFFF ;
}

ul.menu3 {
	margin:0;
	padding:0px 0px 0px 0px;
	list-style: none;
}

ul.menu3 li {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	border-right:1px dotted #DCDCDC;
	display: inline;
}

ul.menu3 a {
	height: 30px;
	margin: 0;
	padding:0px 10px 0px 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
}

ul.menu3 a:hover {
	
	background-color:#DCDCDC;
	color: #FFFFFF;
}

ul.menu3 .current_page_item a {
	background-color:#DCDCDC;
	color: #FFFFFF;
}

/*-----------------------Page--------------------------------*/

#pagew {
clear:both;
	width:900px;
	margin:0 auto;
	padding:30px 30px 0px 30px;
	background: #ffffff;
}
