/*VENTURELLI GYM*/

body {
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	overflow:hidden;
}
a:link {
	text-decoration:none;
	color: #FFFFFF;
}
a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
a:hover {
	text-decoration:none;
	color:#999999;
}

.titoliAzzurri {
	color:#FF9900;
}


/*HOME*/
#contenitoreHome {
	height: 550px;
	width:1000px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-500px;
	margin-top:-275px;
	background-image:url(immagini/sfondo-home.jpg);
	background-repeat:no-repeat;
}

#lingue {
	height:48px;
	width:980px;
	text-align:right;
	padding-top:17px;
}
.txtLingue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-color: #8C9598;
	border-style: solid;
	border-width: 1px;
}

#contenitoreMenu {
	width:980px;
	height:460px;
}

#footer {
	margin-top:15px;
	width:980px;
	padding:5px;
	font-size: 10px;
}
#copy {
	width:700px;
	float:left;
}
#help {
	width:200px;
	float:right;
	text-align:right;
}

/*menu*/
	
#menuHome {
	margin-top:195px;
	margin-left:120px;
	width:190px;
	float:left;
}	
#tastoHome {
	margin-top:3px;
	padding:8px;
	width:170px;
	background-image:url(immagini/sfondo-tasti.png);
	font-size:13px;
	border-color: #8C9598;
	border-style: solid;
	border-width: 1px;
}


/*PAG*/
#contenitore {
	height: 550px;
	width:1000px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-500px;
	margin-top:-275px;
	background-image:url(immagini/sfondo.jpg);
	background-repeat:no-repeat;
}
#tasto {
	margin-top:3px;
	padding:8px;
	width:170px;
	background-image:url(immagini/sfondo-tasti-pag.png);
	font-size:13px;
	border-color: #8C9598;
	border-style: solid;
	border-width: 1px;
}


#pagina {
	width:980px;
	height:480px;
	margin-top:32px;
}
#pagSx{
	float:left;	
}
#pagDx{
	margin-left:270px;
}
#menu {
	margin-left:50px;
	margin-top:70px;
}

/*PRODOTTI*/
/*menu*/
#contenitoreMenuProdotti {
	width:180px;
	float:left;
}

#tastoCategoria {
	margin-bottom:1px;
	background-image:url(immagini/sf-tasti-categorie.png);
	width:170px;
	/*height:15px;*/
	padding:5px;
	color:#FF9900;
}
#tastoCategoria a:link {
	color:#FF9900;
}
#tastoCategoria a:visited {
	color:#FF9900;
}
#tastoCategoria a:hover {
	font-weight:bold;
	color:#FF9900;
}

#tastoProdotti{
	margin-bottom:1px;
	height:110px;
	overflow-y:auto;
	overflow-x:hidden;
	background-image:url(immagini/sf-tasti-prodotti.png);
	}
#tastoProdotti ul{
	margin:0px;			
	padding:0px;
}
#tastoProdotti ul li{
	margin:0px;			
	padding:0px;
	width:180px;
	height:18px;
	line-height:18px;
	display:block;
	color:#FFFFFF;
}
#tastoProdotti ul li a:link{
	padding-left:15px;
	height:20px;
	display:block;
	color:#FFFFFF;
}
#tastoProdotti ul li a:visited{
	padding-left:15px;
	height:20px;
	display:block;
	color:#FFFFFF;
}
#tastoProdotti ul li a:hover{
	padding-left:15px;
	height:20px;
	background-color:#764D10;
	display:block;
	color:#FFFFFF;
}

/*prodotto*/
#contenitoreProdotto {
	margin-left:10px;
	width:515px;
	height:445px;
	float:right;
}
#titoloProdotto {
	margin-bottom:1px;	
	padding:5px;
	width:505px;
	height:15px;
	line-height:15px;
	background-image:url(immagini/sf-nome-prodotto.png);
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
}
#imgProdotto {
	width:515px;
	height:200px;
}
#txtProdotto {
	padding:10px;
	width:495px;
	height:165px;
	background-image:url(immagini/sfondo-testo.png);
}

/*PAG STANDARD*/

#testi{
	background-image:url(immagini/sfondo-testo.png);
	width:704px;
	height:400px;
	overflow:auto;
	padding: 3px;
	margin-top:1px;
}
#img{
	background-image:url(immagini/sfondo-testo.png);
	width:710px;
	height:428px;
}
