/* Style.css Turiano */

* {
	margin: 0;
	padding: 0;
}

html {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

body {
	margin: 0;
	padding: 0;
}

#scheletro {
	width: 100%;
	min-height: 1000px;
	max-height: none;
}

#header {
	width: 100%;
	height: 125px;
	background: url(../img/bgcontent.png);
}

#headerwrap {
	width: 1000px;
	height: 125px;
	margin: 0 auto;
}

#logo {
	width: 205px;
	height: 100px;
	float: left;
	background: url(../img/logoturiano.png) no-repeat;
	margin-top: 10px;
	float: left;
}

#ita {
	width: 56px;
	height: 56px;
	float: right;
	margin-top: 25px;
	background: url(../img/ita.png) top;
}

#ita:hover {
	background-position: bottom;
}

#eng {
	width: 56px;
	height: 56px;
	float: right;
	margin-top: 25px;
	background: url(../img/eng.png) top;
}

#eng:hover {
	background-position: bottom;
}

#login {
	width: 50px;
	height: 20px;
	float: right;
	text-align: center;
	background: url(../img/login.png);
}

#menu {
	width: 100%;
	height: 60px;
	background: #ffffff;
	margin-bottom: 20px; 
	border-bottom: 1px solid #000020;
}

#button {
	width: 720px;
	height: 60px;
	margin: 0 auto;
}

#button ul {
	height: 60px;
	list-style: none;
}

#button ul li {
	display: inline-block;
	font-size: 25px;
	margin: 0px 25px 0px 25px;
	padding: 15px;
}

#button ul ul{
	width: 200px;
	height: auto;
	background: #ffffff;
	display: none;
	position: absolute;
	top: 185px;
	left: 50%;
	z-index: 100;
	border-bottom: 1px solid #000020;
	border-left: 1px solid #000020;
	border-right: 1px solid #000020;
	}
	
#button ul ul li {
	padding: 5px;
	color: black;
	background: #ffffff;
	font-size: 20px;
}

#button ul li:hover ul {
	display: block;
	}

#content {
	width: 860px;
	min-height: 600px;
	max-height: none;
	background: url(../img/bg.png) ;
	margin: 0 auto;
	padding: 15px;
	float: left;
	margin-bottom: 30px; 
}

#content1 {
	width: 500px;
	height: 500px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px; 
}

#split1 {
	width: 425px;
	height: 600px;
	float:left;
}

#split2 {
	width: 425px;
	height: 600px;
	float:right;
}

#gallery {

	width: 860px;;
	height: 550px;
	padding: 0px;
	background: #000020;
}

#content h1 {
	font-size: 30px;
	color: #000020;
	border-bottom: 1px solid #000020;
	margin-bottom: 15px;
}

#content h2 {
	margin: 5px;
	font-size: 25px;
	color: #000020;
}

#content p {
	margin: 5px;
	font-size: 20px;
}

#who1 {
	width: 425px;
	height: 225px;
	float: left;
	text-align: center;
}

#who2 {
	width: 425px;
	height: 225px;
	float: left;
	text-align: center;
}

#who1 p {
	font-size: 30px;
	margin-top: 10%;
}

#who2 p {
	font-size: 30px;
	margin-top: 10%;
}

#footer {
	clear: both;
	width: 100%;
	height: 100%;
	background: url(../img/bgcontent.png);
	border-top: 1px solid #000020;
}

#iva {
	float: left;
	font-size: 15px;
	color: #ffffff;
	margin: 15px;
}

#social {
	width: 250px;
	height: 60px;
	color: #ffffff;
	font-size: 20px;
	text-align:center;
	float: right;
	margin: 15px;
}

.cr {
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: red;
}

a:link, a:visited, a:focus {
	text-decoration: none;
	color: #000020;
}

a:hover, a:active {
	color: red;
}