/* ///////////////////// HTML //////////////////// */

/* azzera spazio bianco */
html, body{
margin: 0;
padding: 0;
}

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

address, blockquote, dl, form,
fieldset, ol, table, p, pre, ul{
margin: 0;
}

a img {
border: 0;
}

* {
font-size: 11px;
font-family: Verdana;
color: #666;
}

body {
margin: 0;
margin-top: 23px;
}

h1 {
font-size: 18px;
font-weight: normal;
font-family: Trebuchet MS;
color: white;
background-color: #FF6600;
padding: 2px 4px 2px 4px;
} 

h2 {
font-size: 13px;
font-family: Trebuchet MS;
color: #ff6600;
margin-bottom: -10px;
}

p {
margin: 13px 0 13px 0;
text-align: justify;
}

a, a * {
color: #FF6600;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

span#back_home {
position: absolute;
left: 408px;
top: 6px;
}

span#back_home * {
color: #fff;
}

div#footer p {
color: #ff6600;
text-align: center;
margin-bottom: 2px;
}

/* ///////////////////// LAYOUT //////////////////// */

div#container {
border: 0px solid red;
width: 491px;
min-height: 492px;
position: relative;
left: 50%;
margin-left: -245px;
}

* html div#container {
height: 492px;
}

div#nav {
/* weeee!!! */
}

div#footer {
width: 491px;
padding-top: 50px;
position: relative;
left: 50%;
margin-left: -245px;
margin-bottom: 20px;
background-image: url(images/shared/footer_background.gif);
background-position: top center;
background-repeat: no-repeat;
border-top: 1px solid #ff6600;
}

/* ///////////////////// NAV //////////////////// */

div#nav * {
font-size: 12px;
text-transform: uppercase;
color: #ff6600;
letter-spacing: 1px;
word-spacing: 4px;
font-family: "Trebuchet MS";
text-decoration: none;
font-weight: bold;
}

/* ///////////////////// SLIDERS //////////////////// */

div.box_row {
position: relative;
width: 515px;
height: 100px;
overflow: hidden;
border: 0px solid red;
}

/* box categorie */
div.box_special {
position: relative;
width: 82px;
height: 86px;
padding: 2px 4px 2px 4px;
background-color: #ff6600;
float: left;
margin-bottom: 10px;
margin-right: 10px;
vertical-align: middle;
}

/* box categorie */
div.box {
position: relative;
width: 90px;
height: 90px;
padding: 0;
float: left;
margin-bottom: 10px;
margin-right: 10px;
vertical-align: middle;
}

/* IE6 mette un margine in basso alle immagini linkate */
* html div.box {
overflow: hidden;
}

div.box_special h2 {
font-size: 14px;
font-weight: normal;
font-family: Trebuchet MS;
text-transform: uppercase;
color: white;
background-color: #FF6600;
display: inline;
} 

div.slide_nav {
width: 20px; 
border: 0px solid red; 
position: absolute; 
right: 0; 
top: 0;
background-color: #fff; /* avoids flicker */
}

div.slide_nav img {
cursor: pointer;
position: relative;
}

div.balloon {
background-color: white;
border: 1px solid #666;
}

/* ///////////////////// GALLERIES //////////////////// */

/* avoid layout flicker while image is loading */
div#photo_holder {
width: 490px;
height: 296px;
}

div#text_nav, 
div#text_nav * {
color: #ff6600;
font-size: 16px;
font-family: Trebuchet MS;
text-decoration: none;
margin-top: 20px;
}

div#text_nav table {
margin: 0;
}

a.prev_next {
font-weight: bold; 
font-size: 14px;
}

p#back {
margin-top: -28px;
margin-bottom: 4px;
}

p#back * {
color: #ff6600;
font-size: 15px;
font-family: Trebuchet MS;
text-decoration: none;
font-weight: bold;
}




