@charset "UTF-8";
/* =========================
	Url: http://www.nomedominio.it
	Data: 08/08/2012
	dgNet www.dgnet.it
========================= */

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	}

/* =========================
Dichiarazione e Assegnazione Fonts 
========================= */
gruppofont1 {font-family:'Yanone Kaffeesatz', sans-serif; text-transform:uppercase;}
gruppofont2 {}
gruppofont3 {}

/* =========================
CSS 3 - Effetti e Transizioni
========================= */
.alpha{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity:0.6;
	}
	
.all_transition {
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear; 
	}
	
.bg_transition  {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	}

.txt_shadow {text-shadow:20px -12px 2px #6374AB;}

.border_radius {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}

/* =========================
Reset Area Testo
========================= */
.gridTesto {
	line-height:1.5em;
	margin:20px 0;
	border:1px solid #000;
	color:#444;
	}
	
.gridTesto h1 {} /* titolo */
.gridTesto h2 {} /* sottotitolo */
.gridTesto h3 {} /* titoletto */

.gridTesto ul,.gridTesto ol {
	margin:20px 0;
	padding:0;
	}
	
.gridTesto li {
	margin-left:20px;
	color:#EEE;
	}

.gridTesto ul li {list-style-type:circle;}
.gridTesto ol li {list-style-type:decimal;}
.gridTesto strong {color:#81B1C7;}
.gridTesto a {color:#F69;}
.gridTesto a:hover {text-decoration:underline;}
	
.gridTesto .separatore {
	border-top:1px solid #333;
	background-color:#000;
	height:1px;
	width:100%;
	margin:10px 0;
	}

/* =========================
Reset Moduli di Contatto
========================= */
.box_contatti {}

.box_contatti input, .box_contatti textarea, .btn_submit { 
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:inset 3px 3px 3px #CCC;
	-webkit-box-shadow:inset 3px 3px 3px #CCC;
	box-shadow:inset 3px 3px 5px rgba(0,0,0,0.1);
	background:#FFF;
	padding:6px;
	color:#333;
	font-size:12px;
	margin-bottom:12px;
	border:none;
	border:1px solid #EEE;
	}

.box_contatti .btn_submit {
	cursor:pointer;
	padding:6px 12px;
	display:block;
	text-transform:uppercase;
	font-size:15px;
	}

.box_contatti .btn_submit:hover {
	color:#FFF;
	background-color:#A00;
	border:1px solid #B00;
	}

nav {
	background-color:#1e1e1e;
	width:355px;
	height:100%;
	background-repeat:repeat;
	padding-left:126px;
	padding-top:73px;
	float:left;	
	}

#contenitore {
	float: left;
	width: 430px;
	padding-top: 168px;
	padding-left: 60px;
	}

.navigazione {
	margin-top: 63px;
	padding-bottom: 76px;
	}

.navigazione > li {
	line-height: 30px;
	width: 253px;
	padding-bottom: 5px;
	}
.navigazione > li a {
	font-family: "myriad pro";
	font-size: 15px;
	color: #FFF;
	background-color: #333333;
	list-style-type: none;
	display: block;
	padding-left: 10px;
}
.navigazione li a#active {
	color: #333333;
	background-color: #FFF;
	}
.navigazione li .sottomenu li{
	list-style-type: disc !important;
	color:#FFF;
	font-size:10px;
	
	margin-left:25px;
	}
.navigazione li .sottomenu li a {
	background:transparent;
	color: #fff;
	font-size: 12px;
}



nav #footer {
	padding-bottom: 60px;
	width: 310px;
	color: #999;
	font-size: 13px;
	line-height: 120%;
	font-family: "myriad pro";
}
#contenitore h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 120%;
	color: #252525;
}
#contenitore p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 120%;
	color: #4c4c4c;
}
#wrap{
	width:980px;
	height:100%;
	}
	
.sottomenu {
	display:none;}




table tr td p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 120%;
	color: #4c4c4c;
}
table tr {width: 430px;
          margin-bottom: 10px;
}table tr td a img {
	padding-bottom:10px;
	padding-top:10px;
}

strong {font-weight:bold;}

#contenitore p a {
	color:#4C4C4C;
	text-decoration:underline;
}