body
{
	margin: 0;
	font-family: "Arial" , "sans" , "serif";
	background-image: url("/images/interface/body-bg.jpg");
	background-repeat: repeat-x;
	background-color: #cbe8ed;
	font-size: 0.9em;
	color: #474646;
}

h2
{
	color: #087fa2;
	font-size: 1.4em;
	font-weight: normal;
}

h3
{
	font-size: 1.3em;
	font-weight: normal;
	color: #78ac12;
}

h4
{
	font-size: 1.1em;
}

#totalholder
{
	width: 100%;
	height: 100%;
}

#holder
{
	height: 300px;
	text-align: center;
	padding-top: 150px;
}



#searchbox
{
	position: absolute;
	top: 190px;
	left: 50%;
	margin-left: -135px;
	width: 278px;
	z-index: 100;
}


#searchfield
{
	width: 235px;
	font-size: 1.8em;
	/*border: 0;*/
}

#searchButton
{
	margin-top: 35px;
	float: right;
}

#searchmenu
{
	display: none;
	position: absolute;
	top: 133px;
	left: 50%;
	margin-left: -150px;
}

#searchmenu li
{
	display: inline;
}

#searchmenu a
{
	color: #8d8c8c;
	text-decoration: none;
}
#searchmenu a:hover
{
	color: black;
	text-decoration: none;
}



#liveresults
{
	padding: 5px;
	text-align: left;
	display: none;
	width: 235px;
	background-image: url(/images/interface/home-results-bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
* html #liveresults
{
	/* Regole per IE (dalla 5.5 in poi) */
	background-color: #000;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/interface/home-results-bg.png" ,sizingMethod="scale");
}

#liveresults li
{
	margin: 3px;
}

#footer
{
	height: 93px;
	width: 100%;
	bottom: 0;
	text-align: center;
	font-size: 0.8em;
	color: White;
}

#footer li
{
	display:inline;
}

#footer ul
{
	margin:0;
	padding:0;
}

#footer a
{
	text-decoration:none;
	color: White;
}
#footer a:hover
{
	text-decoration:none;
	color:#087fa2;
}


.dragger
{
	width: 100%;
	clear: both;
}
