/**
 * Stylesheet for raulferrer.com (english version)
 *
 * coded by Raul Ferrer (go figure)
 * 
 * under close scrutiny by Batman and Han Solo
 */


#home #greet_img { background: url(/img/hello.png) no-repeat 0 0; width: 498px; }
#services #greet_img { background: url(/img/greet_services.png) no-repeat 0 0; width: 431px; }
#portfolio #greet_img { background: url(/img/greet_portfolio.png) no-repeat 0 0; width: 488px; }
#about #greet_img { background: url(/img/greet_about.png) no-repeat 0 0; width: 510px; }
#contact #greet_img { background: url(/img/greet_quote.png) no-repeat 0 0; width: 581px; }
#process #greet_img { background: url(/img/greet_process.png) no-repeat 0 0; width: 464px; }
#sitemap #greet_img { background: url(/img/greet_sitemap.png) no-repeat 0 0; width: 539px; }
#accessibility #greet_img { background: url(/img/greet_accessibility.png) no-repeat 0 0; width: 492px; }
#standards #greet_img { background: url(/img/greet_standards.png) no-repeat 0 0; width: 511px; }
#error404 #greet_img { background: url(/img/greet_404.png) no-repeat 0 0; width: 488px; }

#services_labels { background: url(/img/services_labels.jpg) no-repeat 0 0; }

#process_img { background: url(/img/process.png) no-repeat -2px 0; }

#navbar li.nav_services a {background:url(/img/nav_services.png) no-repeat 0 0;}
#navbar li.nav_portfolio a {background:url(/img/nav_portfolio.png) no-repeat 0 0;}
#navbar li.nav_about a {background:url(/img/nav_about.png) no-repeat 0 0;}
#navbar li.nav_contact a {background:url(/img/nav_contact.png) no-repeat 0 0;}
#navbar li.nav_process a {background:url(/img/nav_process.png) no-repeat 0 0;}
#navbar li.nav_accessibility a {background:url(/img/nav_accessibility.png) no-repeat 0 0;}
#navbar li.nav_standards a {background:url(/img/nav_standards.png) no-repeat 0 0;}

#navbar li a {display:block; height: 52px; float:left; text-indent: -9999px;}

#navbar li a:hover {background-position:0 50%;}

#services li.nav_services a, #services li.nav_services a:hover,
#portfolio li.nav_portfolio a, #portfolio li.nav_portfolio a:hover,
#about li.nav_about a, #about li.nav_about a:hover,
#contact li.nav_contact a, #contact li.nav_contact a:hover,
#process li.nav_process a, #process li.nav_process a:hover,
#accessibility li.nav_accessibility a, #accessibility li.nav_accessibility a:hover,
#standards li.nav_standards a, #standards li.nav_standards a:hover {background-position:0 100%;}
