﻿body {
	margin: 0;
	padding: 0;
	background: #000000;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 10;
	margin-bottom: 0;
}

h1 {
    font-size: 16px;
    color: #ff0000;
}
#linkmenu {
    font-size: 16px;
    color: #ff0000;
    text-decoration: none;
    font-weight: bold;
}
#linkmenu a:hover{
    font-size: 16px;
    color: #ff0000;
    text-decoration: underline;
}
p {
    margin: 0;
}

#Wrapper {
    margin: 22px auto 0 auto;
    padding: 0;
    width: 995px;
    min-height: 768px;
    background: #0f0f0f url(img/fondo-home_03.jpg) repeat-x;
}
#Banner {
    width: 894px;
    height: 135px;
    margin: 10px auto 0 auto;
    background: #000000 url(img/banner.jpg);
}
#LocaliHome {
    width: 894px;
    height: 208px;
    margin: 5px auto 0 auto;
}
#Locali {
    width: 894px;
    margin: 5px auto 0 auto;
}
#Content {
    width: 894px;
    margin: 5px auto 0 auto;
}
#ImgLocale 
{
    width: 550px;
    height: 208px;
    float: left;
    margin-right: 10px;
}
#ContLocale 
{
    width: 334px;
    height: 208px;
    float: right;
}
.Both 
{
    clear: both;
}
.ImgElenco {
    border: 1px solid #e60004;
    width: 100px;
    margin-right: 9px;
    margin-bottom: 9px;
}
.ModalUp {
    border: 1px solid #e60004;
    background: #0f0f0f;
    cursor: move;
    float: left;
}
.ModalClose {
    background: #e60004;
    cursor: pointer;
    float: right;
    text-align: center;
}
.cont_left {
}
.cont_right {
    width: 332px;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.Map {
    color: Black;
}
.ImgRight {
    float: Right;
    margin-left: 10px;
}

#Footer {
    width: 995px;
    margin: 0 auto;
}
#FooterCont {
    text-align: center;
    color: White;
    font-size: 11px;
}
#FooterCont a, a:visited {
    color: White;
    text-decoration: none;
}
#FooterCont a:hover {
    text-decoration: underline;
}
#Menu {
    width: 894px;
    height: 25px;
    margin: 7px auto 0 auto;
}
#Menu a:hover {
    background: url(img/fondo-menu-hover.gif);
    width: 143px;
    height: 24px;
    text-decoration: none;
    color: Black;
    font-weight: bold;
}
.MenuStd {
    background: url(img/fondo-menu.gif);
    width: 143px;
    height: 19px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    color: White;
    font-size: 12px;
    font-weight: bold;
}
.MenuCliccato {
    background: url(img/fondo-menu-cliccato.gif);
    width: 143px;
    height: 19px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    color: White;
    font-size: 12px;
    font-weight: bold;
}
.modalBackground {
	background-color:#182325;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#000000;
	border-width:5px;
	border-style:solid;
	border-color:#0f0f0f;
	padding:3px;
	width:700px;
}
.ModalForm {
    text-align: center;
    color: White;
    font-size: 14px;
}
.ModalForm a {
    color: #ff0000;
    text-decoration: none;
    font-size: 14px;
}
.ModalForm a:hover {
    color: white;
    text-decoration: underline;
    font-size: 14px;
}
.optima {
    display : none;
}