/*************************************
	STYLES
 *************************************/
 
body{
	font-family:helvetica,arial,sans-serif;
	font-size:10px;
}
a{
	color:black;
	text-decoration:none;
}
a.active, span.active{
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}
img{
	border:none;
	display:block;
}
p{
	margin-bottom:1em;
}
h1{
	text-decoration:underline;
}


/*************************************
	LAYOUT
 *************************************/
 
#wrapper{
	width:930px;
	margin-top:10px;
	margin-left:10px;
	font-size:1.1em;
	line-height:1.3em;
}
#header{
	height:210px;
}
#main{
	clear:both;
	margin-left:125px;
}



/*************************************
	NAVIGATIONS
 *************************************/
 
/* navigation */
.navigation{
	float:left;
	width:90px;
}
#navigation{
	width:210px;
}
#navigation ul.level_1{ 
	width:195px;
	background-image:url(../assets/sprite-navigation.gif);
	background-repeat:no-repeat;
}
#navigation li,#navigation a,#navigation span{ 
	display:block;
	width:195px;
	height:20px;
}
#navigation a,#navigation span{ 
	display:none;
}
#navigation a,#navigation span.active{ 
	text-indent:-300px;	
}
#navigation a:hover,#navigation a.trail,#navigation span.active{ 
	background-image:url(../assets/sprite-navigation.gif);
	background-repeat:no-repeat;	
}

/*************************************
	BLOCKS
 *************************************/


/* logo */
#logo{
	float:left;
	width:125px;
}



/*************************************
	MISC
 *************************************/
.inv{
	display:none;
}





