/**
 * Stylesheet for raulferrer.com
 *
 * coded by Raul Ferrer (go figure)
 * 
 * under close scrutiny by Batman and Han Solo
 */


/* Normalizing & General Definitions  
=========================*/

* {
margin:0; /* zero out margin */
padding:0; /* zero out padding */
}

html, body {
height:100%; /* gives layout 100% height */
overflow:inherit; /* triggers 100% height in Opera 9.5 */
}

* html #wrapper { height:100%; /* IE6 treats height as min-height */ }

:link,:visited {text-decoration:none;} 

ul,ol,dl {list-style:none; position: relative;} /* fixes IE6 and lower bug about background images */

html, body, div, p, img, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td {margin:0; padding:0;} 

h1, h2, h3, h4, h5, h6 { font-size: 100%; }

ol, ul { list-style: none; }

a img,:link img,:visited img, img, fieldset { border:none; }

table { border-collapse: collapse; border-spacing: 0; }

address, caption, cite, code, dfn, em, strong, th { font-style: normal; font-weight: normal; }

body {
	background: #1e1e1e url(/img/bg.gif);
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #adadad;
}

a { outline: none; }

ul#nav_access { position:absolute; top:-9999px; left:-9999px; }

/* Typography definitions
=========================*/

h1 {
	font-size: 2em; 
	color: #514A42;
	padding-bottom: 20px;
	background: url(/img/hbg.gif) repeat-x 0 26px;
	width: 440px;
}

h2 {
	color: #008ae1;
	font-size: 1.6em;
	padding-bottom: 16px;

}

h3 {
	color: #008ae1;
	font-size: 1.2em;
	padding: 6px 0 14px;

}


p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 1.2em;
}

.raul {
	font-size: 2em; 
	color: #7d7d7d;
}

.phone, .mail, .form_link { padding-right: 15px; }

.phone { background: url(/img/phone.gif) no-repeat right top; font-weight: bold; }

.phone2 { background: url(/img/phone2.png) no-repeat 16px 24px; padding-left: 80px; height: 50px; width: 120px;}
.mail2 { background: url(/img/mail2.png) no-repeat 16px 14px; padding-left: 80px; height: 40px; width: 120px;}
.vcard { background: url(/img/vcard.png) no-repeat 18px 24px; padding-left: 80px; height: 50px; width: 120px;}

strong { font-weight: bold; }

.mail {	background: url(/img/mail.gif) no-repeat right top; }

.form_link { background: url(/img/form.gif) no-repeat right top; }

.leftie {
	position: relative;
	float: left;
	margin-right: 8px;	
}

.mini	{font-size: 0.8em}

blockquote {
	display: block;
	padding: 0 20px;
	width: 240px;
 	color: #008ae1;
 	text-align: left;
 	font-style: italic;
	font-size: 1.2em;	
	background: url(/img/bquote_close.png) no-repeat 210px 75px;
	overflow: auto;
}

div.hr {
	clear: both;
	background: url(/img/hbg.gif) repeat-x 0 0;
	border: 0;
	height: 20px;
	width: 60%;
	margin: 10px 0 10px 200px;
}

div.hr hr {
  display: none;
} /* fixing Opera hr border */

#footer p { font-size: 1.1em }

.sp_tipping-tip {
	color: #adadad;
	width: 130px;
	height: 75px;
	background: url(/img/tooltip.png) no-repeat 0 0;
	z-index: 13000;
}

.sp_tipping-title {
	font-weight: bold;
	font-size: 1.1em;
	height: 22px;
	margin: 0;
	padding: 6px 0 0 0;
	color: #fc0;
	text-align: center;
}

.sp_tipping-text {
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 0 8px;
	height: 53px;
}

.sp_serv_tips-tip {
	color: #eee;
	width: 400px;
	height: 250px;
	background: url(/img/tool_tip_big.png) no-repeat 0 0;
	z-index: 13000;
}

.sp_serv_tips-title {
	font-weight: bold;
	font-size: 1.1em;
	height: 22px;
	margin: 0;
	padding: 10px 0 0 0;
	color: #fc0;
	text-align: center;
}

.sp_serv_tips-title .lab3{
	font-weight: bold;
	font-size: 1.1em;
	height: 22px;
	margin: 0;
	padding: 10px 0 0 0;
	color: #000000;
	text-align: center;
}

.sp_serv_tips-text {
	font-size: 1.1em;
	margin: 0;
	padding: 8px 0 0 8px;
	height: 378px;
}


abbr, acronym, span.abbr {
  cursor: help;
  border-bottom: 1px dashed #666;
}

#content_extra h2 {
	margin: 0 0 14px 0;
	padding-left: 18px;
	background: url(/img/h2side.gif) no-repeat 0 0;
}


/* Link definitions
=========================*/

a:link {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; font-weight: normal;}
a:visited  {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; font-weight: normal;}
a:hover {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; font-weight: normal;}
a:active {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; font-weight: normal;}

#navtext a:link {padding: 0 2px 0 6px;  font-size: 1.1em; font-weight: bold; color: #444444;}
#navtext a:visited {padding: 0 2px 0 6px;  font-size: 1.1em; font-weight: bold; color: #444444;}
#navtext a:hover {padding: 0 2px 0 6px; font-size: 1.1em; font-weight: bold; color: #008ae1;}
#navtext a:active {padding: 0 2px 0 6px; font-size: 1.1em; font-weight: bold; color: #008ae1;}

#extra_main a:link, #content_main a:link, #side a:link  {padding-bottom: 4px; color: #008ae1;}
#extra_main a:visited, #content_main a:visited, #side a:visited{padding: 0 0 4px 0; color: #008ae1;}
#extra_main a:hover, #content_main a:hover, #side a:hover {padding: 0 0 4px 0; color: #3aafeb; background: url(/img/hbg.gif) repeat-x left bottom;}
#extra_main a:active, #content_main a:active, #side a:active {padding: 0 0 4px 0; color: #3aafeb;}

.foot_links a:link {padding: 0 0 4px 0; color: #6b6b6b; }
.foot_links a:visited {padding: 0 0 4px 0; color: #6b6b6b;}
.foot_links a:hover {padding: 0 0 4px 0; color: #008ae1; background: url(/img/hbg.gif) repeat-x left bottom;}
.foot_links a:active {padding: 0 0 4px 0; color: #6b6b6b;}

.tick a:link {padding: 0 0 0 14px; color: #008ae1;  background: url(/img/tick2.gif) no-repeat 0 50%;}
.tick a:visited {padding: 0 0 0 14px; color: #008ae1;  background: url(/img/tick2.gif) no-repeat 0 50%;}
.tick a:hover {padding: 0 0 0 14px; color: #3aafeb;  background: url(/img/tick2.gif) no-repeat 0 50%;}
.tick a:active {padding: 0 0 0 14px; color: #008ae1;  background: url(/img/tick2.gif) no-repeat 0 50%;}
	

/* List definitions
=========================*/
#home #content li {
	background: url(/img/tick.png) no-repeat 2px 4px;
	padding: 0 0 20px 40px;
	font-size: 1.3em;
	line-height: 1.4em;
}

#extra_sub li {
	background: url(/img/bullet.gif) no-repeat 2px 4px;
	padding: 0 0 10px 17px;
	font-size: 1.1em;
}

#services_labels li { 
	height: 50px;
}

#services_labels li.lab1 { margin-top: 16px; }
#services_labels li.lab2 { margin-top: 12px; }
#services_labels li.lab3 { margin-top: 4px; }
#services_labels li.lab4 { margin-top: 3px; }
#services_labels li.lab7 { margin-top: 6px; }
#services_labels li.lab8 { margin-top: 4px; }

#services_labels a { display: block; }

#clients li { position: relative; float: left; width: 284px; height: 180px; padding-top: 20px; text-align: center; }


/* Special Definitions  
=========================*/

#logo {
	position: relative;
	float: left;
        height: 173px;
        width: 446px;
        padding: 0; 
}        

#logo_img {
	position: absolute;
	left: 0;
	top: 0;
	background: url(/img/logo.png) no-repeat 0 0;
        height: 173px;
        width: 446px;
} 

#section_greet {
	position: absolute;
	top: 0px;
	left: 0px;
        height: 268px;
        width: 350px;
        z-index: 3;
        padding: 0 120px 0 0;

}        

#section_greet h1, #section_greet h2 { overflow: hidden; }

#greet_img { 
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	height: 268px;
}

#section_img, #section_img2 {
	position: absolute;
	z-index: 1;
}   

#section_img { top: 0; height: 268px; }
#home #section_img { top: -58px; left: 477px; width: 450px; }
#process #section_img { left: 466px; width: 483px; background: url(/img/strategy.jpg) no-repeat 0 0; }
#process #section_img2 { top: -46px; left: 466px; width: 483px; height: 46px; background: url(/img/strategy_top.png) no-repeat 0 0; }
#services #section_img { left: 345px; width: 601px; background: url(/img/services.jpg) no-repeat 0 0; }
#services #section_img2 { top: -50px; left: 352Px; width: 68px; height: 50px; background: url(/img/services_top.png) no-repeat 0 0; }
#portfolio #section_img { top: -32px; left: 492px; width: 430px; height: 300px; overflow: hidden; }
#about #section_img { top: 0; left: 454px; width: 492px; background: url(/img/about.jpg) no-repeat 0 0;}
#accessibility #section_img { top: 0; left: 492px; width: 453px; background: url(/img/bridge.jpg) no-repeat 0 0;}
#standards #section_img { top: 0; left: 479px; width: 467px; background: url(/img/standards.jpg) no-repeat 0 0;}
#contact #section_img { top: 0; left: 481px; width: 467px; background: url(/img/wannaplay.jpg) no-repeat 0 0;}
#sitemap #section_img { top: -33px; left: 461px; width: 482px; background: url(/img/map.jpg) no-repeat 0 0;}
#error404 #section_img { top: 0; left: 458px; width: 488px; background: url(/img/404.jpg) no-repeat 0 0;}


#content_main { 
	position: relative;
	float: left;
	width: 460px;
	padding: 26px 0 0 40px;
}

#process #content_main, #portfolio #content_main, #sitemap #content_main { 
	position: relative;
	width: 880px;
	padding: 26px 0 0 40px;
}

#sitemap #content_main { height: 770px; }

#process_0_3 {
	position: relative;
	float: right;
	width: 400px;
	height: 738px;
}
#process_0_3_img {
	position: absolute;
	left: 40px;
	top: -26px;
	width: 330px;
	height: 710px;
	background: url(/img/process_0_3.png) no-repeat 0 0;
}

#process_4_8 {
	position: relative;
	float: left;
	width: 380px;
	height: 800px;
}
#process_4_8_img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 340px;
	height: 736px;
	background: url(/img/process_4_8.png) no-repeat 1px 1px;
}

#process_4_8_end {
	position: absolute;
	left: 0px;
	top: 760px;
	width: 340px;
	font-size: 1em;
}

#services #content_main { 
	position: relative;
	width: 880px;
	height: 544px;
}

#services_labels {
	position: absolute;
	left: 0px;
	top: 41px;
	width: 924px;
	height: 512px;
}

#hire_me, #about_me_img {
   	position: relative;
	float: right;
	width: 420px;
	height: 646px;
	padding: 1px 0 0 0;
}

#hire_me h2, #hire_me p {width: 200px; overflow: hidden; }

#about_me_img {
	left: 5px;
	height: 500px;
	margin: 70px 0 0 0;
	font-size: 1em;
}

#process_img {
   	position: absolute;
	left: -26px; 
	top: 0px;
	width: 420px;
	height: 646px;
	padding: 150px 0 0 80px;
}

#process_img span { position: absolute; left: -9999px; }

#extra_main {
	position: relative;
	float: left;
	width: 213px;
	background: url(/img/vbg.gif) no-repeat 240px 86px;
	padding: 40px 0 0 40px;
}

#extra_sub {
	position: relative;
	float: left;
	width: 637px;
	padding: 40px 0 0 40px;
}

#first_bloquote {
	position:relative; 
	float: left; 
	width: 230px; 
	height: 150px;
	padding: 10px 0 0 10px;
	background: url(/img/bquote.png) no-repeat 0 0;
	text-align: right;
	font-size: 0.8em;
}

#side {
	position:relative; 
	float: right; 
	width: 400px; 
	height: 540px; 
	padding: 64px 0 0 10px;
	margin: 23px -6px 0;
	background: url(/img/side_bg.png) no-repeat 0 0;
}

#side h2 { text-align: center; 	padding-right: 48px;}
#side li, #side p { font-size: 1.2em; padding: 1.1em 0 0 48px; width: 280px;}

#standards #side li { background: url(/img/tick_small.gif) no-repeat 48px 1.25em; padding: 1.1em 0 0 66px; width: 270px; }

#contact #side img { margin-left: 46px; }


/* Map definitions
=========================*/

#map01 { position: absolute; left: 40px; top: 26px; width: 300px; }
#map01 h2 { background: url(/img/map01.png) no-repeat 0 0; text-indent: -9999px; width: 180px; }
#map01 ul {position: relative; float: left; font-size: 1.2em;  margin-top: 12px; }
#map01 ul.two { left: 28px;}
#map01 li { height: 20px; padding-left: 20px; background: url(/img/cross.png) no-repeat 0 0; }
#arrow1 { position: absolute; left: 356px; top: 44px; width: 112px; height: 115px; background: url(/img/arrow1.png) no-repeat 0 0; }
#map02 { position: absolute; left: 480px; top: 26px; width: 440px; }
#map02 h2 { background: url(/img/map02.png) no-repeat 0 0; text-indent: -9999px; width: 180px; }
#map02 ul { margin-top: 12px; }
#map02 li { position: relative; float: left; width: 85px; height: 50px; }
#arrow2 { position: absolute; left: 536px; top: 164px; width: 127px; height: 101px; background: url(/img/arrow2.png) no-repeat 0 0; }
#map03 { position: absolute; left: 480px; top: 260px; width: 300px; }
#map03 h2 { background: url(/img/map03.png) no-repeat 0 0; text-indent: -9999px; width: 180px;}
#map_trooper { position: absolute; top: 260px; left: 780px; width: 110px; height: 144px; background: url(/img/map_trooper.png) no-repeat 0 0; }
#arrow3 { position: absolute; left: 300px; top: 240px; width: 151px; height: 50px; background: url(/img/arrow3.png) no-repeat 0 0; }
#map04 { position: absolute; left: 40px; top: 261px; width: 300px; }
#map04 h2 { background: url(/img/map04.png) no-repeat 0 0; text-indent: -9999px; width: 180px;}
#arrow4 { position: absolute; left: 180px; top: 420px; width: 44px; height: 58px; background: url(/img/arrow4.png) no-repeat 0 0; }
#map05 { position: absolute; left: 40px; top: 466px; width: 300px; }
#map05 h2 { background: url(/img/map05.png) no-repeat 0 0; text-indent: -9999px; width: 180px;}
#arrow5 { position: absolute; left: 310px; top: 540px; width: 164px; height: 85px; background: url(/img/arrow5.png) no-repeat 0 0; }
#map06 { position: absolute; left: 480px; top: 460px; width: 420px; }
#map06 h2 { background: url(/img/map06.png) no-repeat 0 0; text-indent: -9999px; width: 180px;}
#arrow6 { position: absolute; left: 420px; top: 630px; width: 81px; height: 63px; background: url(/img/arrow6.png) no-repeat 0 0; }
#map07 { position: absolute; left: 40px; top: 660px; width: 700px; }
#map07 h2 { background: url(/img/map07.png) no-repeat 0 0; text-indent: -9999px; width: 180px;}
#map01 a, #map02 a, #map03 a, #map04 a, #map05 a, #map06 a, #map07 a { display: block; width: 110px; height: 20px; }
#map01 a:hover, #map02 a:hover, #map03 a:hover, #map04 a:hover, #map05 a:hover, #map06 a:hover, #map07 a:hover { background: none; }
#map04 p a { width: 200px; }

/* Navigation  
=========================*/

#main_navigation {
	position: relative;
	float: left;
	margin-top: 42px;
	height: 52px; 
}

#navtext {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 507px;
	color: #444444;
}

#nav_img {
	position: absolute;
	left: 0;
	top: 0;
}

#navbar {
	width: 507px; 
	height: 52px; 
}

#navbar li, #navtext li {
	height: 52px; 
	float:left;
}

#navbar li.nav_services a {width: 83px;}
#navbar li.nav_portfolio a {width: 67px;}
#navbar li.nav_about a {width: 54px;}
#navbar li.nav_contact a {width: 61px;}
#navbar li.nav_process a {width: 63px;}
#navbar li.nav_accessibility a {width: 92px;}
#navbar li.nav_standards a {width: 87px;}


/* Structure  
=========================*/

#wrapper {
	position: relative;
	width: 100%;
}

#in_wrap{
	position: relative;
	width: 968px;
} /* extra container to keep the background at bay in IE666  */

#main_mesh {
	position: relative;
	background:  url(/img/mesh.png) repeat-y;
	height: 100%;
	width: 100%;
	min-height: 100%;
	overflow: hidden;	
}

#header {
	position: relative;
	width: 100%;
	height: 173px;
}

#section_header {
	position: relative;
	background:  url(/img/dark.png) no-repeat;
	width: 100%;
	height: 268px;
}

#content, #content_extra, footer {
	position: relative;
	width: 100%;
	overflow: hidden;	
}

#footer {
	height: 188px;	
	background:  url(/img/foot_lion.png) no-repeat 100px 0;
	padding: 0 0 0 350px;
}


.jTip{
cursor:help;
}
