/* 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; }

body { 
	font-family: arial, helvetica, sans-serif;
	font-weight: 300;
	/*color: #516064;
	background: #ffffff url(images/content.png) repeat;*/
	color: #000000;
	background: #4a4a4a;
	height: 100%;
}

/* LAYOUT */

#container { 
	margin: 0px auto 0px auto;
	width:100%;
	height: 100%;
	position:relative;
	
}

#header-wrapper {
	width: 100%;
	height: 158px;
	background: transparent url(images/header.png) no-repeat top center;
	position: relative;
	z-index: 10;
}
#header-wrapper #header {
	width: 900px;
	height: 75px;
	position: relative;
	margin: auto;
}

#header-wrapper #header #anm {
	width: 335px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* NAV */

ul#menu {
	width: 450px;
	height: 40px;
	float: right;
	list-style: none;
}

ul#menu li {
	width: auto;
	height: auto;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
ul#menu li a { 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;  
	color: #262626;
	font-size: 22px;
	text-align: center;
	margin: 0px 15px 0px 15px;
	width: auto;
	display: block;
	border-top: 3px solid #ebecee;
	padding-top: 10px;
}

ul#menu li a.active { 
	color: #f0f0f0;
	border-top: 3px solid #e30c00;
}
		
ul#menu li a:hover {
	color: #f0f0f0;
	border-top: 3px solid #e30c00;
}
img.home {
	float: left;
	margin: -3px 8px 0px 0px;
}
/* IMAGES */

#images {
	width: auto;
	height: 352px;
	z-index: 1;
	margin-top: -115px;
	overflow: hidden;
}

/* CONTENT */

#content-wrapper {
	width: 100%;
	height: auto;
	border-top: 3px double #e30c00;
}

#content {
	width: 900px;
	height: auto;
	position: relative;
	margin: auto;
	padding-top: 5px;
}
#content-home {
	width: 840px;
	height: auto;
	position: relative;
	margin: 5px auto 0px auto;
	padding: 5px 60px 0px 0px;
	background: transparent url(images/aps.png) no-repeat top right;
}
#content-home p {
	font-size: 18px;
	font-weight: lighter;
	background: #5a5a5a;
	padding: 10px;
	letter-spacing: 0.5px;
}
#servizi {
	width: 430px;
	height: 300px;
	background: #f0f0f0;
	position: absolute;
	padding: 0px 13px 0px 13px;
	top: -325px;
	right: 0px;
	z-index: 10;
}
#servizi p {
	padding: 5px 5px 5px 5px;
}
#servizi ul {
	width: 180px;
	height: auto;
	list-style: none;
	padding: 5px;
}
#servizi ul li {
	width: auto;
	margin: 5px 0px 5px 0px;
	font-size: 15px;
	font-weight: bolder;
	background: transparent url(images/arrow.png) no-repeat -10px 5px;
	color: #262626;
	padding: 3px 3px 3px 20px;
}
#servizi ul li:hover {
	color: #e30c00;
	 background-position: -7px 5px;
}
#gallery {
	padding-top: 5px;
	text-align: center;
}
#gallery img {
	width: 40px;
	height: 40px;
	margin: 6px;
	border: 1px solid #ffffff;
}
#gallery img:hover {
	border: 1px solid #e30c00;
}

/* MISC */

img { border: none; }

.clear { clear: both; }

ul {
	width: auto;
	height: auto;
	list-style: circle;
	margin: 0px;
	padding: 0px;
}
li {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	color: #3e3e3e;
}

/* TYPE */
a { 
	color: #262626;
	text-decoration: none;	
}

a:hover { 
	color: #f0f0f0;
	text-decoration: none;	
}

a:active, a:focus{ 
   outline:0;
}

p {
	color: #000000;
	font-size: 14px;
	text-align: justify;
	line-height: 1.8;
	padding: 0px;
	font-weight: 300;
}
p.titolo { 
	color: #e30c00;
	font-size: 16px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height: 1.0;
}
span.evidence {
	background: #e30c00;
	color: #ffffff;
	padding: 3px;
}

/* FOOTER */
#footer-wrapper {
	width: 100%;
	height: auto;
	/*border-top: 3px double #e30c00;*/
	margin-top: 10px;
	background: #4a4a4a;
}
#footer {
	width: 900px;
	height: 60px;
	margin: auto;
	padding-top: 15px;
	border-top: 1px solid #f0f0f0;
	position: relative;
	background: #4a4a4a;
}
#anno {
	width: 129px;
	height: 58px;
	position: absolute;
	top: 0px;
	right: -10px;
	background: transparent url(images/1970.jpg) no-repeat top right;
	z-index: 10;
}
#footer p {
	font-size: 13px;
	line-height: 1.4;
	color: #000000;
}