* :focus {
    outline: 0;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: #002e4a url(../img/layout/index/background.png) top left repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #fff;
}

li {
    list-style-image: url(../img/layout/dot.gif);
}


/* HEADER */
#header {
    width: 1000px;
    height: 260px;
    margin: 0 auto;
    background: #000 url(../img/layout/index/header.png) no-repeat;
}

#hours {
    float: right;
    width: 800px;
    font-size: 0.9em;
    padding: 10px 23px 0 0;
    text-align: right;
}

#hours span.red {
    color: #800202;
}

#newsletter {
    width: 400px;
    padding: 60px 0 0 680px;
}

#newsletter fieldset {
    border: none;
}

#newsletter input.textbox {
    border: 1px solid #fff;
    background-color: #00192E;
    color: #fff;
    height: 18px;
    vertical-align: middle;
    padding: 2px 0 0 0;
}

/* PAGE */
#page {
    width: 1000px;
    margin: 0 auto;
}


/* MENU' */
#menu {
    float: left;
    width: 369px;
}

#menu ul {
    margin: 20px 0 0 90px;
}

#menu ul li {
    width: 194px;
    height: 22px;
    background: #000 url(../img/layout/index/button.png) no-repeat;
    list-style: none;
    margin: 0 0 20px 0;
    text-align: center;
    padding: 6px 0 0 0;
}

#menu a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#menu a:hover {
    color: #800202;
}


/* CONTENT */
#content {
    float: right;
    width: 600px;
    padding-right: 17px;
    /*background: transparent url(../img/layout/index/contentBackground.png) top left no-repeat;*/
}

#content p {
    margin-bottom: 15px;
}


/* Content globale */
#content #contentFull {
    width: 600px;
    height: 383px;
    border-bottom: 2px solid #fff;
    overflow: hidden;
    background: transparent url(../img/layout/index/contentLine.png) top left no-repeat;
}

#content #contentFull #horizontalMenu ul {
    width: 600px;
    margin: 0;
    list-style: none;
    line-height: normal;
    color: #800202;
    margin-bottom: 10px;
    text-align: center;
}

#content #contentFull #horizontalMenu li {
    display: inline;
    text-align: center;
    padding: 0 30px 0 0;
}

#content #contentFull a {
    color: #800202;
    text-decoration: none;
}

#content #contentFull a:hover {
    text-decoration: underline;
}

#content #contentFull h1 {
    margin: 10px 0 0 20px;
}

#content #contentFull p {
    margin: 10px 0 0 20px;
}

#content #contentFull .imageslist {
    margin: 10px 0 0 20px;
    text-align: center;
}

#content #contentFull .arrows {
    width: 600px;
    text-align: center;
    background-color: #000;
    margin-left: 2px;
}

#content #contentFull img.arrow {
    margin: 0 0 0 10px;
}

#content #contentFull .slider ul {
    margin-left: 55px;
}

#content #contentFull #gallery {
    width: 600px;
    height: 295px;
    margin-left: 2px;
}

/* Sezione sinistra */
#content #contentLeft {
    float: left;
    width: 233px;
    overflow: hidden;
    min-height: 356px;
    padding: 0 10px 0 10px;
    margin-left: 3px;
    background: #000 url(../img/layout/index/logoBackground.png) bottom right no-repeat;
}

#content #contentLeft p {
    font-size: 0.8em;
    margin: 0 0 15px 0;
}

#content img.everything {
    float: right;
    margin-top: -45px;
    margin-right: 30px;
}

/* Sezione destra */
#content #contentRight {
    /*float: right;*/
    /*width: 343px;*/
    width: 606px;
    height: 382px;
    margin-right: 1px;
    margin-left: 3px;
    /*min-height: 376px;*/
    background: #000;
}

#content #contentRight p {
    margin: 0 0 15px 0;
}

#content #contentRight h2 {
    width: 343px;
}

#content #contentRight img.up {
    margin: 0 0 0 10px;
}

#content #contentRight img.down {
    float: right;
    margin: 0 10px 0 0;
}

#content #contentRight #updown {
    text-align: center;
}

#content #footerContent {
    clear: both;
    background-color: transparent;
    padding: 15px 0 0 0;
}

#content #footerContent #banners {
    width: 600px;
}

#content #footerContent #banners img {
    margin-right: 31px;
    border: none;
}

#content #footerContent #banners img.final {
    margin-right: 0;
    border: none;
}

/* Form */
fieldset {
    border: none;
}


/* FOOTER */
html, body, #wrap {
    height: 100%;
}

body > #wrap {
    height: auto;
    min-height: 100%;
}

#main {
    padding-bottom: 25px; /* must be same height as the footer */
}

#footer {
    position: relative;
    margin-top: -25px; /* negative value of footer height */
    height: 25px;
    clear:both;
    background: #000 url(../img/layout/index/footerBackground.png) repeat-x;
}

#footer img {
    border: none;
}

#footer #footerText {
    width: 1000px;
    margin: 0 auto;
}

#footer #footerText #footerTextLeft {
    float: left;
    width: 400px;
    padding: 4px 0 0 65px;
}

#footer #footerText #footerTextRight {
    float: right;
    width: 500px;
    padding-top: 4px;
    padding-right: 17px;
    text-align: right;
}


/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */
