/*** STILI GENERALI  ***/
body {
	margin:0;
	padding:0;
	font-family:"Geneva",Arial,Sans-Serif;
	font-size:11px;
	color:#666;
	background:#cbcbcb url(../images/bgHeader.gif) repeat-x left top;
}

#mainDiv
{
	overflow:hidden;
	height:100%;
	width:990px;
	margin:0 auto;
}

.paneTop
{
	width: 990px;
	height: 110px;
	position: relative;
}
/*** STILI GENERALI  ***/

/*** VARIE ***/
.testo
{
	font-family:"Geneva",Arial,Sans-Serif;
	font-size:11px;
	color:#666;
}

.link
{
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

.lineDiv
{
	height: 1px;
	background:url(../images/dot.gif) repeat-x left top;
}

.lineDivSolid
{
	height: 1px;
	background-color:#bebebb;
}
/*** FINE VARIE ***/

/*** TOP ***/
.logo
{
	padding-top: 30px;
	padding-left: 10px;
	text-align: left;
	height: 110px;
	width: 215px;
}

.menuTop
{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 21px;
}

.menuTopItem
{
	float: left;
	line-height: 21px;
	padding-left: 18px;
	padding-right: 18px;
	color: #ffffff;
    background-color: #cbcbcb;
}

.menuTopItem a
{
	color: #ffffff;
	text-decoration: none;
}

.menuTopItem a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.menuTop #lingue
{
    width: 70px;
    background-color:#cbcbcb;
    padding: 0 0 10px 15px;
    position: absolute;
    right: 0;
    top: 21px;
}

.menuTop #lingue a
{
    color: #ffffff;
    text-decoration: none;
}

.menuTop #lingue a:hover
{
    color: #ffffff;
    text-decoration: none;
}

.menu
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 30px;
	vertical-align:middle;
}

.menuLink
{
	font-family:"Geneva",Arial,Sans-Serif;
	text-decoration: none;
	font-size: 11px;
	color: #333333;
	line-height: 30px;
	padding: 0 15px 0 15px;
}

.menuLink:hover
{
	font-family:"Geneva",Arial,Sans-Serif;
	color: #333;
	background-color: #ffffff;
}

.menuLinkSelected
{
	font-family:"Geneva",Arial,Sans-Serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 30px;
	padding: 0 15px 0 15px;
	color: #333;
	background-color: #ffffff;
}
/*** FINE TOP ***/

/*** INDEX ***/
#flash
{
	width: 990px;
	height: 470px;
	margin-bottom: 5px;
}

#mainImg
{
	width: 990px;
	height: 310px;
}

.titleContainer
{
	position: relative;
	width: 366px;
	height: 51px;
	background: #ffffff url("../images/indexBg.gif") repeat-x;
}

.title
{
	padding-left: 11px;
	background-color: #ffffff;
	position: absolute;
	left: 11px;
	top: 12px;
	width: 211px;
	height: 29px;
	line-height: 29px;
	font-weight:bold;
}

.indexContainer
{
	background-color: #ffffff;
	width: 346px;
	padding: 10px;
}

.indexLink
{
	color: #666;
	text-decoration: none;
}
/*** FINE INDEX ***/

/*** MADE IN ITALY ***/
#flashMade
{
	width: 990px;
	height: 310px;
}
/*** FINE MADE IN ITALY ***/

/*** AZIENDA ***/
.aziendaContainer
{
	position:relative;
	background-color: #ffffff;
	height: 760px;
}

.aziendaLeft
{
	position: absolute;
	left:0;
	width: 321px;
	top:20px;
}

.aziendaLeft #titleLeft
{
    padding-left: 20px;
    font-weight: bold;
}

.aziendaRight
{
	position: absolute;
	right:0;
	margin: 0 20px;
	top:20px;
	width: 629px;
}

.aziendaLeftPane
{
	background-color:#f4f4f2;
	padding: 20px 20px 0 20px;
	height: 687px;
}
/*** FINE AZIENDA ***/

/*** REGISTRAZIONE ***/
.registrazioneContainer
{
	position:relative;
	background-color: #ffffff;
	height: 600px;
}

.registrazioneOkContainer
{
	background-color: #ffffff;
	height: 400px;
	padding:20px;
}

.regLeft
{
	position: absolute;
	left:0px;
	top:20px;
	margin-left:20px;
	width: 631px;
}

.regRight
{
	position: absolute;
	right:0;
	top:20px;
	width: 339px;
	text-align: right;
}

.regTitleContainer
{
	margin: 0 0 5px 0px;
	position: relative;
	width: 631px;
	height: 51px;
	background: #ffffff url("../images/indexBg.gif") repeat-x;
}

.regTitle
{
	padding-left: 11px;
	background-color: #ffffff;
	position: absolute;
	left: 11px;
	top: 12px;
	width: 211px;
	height: 29px;
	line-height: 29px;
	font-weight:bold;
	color: #96bf0d;
}

.regInput
{
	font-family:"Geneva",Arial,Sans-Serif;
	font-size:11px;
	color:#666;
	width: 280px;
	border: 1px solid #919191;
}

.regInputHome
{
	font-family:"Geneva",Arial,Sans-Serif !important;
	font-size:11px !important;
	color:#666;
}

.regButton
{
	font-family:"Geneva",Arial,Sans-Serif;
	font-size:12px;
	line-height: 25px;
	background-color: #96bf0d;
	padding: 5px 25px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.regButtonHome
{
	font-family:"Geneva",Arial,Sans-Serif;
	font-size:12px;
	line-height: 18px;
	background-color: #96bf0d;
	padding: 3px 30px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
/*** FINE REGISTRAZIONE ***/

/*** DOWNLOAD ***/
.dwlContainer
{
	position:relative;
	background-color: #ffffff;
	height: 760px;
}

.dwlLeft
{
	position: absolute;
	left:0;
	margin: 0 20px;
	width: 629px;
	top:20px;
}

.dwlRight
{
	position: absolute;
	right:0;
	top:20px;
	width: 321px;
}

.dwlRightPane
{
	background-color:#f4f4f2;
	padding: 16px 16px 0 20px;
	height: 680px;
}

.dwlInput
{
	font-family:"Geneva",Arial,Sans-Serif;
	font-size:11px;
	color:#666;
	width: 224px;
	border: 1px solid #919191;
}

.dwlButton
{
	font-family:"Geneva",Arial,Sans-Serif;
	font-size:12px;
	line-height: 20px;
	background-color: #96bf0d;
	padding: 2px 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.dwlRow TD
{
	border-top:1px solid #bfbfbb;
	padding-bottom:5px;
	padding-top: 5px;
}

.dwlRowLast TD
{
	padding-bottom:5px;
	padding-top: 10px;
}
/*** FINE DOWNLOAD ***/

/*** CONTATTI ***/
.contContainer
{
	position:relative;
	background-color: #ffffff;
}

.contContainerOk
{
	background-color: #ffffff;
	height: 400px;
	padding: 20px;
}

.contLeft
{
	position: absolute;
	left:0px;
	margin: 0 20px 20px 20px;
	width: 629px;
	top:20px;
}

.contRight
{
	position: absolute;
	right:0;
	top:20px;
	width: 321px;
}

.contTitle
{
	padding-left: 11px;
	background-color: #ffffff;
	position: absolute;
	left: 11px;
	top: 12px;
	width: 211px;
	height: 29px;
	line-height: 29px;
	font-weight:bold;
	color: #96bf0d;
}

.contTitle a
{
	text-decoration: none;
	color: #96bf0d;
}

.region
{
	font-weight:bold;
	color: #96bf0d;
}
/*** FINE CONTATTI ***/

/*** TOOLTIPS ***/
.ttContainer
{
	padding:20px;
}

.ttTitle
{
	font-size:14px;
	color: #96bf0d;
}

.ttInput
{
	font-family:"Geneva",Arial,Sans-Serif;
	font-size:11px;
	height:20px;
	line-height:20px;
	color:#666;
	width: 280px;
	border: 1px solid #919191;
}

.ttButton
{
	font-family:"Geneva",Arial,Sans-Serif;
	font-size:11px;
	line-height: 20px;
	background-color: #96bf0d;
	padding: 2px 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
/*** FINE TOOLTIPS ***/

/*** NEWS LIST ***/
.newsListContainer
{
	background-color: #ffffff;
	padding: 20px;
}

.next_prev_pager img
{
	margin-top:5px;
}

.currentPage_Pager
{
	line-height:20px;
	border: 1px solid #666;
	padding:0px 3px 0px 3px;
}

.pages_Pager
{
	line-height:20px;
	color: #666;
	padding:2px;
	text-decoration: none;
}
/*** FINE NEWS LIST ***/

/*** NEWS DETAILS ***/
.newsContainer
{
	position: relative;
	background-color: #ffffff;
	padding: 20px;
}

.newsClose
{
	position: absolute;
	right: 20px;
	top: 70px;
}

.titoloNews
{
	font-size: 18px;
	font-weight: bold;
	color: #96bf0d;
}

.dataNews
{
	color: #666;
}
/*** FINE NEWS DETAILS ***/

/*** CONTATTI ***/
.contattiContainer
{
	position:relative;
	background-color: #ffffff;
	height: 650px;
}

.contattiLeft
{
	position: absolute;
	left:0;
	width: 321px;
	top:20px;
}

.contattiLeft #titleLeft
{
    padding-left: 20px;
    font-weight: bold;
}

.contattiRight
{
	position: absolute;
	right:0;
	margin: 0 20px;
	top:20px;
	width: 629px;
}

.contattiLeftPane
{
	background-color:#f4f4f2;
	padding: 20px 20px 0 20px;
	height: 576px;
}
/*** FINE CONTATTI ***/

/*** FILE COMUNI ***/
.cat
{
	font-weight: bold;
	color: #96bf0d;
}

.fileLink
{
    text-decoration: none;
    color: #666;
}
/*** FINE FILE COMUNI ***/

/*** REGIONI ***/
.sales{position:relative; width:629px; padding:0; margin:25px 0 0 0;}
.areaManager-wrapper{padding:0; margin:0; border:0;}
.agenti-wrapper{ height:85px; border:0px solid red; padding:0; margin:0 0 15px 0;}
.leftList{ width:255px;_width:315px;float:left; padding:0 60px 0 0;}
.rightList{ width:309px;_width:314px;float:left; padding:0 5px 0 0;}
DIV.fullLine{height:1px; width:100%; background-color:#bebebb; margin:10px 0;}
P.area{margin:0; padding:0; border:0; color:#96bf0d; font-size:14px; text-transform:uppercase; font-weight:bold;}
P.descript{margin:0 0 10px 0; padding:0; border:0; font-weight:bold;}
P.name{margin:0; padding:0; border:0; color:#96bf0d; font-weight:bold;}
P.data{margin:0; padding:0; border:0; color:#666;}
a.email{color:#666; text-decoration:none;}
a:hover.email{color:#666; text-decoration:none;}
/*** FINE REGIONI ***/

/*** FOOTER ***/
.footer{width:990px; height:40px; font-family:"Geneva",Arial,Sans-Serif; color:#8c8c8c; font-size:9px; line-height:normal;clear:both;}
.footer .lc{ float:left; margin:8px 0px 30px 5px;}
.footer .rc{ float:right; margin:10px 5px 30px 0px; vertical-align:top;}
.footer .rc ul{ list-style-type:none; margin:0; padding:0;}
.footer .rc li{float:right; list-style-type:none; margin:0; padding:0;}
.footer .rc .twitterIcon{padding-right:8px;}
.footer .rc .fbIcon{padding-right:10px;}
.footer .lc a{ color:#8c8c8c; text-decoration:none;}
.footer .rc a{ color:#8c8c8c; text-decoration:none;}
/*** FINE FOOTER ***/