@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

#corpo {
	width: 960px;
	margin: 0 auto;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: justify;
	color: #707173;
	min-height: 400px;
	behavior: url(PIE.html); /* IE */
	
	}

h1{
	display: none;
	}


h2 {
	font-family: 'Exo 2', sans-serif;
	font-size: 30px !important;
	}

p {
	font-size: 14px !important;
	}

#page {
	margin-bottom:20px;
	min-height: 500px;
	}
	
#page img {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	behavior: url(PIE.html); /* IE */
	}

#page a {
	text-decoration: underline;
	color: #336699;
	}

#page a:hover {
	text-decoration: none;
	}

#blocco img, #fotoAbout img{
	margin-bottom: 30px;
	}

/* ---///////////////////////////////////////////////////////--- */
/* ---////////////////////--- TESTATA ---////////////////////--- */
/* ---///////////////////////////////////////////////////////--- */

#testata {
	width: 940px;
	}

#m_nav, #m_menu {display:none}

.logo {
	width: 345px;
	margin: 25px auto;
	}


.language {
	float: left;
	margin: 50px 0px 0px 139px;
	}

.language ul {
	width: 150px;
	}

.language li {
	height: 19px;
	list-style: none;
	border: 1px solid #87888a;
	padding: 2px 0px 4px 9px;
	margin-top: -1px;
	border-radius: 5px;
	background-image:url(img/bg_select.jpg);
	color: white;
	}

.language li ul {
	margin-left: -40px;
	margin-top: 5px;
	}

.language li ul li {
	border-radius: 0!important;
	background-color: whitesmoke;
	background-image:none;
	color: black;
	}

.language a {
	color: black;
	text-decoration: none;
	padding: 3px 20px 4px 0px;
	}
	
.language li ul li:hover{
	background-color: #dddddd;
	}

.selected {
	color: grey !important;
	}

.selected:hover{
	background-color: whitesmoke !important;
	}

.language img {
	margin-right: 10px;
	}

/* ---///////////////////////////////////////////////////////--- */
/* ---//////////////////--- NAVIGAZIONE ---//////////////////--- */
/* ---///////////////////////////////////////////////////////--- */


#nav {
	float: left;
	margin-bottom: 50px;
	width: 993px;
	}

#nav li {
	font-family: 'Exo 2', sans-serif;
	float: left;
	list-style: none;
	font-size: 22px;
	padding: 0 41px;
	margin: 0;
	border-right: 1px solid #87888a;
	}

.noborder {
	border-right: none !important;
	}

#nav a, #footer a {
	text-decoration: none;
	color: #58585a;
	}
	
#nav a:hover, #footer a:hover {
	text-decoration: underline;
	color: #58585a;
	}

.active {
	font-weight: bold;
	text-decoration:underline;
	}



/* ---///////////////////////////////////////////////////////--- */
/* ---///////////////////--- HOME ---/////////////////////--- */
/* ---///////////////////////////////////////////////////////--- */

.nomargin {
	margin-right: 0 !important;
	}

#section {
	height: 479px;
	width: 960px;
	}

#immagine {
	float: left;
	width: 25%;
	}
	
#immagine img{
	z-index:1;
	width: 85%;
	height: 85%;
	}

#immagine a {
	margin: 0 10px;
	}

#m_immagine {display: none}

.didascalia{
	margin: -103px 0 0 10px;
	width: 85%;
	}

.didascalia {
	opacity: 0.9;
	filter: alpha(opacity=90);
	}
	
.didascalia p{
	padding: 6px 0;
	margin: 0 auto;
	font-size: 17px !important;
	text-align: center;
	text-transform: uppercase;
	color: #3e3d40;
	width: 80%;
	background-image: url(img/didascalia.jpg);
	}

#quote p{
	font-style: italic;
	font-variant: small-caps;
	font-size: 26px !important;
	text-align: center;
	width: 938px;
	}






/* ---///////////////////////////////////////////////////////--- */
/* ---//////////////////////--- ABOUT US ---/////////////////--- */
/* ---///////////////////////////////////////////////////////--- */


#testoAbout {
	float: left;
	width: 550px;
	height: 466px;
	margin-right: 40px;
	}



/* ---///////////////////////////////////////////////////////--- */
/* ---///////////////////--- OUR FACTORY ---/////////////////--- */
/* ---///////////////////////////////////////////////////////--- */


#gallery img, #thumbs img {
	margin-bottom: 0 !important;
	}
	
#gallery a{
	text-decoration: none;
	}	

#thumbs p {
	margin-right: 10px;
	margin-top: 42px;
	height: 161px;
	}

#thumbs {
	margin-bottom: 24px;
	}

.thumbs img {
	width: 75px;
	}

#gallery img {
	max-width: 632px;
	max-height: 445px;
	}



/* ---///////////////////////////////////////////////////////--- */
/* ---///////////////////--- PRODUCTS --//-//////////////////--- */
/* ---///////////////////////////////////////////////////////--- */


#elenco {
	float: left;
	width: 	300px;
	}	
	
#elenco p{
	float: left;
	margin-bottom:0;
	}

#elenco a{
	float: left;
	width: 118px;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right:10px;
	padding: 3px 10px;
	background-color: whitesmoke;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	behavior: url(PIE.html); /* IE */
	text-align: center;
	text-decoration: none !important;
	}	
	
#elenco a:hover{
	background-color: white;
	}

#testoProducts {
	float: left;
	width: 582px;
	margin-left: 40px;
	}

#descrizione {
	float: left;
	width: 261px;
	height: 153px;
	}

.attiva {
	border: 1px solid #CCCCCC;
	width: 118px;
	margin-right:10px;
	margin-bottom: 10px !important;
	padding: 3px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	behavior: url(PIE.html); /* IE */
	text-align: center;
	font-size: 12px !important;
	}



/* ---///////////////////////////////////////////////////////--- */
/* ---///////////////////--- CONTACT US ---/////////////////////--- */
/* ---///////////////////////////////////////////////////////--- */


#form {
	width: 600px;
	height: 260px;
	border: none;
	}	
	
	
label, input, textarea {
    float: left;
}


#labelBox {
	width: 260px;
	height: 200px;
	margin: 10px;
	}	
	
.text {
	width: 260px;
	height: 40px;
	margin-bottom: 13px;
	}
	
label {
	display: block;
	width: 75px;
	padding-top: 10px !important;
	text-align: right;
	color: grey;
	}
	
input {
	width: 170px;
	height: 23px;
	margin: 6px 0 0 10px;
	border: 1px solid #c4c4c4;
	}	
	
	

#messageBox {
	/*background-color: #eaeaea;*/
	width: 305px;
	height: 200px;
	margin: 10px 10px 10px 0;
	float:left;
	}
	
textarea {
	width: 217px;
	height: 180px;
	margin: 8px 0 0 10px;
	border: 1px solid #c4c4c4;

	}


button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fffaff), color-stop(1, #e3e3e3) );
	background:-moz-linear-gradient( center top, #fffaff 5%, #e3e3e3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaff', endColorstr='#e3e3e3');
	background-color:#fffaff;
	border:1px solid #d6d6d6;
	display:inline-block;
	color:#777777;
	font-size:12px;
	font-weight:bold;
	padding:4px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	height: 25px;
}

button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e3e3e3), color-stop(1, #fffaff) );
	background:-moz-linear-gradient( center top, #e3e3e3 5%, #fffaff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#fffaff');
	background-color:#e3e3e3;
}

button:active {
	position:relative;
	top:1px;
}
	
.submit {
	margin-left: 30px;
	}
	
.reset {
	margin-left: 365px;
	}
	
	
label.error{
	display: block;
	color: red;
	font-size: 14px;
	width: 260px;
	margin-top: -5px;
	font-size: 10px;
	}
	
input.error{
	border: 1px solid red;
	}





/* ---///////////////////////////////////////////////////////--- */
/* ---///////////////////--- FOOTER ---/////////////////////--- */
/* ---///////////////////////////////////////////////////////--- */


#footer {
	margin-bottom: 15px;
	border-top: 5px solid #e3e4e4;
	padding-top: 20px;
	}

#footer td{
	padding-right: 197px;
	font-size: 12px;
	}

.nopadding {
	padding-right: 0 !important;
	}

#m_footer, #bottoni_footer {display: none !important}


















