html, body
{
	font-family: tahoma, helvetica, sans-serif, arial;
	font-size: 13px;
	color: #555;
	background: url(bg.gif) repeat-x center 90px #fff;
	padding: 0;
	margin: 0;
}

ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, label, span, em, a 
{
	border: 0;
	padding: 0;
	margin: 0;
}

p { line-height: 18px; margin: 0 0 15px 0; }

ul { list-style-type: square; }

p a, li a { text-decoration: none; color: #b31616; 
/* border-bottom: 1px solid #ccc;  */
}
p a:hover { color: #000; }

img 		{ border: none; }
a img 		{ border: none; }
a:hover img { border: none; }

fieldset label { display: block; clear: both; }
fieldset label input, fieldset label textarea { font-family: verdana, arial; }
fieldset label span { float: left; }
fieldset label .text, fieldset label .textarea
{
	font-size: 13px;
	width: 135px;
	height: 18px;
	color: #666;
	background-color: #fff;
	border: 1px solid #ddd;
	float: right;
	padding: 2px 5px;
}
fieldset label .textarea { width: 430px; height: 150px; }
fieldset label .text:focus, fieldset label .textarea:focus { border: 1px solid #ef9d9d; }
fieldset label .button
{
	width: 50px;
	height: 50px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: url(button.gif) no-repeat center center;
	border: none;
	margin: 0;
}
fieldset label .select
{
	width: 147px;
	height: 22px;
	border: 1px solid #ddd;
	color: #666;
	float: right;
}

.cleaner { clear: both; font-size: 0; line-height: 0; }


/* -----------------------------------------------------------------------------
	header
	---------- */

#head
{
	width: 800px;
	height: 70px;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

#head #logo
{
	width: 265px;
	height: 37px;
	text-indent: -9999px;
	background: url(logo.gif) no-repeat center center;
	float: left;
	margin: 20px 0 0 0;
}

#head ul
{
	list-style-type: none;
	float: right;
	padding: 0 2px 0 0;
	margin: 39px 0 0 0;
}
#head ul li
{
	font: 13px/normal Verdana, Arial;
	display: inline;
}
#head ul li a
{
	color: #555;
	text-decoration: none;
	border: none;
	border-left: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	display: block;
	float: left;
	padding: 7px 15px;
	margin: 0 -1px 0 0;
}
#head ul li a:hover  { color: #fff; background-color: #828282; }
#head ul li.active a { color: #fff; background-color: #6e0d0d; }

/* -----------------------------------------------------------------------------
	extra
	---------- */

#extra
{
	width: 800px;
	height: 170px;
	margin: 35px auto 0 auto;
}

#extra .left
{
	width: 220px;
	height: 100%;
	float: left;
}
#extra .left .description 
{ 
	width: 218px;  
	height: 134px; 
	/*text-indent: -9999px; */
	background: url('/extra_description.gif') no-repeat center left transparent;
	margin: 0; 
}
#extra .left .callus { font-size: 16px; color: #999; margin: 10px 0 0 0; }

#extra .right
{
	width: 550px;
	height: 170px;
	float: right;
	/*background: url(photo0.jpg) no-repeat center center #fff;*/
	background: url(banner-sito/fondo-foto.jpg) no-repeat center;
	padding-left: 24px;
	padding-top: 13px;
}


/* -----------------------------------------------------------------------------
	content
	---------- */

#content
{
	width: 800px;
	padding: 0 0 1px 0;
	margin: 20px auto;
}

#content .left
{
	width: 229px;
	float: left;
	border-right: 1px solid #ccc;
	padding: 0 20px 0 0;
	margin: 0 -1px 0 0;
}

#content .right
{
	width: 530px;
	float: right;
	border-left: 1px solid #ccc;
	padding: 0 0 0 20px;
}

/* -----------------
	left
	---------- */

.left p.caption
{
	font: 16px/normal Verdana, Arial;
	letter-spacing: -1px;
	color: #666;
	margin: 0 0 10px 0;
}

.left .hr
{
    width: 249px;
	height: 1px;
	font-size: 0;
	border-bottom: 1px solid #ddd;
	line-height: 0;
	color: #ddd;
	clear: both;
	padding: 0;
	margin: 20px -20px 20px 0;
}

.right .hr
{
    width: 249px;
	height: 1px;
	font-size: 0;
	border-bottom: 1px solid #ddd;
	line-height: 0;
	color: #ddd;
	clear: both;
	padding: 0;
	margin: 20px -20px 20px 0;
}

.left .time
{
	font-size: 11px;
	color: #ae1515;
}

.left #sub_nav
{
	width: 249px;
	font: 12px/normal Verdana, Arial;
	list-style-type: none;
	margin: 0 -20px 25px 0;
}
.left #sub_nav
{

}
.left #sub_nav li a
{
	width: 219px;
	border: none;
	background: url(sub_nav_a.gif) no-repeat 5px center transparent;
	border-bottom: 1px solid #e2e2e2;
	display: block;
	padding: 7px 0 7px 30px;
}	
.left #sub_nav li.active a, .left #sub_nav li a:hover 
{
	background-image: url(sub_nav_ahover.gif);
}

.left #callback { background: url(callback_bg.gif) repeat-x #fff; border-top: 1px solid #ddd; padding: 5px; margin: 0 0 -20px 0; }
.left #callback label { height: 24px; margin: 5px 0; }
.left #callback label .text { width: 140px; }
.left #callback label .select { width: 152px; }
.left #callback label .button { margin: 0 0 0 64px; }

/* -----------------
	right
	---------- */

.right h1
{
	font: 20px/normal Verdana, Arial;
	letter-spacing: -1px;
	color: #b31616;
	margin: 25px 0 10px 0;
}

.right .box_set .box
{
	width: 145px;
	float: left;
	margin: 0 25px 0 0;
}
.right .box_set .box h2
{
	font-size: 12px;
	font-weight: bold;
	border: none;
	margin: 0 0 10px 0;
}
.right .box_set .box ul 
{
	list-style-type: none;
	margin: 0;
}
.right .box_set .box ul li 
{
	font-size: 11px;
}

.right ul  
{
	list-style-type: none; 
	margin: 5px 20px 0 20px;
}
.right ul li 
{
	background: url(icon_list.gif) no-repeat center left;
	border-bottom: 1px solid #ddd; 
	padding: 0 0 5px 20px; 
	margin: 0 0 15px 0; 
}

.right #contactform { background-color: #f7f7f7; border: 1px solid #f1f1f1; padding: 5px; margin: 15px 0 0 0;}
.right #contactform label { height: 24px; margin: 5px 0; }
.right #contactform label .text { width: 430px; }
.right #contactform label .button { background: url(../index_files/button_mod.gif) no-repeat center center; margin: 0 0 0 75px; }

.right .quote
{
	background: url(../index_files/quote1.gif) top left no-repeat;
	margin: 10px 0 15px 0;
}
.right .quote p
{
	background: url(../index_files/quote2.gif) bottom right no-repeat;
	padding: 30px 40px 30px 45px;
}


/* -----------------------------------------------------------------------------
	footer
	---------- */
	
#footer
{
	width: 100%;
	height: 70px;
	background: url(footer_bg.gif) repeat-x top center #ebebeb;
}

#footer .set
{
	width: 800px;
	height: 55px;
	background: url(footer_bg.gif) repeat-x top center #ebebeb;
	padding: 15px 0 0 0;
	margin: 0 auto;
}

#footer .set p
{
	font-size: 10px;
	text-align: right;
	color: #888;
	padding: 4px 0 0 0;
	margin: 0;
}

/* -----------------------------------------------------------------------------
	other
	---------- */

#preload { display: none; }
	
#result 
{ 
	background: url(icon_note.gif) no-repeat center left;
	padding: 0 0 0 15px; 
	margin: 0 0 10px 0; 
}

#getstarted a
{
	width: 100px;
	height: 50px;
	text-indent: -9999px;
	background: url(startnow.gif) no-repeat center center transparent;
	display: block;
}
#getstarted a:hover { background-image: url(startnow_ahover.gif); }

