/*
Created by Keith Donegan of Code-Sucks.com

E-Mail: Keithdonegan@gmail.com

You can do whatever you want with these layouts,
but it would be greatly appreciated if you gave a link
back to http://www.code-sucks.com
*/

*{padding:0; margin:0;}

body{
margin:0px;
padding:0 0 10px 0;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:7.5pt;
background-color:#FFFFFF;
background-image:url(../imgs/base/enxaneta_fons.gif);
}

img{
border:0px;
}

#wrapper{ 
margin:0 auto;
width:800px;
}

#faux {
margin-bottom:0px;
width:100%;
padding:0 10px 0 10px;
background-image:url(../imgs/base/faux.png);
background-repeat:repeat-y;
overflow:visible; /* Paul O Brien Fix for IE www.pmob.co.uk */
}

#header {
height:150px;
margin:0px;
padding:0 0 0 10px;
background-image:url(../imgs/base/faux.png);
background-repeat:repeat-y;
vertical-align:top;
}

#header_base{
height:inherit;
background-image:url(../imgs/base/header_provisional.jpg);
background-repeat:no-repeat;
}

#header_langs{
float:right;
padding:5px 12px 0 0;
text-align:right;
height:20px;
_height:25px;
color:#666666;
font-size:7.5pt;
font-weight:bold;
text-transform: uppercase;
}

#header_langs a{
color:#666666;
text-decoration:none;
}

#header_langs a:hover{
color:#9950C6;
}

#navigation {
height:34px;
margin:0px;
padding:0 10px 0 10px;
background-image:url(../imgs/base/faux.png);
background-repeat:repeat-y;
}

#footer{ 
clear:both;
height:34px;
margin:0px;
padding:0 17px 9px 17px;
background-image:url(../imgs/base/footer.png);
background-repeat:repeat-x;
color:#999999;
font-size:7.5pt;
}

#footer a{
color:#999999;
text-decoration:none;
}

#footer a:hover{
color:#CCCCCC;
}

.clear{clear: both; background: none;}

/* ---------------------- Dolphin nav ---------------------- */
#dolphincontainer{position:relative;height:34px;color:#FFFFFF;background:#62307F;width:780px;font-family:Century Gothic, Helvetica,Arial,Verdana,sans-serif;}
#dolphinnav{position:relative;height:34px;font-size:10pt; font-weight:bold;background:#fff url(../imgs/dolphinmenu/dolphin_bg.gif) repeat-x bottom left;padding:0 0 0 20px;}
#dolphinnav ul{margin:0;padding:0;list-style-type:none;width:auto;float:right;}
#dolphinnav ul li{display:block;float:left;margin:0 1px;}
#dolphinnav ul li a{display:block;float:left;color:#FFFFFF;text-decoration:none;padding:0 0 0 20px;height:34px;}
#dolphinnav ul li a span{padding:12px 10px 0 0;height:21px;float:left;}
#dolphinnav ul li a:hover{color:#fff;background:transparent url(../imgs/dolphinmenu/dolphin_bg-OVER.gif) repeat-x bottom left;}
#dolphinnav ul li a:hover span{display:block;width:auto;cursor:pointer;}
#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{color:#fff;background:#9950C6 url(../imgs/dolphinmenu/dolphin_left-ON.gif) no-repeat top left;line-height:275%;}
#dolphinnav ul li a.current span{display:block;padding:0 20px 0 0;width:auto;background:#9950C6 url(../imgs/dolphinmenu/dolphin_right-ON.gif) no-repeat top right;height:33px;}
/* ---------------------- END Dolphin nav ---------------------- */

