body {
	margin: 0;
	padding: 0;
	font-family: Helvetiker, Arial, sans-serif;
	font-size: 9pt;
	color: black;
	background:#e7e7e7 url('../img/home_sfondo.jpg') repeat-x;
}

a {
	color: black;
	outline: none;
	text-decoration: none;
}

img {
	border: none;
}

ul,li, object, embed {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,h2,h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

form, input, select, textarea {
	padding:0;
	margin:0;
}

.lightblue {
	color:#b2dbee;
}

.darkblue {
	color:#70abc6;
}

.darkgrey {
	color:#323232;
}

#wrapper {
	background:#e3e3e3;
	height:400px;
	margin: 0 auto;
}

#wrapper,
#search_box {
	width: 896px;
}

#search_box,
#search_box_inner {
	float:left;
	display:inline;
}

#search_box {
	height:30px;
}

#search_box_inner {
	color:white;
	float:right;
	width:150px;
	padding:0 5px;
	height:16px;
	line-height:16px;
	background:#333333 url('../img/search_freccia.png') right no-repeat;
	text-transform:uppercase;	
	font-size:8pt;
}

#search_box input {
	width:100px;
	border:none;
	font-size:8pt;
	color:white;
	background:#333333;
}

#logo_box,
#logo_box a,
#logo_box main {
	float:left;
	display:inline;
}

#logo_box {
	clear:both;
}

#logo_box img {
	height:83px;
}
