﻿html,body
{	
	margin:0;
	padding:0;
}

body
{
	background-color:RGB(230,230,230);
	font-family: Arial;
	text-align:center;
}

/*
h1
{
	font-size:20px;
	font-family:arial black;
	padding-left:10px;
}
*/

#container
{
	position:relative;
	width:900px;
	margin:0 auto;
	text-align:left;
	/*border:2px solid blue;*/
	background-color:RGB(125,145,160);
	
	/*background-color:RGB(100,121,138);*/
	/*background-image:url(../img/map1.gif);
	background-position:10px 700px;
	background-repeat:no-repeat;*/
}

#header
{
	height:150px;
	background-repeat:no-repeat;
}

/*
#boxNome
{
	font-size:52px;
	font-weight:bold;
	color:RGB(218,37,29);
	padding:20px 0px 0px 100px;
}

#boxSpec
{
	font-size:30px;
	font-weight:bold;
	color:RGB(0,0,0);
	padding:0px 0px 0px 130px;
	margin-top:-10px;
}

#boxTesto
{
	
	height:20px;
	
	font-size:18px;
	font-weight:bold;
	color:RGB(0,0,0);
	line-height:20px;
	text-align:right;
	padding-right:20px;
}

#oggetti
{
	width:600px;
	margin-left:20px;
	position:absolute;
}

.logo
{
	width:60px;
	margin:35px 0px 0px 0px;
}
*/



/*
#icoMenu
{
	height:600px;
	float:left;
	width:10%;
	
	background-color:RGB(130,150,170);
	text-align:center;
	border:1px solid red;
}
*/

#menu
{
	float:left;
	/*position:absolute;*/
	
	width:30%;
	/*padding:0px;
	margin:0px;*/
	/*background-color:RGB(130,150,170);*/
	/*background-color:RGB(100,121,138);*/
	
	background-color:RGB(125,145,160);

	margin:auto;
	font-weight:bold;
	text-align:center;
	/*background-image:url('../img/mondo.gif');*/
	background-repeat:no-repeat;
	/*opacity: 0.65;
	-moz-opacity: 0.65;
	filter:alpha(opacity=65);
	
	border:1px solid aqua;*/


}

#menu ul
{
	margin:0px;
	padding:0px;
	list-style:none;
	width:auto;
	
	font-size:20px;
	line-height:20px;
	font-family:Arial Black;
	font-weight:bold;
}



/* --- */

li#home a
{
	background: url("../img/b_home.png") no-repeat;
	background-position:40px;
}


li#link a
{
	background: url("../img/b_link.png") no-repeat;
	background-position:40px;
	
}


/* --- */


#menu li
{
	margin:0px;
	padding:0px;
	position:relative;
	text-align:left;
	
}

#menu ul li a
{
	padding:20px 0px 20px 100px;
	height:20px;
	width:auto;
	display:block;
	text-decoration:none;
	color:RGB(230,230,230);
	border-bottom:1px solid white;
}

#menu li a:link
{
}

#menu li a:visited
{
}

#menu ul li a:hover
{
	/*background-color:RGB(124,145,162);*/
	/*background-color:RGB(215,215,215);*/
	
	background-color:RGB(160,175,190);
	display:block;
	text-decoration:none;
	color:RGB(30,50,70);
}

#menu li a:active
{
}

/*div#content{margin-right: 13em;padding: 1em}*/


#content
{
	/*height:800px;*/
	/*height:auto;*/
	/*background-color:RGB(195,194,193);*/
	float:left;
		background-color:RGB(160,175,190);
	
	/*background-color:RGB(100,121,138);*/
	
	width:70%;
	
	padding-bottom:10px;
	/*border-left:1px solid RGB(38,60,75);*/
}


/*
#contentSx
{
	float:left;
	height:800px;
	width:30%;
	background-color:RGB(195,194,193);
}

#contentCx
{
	background-color:RGB(230,230,230);
	float:right;
	height:800px;
	width:70%;
}




.line
{
    width:70%;
    float:left;
}




.dettagliSito
{
	padding:0px 10px 0px 10px;
	background-color:RGB(30,30,30);
	background-color:orange;
	border:1px solid red;
}*/




.infoSito
{	
	background-color:RGB(215,215,215);
	color:RGB(0,0,0);
	margin:10px 10px 0px 10px;

	
	/*border-bottom:1px solid navy;*/
	
	
}

.nome
{
	font-weight:bold;
	font-size:20px;
	padding:3px 0px 3px 10px;
	margin:0px;
	/*background-color:RGB(124,145,162);*/
	font-family:Arial Black;
	/*border:1px solid fuchsia;*/
	
	background-repeat:no-repeat;
	background-image:url('../img/barra1.png');
	background-position:left;	

}

.sommario
{
	font-size:16px;
	font-weight:bold;
	padding:0px 0px 0px 10px;
	/*border:1px solid fuchsia;*/
	/*background-color:RGB(150,165,175);*/
}

.descrizione
{
	line-height:18px;
	text-align:justify;
	/*font-size:12px;*/
	/*border:1px solid fuchsia;*/
	padding:0px 10px 10px 10px;
	font-size:14px;
	border-bottom:1px solid RGB(124,145,162);


}

.imgSito
{
	background-color:RGB(255,255,255);
	text-align:center;
	/*width:20%;*/
	/*border:1px solid navy;*/
	padding:0px;
	margin:0px;
	
	border:1px solid RGB(124,145,162);

}

a:link
{
	color:RGB(32,53,70);
	text-decoration:none;
}


a:visited
{
	
	color:RGB(32,53,70);
	text-decoration:none;
}


a:hover
{
	color:RGB(230,230,230);
}

/* *********************
a:active
{

	color:orange;
}

************************ */


/*
.titoloSito
{
	font-size:25px;
	font-weight:bold;
	color:RGB(75,75,75);
	color:RGB(0,0,0);
	
	background-color:RGB(50,70,88);

	border-bottom:1px solid red;
	padding:5px 0px 5px 0px;
}
*/


#footer
{
	clear:both;
	/*margin-top:0px;*/
	/*height:40px;*/
	/*width:auto;*/
	padding:8px;
	/*line-height:40px;*/
	text-align:center;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	background-color:RGB(38,60,75);
	color:RGB(230,230,230);
	
	/*-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px; */
	
	/*background-image:url('../img/effetto2.png');
	background-position:right;
	background-repeat:no-repeat;*/
}


/*
#sx
{
	
	float:left;
	
	font-family:Arial Black;
	font-size:18px;
	height:300px;
	background-color:RGB(125,145,160);
	margin:auto;
	font-weight:bold;
	text-align:center;
	border:1px solid red;
	padding-top:20px;
	
	color:RGB(32,53,70);
}


.domini
{
	margin:auto;
	text-align:left;
	font-size:12px;
	font-family:Arial;
	border:1px solid navy;
	padding:10px;
	color:RGB(0,0,0);
}



.descrDom
{
	padding:5px;
}



.icoDom
{
	background-color:RGB(215,215,215);
	border:1px solid RGB(RGB(32,53,70);
	width:20px;
}


*/



/* */




#sx
{
	margin-top:30px;
	margin-bottom:30px;
	/*border:1px solid lime;*/
}

#gallery
{
	width:220px;
	border:6px solid RGB(215,215,215);
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;

}


#sx dl
{	
	/*-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;*/
	
	/*border:1px solid red;*/
	background-color:RGB(100,121,138);
	margin:0 auto;
	padding:0 0 10px 0px;
	text-align:left;
	width:200px;
}

#sx dt
{
	background-color:RGB(100,121,138); /*#6699CC;*/
	border-bottom:1px solid white;
	/*color:RGB(30,50,70);*/
	color:RGB(230,230,230);
	font-size:18px;
	font-weight:bold;
	padding:10px;
	text-align:center;
}
#sx dd
{
	background-color:RGB(125,145,160);
	border-bottom:1px solid white;
	color:white;
	font-size:12px;
	margin:0px;
	padding:0px;
}
#gallery a, #gallery a:visited
{	
	background:#4477AA url(../img/puntatore1.png) no-repeat 10px 10px;
	color:white;
	display:block;
	padding:5px 5px 5px 25px;
	text-decoration:none;
	width:auto;
}

#gallery a:hover
{
	background:#225588 url(../img/puntatore1.png) no-repeat 12px 10px;
	color:RGB(230,230,230); /*#99CCFF;*/
}
