body{
	font-family: Arial;
	color: #000000;
	font-size: 10px;
	background: #FFFFFF;
}
a{
	color:#BA281E;
	text-decoration:  none;
}
a:hover{
	color:#BA281E;
	text-decoration:  underline;
}

#wrap{
	width: 937px;
	margin: 50px auto 20px auto;
}

#home #header{
	padding-bottom: 1px;
	border: none;
}
#header{
	float: left;
	width: 799px;
	padding: 0 0 0 138px;
	border-bottom: 1px solid #000000;
	}
	#header ul#menu{
		float: right;
		width: 500px;
		}
		#header ul#menu li{
			float: right;
			overflow: hidden;
			position: relative;
			height: 41px;
			margin-left: 30px;
			}
			#header ul#menu li a{
				float: left;
				display: block;
				padding: 200px 0 0 0px;
				background: transparent url('../images/anima-menu.gif') no-repeat;
			}
			#header ul#menu li a.menu_anima{
				background-position: 0 0;
				width: 55px;
				}
				#header ul#menu li a.menu_anima:hover,
				#page_anima #header ul#menu li a.menu_anima
				{
					background-position: 0 -121px;
					width: 55px;
				}
			#header ul#menu li a.menu_contatti{
				background-position: -178px 0;
				width: 76px;
				}
				#header ul#menu li a.menu_contatti:hover,
				#page_contatti #header ul#menu li a.menu_contatti
				{
					background-position: -178px -80px;
					width: 76px;
				}
			#header ul#menu li a.menu_cucine{
				background-position: -88px -121px;
				width: 57px;
				}
				#header ul#menu li a.menu_cucine:hover,
				#page_cucine #header ul#menu li a.menu_cucine
				{
					background-position: -88px -39px;
					width: 57px;
				}
	#language{
		width: 150px;
		float:left;
		padding: 13px 0 0 0;
		}
		#language a{
			color: #000000;
			text-decoration: none;
		}
		#language a:hover{
			color: #000000;
			text-decoration: underline;
		}
		#language a.sel,
		#language a.sel:hover
		{
			color: #ba281e;
		}

#content{
	float: left;
	clear: both;
	width: 100%;
	}
	#home .foto_carousel{
		margin-top: -1px;
	}
	.testo{
		padding: 17px 0 0 15px;
		width: 475px;
		float: left;
		line-height: 17px;
		font-size: 11.5px;
		}
		.testo p{
			float: left;
			width: 100%;
			padding: 0 0 17px 0;
		}
		.testo h2{
			float: left;
			width: 100%;
			padding: 0;
		}

#logo_side{
	float: left;
	width: 128px;
	padding: 0 10px 0 0;
	background: #FFFFFF;
	margin-top: -1px;
	height: 395px;
	}
	.button_catalogo{
		float: left;
		position: relative;
		padding: 27px 0 0 0;
		overflow: hidden;
		height: 137px;
		width: 103px;
		}
		.button_catalogo a{
			background: transparent url('../images/sfoglia-il-catalogo-della-collezione-2010.gif') top left;
			padding: 137px 0 0 103px;
			float: left;
			display: block;
			}
			.button_catalogo a:hover{
				background-position: 103px 0;
			}

.foto_carousel{
	float: left;
	width: 799px;
	height: 396px;
}

#footer{
	clear: both;
	float: left;
	width: 799px;
	padding: 15px 0 20px 138px;
	color: #b2b3b4;
	}
	#footer a{
		color: #b2b3b4;
		text-decoration: none;
	}
	#footer a:hover{
		color: #b2b3b4;
		text-decoration: underline;
	}

.foto_cucina{
	width: 642px;
	height: 384px;
	float: left;
	padding: 10px 0 0 10px;
}
#sottomenu_side{
	float: left;
	background: #000000;
	width: 146px;
	height: 394px;
	}
	#sottomenu_side h2{
		width: 131px;
		float: left;
		padding: 17px 0 7px 15px;
		color: #a1231a;
		font-size: 11.5px;
		line-height: 17px;
	}
	#sottomenu_side ul{
		float: left;
		width: 100%;
		}
		#sottomenu_side ul li{
			clear: both;
			float: left;
			width: 100%;
		}
		#sottomenu_side ul li a{
			padding: 0px 0 8px 15px;
			color: #FFFFFF;
			text-decoration: none;
			float: left;
			}
			#sottomenu_side ul li a:hover{
				color: #FFFFFF;
				text-decoration: none;
				font-weight: bold;
			}
			#sottomenu_side ul li a.sel,
			#sottomenu_side ul li a.sel:hover{
				font-weight: bold;
			}

/***********************************************************************
	form
***********************************************************************/	
form{
	width: 100%;
	float:  left;
}

form  label.big {
display:block;
float:left;
font-weight:normal;
width:290px;
font-size: 11px;
padding-bottom: 4px;
}

form  select,
form  input {
border:1px solid #CCCCCC;
float:left;
height:16px;
width:200px;
}
form  select{
height: 22px;
}
form  input.invia{
	border:  none;
	width:  auto;
	height:  auto;
}
form  input.error,
form  select.error{
color: #990000;
border:1px solid #990000;
}

.status{
	color: #990000;
	font-size:  10px;
	float:left;
	padding-top: 3px;
}

.campo-modulo{
float:left;
padding-bottom: 4px;
width:237px;
}
.campo-modulo-big{
float:left;
padding-bottom: 4px;
width:580px;
	}

.rigaForm{
	float: left;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0 5px 0;
	width: 100%;
}

form  textarea{
border:1px solid #CCCCCC;
float:left;
height:160px;
width:580px;
}

label.error{
	color: #990000;	
}

form input[type$="checkbox"]{
	width:10px;	
}

form input[type$="submit"]{
	display: block;
	background: #bd2816;
	color: #FFFFFF;
	text-decoration: none !important;
	padding: 4px 52px 7px 5px;
	min-width: 200px;
	float: left;
	height: 26px;
	text-align: left;
	margin-top: 10px;
	border: none;
}

