/* -------- SFB - index -------- */
/* --------------------- */


body{
	font-family: Arial, Helvetica, sans-serif;
	background:url(images/sfb-bg2-intro.gif) top left repeat-x;
	font-size:14px; 
	margin:0px;
	padding:0px;
	color:#444444;
}

p { margin:0px;	padding:0px; }

p::-moz-selection, a::-moz-selection, ul::-moz-selection, li::-moz-selection, h2::-moz-selection, h3::-moz-selection, strong::-moz-selection, i::-moz-selection {
	background: #959595; /* Firefox */
}

a 					{text-decoration: underline; outline-style:none; margin:0; padding:0;}
a:link, a:visited 	{color:#444444;text-decoration:none;}
a:hover				{color:#1a1a1a;text-decoration:underline; }

/* --------------------- */

h1 {
	font-size:25px;
	text-indent:-999px;
	visibility:hidden;
	display:none;
	padding:0;
	margin:0;
}


/* -----  MENU HORIZONTAL  ----- */

#menu {
	margin:0;
	float:left;
	padding:0;
	clear:both; 
	background:url(images/sfb-intro_04.gif) top left no-repeat;
	width:820px;
	height:92px;
}

#menu ul {
	display:block;
	list-style: none;
	margin:0;
	padding:0;
	width:820px;
	height:27px;
}

#menu ul li {
	float:left;
	position:relative;
	z-index:100;
	margin:0;
	padding:0;
	height:27px;
}
	
#menu ul li a {
	outline:0; 
	display:block;
	text-decoration:none;
	text-indent: -999em;
	height:27px;	
}
	
#menu ul li#esp a { width:94px; background:url(images/sfb-btn-esp.gif) top left no-repeat; background-position:0 -27px; margin-left:261px; }

#menu ul li#eng a { width:94px; background:url(images/sfb-btn-eng.gif) top left no-repeat; background-position:0 -27px; margin-left:110px; }

#menu ul li#esp a:hover, #menu ul li#eng a:hover { background-position:0 0; }
/* --------------------- */

#wrapper{
	width:820px;
	height:411px;
	padding:49px;
	margin:auto;
	margin-top:60px;
	background:url(images/sfb-bg-intro.gif) top left no-repeat;
}

#wrapper img{ float:left; }

#footer-bg{
	text-align:center;
	font-size:12px;
	background:url(images/sfb-intro_05.gif) top left no-repeat;
	width:820px;
	height:69px;
	clear:both;
}


