/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

* { behavior:url(iepngfix.htc); }

body { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif; font-weight: 300; color: #516064; background: #ffffff url(images/bg.png) repeat-x top; height: 100%; }

/* LAYOUT */

#container { width: 800px; height: auto; margin: 30px auto; position: relative; border-bottom: 1px solid #f0f0f0; }

#bagni {
	width: 125px;
	height: 228px;
	position: absolute;
	top: 68px;
	left: -85px;
	z-index: 2;
}

#header {
	width: 183px;
	height: auto;
	float: left;
	z-index: 99;
}
#header .logo {
	width: 185px;
	height: 75px;
	background: transparent url(images/logo4.png) no-repeat 0px 0px;
}

#content {
	width: 595px;
	height: auto;
	background: transparent url(images/content.png) no-repeat bottom;
	float: right;
	padding: 10px;
	position: relative;
}

/* NAV */

#menu {
	float: left;  
	width: 161px;
	height: auto;
	float: right;
	margin: 5px 0 0 0;
	padding: 30px 0px 60px 0px;
	border-right: 1px solid #cccccc;
	z-index: 999;
}
#menu ul {
	margin: 0px 0px 20px 0px;
}

#menu li a {
	display: block;
	width: 157px;
	height: 22px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: 300;
	color: #ffffff;
	font-size: 12px;
	text-align: right;
	padding: 4px 6px 0px 0px;
	margin: 4px 0px 4px 0px;
	background: transparent url(images/menu.png) no-repeat top;
}
#sub {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}
#sub ul {
	margin: 0px;
	padding: 0px;
}
#sub ul li {
	margin: 0px;
	padding: 0px;
}
#sub ul li a.prodotti {
	display: block;
	width: 157px;
	height: 22px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: 300;
	color: #b2b2b2;
	font-size: 12px;
	text-align: right;
	padding: 6px 6px 0px 0px;
	margin: 0px;
	background: none;
}
#sub2 {
	margin: 0px;
	padding: 0px;
}
#sub2 ul {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#sub2 ul li {
	margin: 0px;
	padding: 0px;
}
#sub2 ul li a.prodotti {
	display: block;
	width: 157px;
	height: 22px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: 300;
	color: #b2b2b2;
	font-size: 12px;
	text-align: right;
	padding: 2px 6px 0px 0px;
	margin: 0px;
	background: none;
}
#menu li a.prodotti:hover {
	color: #cb1320;
}
#menu li a.prodotti a.active {
	color: #cb1320;
}

#menu a:hover {
}

#menu a.active {

}


/* MISC */

.clear { clear: both; }

#gallery {
	width: 290px;
	height: 146px;
	padding: 6px 0px 0px 5px;
	float: left;
	background: transparent url(images/gallery.jpg) no-repeat top;
}
#gallery img {
	width: 40px;
	height: 40px;
	margin: 1px 6px 1px 5px;
	border: 1px solid #cccccc;
}
#gallery img:hover {
	border: 1px solid #cb1320;
}

#transenne {
	width: 295px;
	height: 150px;
	float: right;
}

#servizi_gallery {
	width: 100%;
	margin: 15px 0px 15px 0px;
	position: relative;
}

#servizi_gallery img {
	margin: 0px 5px 0px 8px;
	border: 1px solid #cccccc;
}
#servizi_gallery img:hover {
	border: 1px solid #cb1320;
}

#content ul {
	list-style-image: url(images/dot.png);
	color: red;
	margin: 10px 0px 10px 20px;
}
#content li {
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	color: #5b5b5b;
	font-size: 13px;
	margin: 5px 0px 5px 0px;
}

#left {
	width: 48%;
	float: left;
	padding-right: 8px;
	border-right: 1px solid #cccccc;
}

#right {
	width: 48%;
	float: right;
}

/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #828282;
}
label {
	color: #4e4e4e;
	cursor:pointer;
	padding-left:2px;
	line-height:22px;
	vertical-align:top;
	text-align: left;
	font-size: 12px;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:98%;
	height:13px;
	border:none;
	padding:4px 8px;
	background: #f0f0f0;
	border: 1px solid #cccccc;
	padding:5px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:98%;
	height:155px;
	border:none;
	padding:4px 8px;
	background: #f0f0f0;
	border: 1px solid #cccccc;
	padding:5px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.textareaHovered {
	background-position:left bottom;
}
input.error { border: 1px dotted red; }
radio.error { border: 1px dotted red; }
label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
/*Button*/
.buttonSubmit {
	width:69px;
	height:22px;
	color: #4e4e4e;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight:normal;
	padding:2px 5px;
	cursor:pointer;
	margin: 10px 0px 0px 0px;
}
.buttonSubmit:hover {
	background: #cfcfcf;
}

/* TYPE */
a { 
	color: #383838;
	text-decoration: none;	
}

a:hover { 
	color: #cb1320;
	text-decoration: none;	
}

a:active, a:focus{ 
   outline:0;
}

span.red {
	color: #cb1320;
	font-size: 15px;
	font-weight: 300;
}

p {
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	color: #5b5b5b;
	font-size: 13px;
	text-align: justify;
	line-height: 1.6;
	padding: 0px;
	font-weight: 300;
}
p.small {
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	color: #bcbcbc;
	font-size: 12px;
	text-align: justify;
	line-height: 1.8;
	padding-top: 10px;
	font-weight: normal;
}
p.titolo {
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	color: #906a28;
	font-size: 18px;
	text-align: justify;
	line-height: 2.0;
	padding: 0px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

/* FOOTER */
#footer {
	width: 100%;
	height: 10px;
	margin: 10px auto;
}
p.footer {
	font-family: "HelveticaNeue-Light", "Lucida Grande", Arial, Verdana, sans-serif;
	color: #b1b1b1;
	font-size: 10px;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-weight: normal;
}