html,body{
	margin:0;
	padding:0;
	background-color: #000;
}

body{
	font: 76% arial,sans-serif;
	text-align:center;
}

p{
	margin: 0px 5px 5px 5px;
	font-size: 12px;
}

img {
	border-style: none;
}

input {
	background-color: #ededed;
	border: #fff 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	width: 250px;
}

textarea {
	background-color: #ededed;
	border: #fff 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 50px;
	width: 250px;
}


a:link {
	color: #ccc;
	text-decoration: underline;
}

a:visited {
	color: #ccc;
	text-decoration: underline;
}

a:hover {
	color: #ccc;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	margin-top: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;

}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
}

.testoRosso {
	color: #c52d22;
}

div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background: #000;
	color: #79B30B;
}

div#mainNavigation {
	font-size: 16px;
	margin:0;
	padding:10px 0px 10px 0px;
	/*background: #666; */
	color: #fff;
	width: 950px;
}


div#container{
	text-align:left;
}

div#content p{
	line-height:1.4;
}

div#navigation{
	background:#000;
}

div#extra{
	background:#FF8539;
}
div#footer{
	background: #333;
	color: #FFF;
}

div#footer p{
	margin:0;
	padding:5px 10px;
}

div#footer a:link {
	color: #666;
	text-decoration: underline;
}

div#footer a:visited {
	color: #666;
	text-decoration: underline;
}

div#footer a:hover {
	color: #999;
	text-decoration: underline;
}

div#container{
	width:950px;
	margin:0 auto;
	/* border-right: 1px solid #333;
	border-left: 1px solid #333;	*/
	padding: 10px;
}

div#content{
	float:left;
	width:620px;
	padding-bottom: 10px;
}

div#contentProAth{
	float:left;
	width: 720px;
	padding-bottom: 10px;
}

div#navigation{
	float:right;
	width:320px;
}

div#extra{
	float:right;
	clear:right;
	width:320px;
}

div#footer{
	clear:both;
	width:100%;
	margin-top: 20px;
}

/* livelli per home */

div#contentHome{
	float:left;
	width:950px;
	padding-bottom: 10px;
}

div#fotoHome {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	height: 280px;
	vertical-align: middle;
}

.descHome {
	margin-left: 0px;
}

.subtabHome {
	padding-top: 5px;
}


/* distributori */

div#distributorsDettaglio {
	margin-left: 300px;
	position: absolute;
}

.elencoDistributori {
	line-height: 2em;
	list-style: none;
	list-style-position: outside;
	text-indent: -34px;
}


/* news */

.elencoNews {
	line-height: 2.1em;
	list-style: none;
	list-style-position: outside;
	text-indent: -34px;
	font-size: 12px;
}

.allegati {
	line-height: 2.1em;
	list-style: none;
	list-style-position: outside;
}

div#simboloDownload {
	position: absolute;
	text-align: right;
	margin-left: 200px;
}

.iconaDownload {
	float: right;
	padding-right: 5px;
	padding-top: 5px;
}

/* elenco atleti */

.elencoAtleti {
	line-height: 1.8em;
	list-style: none;
	list-style-position: outside;
	text-indent: -34px;
	text-align: left;
}

div#dettaglioAtleta {
	background-color:#333;
}

.chiudi {
	float: left;
	padding: 2px 15px 15px 5px;
	border: 0px;
}

.logoAtleti {
	margin-right: 15px;
	margin-top: 25px;
	float: right;
	padding-left: 10px;
}

div#introTesto {
	height: 370px;
	overflow: auto;
	background-color:#333;
}

/* prodotti box dx elenco categorie */

.elencoCategorie {
	margin-top: -3px;
	margin-bottom: -10px;
	line-height: 1.8em;
	list-style: none;
	list-style-position: outside;
	text-indent: -34px;
	text-align: center;
	font-size: 16px;
}


.elencoModelliProdottiDett {
	margin-top: -3px;
	margin-bottom: -10px;
	line-height: 1.8em;
	list-style: none;
	list-style-position: outside;
	text-indent: -34px;
	font-size: 14px;
}
	

/* stili box destri */

.testoDx {
	font-size:14px; 
	text-align:center; 
	line-height: 1.5em;
}

.imageRight {
	float: right;
	padding-right: px;
	border: none;
}

/* navigazione */


#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size:14px;
}

#navcontainer a:link {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#navcontainer a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#navcontainer a:hover {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

/* news */

.imageNews {
	float: left;
	padding: 5px 10px 5px 0px;
}

/* dettaglio prodotti */

#contenutoDettaglio a:link {
	color:#c52d22;
	text-decoration: underline;
}

#contenutoDettaglio a:visited {
	color:#c52d22;
	text-decoration: underline;
}

#contenutoDettaglio a:hover {
	color:#c52d22;
	text-decoration: none;
}

/* about tab */

#tabImmaginiDx {
	float: right;
	padding: 35px 10px 5px 10px;
	text-align: center;
}





