/* CSS Document */
html {
	margin:0;
	padding:0;
}
	
body {
	margin:0;
	padding:0;
	background:#fdfddd url(../images/bodyBg.jpg) repeat-x left top;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
	
#container {
	width:760px;
	margin:31px auto 0px auto;
	text-align:left;
}

#header {
	z-index:1;
	background:url(../images/headerBg.jpg) no-repeat left top;
	width:760px;
	height:135px;
}

#sidebar {
	float:left;
	width:200px;
	height:358px;	
	background: url(../images/menuBg.jpg) no-repeat left top;
}

#content {
	float:right;
	width:560px;
	background:url(../images/contentMiddleBg.jpg) repeat-y left top;
}

#contentBottom {
	float:right;
	width:560px;
	height:35px;
	background:url(../images/contentBottomBg.jpg) no-repeat left top;
}

/* ---------------------------------| title |------------------------------------------*/
#header h1 {
	position:relative;
	z-index:-1;
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
}

#content h2 {
	z-index:1;
	width:560px;
	height:70px;
	margin:0;
	padding:0;
	font-size:12px;
	color:#666666;
	font-weight:bold;
}
#content h2 span {
	position:relative;
	z-index:-1;
}
#content h2.home {
	background:url(../images/home.jpg) no-repeat left top;
}

#content h2.azienda {
	background:url(../images/azienda.jpg) no-repeat left top;
}

#content h2.miele {
	background:url(../images/miele.jpg) no-repeat left top;
}

#content h2.albergo {
	background:url(../images/albergo.jpg) no-repeat left top;
}

#content h2.dove-siamo {
	background:url(../images/dovesiamo.jpg) no-repeat left top;
}

#content h2.contatti {
	background:url(../images/contatti.jpg) no-repeat left top;
}


h4 {
	font-size:14px;
	color:#666666;
	margin:0 0 5px 0;
	padding:0 40px 0 30px;
	line-height:150%;
	font-weight:normal;
	text-align:center;
} 

/* -------------------------------| text markup and content | ----------------------------*/
img { 
border:0;
}

#content p {
	font-size:14px;
	color:#666666;
	margin:0 0 5px 0;
	padding:0 40px 0 30px;
	text-align:justify;
	line-height:150%;
	
}

#content p:first-letter {
	font-size:16px; 
	font-weight: bold; 
}

#content p.divider, #contentBottom p.divider {
	width:60px; 
	height:19px;
	margin:0 auto;
	background:url(../images/divider.gif) no-repeat 50% 50%;
}

.divider a {
	display:block;
	text-indent:-9999px;
	height:19px;
}

#list {
margin:0 0 10px 0;
padding:0 40px 0 30px;
font-size:14px;
color:#666666;
}

#list li {
	list-style-type: none;
	background: url(../images/stars.gif) no-repeat 0 4px;
	padding: 0 0 0 20px;
	line-height: 150%;
	text-align:justify;
}

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

a:hover {
	color:#CC0000;
	text-decoration:underline;
}

/* ------------------------------------| footer |--------------------------------------- */
#footer {
	clear:both;
	width:760px;
	height:100px;
	background:url(../images/footerBg.jpg) no-repeat left top;
	margin:5px 0;
	text-align:center;
}

#footer p {
	padding-top:60px;
	font-size:12px;
	color: #333333;
}

#footer a {
	color: #333333;
	text-decoration:none;
}
#footer a:hover {
	color: #cc0000;
	text-decoration: underline; 
}


/* ---------------------------------| sidebar and navigation |------------------------------- */
#menu {
margin:58px 0 0 50px;
padding:0; 
width:120px;
list-style-type:none;
}

#menu li {
margin:0 0 10px 0;
padding:0;
width:120px;
height:31px;
text-indent:-9999px;
overflow:hidden;
background-repeat:no-repeat;
background-position:0 0;
}
#menu li a {
	display:block;
	background-repeat:no-repeat;
	background-position:0 0;
	height:31px;
}
#menu li a:hover, #menu li a.selected {
	background-position:0 -31px;
}

#menu li#home a { 
background-image:url(../images/home.gif);
}
#menu li#azienda a { 
background-image:url(../images/azienda.gif);
}
#menu li#miele a { 
background-image:url(../images/miele.gif);
}
#menu li#albergo a { 
background-image:url(../images/albergo.gif);
}
#menu li#dovesiamo a { 
background-image:url(../images/dovesiamo.gif);
}
#menu li#contatti a { 
background-image:url(../images/contatti.gif);
}

#validate {
margin:100px 0 0 60px;
padding:0; 
width:80px;
list-style-type:none;
}

#validate li {
margin:0 0 10px 0;
padding:0;
width:80px;
height:15px;
}	

#validate img {
border:0;
}	

/* ----------------------------------| other pages, gallery and movies |----------------------------------------*/
#apicoltura-banconi {
width:408px;
margin:0 81px 5px 71px;
}

.miele-banconi {
margin:0 15px 5px 25px;
}


#gallery { 
	margin:0 0 10px 0;
	padding:0 0 0 28px;
}
		
#gallery li { 
	list-style-type: none;
	float:left;
	display:inline;	
	margin:7px;
	background-image: none;
}
	
#content ul.thumbs li a img, #content-full ul.thumbs li a img { 
	border: 1px solid #ccc;
	padding:5px;
	background-color:#FFFEE8;
}
#content ul.thumbs li a:hover img, #content-full ul.thumbs li a:hover img { 
    border: 1px solid #000;
	background-color:#c00;
}

/* --------------------------------------- form and contacts --------------------------------------------- */ 
form {
margin:20px 0 0 0;
padding-left:50px;
}

fieldset {
border-width:0;
margin:0;
}

legend {
	padding-bottom:5px;
	margin:5px 0 10px 90px;
	font-weight: bold;
	font-size:14px;
	color:#c00;
}

label,input, textarea {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

input {
background: #fff url(../images/formBg.gif) repeat left top;
border:1px solid #dfdfdf;
}

textarea {
background: #fff url(../images/formBg.gif) repeat left top;
border:1px solid #dfdfdf;
overflow:hidden;
}

label {
	text-align: right;
	width: 80px;
	padding-right: 20px;
}

input.inputButton {
	margin:5px 10px 0 10px;
	padding:1px;
	color:#c00;
	width:auto;
	font-weight:bold;
	cursor:pointer;
}

#content p.button {
margin-left:110px;
}

form br {
	clear: left;
}

#frame  {
 margin: 30px 55px 20px 60px;
 border: 1px solid #dfdfdf;
 padding:10px;
 width: 420px;
 text-align:justify;
 background: #fff url(../images/formBg.gif) repeat left top;
}

#frame  p {
 padding:0;
 margin:0;
}

.mail {
padding-left:25px;
background: url(../images/mail.gif) no-repeat 0 0;
text-align:left;
margin-left:150px;
vertical-align:bottom;
}

.phone {
padding-left:25px;
background: url(../images/phone.gif) no-repeat 0 0;
text-align:left;
margin-left:150px;
vertical-align:bottom;
}

.fax {
padding-left:25px;
background: url(../images/fax.gif) no-repeat 0 0;
text-align:left;
margin-left:150px;
vertical-align:bottom;
}

#space {
	height:100px;
}