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

/*//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
IMPORTED IN: -
DESCRIPTION: stylesheet of the home page

DATE CREATED: 09/12/2008

LAST MODIFICATION: -
//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\*/

@import url(reset.css);

/**********************************************
	HTML's Labels                              
***********************************************/ 

/**********************************************
	General Structures                         
***********************************************/

body
{
 background:#ffffff url(../images/home/body_bg.jpg) scroll repeat-x left top;
}

#pageWrapper
{
 position:relative;
 width:1000px;
 padding:328px 0 0 0;
 margin:0 auto;
 background:transparent url(../images/home/div_bg.jpg) scroll no-repeat left top;
}


/*******************************************
 	Specifics structures
********************************************/

/*------------------------------------------
	pageWrapper
--------------------------------------------*/
h1 
{
 position:relative;
 width:1000px;
 height:206px;
 background:url(../images/home/h1_bg.jpg) scroll no-repeat left top;
}

h1 span {display:none;}

ul 
{
 position:relative;
 width:883px;
 height:88px;
 padding:10px 0 0 117px;
 background:url(../images/home/ul_bg.jpg) scroll no-repeat left top;
}


ul li
{
 float:left;
 display:inline;
 width:166px;
 height:40px;
 margin:0 135px 0 0;
}

ul .li3 {margin:0}

ul li a
{
 display:block;
 width:100%;
 height:100%;
}

ul li a span
{
 display:none;
}

ul .li1 a {background:url(../images/home/li1_1.jpg) scroll no-repeat left top;}
ul .li2 a {background:url(../images/home/li2_1.jpg) scroll no-repeat left top;}
ul .li3 a {background:url(../images/home/li3_1.jpg) scroll no-repeat left top;}



