/* cose generiche */
body{
	padding:0px;
	margin:0px;
	background:#fff;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
}
div, p, h1, h2, h3, h4, h5, h6, img{padding:0px; margin:0px;}

#container {
	background-image: url(immagini/headerbg.gif);
	background-repeat: repeat-x;
}
#header{
	width:750px;
	height:270px;
	background:url(immagini/header.jpg) 0 0 no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#flasgs {
	float: left;
	position: absolute;
	left: 490px;
	top: 2px;
}

/* menu di destra */
#headerRight{
	width:230px;
	height:270px;
	float:right;
	background-color: #E9E9E9;
	background-image: url(immagini/headerBg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#headerRight ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.verde {
	margin-left: 20px;
	margin-top: 15px;
}


#headerRight ul li{
	width:99px;
	height:270px;
	float:left;
}

#headerRight ul li.home{
	width:50px;
	height:200px;
	margin-top: 70px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(immagini/home_down.gif);
	font-size: 0%;
	color: #E9E9E9;
}
#headerRight ul li.home a{
	width:50px;
	height:200px;
	display:block;
	text-indent:-20000px;
	background-image: url(immagini/home.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#headerRight ul li.home a:hover{
	width:50px;
	height:200px;
	background-image: url(immagini/home_over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#headerRight ul li.prodotti {
	width:50px;
	height:200px;
	margin-top: 70px;
	background-image: url(immagini/prodotti_down.gif);
	font-size: 0%;
	color: #E9E9E9;
}
#headerRight ul li.prodotti a {
	width:50px;
	height:200px;
	display:block;
	text-indent:-20000px;
	background-image: url(immagini/prodotti.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#headerRight ul li.prodotti a:hover{
	width:50px;
	height:200px;
	background-image: url(immagini/prodotti_over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#headerRight ul li.supporto{
	width:50px;
	height:200px;
	margin-top: 70px;
	font-size: 0%;
	color: #E9E9E9;
	background-image: url(immagini/supporto_down.gif);
}
#headerRight ul li.supporto a{
	width:50px;
	height:200px;
	display:block;
	text-indent:-20000px;
	background-image: url(immagini/supporto.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#headerRight ul li.supporto a:hover{
	width:50px;
	height:200px;
	background-image: url(immagini/supporto_over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#headerRight ul li.acquista{
	width:50px;
	height:200px;
	margin-top: 70px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 0%;
	color: #E9E9E9;
	background-image: url(immagini/acquista_down.gif);
}
#headerRight ul li.acquista a{
	width:50px;
	height:200px;
	display:block;
	text-indent:-20000px;
	background-image: url(immagini/acquista.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#headerRight ul li.acquista a:hover{
	width:50px;
	height:200px;
	background-image: url(immagini/acquista_over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/* contenuto */
#body{
	width:750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(immagini/bodyBg.gif);
	height: 100%;
	position: relative;
}
/* colonna sinistra */
#leftColumn{
	padding-top: 10px;
	padding-bottom: 20px;
	width: 515px;
	float: left;
}
#leftColumnIframe{
	margin-bottom: 20px;
	width: 1000px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#leftColumnUpload{
	margin-bottom: 20px;
	width: 350px;
	padding-top: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#leftColumnUpload p{
	margin-bottom: 10px;
	margin-top: 10px;
}
#leftColumn p{
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftColumn p span{font-weight:bold;}
#leftColumn a{
	color:#CC0000;
	text-decoration:none;
}
#leftColumn a:hover{text-decoration:underline;}
#leftColumn h1, #leftColumn h2, #leftColumn h3, #leftColumn h4, #leftColumn h5,#leftColumn h6{
	width:320px;
	height:50px;
	text-indent:-20000px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C8C8C8;
	background-repeat: no-repeat;
	margin-top: 20px;
	}
#leftColumn h1{
	background-image: url(immagini/concept_titolo.gif);
}
#leftColumn h2{
	background-image: url(immagini/funziona_titolo.gif);
}
#leftColumn h3{
	background-image: url(immagini/caratteristiche_titolo.gif);
}
#leftColumn h4{
	background-image: url(immagini/requisiti_titolo.gif);
}
#leftColumn h5{
	background-image: url(immagini/prodotti_titolo.gif);
}
#leftColumn h6{
	background-image: url(immagini/supporto_titolo.gif);
}
#leftColumn blockquote {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.caratteristicheTable {
	width: 475px;
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}


/* colonna a destra */
#rightColumn {
	width:235px;
	background-repeat: repeat-y;
	background-position: 0 0;
	padding-bottom: 20px;
	float: right;
}
.rivista_esempio {
	margin-top: 15px;
	margin-left: 20px;
	font-size: 11px;

	width: 195px;
}
.rivista_esempio img {
	border: 1px dotted #FF9703;
	background-color: #F2F2F2;
}
.rivista_esempio h1 {
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}
.rivista_esempio a {
	color: #666666;
}
.rivista_esempio a:hover {
	text-decoration: none;
}
.contatti {
	width: 175px;
	margin-top: 15px;
	margin-left: 20px;
	font-size: 11px;
	border: 1px dotted #FF9703;
	background-color: #F2F2F2;
	padding: 10px;
}
.contatti h1 {
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	background-image: url(immagini/letter.png);
	background-repeat: no-repeat;
}
.contatti p {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
#rightColumn .contatti a:hover {
	text-decoration: underline;
}

.contatti p a {
	color: #666666;
	text-decoration: none;
}

.contatti .button {
	margin-top: 5px;
}
#leftColumn .supportoForm {
	margin-top: 15px;
	margin-left: 20px;
	font-size: 11px;
	border: 1px dotted #FF9703;
	background-color: #F2F2F2;
	padding: 10px;
	margin-right: 20px;
}
#leftColumn .supportoTable {
	width:450px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#leftColumn .supportoForm .titolo {
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	background-image: url(immagini/letter.png);
	background-repeat: no-repeat;
}
#leftColumn .supportoForm span {
	margin-left: 10px;

}
#leftColumn .supportoForm .button {
	margin-top: 5px;
}

/* footer */
#footer{
	height:100px;
	color:#fff;
	clear:both;
	padding-top: 10px;
	background-color: #FF9703;
}
#footerUpload{
	height:100px;
	color:#fff;
	clear:both;
	padding-top: 10px;
	background-color: #FF9703;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
#footerInnerUpload{
	width:350px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #666666;
}
#footerInner{
	width:750px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #666666;
}
#footerInner a{
	color:#333333;
	text-decoration:none;
}
#footerInner a:hover{text-decoration:underline;}

#footerInner .copyright{
	color:#333333;
	font:11px/15px Tahoma,Arial, Helvetica, sans-serif;
	float: right;
}
#footer #footerInner .copyright a {
	text-decoration: underline;
}

#footerInnerUpload .copyright{
	color:#333333;
	font:11px/15px Tahoma,Arial, Helvetica, sans-serif;
	float: right;
}

/* flash */
#flashcontent {
	position: relative;
	width: 475px;
	height: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	padding-bottom: 20px;
}
#flashcontent1 {
	position: relative;
	width: 150px;
	height: 25px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
#flashcontent2 {
	width: 195px;
	height: 125px;
	text-align: center;
}
#flashcontent a, #flashcontent1 a, #flashcontent2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
#flashcontent p {
	font-size: 10px;
	margin-top: 50px;
	background-color: #FFFFFF;
}
#flashcontent1 p {
	font-size: 10px;
	margin-top: 5px;
}
#flashcontent2 p {
	font-size: 10px;
	margin-top: 50px;
}
#security_code {
	margin-right: 10px;
}
#clearer {
	clear: both;
}
#scroll {
	float: right;
	margin-right: 5px;
}
#scroll img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#faq {
	height: 205px;
	overflow: hidden;
	position: relative;
}
#header_cliente {
	height: 100px;
	background-color: #FF9703;
	background-image: url(immagini/titolo.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#loading {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 135px;
	text-align: center;
	visibility: hidden;
}
.orange {
	font-weight: bold;
	color: #FF9900;
}
.red {
	color: #CC0000;
}
.redBig {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

/* flags */
.ita {
	background-image: url(immagini/flags/it.gif);
	display: block;
	height: 18px;
	width: 22px;
}
a.ita:hover {
	background-position: 0px -18px;
}
.eng {
	background-image: url(immagini/flags/gb.gif);
	display: block;
	height: 18px;
	width: 22px;
}
a.eng:hover {
	background-position: 0px -18px;
}
.esp {
	background-image: url(immagini/flags/sp.gif);
	display: block;
	height: 18px;
	width: 22px;
}
a.esp:hover {
	background-position: 0px -18px;
}
.fra {
	background-image: url(immagini/flags/fr.gif);
	display: block;
	height: 18px;
	width: 22px;
}
a.fra:hover {
	background-position: 0px -18px;
}
