body {
	text-align: center; /* centra in IE5.x */
	background: url("/media/bg.jpg");
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	cell-spacing: 0px;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
}

td {
	padding: 0;
	vertical-align: top;
	text-align: left;
	margin: 0;
	border: 0;
}

th {
	vertical-align: top;
	text-align: left;
	margin: 0;
	border: 0;
}

img {
	border: 0;
	margin: 0;
	outline: 0;
}

div {
	margin: 0;
	padding: 0;
	text-align: left;
}

h1 {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	color: #CC0000;
	font-size: 13px;
	font-weight: bold;
}

p {
	text-align: justify;
}

a:link, a:visited {
	text-decoration: none;
	color: #CC0000;
}

a:hover {
	text-decoration: underline;
	color: #CC0000;
}

hr {
	border: 0;
	color: #F90;
	background-color: #F90;
	height: 3px;
}

/* VARI */

p.gray {
	color: #666666;
}

img.image_left {
	float: left;
	clear: left;
	margin: 5px;
	margin-left: 0;
}

img.image_right {
	float: right;
	clear: right;
	margin: 5px;
	margin-right: 0;
}

div.correzione_altezza {
	height: 255px;
}

table#oldoldman td {
	text-align: center;
	padding: 30px;
}

table#oldoldman img {
	border: 1px solid #CC9999;
	margin: 2px;
	padding: 2px;
}

div#googlemap {
	height: 300px;
	margin-bottom: 10px;
	padding: 0;
}

/* SEZIONI PRINCIPALI */

div#body {
	border-left: 2px solid white;
	border-right: 2px solid white;
	width: 760px;
	margin: 0 auto;   /* centra negli altri browser */
	text-align: left;   /* ripristina l'allineamento */
	background-color: #FFCC00;
}

div#upper {
	background: url("/media/top.jpg");
	width: 760px;
	height: 308px;
}

div#footer {
	background: url("/media/footer.jpg");
	width: 760px;
	height: 157px;
}

/* PAGINA INTRO */

body#intro {
	background: none;
}

body#intro table {
	width: 100%;
}

body#intro table td {
	height: 500px;
	text-align: center;
	vertical-align: middle;
}

body#intro div {
	text-align: center;
}

body#intro div#logo {
	background-image: url("/media/logo_strip.gif");
	background-repeat: repeat-x;
	height: 87px; /* hack, altezza dell'img*/
}

body#intro div#motto {
	height: 63px;
	padding-top: 20px;
	background-image: url("/media/motto_strip.jpg");
	background-repeat: repeat-x;
}

body#intro div#entra {
	background-image: url("/media/entra_strip.gif");
	background-repeat: repeat-x;
}

/* CONTENT */

td#content {
	padding-left: 15px;
	padding-right: 15px;
}

td#content div.content {
	background: white;
	padding: 5px;
}

/* MENU */

div#menu {
	padding-top: 200px;
}

div#menu a {
	margin-left: 15px;
}

div#title {
	padding-top: 43px;
	margin-left: 15px;
}

/* MENU RIGHT */

td#menu_right {
	width: 167px;
	vertical-align: top;
}

td#menu_right div {
	background: white;
}

td#menu_right hr {
	height: 6px;
	background-color: #FF9900;
	border: 0;
}

p.menu_list {
	padding: 10px;
	color: #666666;
}

p.menu_list a:hover, p.menu_list a:link, p.menu_list a:visited {
	color: #666666;
}

p.menu_list b {
	font-weight: bold;
	color: #CC0000;
}

td#menu_right img {
	margin-bottom: 8px;
}

/* FOOTER */

div#footer p {
	font-size: 10px;
	letter-spacing: 0.05em;
	color: #660000;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 125px;
}

div#footer a:link, div#footer a:visited {
	text-decoration: underline;
	color: #660000;
}

div#footer a:hover {
	text-decoration: none;
	color: #CC0000;
}

/* PAGINATORE */

table.paginator td {
	width: 33%;
	font-size: 10px;
	color: #CC0000;
}

table.paginator td.left {
	text-align: left;
}

table.paginator td.center {
	text-align: center;
}

table.paginator td.right {
	text-align: right;
}

/* FORM */

label {
	width: 80px;
}

textarea {
	border: 1px solid #C1C2C4;
	margin: 1px;
	background-color: white;
	padding: 2px;
}

input {
	border: 1px solid #C1C2C4;
	margin: 1px;
	background-color: white;
	padding: 2px;
}

table#full_contact_form td.long textarea {
	width: 95%
}

table#full_contact_form td.middle input {
	width: 95%
}

table#full_contact_form td.short input {
	width: 20%
}

table#full_contact_form td.radio input {
	background: none;
}

form#contact p.button_strip {
	padding-top: 10px;
	text-align: center;
}

textarea { /* IE hack */
	overflow: auto;
}

input { /* IE hack */
	overflow: hidden;
}

input.button {
	width: auto;
}

.error {
	color: red;
}

.error input {
	border-color: red;
}

.error textarea {
	border-color: red;
}

table#full_contact_form {
	border-collapse: separate;
	border-spacing: 3px;
}

table#full_contact_form div.long_info_box {
	height: 200px;
	width: 95%;
	overflow: scroll;
	border: 1px solid #C1C2C4;
	font-size: 10px;
}

table#full_contact_form td.marker {
	width: 3%;
	border: 1px solid #999;
	padding: 3px;
	background-color: #EEE;
	text-align: center;
}

table#full_contact_form td.label {
	width: 30%;
	border: 1px solid #999;
	background-color: #FFEC9D;
	padding: 3px;
	text-align: justify;
	padding-left: 6px;
	padding-right: 6px;
}

table#full_contact_form td.background {
	background-color: #EEE;
}

table#full_contact_form td.input {
	width: 67%;
	border: 1px solid #999;
	padding: 3px;
	background-color: #EEE;
}

table#full_contact_form td.title {
	padding-top: 10px;
	padding-bottom: 10px;
}

table#full_contact_form td.title h2 {
	text-align: right;
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}

table#full_contact_form td.title p {
	text-align: justify;
	border: 1px solid #999;
	background-color: #EEE;
	padding: 3px;
}

table#full_contact_form ul {
	list-style-type: none;
}

input#submit {
	background : url("/media/linea_richiedi_informazioni.gif");
	width: 563px;
	height: 35px;
	border: 0;
}

/* INFORMAZIONI */

h2.contatti {
	text-align: right;
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}

div.contatti {
	border: 1px solid #999;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #EEE;
	width: 230px;
	margin-left: 310px;
}

div.contatti p {
	text-align: right;
}

/* PRODOTTI */

td.product_item {
	width: 47%;
	padding: 4px;
	background-color: white;
	font-size: 10px;
	color: #666666;
}

td.product_left {
	background-image: url("/media/product_background_left.gif");
	background-repeat: no-repeat;
	background-position: 87px 0px;
}

td.product_right {
	background-image: url("/media/product_background_right.gif");
	background-repeat: no-repeat;
	background-position: 160px 0px;
}

td.product_void {
	width: 47%;
}

td.product_spacer {
	width: 6%;
}

td.product_left img {
	float: left;
}

td.product_left p {
	margin: 0;
	padding: 0;
	margin-left: 90px;
	margin-right: 5px;
	margin-top: 10px;
}

td.product_right img {
	float: right;
}

td.product_right p {
	margin: 0;
	padding: 0;
	width: 165px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: right;
}

td.product_item span.product_title {
	color: #CC0000;
	font-weight: bold;
}

/* SCHEDA PRODOTTO */

div#prodotto {
	padding: 10px;
	font-size: 12px;
}

div.center
{text-align: center;}

span.product_special
{font-weight: bold; color: black;}

