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

* {
	margin:0;
	padding:0;
}

body {
	background:#0d1411;
	margin:0;
	padding:0;
	text-align:center;
}

img {
	border:0;
}

p, a, td, h1, h2, h3, h4, h5, h6, span, ul, li, label, div {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#222;
}

a {
	color:#222;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

hr {display:none}

.cleaner {
	clear:both;
	font-size:1px;
}

#container {
	width:930px;
	margin:43px auto 0 auto;
	text-align:left;
	background:url(../../img/main_bg.jpg) no-repeat;
	min-height:532px;
	position:relative;
}

#logo {
	width:372px;
	height:228px;
}



/*//// NAVIGATION BAR ////*/

#navigation_bar {
	height:29px;
	margin:114px 0 0 164px;
}

#navigation_bar a:hover {
	background-position:0 -29px;
}

#navigation_bar a {
	outline:none;
}

.covacx {
	display:block;
	float:left;
	width:183px;
	height:29px;
	background:url(../../img/nav_covacx.gif) no-repeat;
}

.tecnologia {
	display:block;
	float:left;
	width:183px;
	height:29px;
	background:url(../../img/nav_tecnologia.gif) no-repeat;
}

.applicazioni {
	display:block;
	float:left;
	width:183px;
	height:29px;
	background:url(../../img/nav_applicazioni.gif) no-repeat;
}

.contatti {
	display:block;
	float:left;
	width:183px;
	height:29px;
	background:url(../../img/nav_contatti.gif) no-repeat;
}

.sel {
	background-position:0 -29px;
}



/*//// PAGES ////*/

#pages {
	margin:0 0 0 164px;
}

.page {
	background:#fff url(../../img/pages_bg.gif) repeat-x;
}

#covacx_more {
	width:701px;
	height:210px;
	padding:20px 15px 0 15px;
}

#covacx_more p {
	text-align:justify;
	line-height:180%;
}

#tecnologia_more {
	width:701px;
	height:210px;
	padding:20px 15px 0 15px;
}

#tecnologia_more #tec_left {
	float:left;
	width:340px;
}

#tecnologia_more #tec_right {
	float:right;
	width:340px;
}

#tecnologia_more p {
	font-size:11px;
	margin:0 0 8px 0;
	line-height:100%;
	text-align:justify;
}

#tecnologia_more span {
	font-size:11px;
	color:#007a5e;
}

#applicazioni_more {
	/*margin:0 0 0 366px*/
	/*width:182px;*/
	margin:0 0 0 275px;
	width:360px;
	height:210px;
	padding:20px 0 0 0;
}

#applicazioni_more span {
	display:block;
	color:#007a5e;
	margin:0 0 5px 0;
}

#applicazioni_more a {
	display:block;
	color:#222;
	text-align:center;
	text-decoration:none;
	height:16px;
	padding:5px 0 0 0;
}

#applicazioni_more a:hover {
	color:#007a5e;
	font-weight:bold;
}

#applicazioni_more p {
	text-align:center;
}

#contatti_more {
	margin:0 0 0 550px;
	width:181px;
	height:210px;
	padding:20px 0 0 0;
}

#contatti_more p {
	text-align:center;
	line-height:180%;
}


/*//// IFRAME PHOTO ////*/

#appl_photo {
	position:absolute;
	top:0;
	right:0;
}


/*//// FOOTER ////*/

#footer {
	width:930px;
	height:57px;
	margin:15px auto 0 auto;
}

#footer p a,
#footer p span,
#footer p img {
	vertical-align:middle;
}

#footer p {
	text-align:right;
}

#footer p span {
	color:#777;
	font-size:11px;
}

#footer p img {
	margin:0 30px 0 10px;
}