body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	background: #fff url(images/body_top.png) repeat-x;
}

a:link, a:visited { color: #1b9cd5; text-decoration: none; } 
a:active, a:hover {
	color: #000000;
	text-decoration: underline;
	text-align: left;
}

.button_01 a {
	display: block;
	width: 100px;
	height: 22px;
	padding: 2px 0 0 0;
	background: url(images/button_01.png) no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

.button_01 a:hover {
	text-decoration: underline;
}

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }

.margin_r10 { margin-right: 10px; }

.float_l { float: left; }
.float_r { float:  right; }

#wrapper_outer {
	width: 100%;
	background: url(images/body_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;	
}

#wrapper {
	width: 970px;
	padding: 0 10px;
	margin: 0 auto;
}

#temmplatmeo_header {
	height: 58px;
	background: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* site title */
#temmplatmeo_header  #site_title {
	float: left;
	width: 260px;
	padding: 10px 0 0 30px;
}

#site_title a {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title a span {
	display: block;
	margin-top: 5px;
	color: #F30;
	font-size: 12px;
	font-weight: bold;
}
/* end of site title */

/* menu */
#temmplatmeo_header #menu {
	float: right;
	height: 34px;
	margin-top: 12px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	height: 27px;
	width: 67px;
	margin-left: 10px;
	padding: 7px 5px 0 5px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #fff;	
	font-weight: normal;
	outline: none;
}

#menu li a:hover, #menu li .current {
	background: url(images/menu_hover.png) no-repeat;
}
/* end of menu */

/* banner */
#banner {
	clear: both;
	width: 970px;
	height: 240px;
	padding: 0px 0 0 0;
	overflow: hidden;
	background: url(images/nuvole.jpg);
}

#banner h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin-top: 20px;
	color: #006699;
}

#banner p {
	text-align: justify;
	margin-bottom: 15px;
	color: #444444;
}

#banner .banner_image {
	float: left;
	position: relative;
	width: 330px;
	height: 146px;	
	padding: 29px;
	margin-left: 10px;
	margin-right: 40px;
}

#banner .banner_image span {
	position: absolute;
	width: 388px;
	height: 204px;
	top: 0;
	left: 0;
	z-index: 1000;
	background: url(images/banner_image_frame.png);
	background-repeat: no-repeat;
}
/* end of banner */

/* content */
#content_wrapper {
	clear: both;
	width: 970px;
	padding: 30px 0;
	background:#FFF;
}

#content {
	float: left;
	margin-left: 30px;
	width: 610px;
}

#sidebar {
	float: right;
	width: 300px;
}

.divider {
	border-bottom: 1px solid #d6d6d6;
}

.divider2 {
	border-bottom: 0px solid #d6d6d6;
}

.section_w600 {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: 320px;
	border-bottom: 1px solid #CCC;
}

.section_w610 {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#content_wrapper h2 {
	color: #252525;
	font-weight: normal;
	font-size: 25px;
	margin: 0 0 25px 0;
}

#content_wrapper p {
	margin-bottom: 6px;
	text-align: left;
	color: #333;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}

#content_wrapper strong {
	color: #000;
	font-weight: bold;
}

#content_wrapper .list_01 {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#content_wrapper .list_01 li {
	display: block;
	float: left;
	width: 250px;
	margin: 0 10px 5px 0;
	padding: 5px 0 5px 40px;
	background: url(images/list_icon.png) no-repeat center left;
}

.gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gallery li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 190px;
	height: 88px;
	margin-right: 13px;
	background: url(images/project_image_frame.png);
	background-repeat: no-repeat;
}

.gallery li a {
	display: block;
	margin: 8px;
	text-decoration: none;
}

.gallery li a img {
	margin-bottom: 15px;
}

.gallery li a span {
	margin-top: 5px;
	color: #000;
	font-weight: normal;
}

.news_section {
	padding: 20px 20px 0 20px;
	background: url(images/news_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

#sidebar h2 {
	height: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60px;
}

#sidebar h3 {
	color: #036;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}

#sidebar .news {
	background: url(images/news_icon.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: 1px dotted #CCC;
}

#sidebar .testimonial {
	background: url(images/testimonial_icon.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sidebar .news_box1 {
	clear: both;
	margin-bottom: 20px;
	border-bottom: 0px dotted #CCC;
	color:#000;
}

#sidebar .news_box1 h3 {
	color:#F00;
}

#sidebar .news_box {
	clear: both;
	margin-bottom: 40px;
}

#sidebar .news_box .date {
	float: right;
	color: #1b9cd5;
	font-size: 11px;
}

.news_box a {
	color: #666666;
	text-decoration: none;
}

.news_box a:hover {
	color: #000000;
}

#testimonial_section {
	padding: 20px 0 0 0;
	background: url(images/testimonial.png);
	background-repeat: repeat-x;
	background-position: top;
}

.testimonial_box {
	margin: 5px 20px;
}
/* end of content */

/* footer */
#footer {
	clear: both;
	width: 910px;
	margin: 0 auto;
	padding: 30px;
	color: #646464;
	background: #181818;
}

#footer p {
	margin-bottom: 10px;
	text-align: justify;
	color:#999;
}

#footer span {
	color: #7989ae;
}

#footer a {
	color: #646464;
	text-decoration: underline;
}

#footer h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
	color: #999999;
	font-weight: normal;
	margin-bottom: 10px;
}

.footer_menu_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer_menu_list li {
	margin: 0px;
	padding: 0px;
}

#footer .footer_menu_list li a {
	color: #646464;
	font-weight: normal;
	text-decoration: underline;
}

#footer .footer_menu_list li a:hover {
	color: #999999;
	text-decoration: none;
}

.about {
	float: left;
	width: 250px;
	margin-right: 40px;
}

.link_section {
	float: left;
	width: 140px;
	margin-right: 40px;
}

.contactus_section {
	float: right;
	width: 225px;
}

#copyright {
	padding: 20px;
	text-align: center;
	color: #646464;
}

#copyright a {
	color: #646464;
	text-decoration: underline;
	font-weight: normal;
}
#copyright a:hover {
	color: #999999;
}
/* end of footer */

.image_side {
	padding-right: 6px;
}

/* Servizi */
#servizi_title {
	color: #FFF;
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-weight:bold;
	background: url(images/bg-tit.png);
	padding: 6px 0 6px 10px;
}

#servizi_title2 {
	color: #333;
	font-size: 14px;
	border-bottom: 3px solid #099;
	font-weight:bold;
	padding-top: 12px;
	margin-left: 10px;
}

#servizi_cont {
	color: #333;
	font-size: 12px;
	padding-top: 4px;
	margin-left: 18px;
	border-bottom:1px solid #CCC;
}

/* Prodotti */
#prodotti_title {
	color: #FFF;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-weight:bold;
	background: url(images/bg-tit.png);
	padding: 6px 0 6px 10px;
}

#prodotti_title a:link {
	color: #FFF;
}

#prodotti_title a:visited {
	color: #FFF;
}


#content-prodotti {
	float: left;
	margin-left: 0px;
	width: 970px;
}

#content-prodotti a {
	color:#000;
}

div.wide,div.split2,div.split3{
	clear:left
	}
div.wide{
	margin: 0 1%; 
	border-top: 0px dotted #ccc
	}
div.split2 div{
	float: left; 
	width: 418px; 
	\width: 428px; 
	w\idth: 418px;
	height: 280px;
	padding: 10px 18px;
	}
	
#prodotti_cont {
	color: #333;
	font-size: 12px;

	border: 0px dotted #CCC;
}

.image_prodotti {
	padding-bottom: 200px;
	padding-right: 6px;
}
#wrapper #content_wrapper #content-prodotti .section_w610.divider div #my-glider .scroller .content #section1 p {
	text-align: left;
}

/* PORTFOLIO */

#portfolio_title {
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-weight:bold;
	padding: 6px 0 6px 0px;
}

#portfolio_title a:link {
	color: #333;
}

#portfolio_title a:visited {
	color: #333;
}

.box-port {
	float: left;
	width: 260px;
	height: 300px;
	padding: 21px;
	margin-bottom: 20px;
	background: url(images/bg-port.png);
}

.box-portfolio {
	float: left;
	width: 485px;
	height: 270px;
	margin-bottom: 20px;
}

#box-portfolio-text {
	font-size: 12px;
	color: #000;
	padding: 0 30px 10px 5px;
}

#box-portfolio-text h1 {
	font-size:14px;
	color:#039;
	padding: 0px;
	margin: 0px;
	text-align:left;
	display:inline;
}

#box-portfolio-text a{
	color:#069;
	text-decoration:none;
}

.port_tecn {
	font-style:italic;
	color:#333;
}

.port_tecn_tit {
	font-weight:bold;
	color:#333;
}


.box-img {
	background:#FFF;
	padding: 5px;
	border: 1px solid #CCC;
}

/* CONTATTI */
#contatti_title {
	color: #FFF;
	font-size: 14px;
	font-weight:bold;
	background: url(images/bg-tit.png);
	padding: 6px 0 6px 10px;
}

.box-contact {
	float: left;
	width: 440px;
	height: 340px;
	padding: 10px 10px 10px 0px;
	margin-bottom: 20px;
	border: 0px solid #CCC;
}

.box-contact-2 {
	float: left;
	width: 440px;
	height: 340px;
	padding: 20px 10px 10px 10px;
	margin-bottom: 20px;
	border: 0px solid #CCC;
	margin-left: 60px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	background: url(images/bgcontact.png) top right no-repeat;
}

.box-contact-2 h2 {
	padding-bottom:0px;
	margin-bottom: 0px;
}

/*ecommerce */
.imagecommerce {
	padding-right: 10px;
}

/* vendita-auto */
#navmenu ul
{
list-style-type: none;
margin: 0;
padding: 0;
}
#navmenu a
{
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	background-color: transparent;
	width: 284px;
	padding: 4px 8px;
	text-decoration: none;
	border-top: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #228B22;
	border-bottom: 0px solid #228B22;
}

#navmenu li .attivo
{
	background-color: #D8D8D8;
	color: #FFFFFF;
	border-top: 0px solid #000066;
	border-left: 0px solid #000066;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
}

#navmenu a:hover
{
	background-color: DarkOrange;
	color: #FFFFFF;
	border-top: 0px solid #000066;
	border-left: 0px solid #000066;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
}
#navmenu li { margin-bottom: 2px;
}

.section_venditaauto {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.section_venditaauto a {
	color:#F00;
	font-weight:bold;
}

#sidebar boxva {
	clear: both;
	margin-bottom: 20px;
	border-bottom: 0px dotted #CCC;
	color:#000;
}

.tableva {
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}

.screenimage {
	padding: 6px 10px;
	background: #F5F5F5;
	border: 1px solid #CCC;
	margin: 6px 10px;
}

#notabene{
	font-size:10px;
	font: "Courier New", Courier, monospace;
	color:#999;
}



.evidenza0 {
	font-size:14px;
	color: #000;
	font-weight:bold;
}

.evidenza {
	font-size:16px;
	color:#C00;
	font-weight:bold;
}

.evidenza2 {
	font-size:16px;
	color: #333;
	font-weight:bold;
}