﻿* {
    margin: 0px;
    padding: 0px;
}
a, a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover 
{ 
	text-decoration: underline;
}
body {
	background: #e6e6e6;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0;
	padding: 0;
}
h1 {
    background: url("img/logo-h1.jpg") no-repeat left top;
    height: 40px;
    padding-left: 25px;
    padding-top: 18px;
    font-size: 13px;
	color: #e5000a;
}
h3 {
    font-size: 13px;
	color: #000000;
}
.bold {
    font-weight: bold;
}
    
/* HOME PAGE */
#Wrapper
{
    width: 98%;
}

#ContentBanner {
    width: 100%;
    height: 237px;
    background-color: #ed7e00;
    text-align: left;
}
#Banner {
    width: 745px;
    height: 237px;
}
#Menu {
    width: 210px;
    height: 237px;
    background-color: #e5000a;
    text-align: left;
    padding-left: 10px;
}

/* INDEX */

#Content {
    width: 100%;
    background-color: #ffffff;
    text-align: left;
}

#ContentHome {
    width: 98%;
    min-height: 227px;
    border-bottom-width: 1px;
    border-bottom-color: #e5000a;
    border-bottom-style: solid;
    border-top-color: #e6e6e6;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 10px 10px 10px 10px;
}
#BandaRight {
    width: 210px;
    background: #e5000a url("img/fondo-barra-rosso_03.jpg") no-repeat left bottom;
    min-height: 600px;
    padding-left: 10px;
}

#ImgHomeRight {
    width: 302px;
    text-align: center;
    padding-top: 2px;
    float: right;
    margin-left: 10px;
}
#ImgAziendaRight {
    width: 202px;
    height: 482px;
    border: solid 1px #e6e6e6;
    text-align: center;
    padding-top: 2px;
    float: right;
    margin-left: 10px;
}
#Continua {
    width: 100%;
    height: 23px;
    text-align: right;
    clear: both;
    margin-top: 10px;
}
#ContinuaText {
    width: 50px;
    height: 23px;
    background: url("img/logo-continua.jpg") no-repeat left top;
    padding-left: 17px;
    padding-top: 5px;
    font-size: 11px;
    padding-bottom: 0px;
}
#RichiediInfo {
    width: 140px;
    height: 23px;
    background: url("img/logo-continua.jpg") no-repeat left top;
    padding-left: 17px;
    padding-top: 5px;
    font-size: 11px;
    padding-bottom: 0px;
}
#Menu li a {
  	height: 32px;
  	height: 24px;
	text-decoration: none;
}	

#Menu ul {
    list-style: none;
}
#Menu li a:link, #Menu li a:visited {
	color: #ffffff;
	display: block;
	background: url(img/puls.jpg);
	padding: 8px 0 0 30px;
	border-bottom: solid 1px #ffffff;
	width: 170px;
}
#Menu li a:hover, #Menu li a:active {
	color: #ffffff;
	background: url(img/puls.jpg) 0 -32px;
	padding: 8px 0 0 30px;
	width: 170px;
}
/* PRODOTTI */
#Title {
    border-bottom-width: 2px;
    border-bottom-color: #e6e6e6;
    border-bottom-style: solid;
    border-top-width: 2px;
    border-top-color: #e6e6e6;
    border-top-style: solid;
    text-align: left;
    padding-left: 10px;
    height: 45px;
}
#ContentProdotti {
    width: 100%;
    min-height: 227px;
    border-bottom-width: 1px;
    border-bottom-color: #e5000a;
    border-bottom-style: solid;
    border-top-color: #e6e6e6;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 10px 10px 10px 10px;
    float: right;
}

#MenuLeft {
    width: 250px;
}

#Menucat a {
  	height: 25px;
  	height: 17px;
	text-decoration: none;
}

#Menucat {
    list-style: none;
}

#MenucatHover {
    list-style: none;
}	

#Menucat a:link, #Menucat a:visited {
	display: block;
	background: url(img/puls-cat.jpg);
	padding: 2px 0 2px 10px;
	border-bottom: solid 1px #ffffff;
	width: 205px;
}
	
#Menucat a:hover, #Menucat a:active {
	color: #ffffff;
	background: url(img/puls-cat.jpg) 0 -25px;
	padding: 2px 0 2px 10px;
	width: 205px;
}

#MenucatHover a {
  	height: 25px;
  	height: 17px;
	text-decoration: none;
}	

#MenucatHover a:link, #MenucatHover a:visited {
	color: #ffffff;
	background: url(img/puls-cat.jpg) 0 -25px;
	padding: 2px 0 2px 10px;
	width: 170px;
}
	
#MenucatHover a:hover, #MenucatHover a:active {
	color: #ffffff;
	background: url(img/puls-cat.jpg) 0 -25px;
	padding: 2px 0 2px 10px;
	width: 170px;
}

#TitleForm {
    width: 100%;
    height: 25px;
}

.ImgForm {
    width: 402px;
    border: solid 1px #e6e6e6;
    text-align: center;
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
.FooterCont {
    clear: both;
    width: 100%;
    background-color: White;
    text-align: left;
}
/*
#rich_info {
    width: 80%;
    text-align: right;
    float: right;
    background: url("img/logo-continua.jpg") no-repeat left top;
    font-size: 11px;
}
 FOOTER */
#footer 
{
    width: 100%;
}
#copyright 
{
    float: left;
    width: 48%;
    height: 30px;
    text-align: left;
}
#menu_footer 
{
    float: right;
    width: 48%;
    height: 30px;
    text-align: right;
}
#azienda 
{
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.imgleft {
    float: left;
    height: 50px;
}
.ImgRight {
    float: right;
    width: 220px;
    background-color: #e5000a;
    height: 23px;
    padding-top: 3px;
}
.bandiere {
    float: right;
    width: 100px;
    height: 23px;
    padding-top: 3px;
    padding-right: 3px;
}
/*Modal Popup*/
.modalBackground {
	background-color:black;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:White;
	border-width:5px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:550px;
}
.optima { display : none; }
