/* 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: #b4b4b4 url(images/bg.png) repeat-x top; height: 100%; }

/* LAYOUT */

#wrapper_top {
	width: 100%;
	height: 337px;
	background: transparent url(images/header.jpg) no-repeat top center;
	margin: auto;
}

#header {
	width: 900px;
	height: 178px;
	position: relative;
	margin: auto;
	padding-top: 100px;
}

#slogan {
	width: 400px;
	height: 90px;
	position: absolute;
	top: 5px;
	right: 20px;
}

/* NAV */

#menu {
	width:480px;
	height:60px;
	padding:0px 10px;
	margin: auto;
	text-align:center;
}

#menu li {
	display:inline;
}

#menu a {
	position:relative;
	float:right;
	display:block;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	font-size:22px;
	font-weight:300;
	text-align:center;
	line-height:60px;
	width: 120px;
	height:120px;
	text-decoration:none;
	background: url(images/button.png) no-repeat 0px -60px;
	color: #ffffff;
}

#menu a:hover {
	color:#f0f0f0;
}

#menu a.sel {
	color:#ffffff;
	background-position: 15px 0px;
}

/* CONTENT */

#content {
	width: 900px;
	height: auto;
	position: relative;
	margin: -60px auto 0px auto;
}

/* HOME */

#data_home {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 360px;
	height: 350px;
	margin-bottom: 20px;
}

#gallery_wrap {
	float: right;
	margin-bottom: 20px;
}

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

#right {
	float: right;
	width: 390px;
}
#left {
	float: left;
}
#right img {
	border: 1px solid #f0f0f0;
	background: #ffffff;
	padding: 3px;
	margin: 1px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#right img:hover {
	border: 1px solid #820024;
}
/* TYPE */
a { 
	color: #516064;
	text-decoration: none;	
}

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

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

p {
	font-family: Arial, san serif;
	color: #494949;
	font-size: 15px;
	text-align: justify;
	line-height: 2.0;
	padding: 0px;
	font-weight: 300;
}
p.titolo { 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif; 
	font-weight: lighter; 
	color: #516064;
	font-size: 32px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height: 1.0;
}
h2 {
	font-size: 13px;
	margin: 10px 0px 0px 2px;
	text-align: center;
}
span.evidence {
	text-transform: uppercase;
	color: #c1202b;
	font-size: 18px;
}

/*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:24px;
	vertical-align:top;
	text-align: left;
	font-size: 14px;
}
label.chosen {
	color:#333;
}


.textinput, .textinputHovered {
	width:390px;
	height:15px;
	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;
}

.textarea, .textareaHovered {
	width:390px;
	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 {
	color: red;
	font-style: italic;
	width: 390px;
	font-size: 9px;
	display: none;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}
.buttonSubmit {
	width:69px;
	height:25px;
	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;
}



/* FOOTER */
#footer {
	width: 100%;
	height: 170px;
	padding: 0px 0 0;
	margin: 0px auto 0px auto;
	background: #b4b4b4 url(images/bg.png) repeat-x 0px -270px;
	clear: both;
}
#footer p {
	width: 900px;
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	color: #777777;
	font-size: 12px;
	text-align: center;
	padding: 5px 0 0;
	margin: auto;
	font-weight: normal;
}
