/* 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,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; }

body { 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	font-weight: 300;
	color: #516064;
	background: #ffffff;
	height: 100%;
}

/* LAYOUT */

#container { 
	margin: 0px 0px 0px 10px;
	width: 900px;
	height: auto;
	position:relative;
}

#menu {
	width: 220px;
	height: auto;
	position: fixed;
	top: 0px; left: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#logo {
	width: 285px;
	height: 450px;
	position: fixed;
	top: -50px; left: 230px;
	background: #ffffff url(images/logo.jpg) no-repeat top;
	margin: 0px;
	padding: 0px;
	float: left;
}
#logo:hover {
	background-position: 0px -5px;
}
#logo a {
	display: block;
	width: 285px;
	height: 450px;
	text-indent: -999em;
}
/* NAV */

#menu {
	width: 240px;
	height: auto;
	position: fixed;
	top: 140px;
	left: 20px;
}
#menu ul {
	width: 100%;
	list-style: none;
}

#menu li {
	width: 100%;
	height: 52px;
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li a {
	display: block;
	text-indent: -999em;
	text-align: left;
	margin: 10px 0px 10px 0px;
	width: 240px;
	height: 52px;
}
#menu li a.merende { 
	background: transparent url(images/merende.jpg) no-repeat 0px 0px;
}
#menu li a.gallery { 
	background: transparent url(images/gallery.jpg) no-repeat 0px 0px;
}
#menu li a.news { 
	background: transparent url(images/news.jpg) no-repeat 0px 0px;
}
#menu li a.contatti { 
	background: transparent url(images/contatti.jpg) no-repeat 0px 0px;
}

#menu li a.active { 
	background-position: 0px -52px;
}
		
#menu li a:hover {
	background-position: 0px -52px;
}

/* CONTENT */
#content_home {
	width: 360px;
	height: 540px;
	float: right;
	background: transparent url(images/home.jpg) no-repeat -90px 30px;
}
#content {
	width: 360px;
	height: auto;
	padding-top: 60px;
	float: right;
	position: relative;
}
#merende {
	position: absolute;
	top: 400px;
	left: -290px;
	width: 240px;
	height: auto;
}
/* MISC */

img { border: none; }

img.gallery {
	margin: 5px 16px 5px 0px;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	width: 70px;
	height: 70px;
}
img.gallery:hover {
	margin: 5px 16px 5px 0px;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:10;
}

.clear { clear: both; }

ul {
	width: auto;
	height: auto;
	list-style: circle;
	margin: 0px;
	padding: 0px;
}
li {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	color: #bcbcbc;
}

/* TYPE */
a { 
	color: #516064;
	text-decoration: none;	
}

a:hover { 
	color: #ec1d26;
	text-decoration: none;	
}

a:active, a:focus{ 
   outline:0;
}
a.active {
	text-decoration: underline;
	color: #ec1d26;
}
h1 {
	color: #ec1d26;
	font-size: 22px;
	text-align: justify;
	line-height: 1.8;
	margin: 0px;
	padding: 0px;
	font-weight: 300;
}
p {
	color: #787878;
	font-size: 11px;
	text-align: justify;
	line-height: 1.4;
	padding: 0px;
	font-weight: 300;
}
p.titolo { 
	color: #ec1d26;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height: 2.0;
}
p.merende { 
	color: #ec1d26;
	font-size: 14px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: 2.0;
}

/* FOOTER */
#footer {
	width: 100%;
	height: 30px;
	padding: 5px 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #cccccc;
}
