/*Set default margin's and padding*/
* { margin: 0; padding: 0; }


/* Set generic img and link tags */
a {
	color: blue;
	background-color: transparent;
	text-decoration: none;
	font-size: 18px;
}
a:hover { 
text-decoration:underline !important;
}


h2 {
position:relative; 
text-align: left;
color: black; 
 margin: auto;
width: auto; 
height:10px; 
 margin: auto;
  text-decoration: underline;
  font-size:15px;
}
/* Contatti */
#contatti { 
position:relative; 
text-align: center;
color: silver; 
 margin: auto;
width: auto; 
height:10px; 
 margin: auto;
  text-decoration: underline;
  font-size:12px;
  
#a {
	color: silver;
	background-color: transparent;
	text-decoration: none;
}
#a:hover { 
text-decoration:underline !important;
}

/* Menu */

#menu {
	width:960px;
	height:33px;
	padding:0px 0 0 0;
	float:left;
	border-bottom:5px #000 solid;
}
#menu ul {
	display:block;
	list-style:none;
	padding:0px 0 0 0px;
	margin:0px;
}
#menu ul li {
	display:inline;
	padding:0px;
	margin:0px;
	height:33px;
}
#menu ul li a {
	display:block;
	padding:0px;
	float:left;
	height:33px;
	margin:0 4px 0 0;
	text-decoration:none;
}
#menu ul li.bt1 a {
	width:79px;
	background:url(/images/bt1.gif) no-repeat center;
}
#menu ul li.bt2 a {
	width:96px;
	background:url(/images/bt2.gif) no-repeat center;
}
#menu ul li.bt3 a {
	width:96px;
	background:url(/images/newassets/bt3.gif) no-repeat center;
}
#menu ul li.bt4 a {
	width:96px;
	background:url(/images/newassets/bt4.gif) no-repeat center;
}
#menu ul li.bt5 a {
	width:96px;
	background:url(/images/newassets/bt5.gif) no-repeat center;
}
#menu ul li.bt6 a {
	width:96px;
	background:url(/images/newassets/bt6.gif) no-repeat center;
}
#menu ul li.bt7 a {
	width:123px;
	background:url(/images/newassets/bt7.gif) no-repeat center;
}
#menu ul li.bt8 a {
	width:106px;
	background:url(/images/newassets/bt8.gif) no-repeat center;
}
#menu ul li.bt9 a {
color:#19C8FF;
font-size:14px;
padding:7px 0 0 15px;
width:60px;
}
#menu ul li.bt9 a:hover {
color:#999999;
}
#menu ul li a {
display:block;
float:left;
height:33px;
margin:0 4px 0 0;
padding:0;
text-decoration:none;
}
#menu ul li.bt10 a {
	width:49px;
	background:url(/images/newassets/sign_in.gif) no-repeat top;
}
#menu ul li.bt10 a:hover {
	background:url(/images/newassets/sign_in.gif) no-repeat bottom;
}



#menu ul li.divider {
	background:url(/images/newassets/divider_sign_up.gif) no-repeat center;
	width:6px;
	height:33px;
	float:left;
}
#menu ul li.bt1 a:hover {
	background:url(/images/bt1_a.gif) no-repeat center;
	width:79px;
}
#menu ul li.bt2 a:hover {
	background:url(/images/newassets/bt2_a.gif) no-repeat center;
	width:96px;
}
#menu ul li.bt3 a:hover {
	background:url(/images/newassets/bt3_a.gif) no-repeat center;
	width:96px;
}
#menu ul li.bt4 a:hover {
	background:url(/images/newassets/bt4_a.gif) no-repeat center;
	width:96px;
}
#menu ul li.bt5 a:hover {
	background:url(/images/newassets/bt5_a.gif) no-repeat center;
	width:96px;
}
#menu ul li.bt6 a:hover {
	background:url(/images/newassets/bt6_a.gif) no-repeat center;
	width:96px;
}
#menu ul li.bt7 a:hover {
	background:url(/images/newassets/bt7_a.gif) no-repeat center;
	width:123px;
}
#menu ul li.bt8 a:hover {
	background:url(/images/newassets/bt8_a.gif) no-repeat center;
	width:106px;
}
#menu ul li.bt1_current a {
	background:url(/images/bt1_s.gif) no-repeat center;
	width:79px;
}
#menu ul li.bt2_current a {
	background:url(/images/newassets/bt2_s.gif) no-repeat center;
	width:96px;
}
#menu ul li.bt3_current a {
	background:url(/images/newassets/bt3_s.gif) no-repeat center;
	width:96px;
}
#menu ul li.bt4_current a {
	background:url(/images/newassets/bt4_s.gif) no-repeat center;
	width:96px;
}
#menu ul li.bt5_current a {
	background:url(/images/newassets/bt5_s.gif) no-repeat center;
	width:96px;
}
#menu ul li.bt6_current a {
	background:url(/images/newassets/bt6_s.gif) no-repeat center;
	width:96px;
}
#menu ul li.bt7_current a {
	background:url(/images/newassets/bt7_s.gif) no-repeat center;
	width:123px;
}
#menu ul li.bt8_current a {
	background:url(/images/newassets/bt8_s.gif) no-repeat center;
	width:106px;
}
.center_content {
	width:960px;
	clear:both;
}