/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------*/
body {
	color: #fff;
	font:10px arial, sans-serif; 
	text-decoration: none;
	background-color: #fff;
}
#site{
	height: 600px;
	width: 1000px;
	margin: auto;
	background-color: #fff;
}
#logo{
	height: 141px;
	width: 275px;
	float: left;
}
#pay-off{
	height: 141px;
	width: 465px;
	float: left;
}
#ricerca{
	float:right;
	width:256px;
	height:141px;
	text-align: left;
	color: #999;
}

#ricerca a:link, #ricerca a:visited{
	color: #999;
	font-size: 10px;
	text-decoration: none;
}
#ricerca a:hover, #ricerca a:active{
	color: #e2007a;
	font-size: 10px;
	text-decoration: none;
}

#string{
	width: 185px;
	height:14px;
	border: 1px solid #ccc;
	color: #999;
}
#cerca{
	vertical-align:bottom;
}
#fucsia{
	height: 5px;
	width: 273px;
	background-color: #e2007a;
	float: left;
}
#left{
	height: 326px;
	width: 273px;
	background-image: url('img/fondino.jpg');
	float: left;
}
#menu {
	float:right;
	margin-right:30px;
	margin-top:80px;
	width:200px;
}
#menu li{
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	height: 22px;
}

#menu a:link, #menu a:visited {
	display: block;
 	height: 19px;
	line-height: 19px;
	text-decoration: none;
	text-indent: 19px;
}
#menu a:hover, #menu a:active {
	/* background: #c00; */
	background-position: right top;
	color: #fff;
}
#middle{
	height: 324px;
	width: 465px;
	background-image: url('img/fondino.jpg');
	float: left;
	margin: 0 2px 0 2px; 
	font-size: 12px;
	border: 1px solid #005782;
	overflow: hidden;
}
#middle a:link, #middle a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#middle a:hover, #middle a:active {
	color: #e2007a;
	font-weight: bold;
}
#right{
	min-height: 326px;
	height: auto; 
	width: 256px;
	background-image: url('img/fondino.jpg');
	float: left;
	font-size: 12px;
}
hr{
	background-color: #E2007A;
    color: #E2007A;
    height: 1px;
}
#right a:link, #right a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#right a:hover, #right a:active {
	color: #e2007a;
	font-weight: bold;
}
#testo{
	padding: 30px 30px;
}
#blank{
	height:150px;
	width:1000px;
	float:left;
}
#footer{
	width:1000px;
	height:10px;
	text-align: left;
	color: #999;
	vertical-align: bottom;
	float:left;
}
#footer a:link, #footer a:visited{
	color: #e2007a;
	font-size: 10px;
	text-decoration: none;
	margin-left: 10px;
}
#footer a:hover, #footer a:active{
	color: #e2007a;
	font-size: 10px;
	text-decoration: none;
	margin-left: 10px;
}

.foot_links{
	margin-left: 258px;
}
