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


/******************************** GLOBAL SETTINGS ********************************/
/*********************************************************************************/
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	background-image: url(../../assets/images/interface/mainBG-light.png);
	background-repeat: repeat-x;
	background-position: center top;
}
p {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.centre {
	text-align: center;
}
.txt-white {
	color: #FFF;
}
.txt-orange {
	color: #F47920;
}

.smallPrint {
	font-size: 10px;
	color: #666;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}



.Vdivider-28px {
	float: left;
	width: 26px;
}
.Vdivider-41px {
	float: left;
	width: 41px;
}
.Hdivider-25px {
	height: 25px;
	clear: both;
}


.findMoreLink {
	background-image: url(../../assets/images/interface/navLi-arrow-orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-size: 12px;
	color: #F47920;
	text-decoration: none;
	font-weight: normal;
}
#rightCol-dark .findMoreLink:hover {
	color:#FFF;
	background-image: url(../../assets/images/interface/nav-arrow-white.gif);
}
/*********************************************************************************/
/******************************** GLOBAL SETTINGS ********************************/





#siteWrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}



/******************************** HEADER SETTINGS ********************************/
/*********************************************************************************/
#headerWrapper-home {
	height: 179px;
	padding-top: 127px;
	padding-left: 50px;
}
	#headerWrapper-home h1 {
		margin: 0px;
		padding: 0px;
	}
	#headerWrapper-home h1 a {
		display: block;
		height: 56px;
		width: 185px;
		background-image: url(../../assets/images/aikona-logo-dark.jpg);
		text-indent: -9999px;
		clear: both;
		font-weight: normal;
	}
	#headerWrapper-home h2 {
		font-size: 46px;
		color: #FFF;
		padding: 0px;
		display: block;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		font-weight: normal; 
	}

#headerWrapper-PD {
	height: 190px;
	padding-top: 12px;
	padding-left: 36px;
}
	headerWrapper-PD h1 {
		margin: 0px;
		padding: 0px;
	}
	#headerWrapper-PD h1 a {
		display: block;
		height: 75px;
		width: 232px;
		background-image: url(../../assets/images/aikona-logo-light.jpg);
		text-indent: -9999px;
		clear: both;
		
	}
	#headerWrapper-PD h2 {
	font-size: 24px;
	color: #F47920;
	padding: 0px;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 400px;
	line-height: 25px;
	font-weight: normal;
	}

.headerIMG-home {
	background-image: url(../../assets/images/header-images/headerIMG-home.jpg);
	background-repeat: no-repeat;
}
.headerIMG-whoWeAre {
	background-image: url(../../assets/images/header-images/headerIMG-whoWeAre.jpg);
	background-repeat: no-repeat;
}
.headerIMG-whatWeDo {
	background-image: url(../../assets/images/header-images/headerIMG-whatWeDo.jpg);
	background-repeat: no-repeat;
}
.headerIMG-ourSolutions {
	background-image: url(../../assets/images/header-images/headerIMG-ourSolutions.jpg);
	background-repeat: no-repeat;
}
.headerIMG-ourExperience {
	background-image: url(../../assets/images/header-images/headerIMG-ourExperience.jpg);
	background-repeat: no-repeat;
}
/*********************************************************************************/
/******************************** HEADER SETTINGS ********************************/



/******************************** SEARCH BAR SETTINGS ****************************/
/*********************************************************************************/
#searchBar {
	height: 32px;
	background-color: #f47920;
	padding-right: 40px;
	padding-left: 40px;
}
	#searchBar #telHolder {
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
	float: left;
	}
	#searchBar #searchBoxHolder {
		float: right;
		padding-top: 4px;
		*padding-top: 3px;
	}

.searchForm  {
	margin: 0px;
	padding: 0px;
}
	.searchForm .textField  {
	height: 21px;
	width: 175px;
	background-image: url(../../assets/images/interface/searchBox-field_medium.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	margin: 0px;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	color: #999;
	background-position: left top;
	}
	.searchForm .goBTN  {
		background-image: url(../../assets/images/interface/searchBox-btn.gif);
		height: 24px;
		width: 35px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		background-repeat: no-repeat;
		margin: 0px;
		padding: 0px;
		vertical-align: middle;
	}
	
	#searchBar #linksHolder {
	float: right;
	line-height: 28px;
	margin-right: 20px;
	}
	
	#searchBar #linksHolder a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../../assets/images/interface/footer-arrow-white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 9px;
	margin-right: 6px;
		}
		#searchBar #linksHolder a:hover {
	color: #FDE6D5;
	background-image: url(../../assets/images/interface/footer-arrow-white.gif);
		
		}
		
		/* FREEFIND CSS */
		.search-results a {
			font-weight: normal;
			color: #F47920;
			text-decoration: none;
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #F47920;
		}
		.search-results a:hover {
			color: #000;
		}

/*********************************************************************************/
/******************************** SEARCH BAR SETTINGS ****************************/



/******************************** BODY SETTINGS **********************************/
/*********************************************************************************/
#mainBodyWrapper {
}
.bodyBG-home  {
	background-image: url(../../assets/images/bodyBGs/bodyBG-home.jpg);
}

#mainBodyInner {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 30px;
	font-size: 12px;
}
#mainBodyInner-light {
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(../../assets/images/interface/bodyInnerBG.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 12px;
}
#bodyLightTopDivider {
	height: 30px;
}
/*********************************************************************************/
/******************************** BODY SETTINGS **********************************/



/**************************** LEFT COL/NAV SETTINGS ******************************/
/*********************************************************************************/
#leftCol {
	width: 235px;
	float: left;
	padding-bottom: 20px;
}
#mainNav {
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f47920;
	border-bottom-color: #f47920;
	list-style-type: none;
	border-bottom-width: 1px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
	#mainNav li {
		margin-top: 2px;
		margin-bottom: 2px;
	}
	#mainNav li a {
	color: #F47920;
	text-decoration: none;
	font-size: 13px;
	background-image: url(../../assets/images/interface/navLi-arrow-orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	}
	
	#mainBodyWrapper-dark #mainBodyInner #leftCol #mainNav li a:hover {
		color: #FFF;
		background-image: url(../../assets/images/interface/nav-arrow-white.gif);
	}
	
	#mainBodyWrapper-light #mainBodyInner-light #leftCol #mainNav li a:hover {
		color: #5d5e5e;
		background-image: url(../../assets/images/interface/navLi-arrow-darkGrey.gif);
	}
	
	#mainNav .subNav {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
		#mainBodyWrapper-dark #mainBodyInner #leftCol #mainNav .subNav li {
			padding-left: 10px;
			background-image: url(../../assets/images/interface/navLi-arrow-grey.gif);
			background-repeat: no-repeat;
			background-position: left 2px;
		}
		#mainBodyWrapper-dark #mainBodyInner #leftCol #mainNav .subNav li a {
			color: #aaaaaa;
			text-decoration: none;
			font-size: 13px;
			padding: 0px;
			background-image: none;
		}
		#mainBodyWrapper-dark #mainBodyInner #leftCol #mainNav .subNav li a:hover {
			color: #FFF;
			text-decoration: none;
			font-size: 13px;
			padding: 0px;
			background-image: none;
		}
		
		
		#mainBodyWrapper-light #mainBodyInner-light #leftCol #mainNav .subNav li {
			padding-left: 10px;
			background-image: url(../../assets/images/interface/navLi-arrow-darkGrey.gif);
			background-repeat: no-repeat;
			background-position: left 2px;
		}
		#mainBodyWrapper-light #mainBodyInner-light #leftCol #mainNav .subNav li a {
			color: #5d5e5e;
			text-decoration: none;
			font-size: 13px;
			padding: 0px;
			background-image: none;
		}
		#mainBodyWrapper-light #mainBodyInner-light #leftCol #mainNav .subNav li a:hover {
			color: #000;
			text-decoration: none;
			font-size: 13px;
			padding: 0px;
			background-image: none;
		}
		
			#mainBodyWrapper-light #mainBodyInner-light #leftCol #mainNav .subNav .level3Nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: none;
			}
				#mainBodyWrapper-light #mainBodyInner-light #leftCol #mainNav .subNav .level3Nav li{
					background-image: none;
					padding-left: 10px;
				}
					#mainBodyWrapper-light #mainBodyInner-light #leftCol #mainNav .subNav .level3Nav li a{
						color: #5d5e5e;
						text-decoration: none;
						font-size: 12px;
						padding: 0px;
						background-image: none;
					}
					#mainBodyWrapper-light #mainBodyInner-light #leftCol #mainNav .subNav .level3Nav li a:hover{
						color: #000;
						text-decoration: none;
						font-size: 12px;
						padding: 0px;
						background-image: none;
					}

/*********************************************************************************/
/**************************** LEFT COL/NAV SETTINGS ******************************/




/***************************** RIGHT COL SETTINGS ********************************/
/*********************************************************************************/
#rightCol-dark    {
	float: right;
	width: 591px;
	color: #FFF;
}
#rightCol-light {
	float: right;
	width: 591px;
	color: #4D4D4D;
	padding-bottom: 20px;
}
	#rightCol-light h2 {
		color: #4d4d4d;
		
		padding: 0px;
		font-size: 32px;
		font-weight: normal;
		display: block;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 17px;
		margin-left: 0px;
	}
	#rightCol-light h3 {
		font-size: 18px;
		font-weight: normal;
		padding: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 4px;
		margin-left: 0px;
	}
	#rightCol-light h4 {
		margin: 0px;
		padding: 0px;
		display: block;
		font-size: 14px;
		font-weight: bold;
		margin-top: 5px;
	}
#rightCol-light p a, #rightCol-dark p a {
	font-weight: normal;
	color: #F47920;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F47920;
}
	#rightCol-light p a:hover, #rightCol-dark p a:hover {
		color: #000;
	}

#rightCol-light li {
		margin-top: 10px;
	}
	
	#rightCol-light li a {
		font-weight: normal;
	color: #F47920;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F47920;
	}
		#rightCol-light li a:hover {
		color: #000;
	}

/*********************************************************************************/
/***************************** RIGHT COL SETTINGS ********************************/



.homeFeatureWrapper {
	float: left;
	width: 275px;
}

	.homeFeatureWrapper h2 {
		font-size: 14px;
		color: #F47920;
		letter-spacing:2px;
		font-weight: normal;
		padding: 0px;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
		
		
	}
	.homeFeatureWrapper span {
		font-size: 12px;
		color: #CCC;
		display: block;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
	}
.homePadding {
	clear: both;
	height: 100px;
}
#callBackWrapper {

margin-top: 10px;
}
	#callBackWrapper a {
		font-size: 12px;
		color: #F47920;
		text-decoration: none;
		
		}
	#callBackWrapper a:hover {
		color:#000;	
	}



/****************************** FOOTER SETTINGS **********************************/
/*********************************************************************************/
#footerWrapper-dark {
	font-size: 12px;
	color: #CCC;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 12px;
	padding-bottom: 11px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-right: 12px;
	margin-left: 12px;
}
	#footerWrapper-dark a {
		font-size: 12px;
		color: #FFF;
		text-decoration: none;
		background-image: url(../../assets/images/interface/footer-arrow-white.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 9px;
		margin-right: 6px;
	}
	#footerWrapper-dark a:hover {
		color: #f47920;
		background-image: url(../../assets/images/interface/footer-arrow-orange.gif);
	
	}

#footerWrapper-light {
	font-size: 12px;
	color: #666;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 12px;
	padding-bottom: 11px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A4A4A4;
	margin-right: 12px;
	margin-left: 12px;
	background-color: #FFF;
}
	#footerWrapper-light a {
		font-size: 12px;
		color: #6d6f71;
		text-decoration: none;
		background-image: url(../../assets/images/interface/footer-arrow-darkGrey.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 9px;
		margin-right: 6px;
	}
	#footerWrapper-light a:hover {
		color: #f47920;
		background-image: url(../../assets/images/interface/footer-arrow-orange.gif);
	
	}
/*********************************************************************************/
/****************************** FOOTER SETTINGS **********************************/
.flatULholder ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#interestedLinksWrapper {
	clear: both;
	padding-top: 30px;
}
#interestedLinksWrapper .leftCol {
	float: left;
	width: 190px;
}
#interestedLinksWrapper .rightCol {
	float: left;
	width: 390px;
}
#sitemapWrapper ul {
	list-style-type: none;
}
