@charset "utf-8";
/* CSS Document */

/* STYLE GUIDE
   ---------------------------------------
colors:
	#a7a9ac;			branding gray
	#00355f;			branding blue
	#e5e5e5;			background gray
	#f4f4f4;			border gray
	#00447c;			link color
	#444444;			text color
/* END -----------------------------------*/



/* HEADER
-------------------------------------------- */

div#brand-header{}

div#brand-header .akp-identity{
	margin-bottom:5px;
}

div#brand-header .akp-phone{
	text-transform:uppercase;
	color:#a7a9ac;
	float:right;
	margin:29px 0 0 0;
}

div#brand-header .akp-number{
	font-size:21px;
	color:#a7a9ac;
	padding-left:5px;
}


/* NAVIGATION
-------------------------------------------- */
div#navigation{
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	background-color:#a7a9ac;
}

div#navigation table{
	font-size:12px;
	width:100%;
	border-collapse:collapse;
	text-align:center;
}

div#navigation td a{
	color:#fff;
	display:block;
	padding:5px 27px;
	$padding:5px 27px;
}




/* HEADER FLASH IMAGE
-------------------------------------------- */
div#slide-header{}

/* END -----------------------------------*/



/*BREADCRUMB
--------------------------------------------*/
#breadcrumb{
	margin:15px 0;

}
#breadcrumb ul{
	padding:0;

}
#breadcrumb li{
	font-size:11px;
	display:inline;
	list-style:none;
	padding:0;
	/*IE6; Emulate ':first-child' pseudo-class*/
	-$clear:expression(
		(!previousSibling)? className += ' li_first_child' : 0,
		style.clear = 'none', 0
	
	);

}
#breadcrumb .li_first_child{
	/*IE6;*/
	-float:right;

}
#breadcrumb li:first-child{
	/*W3C*/
	float:right;

}
#breadcrumb li.arrow{
	margin-left:5px;
	padding-left:18px;
	background:url(/assets/images/icons/crumb_arrow.gif) no-repeat 0 50%;
	
}	
/*END -----------------------------------*/























