@charset "UTF-8";

/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	list-style: none outside;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background: #000000;
}

/*
---------------------------------------------------------------------------------------
LINKS
---------------------------------------------------------------------------------------
*/
a, a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

/*
---------------------------------------------------------------------------------------
CLASSI DI SUPPORTO
---------------------------------------------------------------------------------------
*/
.left { float:left; }

.right { float:left }

.clear { clear:both }

/*
---------------------------------------------------------------------------------------
CLEARFIX
---------------------------------------------------------------------------------------
*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display:inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height:1%; }

.clearfix { display:block; }

/* End hide from IE-mac */

/*
---------------------------------------------------------------------------------------
HEADER
---------------------------------------------------------------------------------------
*/
#header {
	width: 100%;
	padding-top: 15px;
	height: 160px;
}

#header #header_left {
	float: left;
	width: 90px;
	position: relative;
}

#header #header_right {
	position: relative;
	float: right;
	width: 774px;
}

/*
---------------------------------------------------------------------------------------
LOGO BIR con link
---------------------------------------------------------------------------------------
*/
h1#logo {
	font-size: 11px;
	line-height: 11px;
	float: left;
}

#logo {
	position: relative;
	z-index: 1;
	height: 110px;
	width: 90px;
}

#logo a {
	text-decoration: none;
	background: url(../img/icn_ewol.gif) no-repeat left top;
	display: block;
	height: 110px;
	width: 90px;
}

#logo a span {
	position: relative;
	z-index: -1;
	width: 191px;
}

/*
---------------------------------------------------------------------------------------
BACKGROUND
---------------------------------------------------------------------------------------
*/
body#home { background: #000 url(../img/bg_wrapper.jpg) no-repeat center top; }

body#prodotti, body#chi-siamo, body#news, body#contatti, body#generale { background: #000 url(../img/bg_wrapper_prod.jpg) no-repeat center top; }

/*
---------------------------------------------------------------------------------------
LAYOUT GENERALE
---------------------------------------------------------------------------------------
*/
#content {
	clear: both;
	padding-bottom: 40px;
}

#home #content_left { }

#home #content_right {
	float: right;
	width: 466px;
	margin-top: 80px;
	margin-bottom: 25px;
}

#video #content_right {
	float: right;
	width: 620px;
	margin-top: 80px;
	margin-bottom: 25px;
}

#content_left {
	float: left;
	width: 214px;
	line-height: 0px;
	margin: 90px 0px 0px;
	padding: 0px 30px 0px 0px;
}

#content_right {
	float: left;
	width: 410px;
}

#content_right .txt {
	clear:both;
	padding-top: 90px;
	padding-right: 30px;
}

#content_right .txt h2 {
	padding-bottom: 18px;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #CCCCCC;
}

#content_right .txt p { padding-bottom: 18px; }

#sidebar {
	float: right;
	width: 190px;
	margin: 90px 0px 0px;
	padding: 0px 10px;
}

#content_left a img, .frag a img { border: none; }

/*
---------------------------------------------------------------------------------------
PDF
---------------------------------------------------------------------------------------
*/
.pdf {
	padding-top: 10px;
	display:block;
	background: url(../img/bkg_pdf_bottom.gif) no-repeat left bottom;
	padding-bottom: 8px;
}

.pdf .pdf_content {
	background: url(../img/bkg_pdf_content.gif) no-repeat left top;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 35px;
	width: 179px;
	padding-bottom: 10px;
}

.pdf .pdf_content p a { font-size: 13px; }

/*
---------------------------------------------------------------------------------------
VIDEO
---------------------------------------------------------------------------------------
*/
.video {
	padding-top: 10px;
	display:block;
	background: url(../img/bkg_video_bottom.gif) no-repeat left bottom;
	padding-bottom: 8px;
}

.video .video_content {
	background: url(../img/bkg_video_content.gif) no-repeat left top;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	padding: 10px;
	width: 194px;
}

.video .video_content p a { font-size: 13px; }

.video .video_content img {
	float: left;
	display: block;
	padding-right: 18px;
}

.video .video_content .clear { padding-bottom: 18px; }

/*
---------------------------------------------------------------------------------------
Layout Pagine
---------------------------------------------------------------------------------------
*/
.frag {
	float: left;
	width: 654px;
	line-height: 0px;
}

.frag .fragSx {
	float: left;
	width: 214px;
	line-height: 0px;
	margin: 0px;
	padding: 0px 30px 0px 0px;
}

.frag .txt {
	line-height:18px;
	padding-right: 35px;
	width:370px;
	float:left;
}

.frag .txt h2 {
	padding-bottom: 18px;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #CCCCCC;
}

.frag .txt p { padding-bottom: 18px; }

.frag .txt img { margin-bottom:16px; }

/*
---------------------------------------------------------------------------------------
SIDE NAVIGATION
---------------------------------------------------------------------------------------
*/
#sidenav {
	float: right;
	width: 190px;
	margin: 90px 0px 0px;
	padding: 0px 10px;
}

#sidenav a {
	text-decoration: none;
	padding-bottom: 6px;
}

#sidenav a:link, #sidenav a:visited, #sidenav a:active {
	font-weight: bold;
	font-size: 14px;
}

#sidenav a:link span, #sidenav a:visited span, #sidenav a:active span { padding: 6px 18px 0px; }

#sidenav a, #sidenav a span {
	display: block;
	float: left
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#sidenav a, #sidenav a span { float: none }

/* End IE5-Mac hack */

#sidenav a:hover { background: url(../img/bg_sidenav_on.gif) no-repeat left bottom; }

#sidenav a:hover span { background: url(../img/bg_sidenav_on.gif) no-repeat left top; }

#sidenav #current a:link, #sidenav #current a:visited, #sidenav #current a:active { background: url(../img/bg_sidenav_on.gif) no-repeat left bottom; }

#sidenav #current a:link span, #sidenav #current a:visited span, #sidenav #current a:active span { background: url(../img/bg_sidenav_on.gif) no-repeat left top; }

#sidenav li {
	float: none;
	display: block;
	font-size: 12px;
	padding-bottom: 4px;
}

/*
---------------------------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------------------------
*/
#footer ul {
	list-style: none;
	font-size:11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	height: 25px;
}

#footer li {
	display: inline;
	margin: 0px;
	padding: 0px 5px;
	border-left: 1px solid #999999;
}

#footer li a {
	text-decoration: underline;
	color: #999999;
	font-weight: normal;
}

#footer li a:hover {
	text-decoration:none;
	color: #FFF;
}

#footer li.first {
	border-left-style: none;
	padding-left: 0px;
}

#footer li.last { padding-right: 0px; }

#footer p {
	margin-top: 0px;
	font-size:11px;
	line-height: 18px;
	color: #FFFFFF;
	padding: 0px;
	margin-bottom: 0px;
}

#footer {
	width: 864px;
	height: 120px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#footer p {
	color: #999999;
}

#footer #footer_left {
	float: left;
	display:inline;
	width: 600px;
}

#footer #footer_right {
	float: right;
	display:inline;
}

#footer #footer_right a img { border:none; }

/*
---------------------------------------------------------------------------------------
CSS STICKY FOOTER - http://ryanfait.com/sticky-footer/
---------------------------------------------------------------------------------------
*/
html, body { height: 100%; }

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px;
	width: 864px;
}

.push {
	height: 140px;
	width:100%;
	clear:both;
} /* Stessa misura dell'altezza generale del Footer */

/*
---------------------------------------------------------------------------------------
FIRMA
---------------------------------------------------------------------------------------
*/
p.firma {
	font-size:11px;
	line-height: 18px;
	color: #999;
}

p.firma a.webtags {
	color: #999;
	background: url(../img/logo_webtags_bianco.gif) no-repeat right center;
	padding: 5px 24px 5px 0px;
	text-decoration:underline;
}

p.firma a:hover.webtags {
	color: #FFF;
	text-decoration: none;
}

/*
---------------------------------------------------------------------------------------
NAVIGATION ITA
---------------------------------------------------------------------------------------
*/
#mainMenu_IT {
	height: 24px;
	width: 528px;
	position: absolute;
	top: 65px;
	right: 0px;
}

#mainMenu_IT ul {
	height: 24px;
	background: url(../img/menu_ewol_ita.gif) no-repeat 0 0;
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style: none;
}

#mainMenu_IT ul li {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
}

#mainMenu_IT ul li, #mainMenu_IT a {
	height: 24px;
	display: block;
}

#mainMenu_IT ul li a {
	text-decoration: none;
	text-indent: -9999px;
	outline:none;
}

#mainMenu_IT #mn1 {
	left: 0;
	width: 121px;
}

#mainMenu_IT #mn2 {
	left: 121px;
	width: 111px;
}

#mainMenu_IT #mn3 {
	left: 232px;
	width: 117px;
}

#mainMenu_IT #mn5 {
	left: 349px;
	width: 81px;
}

#mainMenu_IT #mn4 {
	left: 430px;
	width: 98px;
}

#mainMenu_IT #mn1 a:hover, #mainMenu_IT #mn1 a:focus, #mainMenu_IT #mn1 a:active { background: transparent url(../img/menu_ewol_ita.gif) 0px -24px no-repeat; }

#mainMenu_IT #mn2 a:hover, #mainMenu_IT #mn2 a:focus, #mainMenu_IT #mn2 a:active { background: transparent url(../img/menu_ewol_ita.gif) -121px -24px no-repeat; }

#mainMenu_IT #mn3 a:hover, #mainMenu_IT #mn3 a:focus, #mainMenu_IT #mn3 a:active { background: transparent url(../img/menu_ewol_ita.gif) -232px -24px no-repeat; }

#mainMenu_IT #mn5 a:hover, #mainMenu_IT #mn5 a:focus, #mainMenu_IT #mn5 a:active { background: transparent url(../img/menu_ewol_ita.gif) -349px -24px no-repeat; }

#mainMenu_IT #mn4 a:hover, #mainMenu_IT #mn4 a:focus, #mainMenu_IT #mn4 a:active { background: transparent url(../img/menu_ewol_ita.gif) -430px -24px no-repeat; }

/* NAVIGAZIONE DOVE SIAMO */
body#home #mainMenu_IT #mn1 { background: transparent url(../img/menu_ewol_ita.gif) 0px -24px no-repeat; }

body#prodotti #mainMenu_IT #mn2 { background: transparent url(../img/menu_ewol_ita.gif) -121px -24px no-repeat; }

body#chi-siamo #mainMenu_IT #mn3 { background: transparent url(../img/menu_ewol_ita.gif) -232px -24px no-repeat; }

body#news #mainMenu_IT #mn5 { background: transparent url(../img/menu_ewol_ita.gif) -349px -24px no-repeat; }

body#contatti #mainMenu_IT #mn4 { background: transparent url(../img/menu_ewol_ita.gif) -430px -24px no-repeat; }

/*
---------------------------------------------------------------------------------------
NAVIGATION ENG
---------------------------------------------------------------------------------------
*/
#mainMenu_EN {
	height: 24px;
	width: 550px;
	position: absolute;
	top: 65px;
	right: 0px;
}

#mainMenu_EN ul {
	height: 24px;
	background: url(../img/menu_ewol_eng.gif) no-repeat 0 0;
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style: none;
}

#mainMenu_EN ul li {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
}

#mainMenu_EN ul li, #mainMenu_EN a {
	height: 24px;
	display: block;
}

#mainMenu_EN ul li a {
	text-decoration: none;
	text-indent: -9999px;
	outline:none;
}

#mainMenu_EN #mn1 {
	left: 0;
	width: 121px;
}

#mainMenu_EN #mn2 {
	left: 121px;
	width: 114px;
}

#mainMenu_EN #mn3 {
	left: 235px;
	width: 131px;
}

#mainMenu_EN #mn5 {
	left: 366px;
	width: 81px;
}

#mainMenu_EN #mn4 {
	left: 447px;
	width: 103px;
}

#mainMenu_EN #mn1 a:hover, #mainMenu_EN #mn1 a:focus, #mainMenu_EN #mn1 a:active { background: transparent url(../img/menu_ewol_eng.gif) 0px -24px no-repeat; }

#mainMenu_EN #mn2 a:hover, #mainMenu_EN #mn2 a:focus, #mainMenu_EN #mn2 a:active { background: transparent url(../img/menu_ewol_eng.gif) -121px -24px no-repeat; }

#mainMenu_EN #mn3 a:hover, #mainMenu_EN #mn3 a:focus, #mainMenu_EN #mn3 a:active { background: transparent url(../img/menu_ewol_eng.gif) -235px -24px no-repeat; }

#mainMenu_EN #mn5 a:hover, #mainMenu_EN #mn5 a:focus, #mainMenu_EN #mn5 a:active { background: transparent url(../img/menu_ewol_eng.gif) -366px -24px no-repeat; }

#mainMenu_EN #mn4 a:hover, #mainMenu_EN #mn4 a:focus, #mainMenu_EN #mn4 a:active { background: transparent url(../img/menu_ewol_eng.gif) -447px -24px no-repeat; }

/* NAVIGAZIONE DOVE SIAMO */
body#home #mainMenu_EN #mn1 { background: transparent url(../img/menu_ewol_eng.gif) 0px -24px no-repeat; }

body#prodotti #mainMenu_EN #mn2 { background: transparent url(../img/menu_ewol_eng.gif) -121px -24px no-repeat; }

body#chi-siamo #mainMenu_EN #mn3 { background: transparent url(../img/menu_ewol_eng.gif) -235px -24px no-repeat; }

body#news #mainMenu_EN #mn5 { background: transparent url(../img/menu_ewol_eng.gif) -366px -24px no-repeat; }

body#contatti #mainMenu_EN #mn4 { background: transparent url(../img/menu_ewol_eng.gif) -447px -24px no-repeat; }

/*
---------------------------------------------------------------------------------------
LANGUAGES
---------------------------------------------------------------------------------------
*/
#languages {
	overflow: hidden;
	height: 25px;
	margin-top: 5px;
}

#langNav {
	font-size: 11px;
	float: right;
}

#langNav li {
	float: left;
	line-height: 12px;
	margin: 0 -5px 0 5px;
	padding: 0px 5px 2px;
	border-right: 1px solid #999999;
}

#langNav a, #langNav a:link, #langNav a:visited, #langNav a:active {
	color: #999999;
	text-decoration: underline;
}

#langNav a:hover {
	color: #FFF;
	text-decoration: none;
}

/*
---------------------------------------------------------------------------------------
E3
---------------------------------------------------------------------------------------
*/
h2#e3 {
	font-size: 11px;
	line-height: 11px;
}

#e3 a {
	background: url(../img/icn_e3_home.gif) no-repeat left top;
	height: 0px;
	width: 225px;
	padding-top: 92px;
	display:block;
	overflow: hidden;
}

/*
---------------------------------------------------------------------------------------
HOME NEWS
---------------------------------------------------------------------------------------
*/
#home #newsHome {
	clear: both;
	margin-top: 40px;
	padding: 10px;
	background: url(../img/bg_news_home.png) no-repeat left top;
}

#home #newsHome h2 {
	padding-bottom: 16px;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

#home #newsHome .newstxt {
	width: 208px;
	float: left;
	display: inline;
}

#home #newsHome .first {
	padding-right: 14px;
	margin-right: 15px;
	border-right: 1px dotted #666;
}

#home #newsHome .newstxt img {
	float: right;
	padding-left: 10px;
	width: 100px;
}

#home #newsHome .newstxt h3 {
	padding-bottom: 0px;
	font-size: 13px;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}

#home #newsHome .newstxt h4 {
	padding-bottom: 6px;
	font-size: 11px;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;
	color: #999;
}

#home #newsHome .newstxt .edit {
	padding-bottom: 12px;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
}

/*
---------------------------------------------------------------------------------------
HOME NEWS
---------------------------------------------------------------------------------------
*/
#news .clear { padding-bottom: 18px; }

#news .newstxt {
	border-bottom: 1px dotted #666;
}

#news .newstxt.last { border-bottom: 0px none; }

#news .newstxt img {
	float: right;
	padding-left: 10px;
	width: 100px;
}

#news .newstxt .newstxt h3 {
	padding-bottom: 0px;
	font-size: 13px;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}

#news .newstxt .newstxt h4 {
	padding-bottom: 6px;
	font-size: 11px;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;
	color: #999;
}

#news .newstxt .newstxt .edit {
	padding-bottom: 12px;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
}

/*
---------------------------------------------------------------------------------------
TABS
---------------------------------------------------------------------------------------
*/
.tabs-nav .tabs-selected a { background: url(../img/bg_sidenav_on.gif) no-repeat left bottom; }

.tabs-nav .tabs-selected a span { background: url(../img/bg_sidenav_on.gif) no-repeat left top; }

.slideshow {
	position: relative;
	height: 214px;
	overflow: hidden;/*border: 1px solid #000000;*/
}

.slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	cursor: -moz-zoom-in;
}

.slideshow a { cursor: url(img/link.gif); }

.slide_help {
	background: url(../img/btn_thickbox.gif) no-repeat left top;
	height: 29px;
	width: 204px;
	font-size: 11px;
	line-height: 29px;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	text-align: right;
}

div.maschera_img {width:214px; margin:0px; padding:0px; overflow:hidden;}