/* Impostazioni generali */

a:link { color: #FFF; text-decoration: underline; }
a:visited { color: #FFF; text-decoration: underline; }
a:hover { color: #f5b75e; text-decoration: underline; }

body {
	background: #000 url(../images/bg.jpg) repeat-x;
	color: #FFF;
	text-align: center;
}

img { 
	vertical-align: middle; 
	background: transparent;
}
img.hp {
border: 1px solid #666;
padding: 3px;
text-align: center;
}

p, form { color: #FFF; text-align:left; }

form { margin: 0px; padding-left: 10px; }

ul {
	margin: 0px 0px 0px 30px;
	padding-left: 30px;
	font-size: 12px;
}
ul.zero, li.zero { margin:0; padding:0; color: #000; list-style: none; }
li {	text-align: left; }

h1 { margin: 10px 0px 20px 0px; font: 36px Verdana, "Times New Roman", Times, serif; color: #666666; font-weight: bolder; }
h1.logo { 
  background: transparent url(../images/header.png) top left no-repeat; 
  height: 120px;
  margin:0;
  overflow: hidden;
  text-indent: -9999px;
}
h1.logo a:link, h1.logo a:visited {
  display:block;
  width:960px;
  height:120px;
  background: transparent url(../images/header.png) top left no-repeat;
}

h2 { color: #CCC; font: 28px "Times New Roman", Times, serif; margin: 20px 0 20px 0; text-align: left; font-style: italic; }
h3 { color: #f5b75e; font: 18px Arial, Helvetica, sans; font-weight: bolder; margin: 0 0 10px 0; text-align: left; }

form { margin: 20px 0; }

input, textarea {
  background: #4F0F19 url(../images/bg_txtarea.jpg);
  border: 1px solid #6F1425;
  color: #fff;
  overflow: auto;
}
input.submit { background: #2C090D; border: 0; }
textarea { width: 315px; height: 200px; }

div#header { background: #000 url(../images/bg.jpg) repeat-x; }

div#pay h5#paypal, h5#postepay {
  margin:0 0 10px 0;
  padding:0;
  text-indent: -9999px;
  width: 400px;
  height: 31px;
}
div#pay h5#paypal a, h5#postepay a {
  display:block;
  margin:0;
  padding:0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: transparent url(../images/logo_paypal.png) top left no-repeat;
}
div#pay h5#paypal a:hover {
  background: transparent url(../images/logo_paypal.png) 0 -31px no-repeat;
}
div#pay h5#postepay a {
  background: transparent url(../images/logo_postepay.png) top left no-repeat;
}
div#pay h5#postepay a:hover {
  background: transparent url(../images/logo_postepay.png) 0 -31px no-repeat;
}

#commentForm { width: 500px; text-align: left; }
#commentForm label { width: 170px; display: block; float: left; }
#commentForm label.error, #commentForm input.submit { margin-left: 173px; }

acronym {
	border-bottom: 1px dotted #FF3300;
	cursor: help;
}

.container_16 { background: #2C090D; }

.banner {text-align: center;}

#myContent2 { margin-bottom: 20px; }

/* DIVS */

#wrapper { 
	width: 960px; 
	margin: auto; 
	text-align: left; 
}

#slideshow {
background: #2c090d;
height: 222px;
}

#text {
background: #2c090d url(../images/text_bg.jpg) repeat-x;
padding: 10px 20px 0 20px;
}

#captcha { margin-bottom: 20px; }
#recaptcha_response_field {
   color: #fff;
 }



/* Il menu */

.glossymenu{
  border-top: 1px solid #666;
	position: relative;
	padding: 0;
	margin: 0 auto 0 auto;
	background: #958486 url(../images/menur_bg.gif) repeat-x;
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
	margin:0;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Non cambiare*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
	margin-left: 5px;
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px;
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: #958486 url(../images/menur_hover_left.gif) no-repeat; 
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: #958486 url(../images/menur_hover_right.gif) no-repeat right top; 
}

/* Footer */

#footer {
background: #000 url(../images/footer_bg.jpg) repeat-x;
height: 210px;
line-height: 1.2;
padding-top: 20px;
}
#footer p {color: #000;}
#footer a:link { color: #000; text-decoration: underline; }
#footer a:visited { color: #000; text-decoration: underline; }
#footer a:hover { color: #f5b75e; text-decoration: underline; }

