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

* {
margin:0;
padding:0;}

body{
background:#e1e0e0;
font-family:Arial, Helvetica, sans-serif;}

#wrapper{
margin:0 auto;
width:825px;
height:600px;
background-color:#FFFFFF;
background-image:url(images/bg.jpg);
background-position:left bottom;
background-repeat:no-repeat;}

#side{
float:left;
width:229px;
background:url(images/side.gif);
background-repeat:repeat-y;
height:100%;}

#menu{
margin-top:64px;
text-align:center;}

#menu img{
margin-top:12px;}

#content{
float:right;
width:531px;
margin-right:36px;}

#band{
margin-top:13px;}

#back{
height:28px;
width:142px;
background-color:#000000;
float:left;}

#back p{
margin-top:8px;
text-align:center;
color:#FFFFFF;
font-size:11px;}

#back a{
color:#FFFFFF;
text-decoration:none;
font-weight:bold;}

#back a:hover{
color:#CC3333;}

#sezione{
height:28px;
width:389px;
background-color:#cc3333;
float:right;}

#sezione2{
height:28px;
width:389px;
background-color:#cc3333;;}

#titolo{
margin-top:8px;
margin-left:4px;}

#offerte{
color:#CC3300; text-decoration:none; font-size:18px; display:block; text-align:center;}

#offerte:hover{
text-decoration:underline;}

#block{
clear:both;
width:389px;
color:#000000;
float:right;
font-size:12px;
margin-top:12px;}

#clear{
clear:both;}

#wrapper-link{
width:765px;
background:#FFFFFF;
font-size:12px;
margin:0 auto;}

#wrapper-link img{
float:left;
margin:0 10px;
border:1px solid #cccccc;}

#wrapper-link h1{
margin:10px;
padding:0;
font-size:20px;
color:#cc3333;
}

#wrapper-link h2{
margin:0px;
padding:0;
font-size:14px;
font-weight:normal;
color:#000000;
}

#wrapper-link p{
color:#000000;
font-family:Arial, Helvetica, sans-serif;}

#thumb-gallery{
width:340px;
margin:0 auto;
text-align:center;}

.thickbox{
width:75px;
float:left;
text-align:center;
margin-bottom:5px;
text-decoration:none;
color:#000000;
margin:5px;}

.thickbox:hover{
width:75px;
float:left;
text-align:center;
margin-bottom:5px;
text-decoration:none;
color:#cc3333;
margin:5px;}


.thickbox img{
border:1px solid #cccccc;}

/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { 
float:left;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #cc3333;
color: #fff;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #fff;
color: #cc3333;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #fff;
color: #000;
border: 5px solid #cc3333;
}
