body, html{
	margin:0;
	padding: 0;
	background: #3b3b3b url(/img/structure/main_bg.gif) repeat-x;
	text-align: center;
}

body.home{
	background: #3b3b3b url(/img/structure/main_bg_home.gif) repeat-x;
}

/************************************/
/*            STRUCTURE            */

#total_page{
	margin: 0 auto;
	text-align: left;
	width:760px;
	position: relative;
	background: #fff;	
}

#utility{
	background: #04112F url(/img/structure/bg_top.gif) repeat-x;
	color: #CACACA;
	height: 20px;
	padding:5px 5px 0 5px; 
	font-size: 10px;
}

#contact_us{
	float: right;
}

#head{
	background: url(/img/structure/bg_head.gif) repeat-x;
	text-align: right;
	padding-right: 20px;
}

#head.head_home{
	background: url(/img/structure/bg_head_home.gif) repeat-x;
}

#logo{
	padding: 25px 20px 62px 0;
	margin: 0;
	text-align: right;
}

/****************************/
#menu{
	padding-left: 25px;
}

#menu ul {
	padding:0; margin:0; list-style-type: none;
	}

#menu a {
	text-decoration: none;
	padding: 2px 10px;
	display: block;
	margin: 0px;
	color: #04112f;
	text-transform: uppercase;
	border-top: 1px solid #f6f6f6;
	background: url(/img/structure/line_menu.gif) no-repeat top right;
}

#menu li {
	background: url(/img/structure/line_menu.gif) no-repeat;
	float:left;
	margin-right: 10px;
}

#menu a:hover {
	background-color: #ff9600;
	color: #fff;
}

#menu a.qui {
	color: #fff;
	background-color: #ff9600;
	
}


#container{	
	clear: both;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	margin-bottom: 20px;
}

#col_home{
	width: 30%;
	float: left;
	padding: 5px 10px;
	min-height: 450px;
	overflow: auto;
	height: auto !important;
	height: 500px;
}

.col_home_border{
	border-right: 1px dotted #3b3b3b;
}

#col_home ul{
	margin: 0;
}

#col_home li{
	margin-left: -20px;
}

#col_home h3{
	margin-top: 15px;
}

#content{
	float:left;
	width: 67%;
	border-left: 1px dotted #3b3b3b;	
	min-height: 450px;
	height: auto !important;
	height: 450px
}

#content ul{
	margin: 5px 0 10px 35px;
}

#content_text{
	padding: 0 0 0 15px;
	/*margin: 0 0 0 34%;*/
}

#footer{
	text-align: left;
	font-size: 10px;
	margin-top: 5px;
	padding: 10px 0px;
	background-color: #04112f;
}

#footer-address{
	float:left;
	margin-right: 55px;
}
 


#credits{
	margin: 5px 10px 20px 0;
	color: #ccc;
	text-align: right;
	clear: both;
	width: 760px;
	font-size: 10px;
	font-family: verdana, arial;
	padding-bottom: 15px;
}
#footer a:hover{
	color: #fff;
}
#credits a{
	color: #ccc;
}



/************************************/
/*            FONTS                */

#total_page, td{
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3b3d52;
}

h1{
	font-family: Georgia, Times New Roman, Sans-Serif, Helvetica, Geneva;
	font-size: 26px;
	font-weight: normal;
	color: #3b3d52;
	margin:0;
	letter-spacing: -2px; 
	margin-bottom: 10px;
}

h1.orange{
	color: #FB7313;
}

.h1-desc{
	color: #FB7313;
}

h1 blockquote{
	margin: -30px 0 0 55px;
}

h2{
	font-family: Georgia, Times New Roman, Sans-Serif, Helvetica, Geneva;
	font-size: 16px;
	font-weight: normal;
	color: #3b3b3b;
	margin:0;
	letter-spacing: -1px; 
}

h3{
	font-family: Verdana, Arial, Sans-Serif, Helvetica, Geneva;
	font-size: 11px;
	font-weight: bold;
	margin:0; 
}

#footer, #footer a{
	color: #908f8f;
	font-weight: normal;
	text-decoration: none;
}

#footer_credit a{
	color: #908f8f;
	text-decoration: none;
}

a{
	color: #3b3d52;
}

a:hover{
	background-color: #4D8DAE;
	color: #fff;
}

#privacy{
	font-size: 10px;
	font-style: italic;
	line-height: 9px;
}

/************************************/
/*            ADD-ONS               */

img{
	border: 0;
}

input, textarea, select{
	font-size: 10px;
	border: 1px solid #ccc;
	font-weight: bold;
	letter-spacing: 0px;
	font-family: verdana, arial, helvetica;
}

.invia{
	background-color: #6B8E23;
	color: #fff; 
	padding: 2px 15px;
}

select{
	border: 0px solid #ccc;
}


#cleaner{
	clear: both;
}

.continua{
	float: right;
	margin: 5px 8px 3px 0;
}

.box-title{
	font-weight: bold;
	color: #FB7313;
}

#box, #box p, #box_gamma, #box_gamma p{
	margin: 5px 0 0 10px
}

#box{
	clear: both;
}

#box_gamma a{
	display: block;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 1px;
}

#box_gamma a:hover{
	border: 1px solid #666;
	background: none;
	color: #3b3d52;
}

#box_gamma p br {
	display: none;
}

#img_big{
	float: left;
	text-align: center;
}

#loghi{
	float: left;
	padding: 55px 0 0 30px;
	text-align: center;
}

.red{
	color: #B22222;
	font-weight: bold;
}

.margin15{
	padding: 0 0 0 15px; 
}

.margin25{
	padding: 0 0 0 45px; 
}

dl{width:160px}
dt{font-size: 90%;margin: 10px 0 0;color: #666}
dd{margin: 0;padding-left:10px;line-height: 1.4;
   }
dd a{text-decoration: none;}
dd a:hover{} 

dl.normal{width: 450px;}
dt.normal{
	font-size:15px;
	margin: 10px 0 0;
	border-bottom: 1px dotted #FB7313;
	color: #FB7313;
	font-weight: bold;
	}
dd.normal{margin: 0;padding-left:30px;line-height: 1.4;

   }
dd.normal a{text-decoration: none;}
dd.normal a:hover{} 