/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #595959;		
	text-align: left;
	vertical-align: top;
	margin:0;
	line-height:14px;
}


/*header */

   
#header
{
	width: 100%;
	height: 400px;
	background-color: #161616;
}

#headercontent
{
	width: 990px;
	margin-left: auto;
	margin-right: auto;		
}

#headercolleft
{
	float: left;
	width: 230px;
	margin: 0px 0px 0px 0px;	
}

#headercolright
{
	float: right;
	width: 760px;
	height: 400px;
	margin: 0px 0px 0px 0px;	
	background-color: #FFFFFF;
}   

#mainlogo
{
	float: left;
	width: 230px;
	height: 90px;
	margin: 12px 0px 0px 0px;
	border:0px;
}

#mainbanner
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background-color: #161616;
	
}

/*** Main Menu ***************/

#topmenu
{
	float: left;
	width: 205px;
	margin: 15px 25px 0px 0px;
	text-align: left;
	
}

#topmenu ul
{
	list-style: none;
	padding:0;
}

#topmenu li
{
}

#topmenu li a
{
	width: 205px;
	height: 22px;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	display: block;
	color: #747474;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-color: #747474;
}

#topmenu li a:hover
{
	color: #A18249;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-color: #A18249;	
}

#topmenu .selected
{
	color: #A18249;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-color: #A18249;	}
	



/*** centro ***************/

#contenitore
{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#colleft
{
	float: left;
	width: 230px;
	margin: 0px 0px 20px 0px;	
}

#colleft ul 
{
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}

#colleft li  
{
    margin: 5px 0px 0px 25px;
    text-align: justify;
    list-style: outside;
}


#colmain
{
	float: right;
	width: 720px;
	margin: 0px 0px 0px 0px;
	padding:0px 20px 0px 20px;
	background-color: #FFFFFF;	
	text-align:justify;
}


   
#footer
{	
	width: 100%;
	height: 150px;
	background-color: #161616;
}

#footercontent
{
	width: 990px;
	margin: 0px auto 0px auto;	
	color: #747474;		
}

#footercolleft
{
	float: left;
	width: 230px;
	margin: 0px 0px 0px 0px;
    padding: 25px 0px 0px 0px;
}


#footercolright
{
	float: right;
	width: 760px;
	height: 120px;
	margin: 0px 0px 0px 0px;
	border-top: 30px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	text-align:center;
	padding-top:20px;
}
	

/* DIV GENERICI */

div.txtpadded    
{
    padding:15px;
    text-align: justify;
    }

.flottatol
{	float:left;
}

.flottator
{	float:right;
}
 
.tirare
{
	height:1px;
	clear:both;	
	font-size:2px;
}

   
/* link e elementi vari */

a
{
	text-decoration: none;
	outline-style: none;
	color: #595959;	
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-color: #747474;	
}
	
h3
{
    	color: #666666;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 20px 20px 0px;
	padding: 0px 0px 0px 0px;}
	
h1 
{
    font-size: medium;
    text-align:center;}
	
h2 {margin-top:30px;}	