body {
	margin: 0;
	padding: 0;
	background: #FBFBFB url('../images/bg_body.jpg') repeat-x left top;
	font-family: "Trebuchet MS","Lucida Grande",Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	color: #C26C6B;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

a {
	text-decoration: none;
	color: #C26C6B;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 972px;
	height: 71px;
	margin: 0 auto;
	padding: 0 10px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 10px 0 0 0;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 37px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 972px;
	height: 52px;
	margin: 0 auto;
	padding-top: 7px;
	background: url('../images/menu.jpg') no-repeat left top;
}

#menu ul {
	margin: 0 0 0 20px;
	padding: 0;
	/*list-style: none;*/
	list-style-image: url('../images/menu.jpg');
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 10px;
	padding: 10px 15px 10px 15px;
	background: url('../images/separatore.jpg') no-repeat left 50%;
	border: none;
	text-decoration: none;
	font-family: "Trebuchet MS","Lucida Grande",Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #262626;
}

#menu a:hover {
	padding: 10px 15px 10px 15px;
	color: #000000;
	text-decoration: underline;
}

#menu .current_page_item a {
	background: none;
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 0px;
	color: #000000;
}

/* Header */

#header {
	margin: 0 auto;
	width: 972px;
	height: 210px;
}

#flash {
	float: left;
}

#utility {
	float: left;
	margin-left: 15px;
	width: 150px;
	height: 198px;
	border: 1px solid #999;
}

.box {
	margin: 0 auto;
	width: 99%;
	clear: both;
	height: 49%;
	border: 0;
	text-align: center;
}

/* Wrapper */

#wrapper {
	margin: 0 auto;
	width: 972px;
	border: 0;
}

.title {
	margin: 0;
	padding-bottom: 6px;
	font-weight: normal;
	border-bottom: 1px dashed #CCCCCC;
}

.title_chiaro {
	margin: 0;
	padding-bottom: 3px;
	font-weight: normal;
	color: #FFFFFF;
}

.title_scuro {
	margin: 0;
	padding-bottom: 3px;
	font-weight: normal;
	color: #C26C6B;
}

img.image {
	float: right;
	margin-left: 3px;
	margin-top: 15px;
	border: 1px dashed #C26C6B;
	margin-bottom: 15px;
}

img.mini {
	width: 100px;
	height: 75px;
	border: 0;
}

img.medium {
	width: 200px;
	height: 150px;
	border: 0;
}

img.center {
	margin: 0 auto;
}

.right {
	float: right;
	margin-left: 3px;
	margin-top: 85px;
	border: 1px dashed #C26C6B;
	margin-bottom: 15px;
	padding: 3px;
}

table tr.head {
	background: url('../images/bg_head_tabella.jpg') repeat-x left;
	font-weight: bold;
}

table.prodotti {
	width: 99%;
	border-top: 1px solid #CCC;
	margin: 0 auto;
}

table.prodotti td {
	border-bottom: 1px solid #CCC;
}

#content {
	width: 98%;
	padding: 3px;
	border: 0;
	min-height: 300px;
	clear: both;
}

#prodotti {
	float: right;
	width: 52%;
	height: 250px;
	margin-left: 15px;
	border: 0;
}

.form-elem { width:52%; height:48px; border: 0; }
.form-elem-msg { width:52%; height:110px; border: 0; }
.form-elem-checkbox { margin-top:10px; height: 132px; }
.label { width:180px; }
.input { width:280px; text-align:center }
.input input, .input textarea { width:280px; font-family:"Trebuchet MS","Lucida Grande",Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size:14px }
.input textarea { height:80px }
.label-checkbox { width:98%; font-size:14px  }
#invia-form { width:70px;  }
#campi-obbligatori { float: left; width:52%; font-style:italic; font-size:14px; margin-top:5px; text-align:left; }

#boxnewsletter {
	margin: 10px auto;
	width: 250px;
	height: 170px;
	padding: 3px;
	text-align: center;
	background-color: #F8F8F8;
	border: 1px dashed #CCCCCC;
}

#boxprivacy {
	margin: 10px auto;
	width: 98%;
	height: auto;
	padding: 3px;
	text-align: left;
	background-color: #F8F8F8;
	border: 1px dashed #CCCCCC;
}

/* Avviso di errore */
#error {
	margin:10px auto;
	background:#F86846;
	border:1px solid #E80000;
	width:80%;
	padding:2px;
	clear:right;
	text-align:center;
	color:#000;
}
/* Avviso di aggiornamento */
#update {
	margin:10px auto;
	background:#CCFF99;
	border:1px solid #99FF00;
	width:80%;
	padding:2px;
	clear:right;
	text-align:center;
	color:#000;
}

/* Footer */
#footer { 
	width: 100%;
	border-top: 1px solid #C26C6B;
	text-align: center; 
	padding-top: 5px;
	font-size: 12px; 
	color: #555; 
	clear: both;
}
