html
{
  background: #f39b24 url('images/bg.gif') repeat-x top left;
}

body > div
{
  width: 920px;
  margin: 26px auto 0 auto;
}

/**
 * Header
 */
#header
{
  height: 147px;
  position: relative;
  background: #000 url('images/header.jpg') no-repeat right top;
}

#header .logo
{
  display: block;
  width: 286px;
  height: 161px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: transparent url('images/logo.png') no-repeat top left;
  text-indent: -9999px;
  outline: none;
}

#header li
{
  display: inline;
}

#header ul li *
{
  float: left;
  margin: 0;
  padding: 0;
}

#header .main-nav,
#header .portal-nav,
#header .lang-nav
{
  position: relative;
}

#header .main-nav
{
  width: 920px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  padding: 5px 0;
  overflow: hidden;
  zoom: 1;
  background: #202223;
}

#header .main-nav li a
{
  height: 30px;
  line-height: 30px;
  letter-spacing: 0;
  position: relative;
  top: 0;
  padding: 0 15px;
  border-left: 1px solid #4d4e4f;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

#header .main-nav li:first-child a 
{
  border-left: 0;
}

#header .main-nav li:hover > a,
#header .main-nav li.current > a
{
  color: #f8be13;
}

#header .portal-nav
{
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 11px;
}

#header .portal-nav a
{
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}

#header .portal-nav a:hover
{
  color: #fff;
}

#header .portal-nav > li > a
{
  height: 18px;
  line-height: 18px;
  position: relative;
  top: 0px;
  padding: 0;
  margin: 0 5px;
}

#header .portal-nav > li:hover > a,
#header .portal-nav li.current a
{
  color: #fff;
  border-bottom: 2px solid #f8be13;
}

#header .lang-nav
{
  top: 25px;
  right: -23px;
  position: absolute;
  width: 23px;
}

#header .lang-nav > li a.eng
{
  width: 23px;
  height: 22px;
  background: url('images/eng-flag.png') no-repeat;
  text-indent: -9999px;
  margin-bottom: 5px;
  display: block;
}

#header .lang-nav > li a.fra
{
  width: 23px;
  height: 22px;
  background: url('images/fra-flag.png') no-repeat;
  text-indent: -9999px;
}

/**
 * Content
 */

#content
{
  background: #fff;
  padding-bottom: 20px;
  float: left;
  width: 920px;
}

#content ul.breadcrumb
{
  overflow: hidden;
  zoom: 1;
  padding-bottom: 0;
}

#content .breadcrumb li
{
  text-decoration: none;
  color: #8b9399;
  margin-right: 7px;
  float: left;
  display: inline;
  font-size: 11px;
  line-height: 14px;
}

#content .breadcrumb a
{
  color: #6f7471;
  text-decoration: none;
  padding-right: 15px;
  background: url('images/arrow-bread.jpg') no-repeat right center;
}

#content .breadcrumb li a.current
{
  color: #000;
  font-weight: bold;
  background: none;
}

#content .main
{
  width: 365px;
  margin-top: 13px;
  margin-left: 25px;
  float: left;
  min-height: 300px;
  display: inline;
  overflow: hidden;
}

/* Secondary Navigation */

#content ul.secondary-nav 
{
  width: 220px;
  margin: 0;
  margin-bottom: 15px;
  float: left;
  display: inline;
  overflow: hidden;
}

#content ul.secondary-nav li 
{
  padding: 0;
  margin: 0;
  display: inline;
}

#content .secondary-nav > li > a:link,
#content .secondary-nav > li > a:visited
{
  font-family: 'Lucida Grande', sans-serif;
  font-size: 10.4px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 29px!important;
  height: 29px;
  /* border-bottom: 1px solid #fff; */
  color: #333;
  background: #fefefe url('images/sec-nav-bg.png') no-repeat right -29px;
  padding-left: 10px;
  display: block;
  text-decoration: none;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

#content .secondary-nav li a:hover,
#content .secondary-nav li a:active,
#content .secondary-nav li.current a:link,
#content .secondary-nav li.current a:hover,
#content .secondary-nav li.current a:visited,
#content .secondary-nav li.current a:active
{
  background: #f29b24 url('images/sec-nav-bg.png') no-repeat right bottom;
  color: #fff;
  font-size: 12px;
  border-top: 1px solid #f29b24;
  border-right: 1px solid #f29b24;
  border-left: 1px solid #f29b24;
}


#content .secondary-nav li a:hover,
#content .secondary-nav li a:active
{
  background: #fefefe url('images/sec-nav-bg.png') no-repeat right top;
  color: #f39f2a;
  font-size: 10px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

/* Side */

#content .side-left
{
  width: 220px;
  margin: 45px 0 0 30px;
  display: inline;
  float: left;
}

#content .side-right
{
  width: 250px;
  float: left;
  margin-top: 44px;
  margin-left: 30px;
  min-height: 300px;
  display: inline;
  overflow: hidden;
}

#content .side-right .banner 
{
  margin-bottom: 10px;
  margin-top: 35px;
}

#content .side-right .info
{
  margin-bottom: 10px;
  background: #f6f8f2 url('images/banner-bg.jpg') no-repeat top center;
  padding-top: 115px;
  padding-bottom: 20px;
  padding-left: 10px!important;
  margin-right: 10px;
}

#content .side-right .info p 
{
  color: #888d7f;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#flashcontent 
{
	width: 920px;
	height: 620px;
	background: #000;
	margin-bottom: -3px;
}

button.bottone
{
  background: transparent url('images/btn-comp2.png') no-repeat top left; 
  padding: 0;
  margin: 0;
  overflow: hidden;
  zoom: 1;
  border: 0;
  height:25px;
  width: 24px;
  text-indent: -9999px;
  position: relative;
  margin:-26px 0 0 0;
}

.btn
{
  font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.03em;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6em;
  color: #fff!important;
  background: transparent url('images/btn-left.png') no-repeat top left; 
  padding: 0;
  display: block;
  overflow: hidden;
  text-decoration: none !important;
  margin-bottom: 6px!important;
  zoom: 1;
  border: 0;
  height:36px;
}

.btn > *:first-child 
{
  background: transparent url('images/btn-right.png') no-repeat top right;
  float:left;
  height:36px;
  line-height:34px;
  margin-left:9px!important;
  padding-right:40px!important;
  padding-left: 4px!important;
  text-transform:uppercase;
  cursor: pointer;
  border: 0;
}

a.btn:hover,
button.bottone:hover
{
  background-position: bottom left;
}

a.btn:hover span,
button.bottone:hover span
{
  background-position: bottom right;
}

a.pdf
{
  background:transparent url('images/pdf.png') no-repeat;
  display: block;
  padding: 0 20px;
  margin: 10px 0 5px 0;
  font-weight: bold;
  font-size: 11px;
}

/**
 * Footer
 */

#footer

{

  background: #000;

  color: #fff;

  clear: both;

  position: relative;

  height: 35px;

}



#footer .service-nav

{

  float: left;

  width: 500px;

  padding: 10px 0 0 30px;

  margin: 0;

}



#footer .service-nav li

{

  text-decoration: none;

  color: #fff;

  border-left: 1px solid #eee;

  padding: 0 10px 0 10px;

  float: left;

  display: inline;

  font-size: 11px;

}



#footer .service-nav li:first-child

{

  border-left: 0;

  padding-left: 0;

}





#footer .service-nav a:link,

#footer .service-nav a:visited

{

  color: #FFF;

  text-decoration: none;

}



#footer .service-nav a:hover,

#footer .service-nav a:active

{

  color: #FFF;

  text-decoration: underline;

}



#footer > div

{

  float: right;

  margin: 8px 10px 0 0;

  width: 300px;

  display: inline;

}



#footer > div p

{

  font-size: 11px;

  color: #fff;

  margin: 0;

  padding: 0;

}

/**
 * Typography
 */

a:link, 
a:visited
{
  color: #f29b24;
  text-decoration: underline;
}

a:hover, 
a:active
{
  color: #d78310;
  text-decoration: none;
}

*:focus 
{ 
  outline: none; 
}

h1
{
  color: #f29b24;
  font-weight: bold;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 3px;
}

a:link h1, 
a:visited h1
{
  color: #f29b24;
  font-weight: bold;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 3px;
  text-decoration: none;
}

a:hover h1, 
a:active h1
{
  color: #000;
  text-decoration: none!important;
}

h2
{
  color: #000;
  font-weight: normal;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 3px;
}

.side-left h2
{
  color: #000;
  font-weight: normal;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

h3
{
  color: #c3c3b1;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #eaebe3;
  margin-right: 10px;
}

h4
{
  font-weight: bold;
  color: #10162a;
  font-size: 14px;
  margin-bottom: 10px;
}

h5
{
  background:transparent url(images/dot.gif) repeat-x scroll 0 50%;
  clear:both;
  margin: 5px 0 10px 0;
  text-align: right;
}

h5 > *:first-child
{
  background: #fff;
  font-weight: bold;
  color: #999;
  font-size: 10.4px;
  text-align: right;
  margin-right: 1.5em;
  padding: 0 0.6em;
  text-transform: uppercase;
}

p
{
  color: #1f1f20;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 17px;
}

strong
{
  font-weight: bold!important;
}

em
{
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.6em;
}

/* b
{
  font-family: 'Lucida Grande', sans-serif;
  font-size: 10.4px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 16px!important;
} 

b
{
  font-family: georgia, times, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px!important;
}

b
{
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-style: normal;
  font-size:16px;
  font-weight:normal;
  line-height:1.4;
}

*/

b
{
  font-family: georgia, times, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px!important;
}

cite
{
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px!important;
  background: transparent url('images/cite.gif') no-repeat left 4px;
  padding-left: 20px!important;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

label
{
  font-family: 'Lucida Grande', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 20px!important;
  margin: 0;
  display: block;
}

input[type="text"]
{
  background: #ffffff url(images/input-bg.gif) repeat-x;
  border-top: 1px solid #999999;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #DADBD6;
  border-left: 1px solid #D0D0D0;
  color:#222222;
  padding:3px;
}

input[type="text"]:focus
{
  background: #fefeee url(images/input-bg.gif) repeat-x;
}

.main > ul.text-list
{
  margin: 10px 0 10px 10px;
}

.main ul.text-list > li
{
  display: block;
  list-style: none;
  text-indent: 20px;
  background: transparent url('images/arrow-list.gif') no-repeat left;
  text-transform: uppercase;
  font-size: 10.4px;
  font-weight: bold;
  line-height: 16px;
  font-family: 'Lucida Grande', sans-serif;
  margin-top: 2px;
  margin-bottom: 2px;
}
