@charset "UTF-8";
/* CSS Document */

/*** HTML ELEMENTS ***/

form, img, h1, h2, h3, h4, h5, h6, ul, ol, li, html, body {
	margin:0;
	padding:0;
}

a img {
	border:none;
}

html {
	height:100%;
}

body {
	background:url(/images/bg-body.png) repeat-x;
	height:100%;
	font:62.5% Arial, Helvetica, sans-serif;
	_font-size:50%;
}

a {
	text-decoration:none;
}

ul, ol {
	list-style:none;
}

/*** PAGE LAYOUT ***/

#wrapper {
	width:870px;
	min-height:100%;
	margin:0 auto;
}

#branding {
	display:none;
}

/*** HEADER - NAV ***/

#navigation {
	width:870px;
	height:187px;
	background:url(/images/bg-header3.png) no-repeat;
	padding:30px 0 0 0;
}

#navigation h1#logo a {
	display:block;
	width:253px;
	height:71px;
	background:url(/images/logo.png);
}

#navigation h1#logo a span {
	position:absolute;
	left:-5000px;
}

#navigation ul#mainnav {
	position:relative;
	top:82px;
	float:right;
	text-transform:capitalize;
}

#navigation ul#mainnav li {
	display:block;
	float:left;
	height:34px;
}

#navigation ul#mainnav li a {
	display:block;
	float:left;
	height:24px;
	font:bold 1.3em Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:10px 14px 0 13px;
	_padding:10px 13px 0 13px;
	
}

#navigation ul#mainnav li a:hover {
	background:url(/images/bg-menu-nav-hover.png) repeat-x;
}

#navigation ul#mainnav li.selected {
	background:url(/images/bg-menu-nav-hover.png) repeat-x;
}

#navigation ul#mainnav li span {
	float:left;
	width:1px;
	height:34px;
	background:url(/images/bg-menu-a.png);
}

#navigation ul#mainnav li.lang {
}

#navigation ul#mainnav li.lang a {
	background:url(/images/bg-menu-lang2.png) no-repeat right;
	text-transform:uppercase;
	_padding:10px 16px 0 15px
}

#navigation ul#mainnav li.lang a:hover {
	background:none;
}


/*** CONTENT ***/

#content_main {
	float:left;
	width:572px;
	padding:12px 0 8px 0;
	font-size:1.3em;
}

#content_main h2 {
	display:block;
	background:url(/images/h-dotted-border.png) repeat-x bottom;
	color:#ee820d;
	font-weight:bold;
	font-size:1.5em;
	margin:8px 0 0 0;
	padding:0 0 8px 0;
}

#content_main a {
	color:#ff6419;
	text-decoration:underline;
}

#content_main a:hover {
	color:#000000;
}

#content_main ul {
	margin:10px 0 0 0;
}

#content_main ul li {
	display:block;
	background:url(/images/puce.png) no-repeat 0 4px;
	padding:0 0 0 16px;
	margin:4px 0 0 0;
}

#content_main div.certificates ul {
	margin:5px 0 0 30px;
}

ul#catalog {
	margin:0;
}

ul#catalog li {
	height:110px;
	width:240px;
	float:right;
	background:url(/images/h-dotted-border.png) repeat-x bottom;
	padding:10px 0 15px 0;
	margin:0px;
}

ul#catalog li.catalogeven {
	float:left;
}
 
ul#catalog li a {
	font-size:1.1em;
}

div.certificates ul li a:hover {
	font-weight:bold;
	font-size:1.1em;
	_font-size:1.2em;
}

span.productdetail ul {
	padding:0 0 0 30px;
}

#content_main img {
	float:right;
	margin:10px 10px 0 0;
}

#content_main img.referenceImg {
	float:none;
	padding:4px;
	border:1px solid #8b7b68;
	margin:10px 15px 15px 25px;
}

body.products #content_main img {
	float:right;
	padding:4px;
	border:1px solid #8b7b68;
	margin:10px 35px 15px 25px;
}

body.contact #content_main {
	padding:20px 0 0 0;
}
body.contact #content_main img {
	float:right;
	border:2px solid #000;
}

body.contact #content_main p {
	line-height:140%;
	padding:10px;
}

body.contact #content_main p.caption {
	float:right;
	width:300px;
}

body.contact #content_main span {
	position:absolute;
	left:-5000px;
}

address {
	font-style:normal;
	width:220px;
	margin:0 0 0 15px;
	padding:5px 0 0 0;
}

/*** CREW ***/

#content_main div.crew ul {
	margin:30px 0 0 0;
}

#content_main div.crew ul li {
	background:none;
	float:right;
	height:165px;
	width:278px;
	padding:5px 0 5px 4px;
	margin:0;
	border-bottom:1px dashed #ff6419;
}

#content_main div.crew ul li.membereven {
	float:left;
	padding:5px 10px 5px 0px;
	border-right:1px dashed #ff6419;

}

#content_main div.crew ul li h4 {
	font-size:1.45em;
}

div.crew ul li span {
	border:1px solid #ff6419;
	text-align:center;
}

/*** SIDEBAR ***/

#sidebar {
	float:right;
	width:270px;
	padding:0 0 0 10px;
}

ul#productlinks a {
	font:bold 1.2em Arial, Helvetica, sans-serif;
	color:#FFF;
}

ul#productlinks li#linergy a {
	font:bold 1.5em Arial, Helvetica, sans-serif;
}

ul#productlinks a:hover {
	text-decoration:underline;
}

ul#productlinks li#linergy {
	width:262px;
	height:49px;
	background:url(/images/linergy.png) no-repeat;
	margin:48px 0 0 0;
	padding:80px 0 0 12px;
}

ul#productlinks li#faelluce {
	width:270px;
	height:95px;
	background:url(/images/faelluce.png) no-repeat bottom;
	margin:25px 0 0 0;
}

ul#productlinks li#faelluce ul {
	background:url(/images/h-dotted-border.png) repeat-x;
	padding:45px 0 0 12px;
}

ul#productlinks li#niba {
	width:270px;
	height:70px;
	background:url(/images/illuminazione.png) no-repeat;
	margin:25px 0 0 0;
}

ul#productlinks li#niba ul {
	padding:20px 0 0 12px;
}

ul#productlinks li#tecmar {
	width:270px;
	height:70px;
	background:url(/images/tec-mar.png) no-repeat;
	margin:25px 0 0 0;
}

ul#productlinks li#tecmar ul {
	padding:20px 0 0 12px;
}

/*** FOOTER ***/
#spacer-footer {
	width:870px;
	height:65px;
	clear:both;
}
#footer {
	width:870px;
	height:34px;
	margin:-54px auto 0 auto;
	background:url(/images/bg-footer.png) no-repeat;
	color:#FFF;
	font:1.1em "Helvetica";
}

#footer a {
	color:#FFF;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}
#footer p {
	line-height:34px;
	padding:0 12px;
	_padding:0 14px;
}

.footer {
	float:left;
}

.by {
	float:right;
}




