/* //////////// PNG FIX //////////// */

div, a{
	behavior: url(iepngfix.htc);
}

/* ///////////////////////////////// */

/* //////////// MIN-HEIGHT FIX //////////// */

/*
min-height: 200px;
height:auto !important;
height: 200px;
*/

/* ///////////////////////////////// */



body{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #333;
	background-color: #333;
}

img{
	border: none;
}

p{
	min-height: 30px;
	height:auto !important;
	height: 30px;
	margin-bottom: 10px;
	text-align: justify;
}

a{
	color: #990000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.white{
	color: #fff;
	text-decoration: none;
}

a.white:hover{
	text-decoration: underline;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

h1{
	width: 770px;
	display: block;
	height: auto;
}

#header{
	width: 866px;
	height: 170px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#main{
	width: 866px;
	min-height: 200px;
	height:auto !important;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-y;
}

#footer{
	width: 866px;
	height: 85px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/footer.jpg) no-repeat right top;
}

#logo{
	margin-top: 35px;
	margin-left: 50px;
	position: relative;
}

ul#nav{
	float: right;
	position: relative;
	right: 60px;
	margin-top: 25px;
}

ul#nav li{
	float: left;
	margin-left: 30px;
}



/* GALLERY */

ul.gallery{
	margin-top: 25px;
	width: 770px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

ul.gallery li{
	float: left;
	position: relative;
	left: 20px;
	margin-left: 10px;
	margin-top: 10px;
}

.thumb{
	background-image: url(../images/bg_thumb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 8px;
}

.photo_gallery{
	text-align: center;
	width: 770px;
}

/* END GALLERY */



.dati{
	font-size: 10px;
	color: #fff;
	top: 35px;
	margin-left: 50px;
	position: relative;
	width: 630px;
}

#nextrem{
	float: right;
	position: relative;
	right: 40px;
	margin-top: 2px;
}

#language{
	float: right;
	position: relative;
	top: -123px;
	right: 35px;
	height: 15px;
}

#principal{
	width: 770px;
	height: auto;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}

#left{
	width: 370px;
	height: auto;
	float: left;
	position: relative;
}

#right{
	width: 370px;
	height: auto;
	float: right;
	position: relative;
}

.certificazioni{
	margin-left: 20px;
	margin-right: 20px;
}

form{
	margin-left: 30px;
	margin-right: 30px;
}

input{
	width: 300px;
	height: 15px;
	font-family: Arial;
	font-size: 12px;
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #990000;
}

textarea{
	width: 500px;
	height: 150px;
	font-family: Arial;
	font-size: 12px;
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #990000;
	overflow: auto;
}

label{
	margin-left: 20px;
	color: #990000;
}

.text_form{
	margin-top: 10px;
	margin-bottom: 5px;	
}

.check{
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	border: none !important;
}

.invia{
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	border: none !important;
}

