@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:12px;
	background-color: #911F1F;
	background-position:top center;
	background-image: url(immagini/bg.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.style1 {color: #911F1F}
.style2 {
	font-size: 9px;
	color: #333333;
}
.oneColFixCtrHdr #container {
	width: 718px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	background-image: url(immagini/testata.gif);
	height: 147px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#prodotti {
padding:0;
}
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
 .floatleft{
	float: left;

	padding: 20px;
}

 .floatright{
	float: right;

	padding: 20px;
}
#menu {
	float: left;
	width: 715px;
	height: 40px;
	background: url(images/img04.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	background: url(images/img05.gif) no-repeat right top;
	height: 60px;
	padding: 0 15px 0 15px;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding: 10px 5px 0 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #911F1F;
}

#menu a:hover {
	color: #666666;
}

#menu .current_page_item a {
	color: #999999;
}
a:link {
	color: #780E12;
}
a:visited {
	color: #981818;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
#links {
	width:200px;
}
