/* SET THE COLOR FOR THE MENUE LINE */

ul.menu.color { background-color:#c00;}
ul.menu.color li a:hover, .menu.color li.current {background-color:#fff;_height:33px;}

/* END - SET THE COLOR FOR THE MENUE LINE */


* {
  padding: 0;
  margin: 0;
  color: #a79787;
  line-height: 140%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

body {
	background-color:#1c1c1c;
	text-align:center;
	margin:5px auto;
}

a {text-decoration:none;font-weight:bold;}
a:hover {color:#fff;}
img {border:none;padding:0;}
input, textarea, select {color:#000;padding:1px;}

#head {margin:0px auto;width:640px;text-align:left;}
#head img {border:none;padding:0;margin:0;}
#head p {font-weight:bold;color:#c00;margin:0 0 8px 117px;}

.title {
	padding:5px 0 5px 0;
	margin:0px auto;
	width:640px;
	font-size:20px;
	text-align:left;
}
.valori{
	float:right;
	margin-top:7px;
	font-size:13px;
}

.right {float:right;margin-left:10px;}
.right img {background-color:#fff;border:1px solid #000;padding:2px;}
.right ul {list-style-position:inside;}
.white {font-weight:bold;color:#fff;}
.thumbnails {background-color:#fff;border:1px solid #000;padding:2px;margin:3px;}

#mwrapper, #footer {
 
 border-bottom: 0px solid #000;
 background:url(../images/bg.gif) repeat-x top;
 background-color:#c00; 
 height: 33px;
 color: #a79787
}
#mwrapper {
	margin-top:0px !important;
	margin-top:-40px;
}

#footer {font-size: 11px;}
#footer img {border:0px solid #000;background-color:#fff;height:20px;margin:4px 4px 0 0;}
	
ul.menu {
 list-style-type:none;
 width:640px;
 height:33px;
 text-align: center;
 _padding:0 0 0 224px;
 background:url(../images/bg.gif) repeat-x top;
 position:relative;
 display:block;
 margin-left: auto;
 margin-right: auto;
}



ul.menu li {
 display:block;
 float:left;
 margin:0;
 padding:0;
}

ul.menu li a {
 float:left;
 color:#a79787;
 text-decoration:none;
 height:24px;
 padding:9px 6px 0;
 font-size: 11px;
}

ul.menu li a:hover,.current {
	color:#fff;
	background:url(../images/bg.gif) repeat-x top left;
	_height: 33px;			// for IE only
}

ul.menu .current a {color:#fff;font-weight:700;}
