html {
	height: 100%;
	background: #e8ae62;
}
body {
	text-align:center;
	background: #e8ae62 url(../images/bg_body.jpg) top repeat-x;
	color:#48414b;
	font-family:Verdana, arial, helvetica, sans-serif;
	font-size:12px;
}
#container {
	margin:0 auto 0 auto;
	width:860px;
	text-align:left;
	position: relative;
	min-height: 100%;
}
* html #container {
	height: 100%;
}
.center {
	width:860px;
	margin-left:auto;
	margin-right:auto;
}
.relative {
	position:relative;
}
.lighter {
	color:#e3af63;
}
.lowercase {
	text-transform:lowercase;
}
.orange_bold {
	color:#e95710;
	font-size:14px;
	font-weiight:bold;
}
.orange {
	color:#e95710;
}
/* ---------------------------------------------------------HEADER------------------------------------------------------------*/

#header {
	height:100px;
	background: transparent url(../images/header_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:860px;
}
/*logo*/
#logo {
	width:202px;
	height:44px;
	float:left;
	padding-top:22px;
	padding-left:28px;
}
#nav_container {
	width:100%;
	height:25px;
	clear:both;
	background:transparent;
}
#main_nav {
	width:600px;
	list-style:none;
	padding-top:25px;
	float:right;
	/*IE6 HACK*/
margin-right:12px !important;
	margin-right:5px;
}
#main_nav li {
	float:left;
	text-align:center;
	width:80px;
	padding-left:5px;
}
#main_nav li a {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#d57e4f;
	font-weight:bold;
	padding-top:15px;
	text-align:center;
}
#main_nav li a:hover, #main_nav li a.current {
	color:#7b6853;
}
#top_nav {
	width:100%;
	list-style:none;
	padding-top:3px;
	clear:both;
}
#top_nav li {
	float:left;
	margin-left:10px;
	padding-left:8px;
	background: url(../images/menu_dot.gif) 0 10px no-repeat;
}
#top_nav li a {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#d57e4f;
	font-weight:bold;
	padding-top:5px;
	text-align:center;
	display:block;
}
#top_nav li a:hover, #top_nav li a.current {
	color:#333;
}
/* -------------------------------------------------------------------------content----------------------------------------------------*/



.specializzazioni {
	margin-left:10px;
	background: url(../images/brown_dot.gif) 0 10px no-repeat;
	padding:10px 0 0px 15px;
	height:40px;
	color:#7b6853;
}
.orange_big {
	float:left;
	padding-top:30px;
	padding-left:36px;
	font-size:22px;
	color:#e95710;
	font-weight:normal;
}
.orange_int {
	width:100%;
	text-align:left;
	padding-bottom:10px;
	font-size:20px;
	color:#e95710;
	font-weight:normal;
}
.brown_box_txt {
	float:right;
	width:520px;
	padding-top:30px;
	padding-right:30px;
	font-size:13px;
	color:#7b6853;
	font-weight:normal;
	line-height:18px;
}
.box_txt {	
	float:right;
	width:520px;
	padding-top:30px;
	padding-right:30px;
	font-size:13px;
	color:#7b6853;
	font-weight:normal;
	line-height:18px;

}

#top_cnt {
	width:860px;
	height:298px;
	background: transparent url(../images/big_banner.jpg);
}
#top_cnt_int {
	width:860px;
	height:255px;
	background: transparent url(../images/bg_interna_brown.jpg);
}

#top_cnt_int_wh {
	width:860px;
	height:255px;
	background: transparent url(../images/bg_interna_white.jpg);
	min-height:376px;
	/*min height IE6 HACK*/
	height: auto !important;
	height: 376px;
}

#top_cnt_int_wh a, #top_cnt_int_wh a:hover {
	color:#e95710;
	text-decoration:none;
}

#list ul {
list-style-type:circle;
padding:20px 0  20px 30px;
}

.prodotti_servizi {
	height:220px;
	padding:0px;
	margin:0px;
	background: transparent url(../images/bg_servizi_prodotti.gif);
}
.tagline_top {
	width:360px;
	float:right;
	/*IE6 HACK*/
	margin-right:45px !important;
	margin-right:20px;
	text-align:center;
	color:#fff;
	font-size:14px;
	height:50px;
	padding-top:65px;
	font-weight:normal;
}
.tagline_bottom {
	width:360px;
	float:right;
	clear:right;
	/*IE6 HACK*/
	margin-right:45px !important;
	margin-right:20px;
	text-align:center;
	color:#ffe699;
	font-size:25px;
	font-weight:bold;
	height:80px;
	padding-top:30px;
}
.boxes_home {
	clear:both;
	margin:0px 20px 0px 20px;
}
.box_home {
	width: 260px;
	height:150px;
	/*IE6 HACK*/
	margin:0 0 10px 10px !important;
	margin:0 0 5px 5px;
	float:left;
}
.box_home p {
	padding:0px 15px 15px 15px;
	line-height:15px;
	color:#7b6853;
}
#sub_cnt {
	width:860px;
	min-height:576px;
	/*min height IE6 HACK*/
	height: auto !important;
	height: 576px;
	padding:0px;
	margin:0px;
	background: url(../images/bg_sub_cnt.gif) top repeat-y;
}
#sub_cnt_int {
	width:860px;
	min-height:376px;
	/*min height IE6 HACK*/
	height: auto !important;
	height: 376px;
	padding:0px;
	margin:0px;
	background: url(../images/bg_sub_cnt_int.gif) top repeat-y;
}

.paddeur{
padding:10px 30px 30px 30px;

}



#content.content p a {
	color:#558718;
}
#content.content p a:hover {
	color:#73b621;
}
.green {
#color:#97cf3a;
}
#content {
	width:860px;
	margin:0 auto 0 auto;
	padding-bottom: 80px;
	background:transparent;
}


.content h1, .content h2, .content h3, .content h4, .content h5 {
	font-family:"Arial Narrow" Arial, Helvetica Neue, Helvetica, sans-serif;
}
.content h1, .content h2 {
	color:#73b621;
}
.content h1 {
	font-family:"Arial Narrow" Arial, Helvetica Neue, Helvetica, sans-serif;
	color:#73b621;
	font-size:28px;
	font-weight:normal;
	margin-top:5px;
}
.box h2 {
	font-family:"Arial Narrow" Arial, Helvetica Neue, Helvetica, sans-serif;
	color:#493e4f;
	font-size:16px;
	margin:15px 0 5px;
	padding-bottom:3px;
	margin-right:10px;
	font-weight:bolder;
	text-transform:uppercase;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.box span.username {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999;
	text-align:right;
	float:right;
	margin-top:-22px;
	padding-right:10px;
}
.content .box p, .content .box li {
	font-size:11px;
	line-height:14px;
	color:#7c777c;
}
/* --------------------------------------------------FOOTER--------------------------------------------*/

#inner_footer {
	width:860px;
	color:#fff;
	height:72px;
	text-align:center;
	padding-top:0px;
	margin-top:0px;
	background:  url(../images/bg_inner_footer.gif);
}
#inner_footer P {
	padding-top:30px;
}
#inner_footer_internal {
	width:860px;
	color:#fff;
	height:72px;
	text-align:center;
	padding-top:0px;
	margin-top:0px;
	background:  url(../images/bg_inner_footer_internal.gif);
}
#inner_footer_internal P {
	padding-top:30px;
}



#footer {
	text-align:center;
	clear:both;
	position: relative;
	margin-top: 10px;
	height:90px;
	padding-top:10px;
	background:  url(../images/bg_footer_sub.gif) center no-repeat;
}
#footer p {
	color:#645239;
	padding-top:5px;
	text-decoration:none;
}
#footer p a {
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:none;
}
#footer ul {
	padding-top:40px;
}
#footer li {
	font-size:12px;
	color:#838083;
	text-transform:uppercase;
}
#footer a {
	color:#645239;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer ul {
	margin-left:0;
	margin-bottom:5px;
}
#footer li {
	display:inline;
	margin-right:10px;
}

