/* body */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:#170305 url(img/bg-body.png) top repeat-x;
}

#wrap {
	width: 960px;
	margin: 20px auto 0 auto;
	text-align: left;
}

#center {
	overflow: hidden;
	width: 960px;
}

/* header */

#header {
	color: #FFF;
	height: 107px;
	padding:0;
	margin:0;
}

.marquee {
	margin:-25px 0;
	padding:0;
	height: 15px;
	color: #F7EE93;
	font-size: 9px;
}

/* menu orizzontale */

.menuInline{
color:#FFF;
margin: 106px 0;
padding:5px 0;
text-align:left;
}
.menuInline li{
display:inline;
}
.menuInline a{
height:0;
padding:0.2em 5px;
text-decoration:none;
margin:-0.5em 2px;
}
.menuInline .primaVoce a{
}
.menuInline a:link,
.menuInline a:visited{
background: url(img/bg-li-menu.png) top repeat-x;
color:#F7EE93;
}
.menuInline a:hover,
.menuInline a:focus,
.menuInline a:active{
	background: url(img/bg-li-menu-hover.png) top repeat-x;
	color:#FFCC00;
}

.menuInline{
background:url(img/bg-li-menu-hover.png) -200px -200px no-repeat;/* carica l'immagine in anticipo */
}

.secondaVoce{
margin-right: 367px;
}

/* top-home */

#top-home {
	color: #FFF;
	min-height: 325px;
}

#top-home-left {
	float: left;
	height: 308px;
}

.top-left {
	background: url(img/bg-left-1.png) no-repeat;
	width: 480px;
	height: 150px;
	margin-bottom:7px;
	color: #F0F0F0;
}

#top-home-right {
	background: url(img/bg-top-right.jpg) no-repeat;
	float:right;
	width: 474px;
	height: 308px;
}

#logo {
	background: url(img/logo.png) no-repeat;
	width: 329px;
	height: 145px;
	position: absolute;
	top: 25px;
	margin-left: 310px;
	z-index: 1;
}

/* center-home */

#center-home {
	color: #2d2d2d;
	min-height: 350px;
}

#center-home-left {
	float: left;
	width: 480px;
}

.top-center-home-left {
	height: 40px;
	text-align: center;
	background: url(img/bg-top-center-left.png) top no-repeat;
	text-transform: uppercase;
	color: #FFFFCC;
}

.content-center-home-left {
	background: url(img/bg-center-left.png) center repeat-y;
	
}

.bottom-center-home-left {
	height: 20px;
	background: url(img/bg-bottom-center-left.png) bottom no-repeat;
}

#center-home-right {
	float: right;
	width: 474px;
}




/* headers */

h1, .title-site {
margin:0;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
text-align:left;
}

h2, .title-head {
margin: 0;
padding:4px 0px 0 ;
font-size: 12px;
font-weight: bold;
}

h3, h4, h5, h6, .title-home  {
padding: 7px 0 0 0;
font-size: 12px;
font-weight: normal;
}

#content h1 {
margin:0 10px;
padding-left: 10px;
text-align: center;
font-size: 14px;
font-weight: bold;
background-color: #eeeeee;
}

/* content */

#content {
	float: left;
	width: 438px;
	background: transparent;
	color: #000;
	position: relative; left: 200px;
}

.intro {
	height: 180px;
	background: url(img/bg-intro.gif) top center no-repeat;
	text-align:justify;
	font-size: 11px;
	padding: 20px;
	margin: 0 auto;
}

.newsletter {
	height: 1px;
	text-align:justify;
	font-size: 11px;
	color: #FFFFCC;
	padding: 5px;
	margin: 0 auto;
}

#ante-bottom {
min-height: 130px;
}

.box {
	background: url(img/jackpots.png) no-repeat;
	color: #F0F0F0;
	width: 312px;
	height: 129px;
	text-align: center;
	margin-top: 10px;
	margin-left: 5px;
	float: left;
}



/* footer */

#footer {
	background: #022E32 url(img/bg-footer.png) repeat-x;
	color: #F0F0F0;
	height: 100px;
	text-align: center;
	margin-top: 20px;
}

#footer a:link{
	color:#F7EE93;
}
#footer a:visited{
	color:#F7EE93;
}
#footer a:hover,a:focus,a:active{
	color:#FFCC00;
} 

#footer p{
	padding:27px 0 0 0;
}

/* varie */

#header, #content, #sidebar, #sidebar2, #footer {
	padding: 0.5em 0;
}

div p {
	margin: 0;
	padding: 0.5em 1em;
}

.pad10 {
	padding: 7px 10px 10px 6px;
}

span.cID {
	display:block;
	float:left;
	padding:.2em .5em;
	border: 2px solid #900;
	background:#FFF;
	color:#000;
	margin: 0 0.5em 0 0;
	font:bold 1.2em "Courier New", Courier, monospace;
}

a:link{
	color:#035265;
	text-decoration: none;
}
a:visited{
	color:#660000;
	text-decoration: none;
}
a:hover,a:focus,a:active{
	color:#660000;
	text-decoration: none;
} 

a img{
border:none;
}