/* --------------------------------------------------------- */
/* - reset css --------------------------------------------- */
/* --------------------------------------------------------- */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
q:before, q:after { content:''; }
ul, ol {
	text-decoration: none;
	list-style-type: disc;
	list-style-position: inside;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #DA251C;
}
/* --------------------------------------------------------- */
/* - end reset --------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* - font declaration -------------------------------------- */
/* --------------------------------------------------------- */
@font-face {
	font-family: 'LiberationSansRegular';
	src: url('..fonts/LiberationSans-Regular-webfont.eot');
	src: local('☺'), url('..fonts/LiberationSans-Regular-webfont.woff') format('woff'), url('..fonts/LiberationSans-Regular-webfont.ttf') format('truetype'), url('..fonts/LiberationSans-Regular-webfont.svg#webfontUF7dB9bF') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LiberationSansItalic';
	src: url('..fonts/LiberationSans-Italic-webfont.eot');
	src: local('☺'), url('..fonts/LiberationSans-Italic-webfont.woff') format('woff'), url('..fonts/LiberationSans-Italic-webfont.ttf') format('truetype'), url('..fonts/LiberationSans-Italic-webfont.svg#webfont6dea82xB') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LiberationSansBold';
	src: url('..fonts/LiberationSans-Bold-webfont.eot');
	src: local('☺'), url('..fonts/LiberationSans-Bold-webfont.woff') format('woff'), url('..fonts/LiberationSans-Bold-webfont.ttf') format('truetype'), url('..fonts/LiberationSans-Bold-webfont.svg#webfontGFZgUpNt') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LiberationSansBoldItalic';
	src: url('..fonts/LiberationSans-BoldItalic-webfont.eot');
	src: local('☺'), url('..fonts/LiberationSans-BoldItalic-webfont.woff') format('woff'), url('..fonts/LiberationSans-BoldItalic-webfont.ttf') format('truetype'), url('..fonts/LiberationSans-BoldItalic-webfont.svg#webfontTBnI1Fu6') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* --------------------------------------------------------- */
/* - end font declaration ---------------------------------- */
/* --------------------------------------------------------- */
#chisiamo .chisiamo a, #servizi .servizi a, #clienti .clienti a, #contatti .contatti a, #richiedi .richiedi a {
	color:#DA251C;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DA251C;
	padding-bottom: 5px;
}
#tlc .servizi a, #audio .servizi a, #personale .servizi a, #comunicazione .servizi a{
	color:#DA251C;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DA251C;
	padding-bottom: 5px;
}
#chisiamo, #servizi, #clienti, #contatti, #richiedi, #tlc, #audio, #personale, #comunicazione {
	background-image: url(../images/img_backBar.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "Liberation Sans", Tahoma, Verdana, sans-serif;
}
#header {
	height: 66px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #aaa;
	padding-bottom: 1px;
}
#header #menu {
	height: 30px;
	width: 665px;
	float: right;
	margin-top: 36px;
}
#header #menu #priv {
	position: absolute;
	top: 0px;
	display: block;
	height: 20px;
	width: 70px;
	font-size: 12px;
	font-weight: bold;
	right: 175px;
}



#header #menu ul li {
	float: right;
	padding-top: 1px;
	padding-bottom: 5px;
	display: block;
	margin-left: 20px;
	margin-top: 6px;
	text-decoration: none;
	list-style-type: none;
}
#header #menu ul li:hover {
	float: right;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DA251C;
}
#header #menu ul .servizi:hover #submenu {
	display: block;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #menu ul .servizi #submenu {
	height: 50px;
	width: 550px;
	float: left;
	font-size: 0.9em;
	display: none;
	position: absolute;
	margin-top: 8px;
	margin-left: -205px;
}
#header #menu ul .servizi #submenu li{
	list-style-type: none;
	float: right;
	display: block;
	margin-left: 12px;
}
#header #menu ul .servizi #submenu li a {
	list-style-type: none;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
}
#header #menu ul .servizi #submenu li:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #menu ul .servizi #submenu li a:hover {
	color: #DA251C;
}
#header #menu ul .servizi #submenu ul .serviziOn a{
	color: #DA251C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #menu ul .richiedi:hover #submenu2 {
	display: block;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #menu ul .richiedi #submenu2 {
	height: 50px;
	width: 550px;
	float: left;
	font-size: 0.9em;
	display: none;
	position: absolute;
	margin-top: 8px;
	margin-left: -385px;
}
#header #menu ul .richiedi #submenu2 li{
	list-style-type: none;
	float: right;
	display: block;
	margin-left: 12px;
}
#header #menu ul .richiedi #submenu2 li a {
	list-style-type: none;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
}
#header #menu ul .richiedi #submenu2 li:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #menu ul .richiedi #submenu2 li a:hover {
	color: #DA251C;
}
#header #menu ul .richiedi #submenu2 ul .richiediOn a{
	color: #DA251C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-image: url(../images/img_backMain.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#main h1 {
	margin-top: 90px;
	font-size: 1.5em;
}
#main  h2 {
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 10px;
}
#main h1 .nostri {
	color: #DA251C;
}
#main #main_text {
	height: 100%;
	width: 900px;
	margin-top: 5px;
	text-align: justify;
	color: #666;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DA251C;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#main #main_text .foto {
	height: 100px;
	width: 220px;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#main #main_text .foto img {
	float: left;
	margin-right: 10px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 10px;
}
#main #main_text .foto p {
	margin-top: 20px;
	font-size: 0.9em;
	text-align: left;
}
#main #main_text .logo_clienti {
	height: 220px;
	width: 170px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	text-align: center;
}

#main #main_text .logo_clienti img {
	padding: 5px;
	border: 4px solid #999;
	margin-bottom: 10px;
}
#main #main_text .logo_evento {
	height: 170px;
	width: 170px;
	float: left;
}
#main #main_text .logo_evento img {
	padding: 5px;
	border: 4px solid #999;
	margin-bottom: 10px;
}
#main #main_text .text_evento  {
	float: left;
	width: 600px;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 1.3em;
	height: 160px;
	margin-bottom: 10px;
}
#main #main_text .text_evento h3 {
	font-size: 1.1em;
}



#main #main_text #admin {
	margin-left: 90px;
	margin-right: 120px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 20px;
}
#main #main_text #admin p {
	margin-bottom: 5px;
}
#main #main_text p {
	margin-bottom: 10px;
}
#main #main_text ul {
	padding-left: 20px;
	padding-right: 20px;
}
#contatti #main #main_text #form_text {
	float: left;
	width: 260px;
	text-align: right;
}
#contatti #main #main_text #form_text p {
	margin-bottom: 25px;
}
#contatti #main #main_text form {
	width: 620px;
	float: right;
}
#contatti #main #main_text form input {
	width: 500px;
	margin-bottom: 12px;
	height: 25px;
}
#contatti #main #main_text form textarea {
	width: 500px;
}
#contatti #main #main_text form #send {
	width: 80px;
	margin-top: 10px;
	margin-right: 100px;
	height: 30px;
}
#richiedi #main #main_text form #form_a {
	width: 430px;
	float: left;
	height: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
#richiedi #main #main_text form #form_b {
	float: right;
	height: 100%;
	width: 430px;
	padding-right: 10px;
	padding-left: 10px;
}
#richiedi #main #main_text form h3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 2px;
	margin-top: 10px;
}
#richiedi #main #main_text form p {
	margin-top: 10px;
	margin-bottom: 4px;
}

#richiedi #main #main_text form input, #richiedi #main #main_text form select {
	width: 100%;
}									 
#richiedi #main #main_text form #form_a textarea {
	width: 100%;
	height: 336px;
	margin-top: 15px;
}
#richiedi #main #main_text form #form_botton {
	clear: both;
	text-align: center;
	padding-top: 15px;
}
#richiedi #main #main_text form #form_botton input {
	width: 80px;
	margin-right: 5px;
	margin-left: 5px;
	height: 30px;
}
#servizi #main #main_text p a {
	color: #000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#servizi #main #main_text p a:hover {
	color: #DA251C;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DA251C;
}
#tlc #main {
	background-image: url(../images/img_backtlc.png);
}

#audio #main {
	background-image: url(../images/img_backAudio.png);
}
#comunicazione #main {
	background-image: url(../images/img_backComunicazione.png);
}
#personale #main {
	background-image: url(../images/img_backPersonale.png);
}
#tlc #main #main_text, #audio #main #main_text, #personale #main #main_text, #comunicazione #main #main_text {
	height: 400px;
	width: 900px;
}
#main #clear {
	clear: both;
}
#footer {
	height: 150px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DA251C;
	font-size: 0.95em;
	clear: both;
}
#footer #dir {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#footer #dir p span {
	font-size: 0.7em;
}

#footer #copy {
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	width: 600px;
	font-size: 0.9em;
}
#footer #copy #browser {
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer #copy #dreiche {
	font-size: 0.8em;
	color: #000;
}
