@charset "utf-8";
/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */
body {
  line-height: 1.5;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
  font-size: 75%;
  color: #222;
  
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* layout */

p,input,ul,table, textarea,label{
    color:#575859;
    font-family:helvetica;
    font-size:.9em;
}

h1,h2,h3,h4,h5,h6{
    font-weight:bold;
}

h1,h2,h3,h4,h5,h6,a{
    color:#575859;
}

h3{
    font-size:1em;
}

a{
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

form input.text,
form textarea.text{
    width:319px;
    padding:2px 0 2px 0;
    border:2px inset #ccc;
    margin-bottom:15px;
    background:#CCC;
}

div#header{
    /*width:640px;*/
	width:730px;
    margin:0px auto;
    /* margin:30px auto; */
    margin-bottom:20px;
}

h1#title{
    margin:0 0 10px;
    padding:0;
    height:93px;
    background:url(../img/greymer.gif) no-repeat center center white;
}

h1#title a{
    display:block;
    height:93px;
}
ul.menu{
    background:url(../img/bulletmenu.gif) no-repeat 0 2px;
    height:20px;
    padding:0 0 0 30px;
    margin:0 0 4px 10px;
}

ul.menu li{
    float:left;
    list-style:none;
    margin-right:15px;
}

ul.menu li#last{
    margin-right:0;
}

ul.menu li a, ul.subMenu a{
    color:#C7BFB6;
    text-decoration:none;
    font-size:11px;
}

ul.menu li a.current, ul.menu li a:hover,
ul.subMenu a.current, ul.subMenu a:hover{
    color:black;
}

ul.subMenu{
    margin:0;
    padding:0;
}

ul.subMenu li{
    list-style:none;
    margin-bottom:7px;
}

ul.subMenu li a{
    background:url("../img/bulletmenu.gif") no-repeat left top;
    padding-left:30px;
}

ul.subSubMenu{
    margin-left:85px;
    margin-top:5px;
}

ul.subSubMenu li a{
    background:none;
    padding:0;
}

div#flash{
    text-align:center;
}

.clear{
    clear:both;
    float:none;
    height:0;
    font-size:0;
}

div.section{
    width:682px;
    margin:0 auto;
    /*border-bottom: 1px solid #C7BFB6;*/
    /*
    padding-bottom:20px;
    margin-bottom:20px;
    */
}

div.section div.sectionContainer{
    width:613px;
    background:#EEECE9;
    margin:60px auto;
    margin-bottom:0;
}

div#footer{
    width:640px;
	/* padding-top: 85px; */
    margin:20px auto;
}

div#footer p{
    float:left;
}

div#footer p#credits{
    float:none;
    clear:both;
}

div#footer p#finfo{
    font-size:9px;
    margin-top:4px;
}

div#footer div#audio{
    float:right;
}

div#footer p a, div#footer p{
    color: #C7BFB6;
}

p#language{
    position:absolute;
    margin:0;
    padding:0;
    right:30px;
    top:10px;
    color:#C7BFB6;
}

p#language a{
    color:#C7BFB6;
    text-decoration:none;
}

p#language a.currentLang{
    text-decoration:underline;
}

p#language a:hover{
    text-decoration:none;
}

/* events */
div#eventsInternal{
    width:292px;
    margin:0 auto;
    padding:30px 0 30px 0;
}
div#eventsInternal div.event a{
    cursor:move;
}
div#eventsInternal div.event{
    margin-bottom:15px;
}
div#eventsInternal div.event div.img{
    float:left;
    width:109px;
}
div#eventsInternal div.event h3,
div#eventsInternal div.event p{
    width:150px;
    float:right;
}
div#eventsInternal div.event h3{
    margin-bottom:0;
}
div#eventsInternal div.event p{
    margin-bottom:0;
}

/* contacts */
div#contactsInternal{
    width:560px;
    margin:0 auto;
    padding:15px 0 10px 0;
}
div#contactsInternal div.form{
    float:left;
    width:340px;
}
div#contactsInternal div.address{
    float:right;
    width:200px;
}
div#contactsInternal h3{
    margin-bottom:0;
}
form#contactForm input,
form#contactForm textarea{
    font-weight:bold;
}
form#contactForm p.privacyTitle{
    margin:5px 0 4px 0;;
}

form#contactForm p.privacyText{
    padding:5px;
    background:white;
    width:315px;
    /*
    overflow:auto;
    */
}

form#contactForm div.button{
    text-align:right;
    width:315px;
}

/* showroom */

div#textSpacer{
    position:absolute;
}

div.map{
    width:613px;
    height:400px;
}

div.map table{
    margin:0;
    padding:0;
}

div.map table td{
    margin:0;
    padding:0;
    border:none;
}

div.map td img{
    display:block;
}

div#worldMap{
    background:url('../img/world.jpg');
}

div#americadMap{
    background:url('../img/americaSelected.jpg');
}

div#americadMap #textSpacer,
div#russiaMap #textSpacer{
    padding:24px;
}

div#russiaMap{
    background:url('../img/russiaSelected.jpg');
}

div#italyMap{
    background:url('../img/italy.jpg');
}

div.italyMap div#textSpacer{
    margin-left:345px;
    margin-top:57px;
    padding:0;
}

div#italyNorth{
    background:url('../img/northItalyOver.jpg');
}

div#italySouth{
    background:url('../img/southItalyOver.jpg');
}

div#italyEast{
    background:url('../img/eastItalyOver.jpg');
}

div#italyWest{
    background:url('../img/westItalyOver.jpg');
}

div.europeMap div#textSpacer{
    padding:24px;
}

div#europeMap{
    background:url('../img/europe.jpg');
}

div#europeAll{
    background:url('../img/europeAll.jpg');
}

div#europeEast{
    background:url('../img/europeEast.jpg');
}

div#europeNorth{
    background:url('../img/europeNorth.jpg');
}

div#europeCenter{
    background:url('../img/europeCenter.jpg');
}

/* media & advertising */

#mediaAdvertising{
    width:900px;
    margin-top:55px;
    border:none;
    height:452px;
}
#mediaAdvertisingMenu{
    width:900px;
    margin-top:55px;
    border:none;
    height:522px;
}

#mediaAdvertisingMenu div#left, #mediaAdvertising div#left{
    position:absolute;
    margin-top:130px;
}

#mediaAdvertisingMenu div#right, #mediaAdvertising div#right{
    height:418px;
    float:right;
    position:absolute;
    margin-left:350px;
    width:900px;
}

#mediaAdvertising div#bottom{
    width:788px;
    height:107px;
    
    position:absolute;
    /* margin:345px 0 0 30px; */
	margin: 430px 0 0 30px;
}

#mediaAdvertising div#thumbHolder{
    width:682px;
    height:107px;
    border-bottom:1px solid #C7BFB6;
    /*background:purple;*/
    float:right;
}

#mediaAdvertising div#thumbHolder div#thumbInternal{
    width:620px;
    height:107px;
    margin-left:31px;
    /*background:green;*/
    overflow:hidden;
    float:left;
}

#mediaAdvertising div#thumbHolder div#arrows{
    /*height:107px;*/
    float:right;
}

#mediaAdvertising div#thumbHolder div#arrows a{
    float:left;
    width:12px;
    margin-top:90px;
}

#mediaAdvertising div#thumbHolder div#arrows img{
    width:12px;
}

#mediaAdvertising div#thumbHolder div#arrows a#arrowRight{
    margin-left:4px;
}

#mediaAdvertising div#thumbHolder div#thumbInternal div#thumbScroller{
    height:107px;
}

div.thumbs{
    width:620px;
    height:107px;
    background:white;
    float:left;
    text-align:center;
    /*background:green;*/
}

div.thumbs img{
    /*
    padding:10px 5px 10px 5px;
    */
    border:1px solid #C7BFB6;
    margin-right:5px;
    margin-left:5px;
    margin-top:10px;
}

div.thumbs img.last{
    /*
    margin-right:0;
    margin-left:0;
    */
}

div.specialThumbs{
    text-align:left;
    width:2000px;
}

div#bigImage{
    float:left;
    margin-right:25px;
    border:1px solid #C7BFB6;
}

div#smallImages{
    float:left;
    /*background:green;*/
    width:193px;
}

div#smallImages span.thumbNailPlayer{
    display:block;
    width:77px;
    height:110px;
    border:1px solid #C7BFB6;
    padding:10px;
    text-align:center;
    position:absolute;
}

div#smallImages span.thumbNailPlayer img{
    border:1px solid #C7BFB6;
}

div#smallImages span#thu0{
    margin-top:0;
    margin-left:0;
}

div#smallImages span#thu1{
    margin-top:130px;
    margin-left:0;
    border-top:none;
}

div#smallImages span#thu2{
    margin-top:0;
    margin-left:97px;
    border-left:none;
}

div#smallImages span#thu3{
    margin-top:130px;
    margin-left:97px;
    border-left:none;
    border-top:none;
}

#mediaAdvertising div#right img{

}

#flashMediaAdvertising{
    float:right;
    margin-right:100px;
}

/*
#toUpdate{
    border:1px solid green;
}
*/

/* outlet */
div#outlet{
    width:913px;
    border:none;
}

div#outlet div.sectionContainer{
    width:913px;
    background:none;
}

div#outlet div.sectionContainer div#left{
    width:146px;
    float:left;
    margin-top:131px;
}

div#outlet div.sectionContainer div#right{
    width:613px;
    float:left;
}

div#googleMap{
    text-align:center;
    padding:20px 0 20px 0;
    background:#EEECE9;
}


/* credits */
div#credits{
    border:0;
}

div#credits #left, div#credits #right{
    float:left;
}

div#credits div#left{
    margin-left:100px;
}

div#credits div#right{
    margin-left:30px;
}

div#left p, div#right p{
    padding-left:30px;
    background:url("../img/bulletmenu.gif") no-repeat 0 1px;
}
#etichettastore{
	position:fixed;
	top:0px;
	left:0px;}
ul.menu li a.redlabel{
	/*color:#EF77CB; //rosa */
	color:#A100FF;
	}
