/*** [C] 2003 Alien Factory 				***/

/*** EFFETTONOTTE ONLINE rev.03			***/
/*** http://www.effettonotteonline.com ***/
/*** --- CSS 1.0								***/
/*** --- Header features					***/



/* --- Header & Navigation bar --- */

DIV.homeHeader {
	height:					100px;
	padding:					70px 7px 0px 7px;
	background: 			url("../home/images/Layout/bg-header.jpg") no-repeat;
}

DIV.navBar {
	height: 					22px;
	background: 			url("../home/images/Layout/tile00.gif");
	font-size:				10px;
	font-weight:			bold;
}

DIV.navbar A {
	color:					white;
	text-decoration:		none;
}

DIV.navbar A:hover {
	color:					white;
	text-decoration:		underline;
}

DIV.navBar UL {
	margin: 					0px;
   padding: 				0px;
	list-style-type: 		none;
}

DIV.navBar LI {
	border:					1px solid White;
	background:				#072E43;
	margin:					1px 1px 1px 2px;
   padding: 				3px;
	float:					left;
	text-align:				center;
}

DIV.searchBox {
	float:					right;
}

INPUT {
	padding:					2px 3px 2px 3px;
	vertical-align: 		middle;
	margin:					1px 3px 0px 0px;
	height:					19px;
	font-family:			Verdana;
	color:					white;
	font-size:				10px;
	font-weight:			bold;
	background:				#072E43;
	border:					1px solid White;
}

INPUT.searchButton {
	padding:					1px;
}