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


#navbar {
	padding:5px 0 0 0;	
	height:115px;
	overflow:hidden;
}

#e3homelogo { 
	width:342px;
	height:120px;
	background:url(../assets/images/navbar/e3logo.png) no-repeat;
	float:left; 
}
	
#e3homelogo:hover { background-position: 0px -125px; }

#navbar_upper {
	float:right;
	width:250px;
}

#navitems_lower {
	float:right;
	margin:5px 0 0 0;
	width:535px;
}

#navbar_about {
	width:83px;
	height:60px;
	background:url(../assets/images/navbar/navbar.png) no-repeat;
	float:left; }

#about #navbar_about { background-position: 0px -65px; }
#navbar_about:hover { background-position: 0px -65px; }

#navbar_services { 
	width:109px;
	height:55px;
	background:url(../assets/images/navbar/navbar.png) no-repeat;
	background-position: 0px -130px; 
	float:left; }

#services #navbar_services { background-position: 0px -195px; }
#navbar_services:hover { background-position: 0px -195px; }

#navbar_portfolio { 
	width:118px;
	height:55px;
	background:url(../assets/images/navbar/navbar.png) no-repeat;
	background-position: 0px -260px;
	float:left; }

#portfolio #navbar_portfolio { background-position: 0px -325px; }
#navbar_portfolio:hover { background-position: 0px -325px; }

#navbar_process { 
	width:103px;
	height:55px;
	background:url(../assets/images/navbar/navbar.png) no-repeat;
	background-position: 0px -390px;
	float:left; }

#navbar_process:hover {
	background-position: 0px -455px; }

#process #navbar_process {
	background-position: 0px -455px; }
	
#navbar_contacts { 
	width:116px;
	height:55px;
	background:url(../assets/images/navbar/navbar.png) no-repeat;
	background-position: 0px -520px;
	float:left; }

#contact #navbar_contacts { background-position:0px -585px; }
#navbar_contacts:hover {
	background-position: 0px -585px; }
	
#navbar_newsletter {
	width:124px;
	height:36px;
	background:url(../assets/images/navbar/navbar_upper_items.png) no-repeat;
	float:left; }

#navbar_newsletter:hover {
	background-position: 0px -46px; }

#navbar_questions {
	width:124px;
	height:36px;
	background:url(../assets/images/navbar/navbar_upper_items.png) no-repeat;
	background-position: 0px -92px;
	float:left; }

#navbar_questions:hover {
	background-position: 0px -138px; }
	
/* footer */
#home #footer_home { color:#E4B809; text-decoration:underline; }
#about #footer_about { color:#E4B809; text-decoration:underline; }
#services #footer_services { color:#E4B809; text-decoration:underline; }
#portfolio #footer_portfolio { color:#E4B809; text-decoration:underline; }
#process #footer_process { color:#E4B809; text-decoration:underline; }
#contact #footer_contacts { color:#E4B809; text-decoration:underline; }
