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

/*
 COMMON GLOBAL ATTRIBUTES Begin
*/
body{
	padding:0;
	margin:0; 
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	background: url(../images/gradient.jpg) top center fixed no-repeat #e3e8eb;
}
h1, h2, h3,h4, p, ul, li, label, blockquote,textarea,input,select, img {
	
	font-family: Arial, Helvetica, sans-serif;
	color:#4b2f15;
	font-size:11px;
	padding:0 ;
	margin:0;	
}
h2 {
color:#e7432d;
padding-bottom:3px;
}
h3 {
	font-size:12px;
	padding-bottom:5px;
}
p {
	line-height:16.5px;
	/*letter-spacing:.5px;*/
}
* { 
	outline:none;
} 
 a:link,
 a:visited {
	color: #e7432d;
}
a:hover{
	color: #4b2f15;
}

.eui_modal_con_col a:hover {
	color:#b59c8c;
}
a img {
	border:none;
}
.eui-clear {
	clear:both;
}
hr {
	border: none 0;
	border-top: 1px solid #5f5f5f;/*the border*/
	height: 1px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
br {
	clear:both;
}
/*
 COMMON GLOBAL ATTRIBUTES END
*/
/*   MAIN HEADER Selectors BEGIN */
div.eui_mainHeader {
	padding-top:16px;
	position:absolute;
	z-index:3;
	width:100%;
	left:0;
	/*display:none;*/
}
div.eui_mainHeader p {
	background:url(../images/EUI_logo.gif);
	height:40px;
	width:120px;
	float:left;
}
div.eui_mainHeader p a {
	display:block;
	height:41px;
	width:113px;
}
div.eui_mainHeader span span,
div.eui_mainHeader a span {
	display:none;
}
div.eui_mainHeader ul.eui_main_nav {
	padding:5px 0px 0px 6px;
	float:right;
}
ul.eui_main_nav li {
	float:left;
	list-style:none;
	padding-top:9px;
	height:32px;
}
ul.eui_main_nav li a {
	display:block;
	height:32px;
}

ul.eui_main_nav li a.eui_what_we_do {
	background:url(../images/nav/nav1_what_we_do.gif) left top no-repeat;
	width:75px;
}
ul.eui_main_nav li a.eui_what_we_do:hover{
	background:url(../images/nav/nav1_what_we_do.gif) left bottom no-repeat;
}
ul.eui_main_nav li span.eui_what_we_do_active {
	background:url(../images/nav/nav1_what_we_do.gif) left bottom no-repeat;
	width:75px;
	display:block;
	height:32px;
}


ul.eui_main_nav li a.eui_who_we_are {
	background:url(../images/nav/nav1_who_we_are.gif) left top no-repeat;
	width:69px;
}
ul.eui_main_nav li a.eui_who_we_are:hover{
	background:url(../images/nav/nav1_who_we_are.gif) left bottom no-repeat;
}
ul.eui_main_nav li span.eui_who_we_are_active {
	background:url(../images/nav/nav1_who_we_are.gif) left bottom no-repeat;
	width:69px;
	display:block;
	height:32px;
}


ul.eui_main_nav li a.eui_blog {
	background:url(../images/nav/nav1_blog.gif) left top no-repeat;
	width:50px;
}
ul.eui_main_nav li a.eui_blog:hover{
	background:url(../images/nav/nav1_blog.gif) left bottom no-repeat;
}
ul.eui_main_nav li span.eui_blog_active {
	background:url(../images/nav/nav1_blog.gif) left bottom no-repeat;
	width:50px;
	display:block;
	height:32px;
}


ul.eui_main_nav li a.eui_news_events {
	background:url(../images/nav/nav1_news_events.gif) left top no-repeat;
	width:83px;
}
ul.eui_main_nav li a.eui_news_events:hover{
	background:url(../images/nav/nav1_news_events.gif) left bottom no-repeat;
}
ul.eui_main_nav li span.eui_news_events_active {
	background:url(../images/nav/nav1_news_events.gif) left bottom no-repeat;
	width:83px;
	display:block;
	height:32px;
}


ul.eui_main_nav li a.eui_industry_resources {
	background:url(../images/nav/nav1_industry_resource.gif) left top no-repeat;
	width:102px;
}
ul.eui_main_nav li a.eui_industry_resources:hover{
	background:url(../images/nav/nav1_industry_resource.gif) left bottom no-repeat;
} 
ul.eui_main_nav li span.eui_industry_resources_active {
	background:url(../images/nav/nav1_industry_resource.gif) left bottom no-repeat;
	width:102px;
	display:block;
	height:32px;
}


ul.eui_main_nav li a.careers {
	background:url(../images/nav/nav1_careers.gif) left top no-repeat;
	width:51px;
}
ul.eui_main_nav li a.careers:hover{
	background:url(../images/nav/nav1_careers.gif) left bottom no-repeat;
}
ul.eui_main_nav li span.careers_active {
	background:url(../images/nav/nav1_careers.gif) left bottom no-repeat;
	width:51px;
	display:block;
	height:32px;
}


ul.eui_main_nav li a.eui_contact_us {
	background:url(../images/nav/nav1_contact_us.gif) left top no-repeat;
	width:140px;
}
ul.eui_main_nav li a.eui_contact_us:hover{
	background:url(../images/nav/nav1_contact_us.gif) left bottom no-repeat;
}
ul.eui_main_nav li span.eui_contact_us_active {
	background:url(../images/nav/nav1_contact_us.gif) left bottom no-repeat;
	width:140px;
	display:block;
	height:32px;
}

/*   MAIN HEADER Selectors END */
div#eui_pedal {
	z-index:0;
	position: absolute;
	padding-top:191px;
	height:280px;
	width:277px;
	left:0;
}
div.eui_content_area_container {
	width:747px;
	margin:0 auto;
	/*height:464px;*/
	/*margin:0;*/
	padding:86px 0 0 105px;
	
}

div.eui_content_frame,
div.eui_content_area {
	width:700px;
	/*height:447px;*/
	overflow:hidden;
	position: relative;
	/*display:none;*/
}
div.eui_content_area2 {
	width:747px;
	/*height:483px;*/
	overflow:hidden;
	position: relative;
}
div.eui_content_area {
	z-index:6;
}
div.eui_content_frame {
	z-index:7;
}
/* Begin sidenav selectors */
 div.eui_sideNav {
	float:left;
	width:136px;
	padding:44px 24px 20px 28px; 
}

div.eui_sideNav div.sideNav_divider {
	background:url(../images/dot.gif) repeat-x scroll center top transparent;
	height:6px;
	padding-bottom:6px;
	margin-right:20px;
}

 div.eui_sideNav div.eui_sidenav_container {
	margin-bottom:40px;
	background:url(../images/dot.gif) right top repeat-y;
}

div.eui_sideNav ul {
	padding:11px 0 6px 0;
}
div.eui_sideNav li  {
	padding:1px 0px 6px 0px;
	width:135px;
	height:11px;
	list-style:none;
}

 div.eui_sideNav li a span {
	display:none;
}
 div.eui_sideNav li  a {
	display:block;
	width:135px;
	height:11px;
}
 div.eui_sideNav li.eui_sub_nav_section,
 div.eui_sideNav li.eui_sub_nav_section a {
	height:13px;
}
div.eui_sideNav li.eui_industry_resources ,
div.eui_sideNav li.eui_industry_resources a {
	height:36px;
}
div.eui_sideNav li  a.eui_industry_resources{
}
/*         Subnav for 404 page     */

a.eui_sn_home_page {
	background: url(../images/subnav/sn-home-page.gif) right top no-repeat;
}
a.eui_sn_home_page:hover {
	background: url(../images/subnav/sn-home-page.gif) right bottom no-repeat;
}

a.eui_sn_site_map{
	background: url(../images/subnav/sn-site-map.gif) right top no-repeat;
}
a.eui_sn_site_map:hover {
	background: url(../images/subnav/sn-site-map.gif) right bottom no-repeat;
}

/*         Subnav for What We Do              */
a.eui_sn_what_we_do {
	background: url(../images/subnav/sn-what-we-do.gif) right top no-repeat;
}
a.eui_sn_what_we_do:hover,
a.eui_sn_what_we_do_active {
	background: url(../images/subnav/sn-what-we-do.gif) right bottom no-repeat;
}


a.eui_sn_services_capabilities {
	background: url(../images/subnav/sn-service-capabilities.gif) right top  no-repeat;
}
a.eui_sn_services_capabilities:hover,
a.eui_sn_services_capabilities_active  {
	background: url(../images/subnav/sn-service-capabilities.gif) right bottom no-repeat;
}


a.eui_sn_technology {
	background: url(../images/subnav/sn-technologies.gif) right top  no-repeat;
}
a.eui_sn_technology:hover,
a.eui_sn_technology_active {
	background: url(../images/subnav/sn-technologies.gif) right bottom no-repeat;
}
a.eui_sn_clients_work {
	background: url(../images/subnav/sn-clients-work.gif) right top  no-repeat;
}
a.eui_sn_clients_work:hover,
a.eui_sn_clients_work_active {
	background: url(../images/subnav/sn-clients-work.gif) right bottom no-repeat;
}
a.eui_sn_awards_recognition {
	background: url(../images/subnav/sn-awards-recognition.gif) right top  no-repeat;
}
a.eui_sn_awards_recognition:hover,
a.eui_sn_awards_recognition_active {
	background: url(../images/subnav/sn-awards-recognition.gif) right bottom no-repeat;
}
a.eui_sn_approach_process {
	background: url(../images/subnav/sn-approach-process.gif) right top  no-repeat;
}
a.eui_sn_approach_process:hover,
a.eui_sn_approach_process_active {
	background: url(../images/subnav/sn-approach-process.gif) right bottom no-repeat;
}
a.eui_sn_were_different {
	background: url(../images/subnav/sn_were_different.gif) right top  no-repeat;
}
a.eui_sn_were_different:hover,
a.eui_sn_were_different_active {
	background: url(../images/subnav/sn_were_different.gif) right bottom no-repeat;
}

a.eui_sn_videos {
	background: url(../images/subnav/sn-videos.png) right top  no-repeat;
}
a.eui_sn_videos:hover,
a.eui_sn_videos_active {
	background: url(../images/subnav/sn-videos.png) right bottom no-repeat;
}
a.eui_sn_video-testimonials {
	background: url(../images/subnav/sn_video-testimonials.png) right top  no-repeat;
}
a.eui_sn_video-testimonials:hover,
a.eui_sn_video-testimonials_active {
	background: url(../images/subnav/sn_video-testimonials.png) right bottom no-repeat;
}

/*         Subnav for What We Do              */
a.eui_sn_who_we_are {
	background: url(../images/subnav/sn-who-we-are.gif) right top no-repeat;
}
a.eui_sn_who_we_are:hover,
a.eui_sn_who_we_are_active {
	background: url(../images/subnav/sn-who-we-are.gif) right bottom no-repeat;
}
a.eui_sn_technology_partners {
	background: url(../images/subnav/sn-technology-partners.gif) right top no-repeat;
}
a.eui_sn_technology_partners:hover,
a.eui_sn_technology_partners_active {
	background: url(../images/subnav/sn-technology-partners.gif) right bottom no-repeat;
}
a.eui_sn_business_partners {
	background: url(../images/subnav/sn-business-partners.gif) right top no-repeat;
}
a.eui_sn_business_partners:hover,
a.eui_sn_business_partners_active {
	background: url(../images/subnav/sn-business-partners.gif) right bottom no-repeat;
}
a.eui_sn_executive_management {
	background: url(../images/subnav/sn-executive-management.gif) right top no-repeat;
}
a.eui_sn_executive_management:hover,
a.eui_sn_executive_management_active {
	background: url(../images/subnav/sn-executive-management.gif) right bottom no-repeat;
}
a.eui_sn_teams {
	background: url(../images/subnav/sn-teams.gif) right top no-repeat;
}
a.eui_sn_teams:hover,
a.eui_sn_teams_active {
	background: url(../images/subnav/sn-teams.gif) right bottom no-repeat;
}
/*         Subnav for News & Events              */
a.eui_sn_news_events {
	background: url(../images/subnav/sn-news-events.gif) right top no-repeat;
}
a.eui_sn_news_events:hover,
a.eui_sn_news_events_active {
	background: url(../images/subnav/sn-news-events.gif) right bottom no-repeat;
}
a.eui_sn_in_the_news {
	background: url(../images/subnav/sn-in-the-news.gif) right top no-repeat;
}
a.eui_sn_in_the_news:hover,
a.eui_sn_in_the_news_active {
	background: url(../images/subnav/sn-in-the-news.gif) right bottom no-repeat;
}
a.eui_sn_press_releases {
	background: url(../images/subnav/sn-press-release.gif) right top no-repeat;
}
a.eui_sn_press_releases:hover,
a.eui_sn_press_releases_active {
	background: url(../images/subnav/sn-press-release.gif) right bottom no-repeat;
}
a.eui_sn_where_weve_been {
	background: url(../images/subnav/sn-events.gif) right top no-repeat;
}
a.eui_sn_where_weve_been:hover,
a.eui_sn_where_weve_been_active {
	background: url(../images/subnav/sn-events.gif) right bottom no-repeat;
}
/*         Subnav for Industry Resources        */
a.eui_sn_industry_resources {
	background: url(../images/subnav/eui_white_papers.gif) right top no-repeat;
}
a.eui_sn_industry_resources:hover,
a.eui_sn_industry_resources_active {
	background: url(../images/subnav/eui_white_papers.gif) right bottom no-repeat;
}
a.eui_sn_presontations {
	background: url(../images/subnav/sn-presontations.gif) right top no-repeat;
}
a.eui_sn_presontations:hover,
a.eui_sn_presontations_active {
	background: url(../images/subnav/sn-presontations.gif) right bottom no-repeat;
}
a.eui_sn_white_papers {
	background: url(../images/subnav/sn-whitepapers.gif) right top no-repeat;
}
a.eui_sn_white_papers:hover,
a.eui_sn_white_papers_active {
	background: url(../images/subnav/sn-whitepapers.gif) right bottom no-repeat;
}
a.eui_sn_book {
	background: url(../images/subnav/sn-book.gif) right top no-repeat;
}
a.eui_sn_book:hover,
a.eui_sn_book_active {
	background: url(../images/subnav/sn-book.gif) right bottom no-repeat;
}
a.eui_sn_additional {
	background: url(../images/subnav/sn-additional.gif) right top no-repeat;
}
a.eui_sn_additional:hover,
a.eui_sn_additional_active {
	background: url(../images/subnav/sn-additional.gif) right bottom no-repeat;
}
/*         Subnav for Industry Resources        */
a.eui_sn_careers {
	background: url(../images/subnav/sn-careers.gif) right top no-repeat;
}
a.eui_sn_careers:hover,
a.eui_sn_careers_active {
	background: url(../images/subnav/sn-careers.gif) right bottom no-repeat;
}
/*         Subnav for Industry Resources        */
a.eui_sn_contact_us {
	background: url(../images/subnav/sn-contact-us.gif) right top no-repeat;
}
a.eui_sn_contact_us:hover,
a.eui_sn_contact_us_active {
	background: url(../images/subnav/sn-contact-us.gif) right bottom no-repeat;
}
/*         Subnav for adobe movies*/
a.eui_sn_eui_videos{
	background: url(../images/subnav/sn-eui-videos.gif) right top no-repeat;
} 
 
a.eui_sn_eui_videos:hover,
a.eui_sn_eui_videos_active {
	background: url(../images/subnav/sn-eui-videos.gif) right bottom no-repeat;
	
} 
a.eui_sn_united_cargo{
	background: url(../images/subnav/sn2_united-cargo.png) right top no-repeat;
} 
a.eui_sn_tri_geo {
	background: url(../images/subnav/sn2_tri-geo.png) right top no-repeat;
}
a.eui_sn_health_insurance {
	background: url(../images/subnav/sn2_health-insurance-co.png) right top no-repeat;
}
a.eui_sn_national_geographic {
	background: url(../images/subnav/sn2_national-geographic.png) right top no-repeat;
}
a.eui_sn_deloitte {
	background: url(../images/subnav/sn2_benefits-company.png) right top no-repeat;
}
a.eui_sn_coca_cola {
	background: url(../images/subnav/sn2_coca-cola.png) right top no-repeat;
}
a.eui_sn_abn_banking {
	background: url(../images/subnav/sn2_banking-express.png) right top no-repeat;
}
a.eui_sn_microsoft-testimonial {
	background: url(../images/subnav/sn2_microsoft_testimonial.png) right top no-repeat;;
}
a.eui_sn_ivism-testimonial {
	background: url(../images/subnav/sn2_invism_testimonail.png) right top no-repeat;
}

li.eui_subsecond a:hover,
a.sn2_active {
	background-position:right bottom;
}

/*         Subnav for EffectiveUI demo movies*/

a.eui_sn_vision_demos{
	background: url(../images/subnav/sn-vision-demos.gif) right top no-repeat;
} 
 
a.eui_sn_vision_demos:hover,
a.eui_sn_vision_demos_active {
	background: url(../images/subnav/sn-vision-demos.gif) right bottom no-repeat;
	
} 
a.eui_sn_eui_demo_reel{
	background: url(../images/subnav/sn-eui-demo-reel.gif) right top no-repeat;
} 

a.eui_sn_eui_demo_reel:hover,
a.eui_sn_eui_demo_reel_active {
	background: url(../images/subnav/sn-eui-demo-reel.gif) right bottom no-repeat;
}
a.eui_sn_blue_angels {
	background: url(../images/subnav/sn-blue-angels.gif) right top no-repeat;
}
a.eui_sn_blue_angels:hover,
a.eui_sn_blue_angels_active {
	background: url(../images/subnav/sn-blue-angels.gif) right bottom no-repeat;
	
}
a.eui_sn_microsoft_mix {
	background: url(../images/subnav/sn-microsoft-mix.gif) right top no-repeat;
}
a.eui_sn_microsoft_mix:hover,
a.eui_sn_microsoft_mix_active {
	background: url(../images/subnav/sn-microsoft-mix.gif) right bottom no-repeat;
}
a.eui_sn_wells_fargo {
	background: url(../images/subnav/sn-wells-fargo.gif) right top no-repeat;
}
a.eui_sn_wells_fargo:hover,
a.eui_sn_wells_fargo_active {
	background: url(../images/subnav/sn-wells-fargo.gif) right bottom no-repeat;
}	
a.eui_sn_one_reach{
	background: url(../images/subnav/sn-one-reach.gif) right top no-repeat;
}
a.eui_sn_one_reach:hover,
a.eui_sn_one_reach_active {
	background: url(../images/subnav/sn-one-reach.gif) right bottom no-repeat;
}	
a.eui_sn_coca_cola_euidemo {
	background: url(../images/subnav/sn-coca-cola-euidemo.gif) right top no-repeat;
}
a.eui_sn_coca_cola_euidemo:hover,
a.eui_sn_coca_cola_euidemo_active {
	background: url(../images/subnav/sn-coca-cola-euidemo.gif) right bottom no-repeat;
}
a.eui_sn_airstrip {
	background: url(../images/subnav/sn-air-strip.gif) right top no-repeat;
}
a.eui_sn_kodak {
	background: url(../images/subnav/sn-kodak.gif) right top no-repeat;
}
a.eui_sn_kodak:hover,
a.eui_sn_kodak_active {
	background: url(../images/subnav/sn-kodak.gif) right bottom no-repeat;
}
a.eui_sn_qwest {
	background: url(../images/subnav/sn-qwest.gif) right top no-repeat;
}
a.eui_sn_qwest:hover,
a.eui_sn_qwest_active {
	background: url(../images/subnav/sn-qwest.gif) right bottom no-repeat;
}

a.eui_sn_image_group {
	background: url(../images/subnav/sn-image-group.gif) right top no-repeat;
}
a.eui_sn_image_group:hover,
a.eui_sn_image_group_active {
	background: url(../images/subnav/sn-image-group.gif) right bottom no-repeat;
}
a.eui_sn_ideate {
	background: url(../images/subnav/sn-ideate.gif) right top no-repeat;
}
a.eui_sn_ideate:hover,
a.eui_sn_ideate_active {
	background: url(../images/subnav/sn-ideate.gif) right bottom no-repeat;
}
/* Begin Quote selectors */	
div.eui_quote {
	clear:both;
	margin:0px 0px 0 25px;
	background:url(../images/dot.gif) right top repeat-x;
	width:110px;
}
div.eui_quote blockquote {
	padding:9px 0;
	background:url(../images/dot.gif) right bottom repeat-x;
}
div.eui_quote p {	line-height:13px;
	text-align:right;
	font-size:11px;
	color:#886852;
}
div.eui_quote p.eui_cite {
	padding-top:12px;
	color:#e7432d;
}
div.jsAccordion{
	display:none;
}


/* Form Fields Start */
div.eui_contact label {
	font-size:10px;
	height:13px;
	width:57px;
	padding:2px 6px 6px 0 ;
	float:left;
	clear:both;
	text-align:right;
}
div.eui_contact select{
font-size:10px;
	color:#4b2f15;
	padding:0 0 0 1px;
	width:167px;
	background:#e4e0da url(../images/form-fields/input-single.gif) right top repeat-x;
	border:1px #9e8573 solid;
}
div.eui_contact input {
	font-size:10px;
	color:#4b2f15;
	padding:0 1px;
	width:163px;
	height:13px;
	background:#e4e0da url(../images/form-fields/input-single.gif) right top repeat-x;
	border:1px #9e8573 solid;
}
div.eui_contact textarea {
	font-size:10px;
	color:#4b2f15;
	padding:0 1px;
	width:163px;
	height:38px;
	background:#e4e0da url(../images/form-fields/input-block.gif) right top repeat-x;
	border:1px #9e8573 solid;
	margin-bottom:8px;
}
div.eui_contact p.eui_check{
	font-size:10px;
	font-style:oblique;
}
div.eui_contact p.eui_check input {
	width:11px;
	height:11px;
}

div.eui_contact input.eui_contact_button {
	width:77px;
	height:24px;
	border:none;
	margin-bottom:8px;
}
div.eui_contact input.eui_download_button {
	width:99px;
	height:24px;
	border:none;
	margin-bottom:8px;
	padding:0;
}
div.eui_job label {
	display:block;
	font-size:10px;
	height:13px;
	clear:both;
	padding:6px 6px 3px 0 ;
	clear:both;
}
div.eui_job select{
	font-size:10px;
	color:#4b2f15;
	padding:0;
	height:16px;
	width:205px;
	background:#e4e0da url(../images/form-fields/input-single.gif) right top repeat-x;
	border:1px #9e8573 solid;
}
div.eui_job input {
	font-size:10px;
	color:#4b2f15;
	padding:3px 2px;
	width:200px;
	height:12px;
	background:#e4e0da url(../images/form-fields/input-single.gif) right top repeat-x;
	border:1px #9e8573 solid;
}
div.eui_job input.eui_job_upload {
	font-size:10px;
	width:200px;
	height:20px;
	border:1px #9e8573 solid;
}
div.eui_job p.eui_check input {
	width:11px;
	height:11px;
}

input.eui_reportlink_button {
	width:135px;
	height:23px;
	border:none;
}
	
div.eui_job input.eui_contact_button {
	width:77px;
	height:24px;
	border:none;
	margin-bottom:8px;
}
div.eui_job input.eui_submit_button {
	width:57px;
	height:23px;
	border:none;
	margin:10px 0;
	padding:0;
}
/* Form Fields End */
/* Footer Selectors begin*/
div.eui-footer-wrap {
	clear:both;
	display:block;
}
div.eui-footer {
	float:right;
	height:48px;
	width:650px;
	display:block;
	background:url(../images/dot.gif) left top repeat-x;
}
div.eui-footer p {
	display:block;
	float:left;
	background:url(../images/copy.gif) left bottom no-repeat;
	height: 18px;
	width:200px;
}
div.eui-footer li span,
div.eui-footer p span {
	display:none;
}
div.eui-footer ul {
	float:right;
	height: 18px;
	width:93px;
}
div.eui_section div.eui-footer li {
	float:left;
	list-style:none;
}

div.eui-footer li.eui_privacy a {
	display:block;
	background:url(../images/privacy.gif) left bottom no-repeat;
	height:18px;
	width:55px;
}

div.eui-footer li.eui_sitemap a {
	display:block;
	background:url(../images/sitemap.gif) left bottom no-repeat;
	height:18px;
	width:36px;
}

/* Footer Selectors begin*/