/**************************************************** main */

/* Global reset */

/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none; outline: none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
/* * a { position:relative } crash width lightbox */ /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */


.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 */


/* ****************************************************************************************************************** */

body {
	background: #000;
	color: #999;
	margin: 0;
	padding: 0;
	font: 10px Frutiger, Helvetica, Verdana, Arial, sans-serif;
	line-height: 16px;
	text-align: center;
	height: 100%;
}

a img { border: none; }

a { 
	color: #89857A;
	text-decoration: none; 
	font-weight: bold;
}

a:hover {color: #eee; text-decoration: none; }


div.clear {
	clear: both;
	height: 0;
}

h1, h2, h3 {
	font-size: 100%;
	font-weight: normal;
}

/* ****************************************************************************************************************** */

body, html {
	height: 100%;
}

#extwrapper {
}

#homewrapper {
	width: 100%;
	height: 250px;
	background: url(../pics/loading.gif) no-repeat 50% 50%;
}


/* ****************************************************************************************************************** */


#navigation {
	width: 840px;
	margin: 20px auto 15px auto;
	text-align: center;
	font: 12px Frutiger, Helvetica, Verdana, Arial, sans-serif;
	height: 130px;
	position: relative;
}


#navigation a#logo, 
#navigation span#logo {
	float: left;

}

#navigation ul {
	display: block;
	text-align: left;
}

#navigation ul li {
	display: block;
	
}

#navigation #nav li.nav_on strong{
	color: #eee;
}

#navigation #nav li .selected,
#navigation #nav li .current,
#navigation #nav li a:hover {
	color: #eee;
}

/* ************************ */

#navigation #nav {
	float: left;
	/*padding-left: 20px;*/	
	margin-top: 20px;

	text-transform: uppercase;
	
}

#navigation #nav li {
	float: left;
	display: block;
	padding-right: 15px;
	padding-top: 2px;
	width: 120px;
	_padding-right: 5px;
	letter-spacing: -1px;

}

#navigation #nav li strong {
	color: #404040;
	font-weight: normal;
	cursor: pointer;
	margin-bottom: 5px;
	display: block;
}

#navigation #nav strong.current {
	color: #404040;
}

#navigation #nav li ul  {
	visibility: hidden;
	position: relative;
	
	ex: 1;
}

#navigation #nav li.nav_on ul {
	visibility: visible;
	z-index: 2;
}

#navigation #nav li.nav_selected ul {
	visibility: visible;
}


#navigation #nav li ul li {
	float: none;
	display: block;
	padding-left: 0px;
	font-size: 9px;
}

#navigation #nav li ul.sec_lev li a {
	font-weight: normal;
	font-size: 9px;
	line-height: 1em;
}

#navigation #nav li ul.sec_lev li a.current {
	color: #eee;
}

#navigation #nav li ul li ul.third_lev {
	position: relative;
	left: 30px;
	top: 0px;	
	width: 120px;
	margin-bottom: 1px;
}

#navigation #nav li ul li ul.third_lev li,
#navigation #nav li ul li ul.third_lev li a {
	font-weight: normal;
	font-size: 9px;
	line-height: 1em;
	width: 120px !important;
}


#navigation #nav ul.third_lev li {
	width: auto !important;
	padding-left: 0 !important;
}

#navigation li, #navigation strong, #navigation a {
	letter-spacing: 0.5px !important;
}


/* ****************************************************************************************************************** */


#mainwrapper {
	background: #fff;
	text-align: left;
	width: 100%;
	height: 250px;
	position: relative;
	color: #999;
	font: 10px Frutiger, Helvetica, Verdana, Arial, sans-serif;
	line-height: 1.3em;
}

.home #mainwrapper {
	background: #181818; 
}

#mainwrapper.nopadding {
	background: #000;
	text-align: left;
	width: 100%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	position: relative;
}

#main {
	height: 250px;
	width: 640px;
	padding-left: 160px;
	margin: auto;
	position: relative;
	overflow: hidden;
	background: #fff;
	}
	

	
.nopadding #main {	
	height: 390px;
	width: 800px;
	padding-left: 0;
	overflow: hidden;
	background: #000;
	}

.nopaddingwhite #main {	
	width: 800px;
	padding-left: 0;
	overflow: hidden;
	background: #000;
	}
			
#main #innermain {
	padding: 15px 15px 15px 160px;
}
	
#main .mainpic {
	width: 240px;
	height: 190px;
	margin: 0;
	display: block;
	position: absolute;
	left: 80px;
	top: 20px;
}

#main .prevlink { 
	display: block;
	width: 29px;
	height: 47px;
	position: absolute;
	left: 0;
	top: 100px;
	background: url(prevlink.gif);
}

#main .nextlink {
	display: block;
	width: 29px;
	height: 47px;
	position: absolute;
	right: 0;
	top: 100px;
	background: url(nextlink.gif);
}

#main .prevlink span,
#main .nextlink span {display: none;}

#main .backlink { 
	color: #89857A;
	display: block;
	font-size: 10px;
	padding: 0 0 0 12px;
	background: url(backlink.gif) no-repeat 0 2px;
}

#main h1 { 
	font-size: 12px;
	font-family: Frutiger, Helvetica,  Verdana, Arial, sans-serif;
	color: #202D39;
	margin-bottom: 2em;
	display: none;
}

/****************************************************** Generico HTMLcontent  */

.htmlarea {
	font: 11px/1.3em Frutiger, Helvetica, Verdana, Arial, sans-serif;
	padding-right: 120px;
	color: #e8e8e8;
}
#footer .htmlarea {
	font-size: 9px;
	color: #999;
}

.htmlarea p {
	margin: 0.5em 0;
}

.htmlarea table td {
	padding: 0 20px 3px 0; 
	vertical-align: top;
	text-align: left;
}

.htmlarea ul,
.htmlarea ol { margin: 0 0 1ex 2.5em; }
.htmlarea ul,
.htmlarea ul li { 
	list-style-type: disc;
	list-style-position: outside; 
	margin: 0 0 .5ex 1em;
 }
.htmlarea ul ul,
.htmlarea ul ul li { 
	list-style-type: circle;
	list-style-position: outside; 
 }
.htmlarea ol,
.htmlarea ol li { 
	list-style-type: decimal !important; 
	list-style-position: outside; 
}
/****************************************************** News  */

#main #newstable {
	table-layout: fixed;
}

#main #newstable td {
	padding-right: 10px;
	vertical-align: top;
}

#main #newstable .newsdate,
#main #newstable .newstitle {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.6em;
}

#news #main h1 { 
	margin-bottom: .5em;
}

#news #main p.newsdate { 
	margin-bottom: 2em;
}

/****************************************************** Linea */
#main .innerline {
	padding: 20px 10px ;
}

#productslist li { 
	display: inline;
}

/****************************************************** lista prodotti */

table#productsthumbs {
	margin: 40px auto 0 auto;
	width: 540px;
	table-layout: fixed;

	position: relative;
	left: 90px;
	
}

table#productsthumbs td {
	vertical-align: top;
	text-align: center;
	padding: 0 10px;
}

table#productsthumbs a:hover { color: black; }

table#productsthumbs h1 { font-size: 12px; font-weight: bold; }
table#productsthumbs h2 { font-size: 10px; font-weight: normal !important; }

/****************************************************** prodotto */

div.colours span.colour {
	width: 15px;
	height: 15px;
	display: block;
}

#sub_main {
	text-align: left;
	min-height: 90px;
	height: auto !important;
	height: 90px;
	overflow: auto;
	width: 550px;
	padding: 10px 0 20px 290px;
	margin: 0 auto;
	position: relative;
}

.company #sub_main,
.nopadding #sub_main {
	text-align: left;
	width: 550px;
	padding-left: 290px;
	margin: 10px auto;
}

.nopadding #ext_main {
	text-align: left;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin: 0 auto;
	width: 530px;
	padding-left: 310px;
	font: 10px Frutiger, Helvetica, Verdana, Arial, sans-serif;
	line-height: 1.3em;
	position: relative;
}

#ext_main {
	position: relative;
}

#ext_main h1 {
	/*display: none;*/
	font-size: 100%;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	color: #ddd;
}


#ext_main .side_img {
	float: left;
	padding: 0 20px 0 0;
	margin: 0 0 0 -310px;
}

#ext_main .body {

}

#sub_list {
	position: absolute;
	top: 450px;
	left: 0px;
	width: 150px;
	z-index: 10;
}


#sub_list li{
	display: block; 
	text-transform: uppercase;
	text-align: right;
	padding: 1px 20px 0 0;
	font-size: 9px;
	line-height: 1em;
}

#sub_list li a{


	font-weight: normal;
}

#sub_list li.current,
#sub_list li.current a {
	color: #eee;
}

#sub_list li.current {
	background: url(../pics/icons/green_bullet.gif) no-repeat right;
}
/****************************************************** gallerie marker system  */

#markersystemgallery {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
}

#markersystemgallery a {
	float: left;
	padding: 0 4px 4px 0;
}

#markersystemgallery a img {
	display: block;
	margin: 0;
	padding: 0;
}

/****************************************************** footer  */

#footer {
	color: #404040;
	font-size: 9px;
	text-align: center;
}

#footer .htmlarea, #footer #fixedfooter {
	width: 550px;
	padding: 0 0 0px 280px;
	margin: 0 auto;
	text-align: left;
	height: auto;
	border: fuchsia;
	position: relative;
}

#footer a { 
	color: #404040;
	font-size: 9px;
	font-weight: normal;
}
#footer a.langswitch {
	color: #89857A;
}

#footer a:hover {color: #eee;}



/****************************************************** contacts  */
#contacts .htmlcontent {
	padding-left: 126px;
	background: url(contacts.gif) no-repeat top left;
	min-height: 75px;
}

/****************************************************** distributors  */

ul.worldmap {
	width: 590px;
	height: 250px;
	background-image: url(../pics/world/base.gif);
	position: relative;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

ul#continentslist {
	background-image: url(../pics/world/base_nomi.gif);
}

ul.worldmap li {

	margin: 0;
	padding: 0;
}

ul.worldmap li a {
	display: block;
	position: absolute;
}

ul.worldmap li span {
	display: none;
}

ul#headquarterslist li a {
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-left: -6px;
	background-image: url(../pics/world/pallino.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
ul#headquarterslist li.Italia a {
background-image: url(../pics/icons/green_bullet.gif);
}
ul#headquarterslist li.Italy a {
background-image: url(../pics/icons/green_bullet.gif);
}
ul#continentslist #america a {
	width: 260px;
	height: 250px;
	left: 0px;
	top: 0px;
	
}

ul#continentslist #europe a {
	width: 102px;
	height: 89px;
	left: 264px;
	top: 0px;
}

ul#continentslist #africa a {
	width: 116px;
	height: 120px;
	left: 252px;
	top: 86px;
}

ul#continentslist #asia a {
	width: 253px;
	height: 164px;
	left: 337px;
	top: 0px;
}

ul#continentslist #oceania a {
	width: 76px;
	height: 70px;
	left: 473px;
	top: 150px;
}


ul#continentslist #america a:hover { background-image: url(../pics/world/america.gif); }
ul#continentslist #europe a:hover { background-image: url(../pics/world/europe.gif); }
ul#continentslist #africa a:hover { background-image: url(../pics/world/africa.gif); }
ul#continentslist #asia a:hover { background-image: url(../pics/world/asia.gif); }
ul#continentslist #oceania a:hover { background-image: url(../pics/world/oceania.gif); }


.thickbox img {
	cursor: zoom;
	cursor: -moz-zoom-in;
	margin-left: 80px;
}