@charset "utf-8";
/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th {
	margin : 0;
	padding : 0;
}

/* Img normalize */
img {
	border:none;
}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size : 100%;
}

/* Removes list-style from lists */
ol, ul {
	list-style : none;
}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style : normal;
	font-weight : normal;
}

/* Removes list-style from lists */
table {
	border-collapse : collapse;
	border-spacing : 0;
}

td {
	padding:5px;
}

/* Removes border from fieldset and img */
fieldset, img {
	border : 0;
}

/* Left-aligns text in caption and th */
caption, th {
	text-align : left;
}

/* Removes quotation marks from q */
q:before, q:after {
	content :'';
}

/* Normalizes anchors */
a:link, a:visited, a:active, a:focus {
	text-decoration:none;
	outline: 0;
	color:#ff3c00;
	font-size:11px;
}

a:hover {
	text-decoration:none;
	outline: 0;
	color:#db2501;
	font-size:11px;
}
input, select, textarea {
	font-size:12px;
	font-weight:bold;
	color: #d41212;
	border:1px solid #e1d1d1;
	font-family: "Times New Roman", Times, serif;
	height:18px;
}
body {
	font-family: "Trebuchet MS", Times, serif; 
	padding:0px;
	margin:0px;
	font-size:11px;
	width:100%;
	height:100%;
	background: #eee9ae;
	color:#3d3d3d;
}
#container {
	width:760px; height:auto; overflow:hidden;
}
#header {
	width:760px; height:260px;
}
#menu {
	width:760px; height:47px; background:url('../images/menu.jpg') no-repeat; text-align:left;
}

.menu_link {
	width:auto; height:47px;float:left;
}
#banner {
	width:1000px; height:57px; float:left;
}
#content {
	width:760px; height:auto; overflow:hidden; background:#ffffff url('../images/bg.jpg') repeat-x bottom; padding:0px 5px 45px 5px;
}
#sx {
	width:140px; height:auto; overflow:hidden; background:#ffffff; padding:16px 5px 5px 5px; float:left;
}
.box-menu-head{
	width:130px; height:65px; background:url('../images/box-menu-head.jpg') no-repeat;
}
.box-menu-body{
	width:120px; height:auto; overflow:hidden; background: #efe79e; padding:5px; text-align:left;
}
.box-menu-body a, .box-menu-body a:hover{
	font-size:12px; font-weight:bold;
}
.box-menu-foot{
	width:130px; height:51px; background:url('../images/box-menu-foot.jpg') no-repeat;
}
#centro {
	width:410px; height:auto; overflow:hidden; background:#ffffff; padding:16px 5px 5px 5px; float:left;
}

.centro-head{
	width:415px; height:17px; background:url('../images/centro-head.jpg') no-repeat;
}
.centro-body{
	width:401px; height:auto; overflow:hidden; background: #f8f4d1; padding:5px; border-left:2px solid #da4443; border-right:2px solid #da4443; text-align:justify;
}
.centro-body h1{
	font-size:13px; font-weight:bold; color:#772029; border-bottom:1px dotted #AF5761; margin-bottom:15px;
}
.centro-foot{
	width:415px; height:17px; background:url('../images/centro-foot.jpg') no-repeat;
}
/* Box prodotti */
.prodotti{
	 text-align:center; margin:5px; float:left; font-size:12px; font-weight:bold; text-transform:uppercase; color:#77212a; width:190px;
}
.prodotti a, .prodotto a:hover{
	 font-size:12px; color:#77212a;
}
.prodotti img{
	 background:#9c4160; padding:3px;
}
/* Scheda prodotto */
.scheda{
	 width:98%; margin-bottom:10px; height:auto; overflow:hidden; padding:5px;
}
.scheda img{
	 background:#9c4160; padding:3px; float:left; margin-right:5px;
}
.scheda em{
	font-size:13px; color:#77212a; font-weight:bold;
}
.scheda span{
	font-size:14px; color:#77212a; font-weight:bold; padding-left:5px;
}
/* Scheda tecnica */
.head-scheda{
	 background:url('../images/head-scheda.png') no-repeat; width:364px; height:11px;
}
.foot-scheda{
	 background:url('../images/foot-scheda.png') no-repeat; width:364px; height:11px;
}
.body-scheda{
	 width:342px; height:auto; padding:0px 10px; border-left:1px solid #791e25; border-right:1px solid #791e25; 
}
.body-scheda b{
	font-size:12px; color:#77212a; font-weight:bold;
}
/* Menu ricerca */
#dx {
	width:159px; height:490px; overflow:hidden; background:#ffffff; padding:0px 10px 0px 10px; float:right; background:url('../images/linee.jpg') no-repeat right;
}
.cerca {
	width:163px; height:50px; background:url('../images/ricerca.gif') no-repeat; padding-top:50px;
}
.campo {
	width:auto; height:auto; float:left; padding-left:4px;
}
