*
{
  margin: 0;
}

A img
{
  border: none;
}

html, body
{
  width: 100%;
  height: 100%;
  padding: 0;
  color: #CCC;
  font-family: helvetica, verdana, arial, sans-serif;
  font-size: 10pt;
  background-color: #D99AAD;
}

.links a:link, a:visited, a:active
{
  color: #a55b7c;
  text-decoration: none;
}

.links a:hover
{
  	color: #000000;
	background-color: #eeeeee;
}

.box
{
  height: 100%;
  width: 100%;
}

.bg_top
{
  background: url(pattern_top.gif) repeat;
  width: 100%;
  height: 25px;
}

.bg_bottom
{
  background: url(pattern_bottom.jpg) repeat;
  width: 100%;
  height: 100%;
}
.gradient
{
  background: url(gradient_body.jpg) repeat-x;
  width: 100%;
  height: 525px;
}

.centrale
{
  position: relative;
  top: 0;
  margin: 0;
  height: 525px;
  width: 1024px;
}

.noscript
{
  text-align: center;
  font-weight: bold;
}

#top
{
  background: url(slice/top.jpg);
  height: 87px;
  width: 1024px;
}

#logo
{
  width: 341px;
  height: 155px;
}

#main
{
  float: left;
  background: url(slice/main.jpg);
  height: 364px;
  width: 565px;
  overflow: auto;
}

#left
{
  float: lefT;
  height: 283px;
  width: 341px;
}

#left_bg
{
  float: left;
  background: url(slice/left.jpg);
  height: 283px;
  width: 162px;
}

#menu
{
  float: left;
  background: url(slice/menu.jpg);
  height: 209px;
  width: 179px;
  padding-top: 20px;
}

#right
{
  float: left;
  background: url(slice/right.jpg);
  height: 364px;
  width: 118px;
}

#bottom
{
  float: right;
  background: url(slice/bottom.jpg);
  height: 74px;
  width: 862px;
}

.contenuti
{
  text-align: left;
  margin-left: 3px;
  margin-top: 5px;
}

img.riv
{
  margin-bottom: 10px;
  margin-right: 10px;
}

ul.nav
{
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: none;
}

ul.nav li
{
  margin: 0px;
  padding: 0px;
}

ul.nav li a
{
  font-size: 120%;
  display: block;
  border-bottom: 1px dashed #666;
  padding: 5px 0px 2px 4px;
  text-decoration: none;
  color: #a55b7c;
  width:150px;
}

ul.nav li a:hover, ul.nav li a:focus
{
  color: #000000;
  background-color: #eeeeee;
}

ul.jcarousellite
{
  list-style: none;
  width: 100%;
}

ul.jcarousellite li
{
  width: 100%;
}

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-prev-vertical {
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-disabled-vertical,
.jcarousel-disabled-vertical:hover,
.jcarousel-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}