/* CSS Document */

body {
	background-color: #DBDBDB;
	background-image: url(../images/bg_home.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#container {
	background-image: url(../images/crepe.jpg);
	background-repeat: no-repeat;
	background-position: center 344px;
}
#content {
	margin: 0px auto;
	width: 920px;
}
#top {
	height: 174px;
	margin-bottom: 25px;
	background-color: #FFFFFF;
	background-image: url(../images/logo_stecca.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#page {
	padding: 30px 44px 20px 35px;
	line-height: 16px;
	text-align: justify;
	background-image: url(../images/bg_page.png);
	background-repeat: repeat-y;
}
.boxProdotto {
	padding: 25px 40px 10px 30px;
	line-height: 16px;
	text-align: justify;
	background-image: url(../images/bg_pageprodotto.png);
	background-repeat: repeat-y;
}
#presentazione {
	color: #ff8a00;
	padding: 0px 20px 0px 33px;
	margin-top: -15px;
}
#menu {
	float: right;
	height: 114px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: 0px 60px;
	text-align: right;
}
.grigio {
	color: #666666;
}
