/* 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, sans-serif;
	font-weight: 300;
	color: #787878;
	background: #ffecdf url(images/body.png) repeat-x top;
	height: 100%;
}

/* LAYOUT */
#wrapper { 
	margin: 0px auto 0px auto;
	width:100%;
	height:100%;
	position:absolute;
	top: 0px;
	bottom: 0px;
	background: transparent url(images/wrapper.jpg) no-repeat top;
}

#container { 
	margin: 5px auto 0px auto;
	width:900px;
	position:relative;
	text-align: center;
}

#header {
	width: 100%;
	height: 110px;
	position: relative;
}

/* NAV */

ul#menu {
	width: 600px;
	height: 101px;
	float: right;
	margin: 5px 35px 0px 0px;
}

ul#menu li {
	width: 101px;
	height: 101px;
	display: block;
	float: right;
	list-style: none;
	margin: 0px 4px 0px 0px;
	padding: 0px;
}
ul#menu li a { 
	font-weight: lighter; 
	color: #787878;
	font-size: 18px;
	width: 100%;
	height: 24px;
	padding-top: 78px;
	display: block;
	text-align: center;
	background: transparent url(images/menu.png) no-repeat 0px 0px;
}

ul#menu li a.active { 
	color: #ffffff;
	background-position: 0px -102px;
}
		
ul#menu li a:hover {
	color: #ffffff;
	background-position: 0px -102px;
}

/* CONTENT */

#content {
	width: 890px;
	height: 400px;
	position: relative;
	background: transparent url(images/transparent70.png) repeat;
	margin: 30px auto 0px auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-moz-box-shadow:0 0 10px #fc7e43;
	-webkit-box-shadow:0 0 5px #fc7e43;
}

#testo {
	width: 305px;
	height: auto;
	float: left;
	margin: 70px 0px 0px 15px;
}
#gallery-home {
	width: 515px;
	height: 360px;
	float: right;
	margin: 20px 20px 0px 0px;
}
#gallery {
	width: 515px;
	height: 360px;
	float: right;
	margin: 20px 20px 0px 0px;
}
#gallery img {
	margin: 5px;
	width: 75px;
	height: 75px;
}

/* FOOTER */
#footer {
	width: 100%;
	height: auto;
}
#footer p {
	margin: 10px 35px 0px 0px;
	line-height: 1.2;
	text-align: right;
	font-size: 12px;
}

/* 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: #bcbcbc;
}

/* TYPE */
h1 {
	width: 342px;
	height: 62px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: -5px;
	left: -15px;
	text-align: left;
	padding: 15px 0px 0px 20px;
	background: transparent url(images/h1.png) no-repeat;
}
p {
	color: #787878;
	font-size: 14px;
	text-align: justify;
	line-height: 1.6;
	padding: 0px;
	font-weight: 300;
}
span.evidence {	
	background: #fb8451;
	color: #ffffff;
	font-size: 14px;
	padding: 3px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

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

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

a:active, a:focus{ 
   outline:0;
}
