/***************************************************
				 GENERAL
***************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
	padding:0px;
	margin:0px;
	border:0;
	font-weight:inherit;
	font-family:'CartoGothicStdBook', Arial, Helvetica;
	vertical-align:baseline;
	font-size: 13px;
	line-height: 17px;
	font-variant: inherit;
	outline: 0;
}
@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('CartoGothicStd-Book-webfont.eot');
    src: url('CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('CartoGothicStd-Book-webfont.woff') format('woff'),
         url('CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('CartoGothicStd-Book-webfont.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdItalic';
    src: url('../fonts/CartoGothicStd-Italic-webfont.eot');
    src: url('../fonts/CartoGothicStd-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CartoGothicStd-Italic-webfont.woff') format('woff'),
         url('../fonts/CartoGothicStd-Italic-webfont.ttf') format('truetype'),
         url('../fonts/CartoGothicStd-Italic-webfont.svg#CartoGothicStdItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdBold';
    src: url('../fonts/CartoGothicStd-Bold-webfont.eot');
    src: url('../fonts/CartoGothicStd-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CartoGothicStd-Bold-webfont.woff') format('woff'),
         url('../fonts/CartoGothicStd-Bold-webfont.ttf') format('truetype'),
         url('../fonts/CartoGothicStd-Bold-webfont.svg#CartoGothicStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdBoldItalic';
    src: url('../fonts/CartoGothicStd-BoldItalic-webfont.eot');
    src: url('../fonts/CartoGothicStd-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CartoGothicStd-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/CartoGothicStd-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/CartoGothicStd-BoldItalic-webfont.svg#CartoGothicStdBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {}

/* Preloader */
#preloader {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:999999; /* makes sure it stays on top */
}
#loadLogo {
	width:254px;
	height:172px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:45%; /* centers the loading animation vertically one the screen */
	background-image:url(../img/loadLogo.png); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-86px 0 0 -127px; /* is width and height divided by two */
}
#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:55%; /* centers the loading animation vertically one the screen */
	background-image:url(../img/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-50px 0 0 -100px; /* is width and height divided by two */
}
#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

ol, ul {
	margin: 0px;
	padding: 0px;
}
a {
	color: #DADADA;;
}
.indent-ul, .indent-ol {
	padding-top: 10px;
	padding-left: 30px;
}
.indent-ul li, .indent-ol li {
	padding-bottom: 5px;
}
input, textarea {
	outline-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	color: #0FA227;
}
h1{
	font-size:28px;
	line-height: 32px;
}
h2{font-size:22px;}
h3{font-size:20px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}
.container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
	padding-bottom: 15px;
}
a {
	outline: none;
	text-decoration: none;
	
}
p {
	padding-bottom: 15px;
}
p.c2 {
	margin-right:25px;float:left;
}


img.left, p img.left {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}
img.right, p img.right {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
img.ativ {
	float: left;
    padding : 5px;
	margin-right: 15px;
    background-color:#ffffff;
    border: 1px solid #DBDBDB;
	width: 250px;
    height: 110px;
}
img.img-analisi {
	padding: 5px;
	border: 1px solid #DBDBDB;
	width: 605px;
	height: auto;
}
blockquote {
	font-style: italic;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
}
strong {
	font-weight: bold;
}
.clear { clear: both;}
.border {
	background-image: url(../images/dashed-border.gif);
	background-repeat: repeat-x;
	float: left;
	height: 2px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.divider {
	float: left;
	height: 300px;
	width: 100%;
}
.quote-desc-left {
	float: left;
	width: 400px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	display: block;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #CCCCCC;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #999999;
}
.quote-desc-right {
	float: right;
	width: 400px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	display: block;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #CCCCCC;
}
#footer {
width: 100%;
	height: 80px;
	bottom: 0;
	z-index: 555;
	background-repeat: repeat;
	position: fixed;
	background-attachment: fixed;
	background-position: center bottom;
}
#footer1 {
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 80px;
	width: 100%;
	clear: both;
	display: block;
}
.attiv {
		background-color: #F7F7F7;
	padding: 15px;
	display: block;
	border: 1px solid #E2E2E2;
	margin-left: 270px;

}
#wrapper {
	color: #000000;
	font-size: 12px;
	overflow: hidden;
}
#header {
	width: 100%;
	height: 40px;
	top: 10px;
	z-index: 555;
	background-repeat: repeat;
	position: fixed;
	background-attachment: fixed;
	background-position: center top;
}
.header {
	width: 1010px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 70px;
	position: relative;
}
#content .top {
	background-image: url(../images/slideshow-top.png) ;
	height: 23px;
	position: fixed;
	top: 63px;
	width: 1010px;
	z-index: 9999;
}
.section {
	float: left;
	padding-top: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 1010px;
	margin-bottom: 300px;
}
.container {
    background: url('../images/conteiner.png') repeat;
	margin-top: 10px;
	padding: 25px;
	-moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
	overflow: hidden;
	z-index: 111;
	position: relative;	
	text-align: justify;
	border: solid rgb(255, 255, 255) 3px;
}
.nav {
	width: 100%;
	position: relative;
	background-repeat: repeat;
}
.nav h2 {
	font-size: 26px;
    display: block;
    position: relative;
    padding-top: 16px;
    padding-left: 25px;
    color: #21A700;
    text-shadow: 0 1px 0 white;
	background: url(../images/conteiner.png) repeat;
    padding-bottom: 16px;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    border-bottom: 4px solid rgba(37, 172, 3, 0.87);
	border-top: solid rgb(255, 255, 255) 2px;
    border-left: solid rgb(255, 255, 255) 2px;
	border-right: solid rgb(255, 255, 255) 2px;
    width: auto;
}
#home, #about, #services, #portfolio, #prodotti, #styles, #contact {margin-top: 400px}
/***************************************************
				TOP NAVIGATION
***************************************************/
ul#topnav {
	background:url('../img/transparent.png') repeat;
    clear: both;
    padding: 0px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    height: 52px;
    border: 1px solid rgb(145, 207, 255);
}
#topnav-holder {
	float: left;
}
ul#topnav li {
    float: left;
    margin: 8px 6px 0 6px;
    background: url(../images/transparent_bg.png) white;
    background-color: rgba(255, 255, 255, 0.88);
    background-repeat: no-repeat;
    width: 94px;
    display: block;
    padding: 10px 20px 12px 16px;
    height: 12px;
    border: 1px solid #BFCFB3;
}
ul#topnav li a {
	width:100px;
	text-decoration: none;
	text-align: center;
	float:left;
	color: #CCCCCC;
	margin-top: -1px;
	height: 28px;
}
ul#topnav li a:hover, ul#topnav li a.hover {
	height: 22px;
	background-image:url(../images/nav-active.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	color:#000000;
	outline: 0;
}
/***************************************************
				 PAGE NAVIGATION
***************************************************/
.pagenav {
	position: absolute;
	top: 29%;
	right: 19px;
	z-index: 10;
	width: 84px;
}
.pagenav li {
	height: 19px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	display: block;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	float: right;
	text-indent: -9999px;
}
.pagenav a {
	display: block;
}

.pagenav .up {
	background-image: url(../images/scroll-up.gif);
	border: 1px solid #E6E6E6;
}
.pagenav .down {
	background-image: url(../images/scroll-down.gif);
		
			border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
}
/***************************************************
			HOME PAGE SLIDER
***************************************************/
#slideshow-holder{
	width: 1010px;
	height: 370px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 0px;
}
#slideshow{
	margin: 0px;
	padding: 0px;
	width: 1010px;
	height: 370px;
}
#home .bottom {
	height: 30px;
	width: 1010px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/slideshow-bottom.png);
}
#box-nav-slider{
	height:18px;
	position: absolute;
	right: 365px;
	bottom: 64px;
	z-index: 10;
	width: 450px;
}
#slideshow-navigation a{
	display:block;
	float:left;
	width:17px;
	height:18px;
	background-image: url(../images/dot_off.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 7px;
}
#slideshow-navigation a:hover {
	background-image: url(../images/dot_on.png);
	background-repeat: no-repeat;
}
#slideshow-navigation {
	float:right
}
#slideshow-navigation .activeSlide {
	background-image: url(../images/dot_on.png);
	background-repeat: no-repeat;
}
.slide-text {
	position: relative;
	width: 1010px;
    background: none repeat scroll 0 0 transparent !important;	
}
.slide-text .desc {
    width:800px;
	margin:0 0 0 auto;
	text-align:left;
	padding:10px 0;
}
.slide-text h1{
    font: 36px/56px 'CartoGothicStdBook', Arial, sans-serif;letter-spacing: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-shadow: 0 1px 0 black
}
.slide-text p{
	color: white;
    z-index: 999;
    top: 0px;
    right: 0px;
    padding-bottom: 18px;
    text-shadow: 0 1px 0 black;
}
.slide-text img {
	left: 25px;
	top: 30px;
	background-image: url(../images/transparent_bg.png);
	background-repeat: repeat;
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-top: 50px;
	margin-left: 25px;
}
/***************************************************
			ABOUT - TESTIMONIALS
***************************************************/
.sliderbutton {float:right; width:68px}
.sliderbutton img {cursor:pointer}
#testimonial-holder {
	width: 420px;
	float: left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 20px;
	background-color: #191919;
}
#testimonial {
	float:left;
	position:relative;
	overflow:auto;
	width: 420px;
	font-size: 11px;
	height: 170px;
}
#testimonial ul {
	position:absolute;
	list-style:none;
	top:0;
	left:0;
	height: 170px;
	margin: 0px;
	padding: 0px;
	width: 420px;
}
#testimonial li {
	float:left;
	width: 410px;
	color: #999999;
	background-image: none;
	height: 170px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#testimonial li a {
	text-align: right;
	display: block;
	color: #31B8DA;
}
#testimonial li p {
	padding: 0px;
	color: #666666;
	font-style: italic;
}
#testimonial li .author {
	font-weight: bold;
	color: #CCCCCC;
	text-align: right;
	display: block;
	padding-top: 15px;
}
#testimonial-holder h2 {
	color: #FFFFFF;
	float: left;
	font-size: 22px;	
}
/***************************************************
		    SERVICES - SLIDING TABS
***************************************************/
p.ex{
	font-size: 14px;
	padding: 10px;
	border: 1px solid #CECECE;
	margin: 0px;
	display: block;
	position: relative;
	height: 120px;
	background-image: url(http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/cream_dust.png);
	margin-bottom: 14px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
img.ativr {
	float: right;
    padding : 5px;
	margin-left: 15px;
    background-color:#ffffff;
    border: 1px solid #DBDBDB;
	width: 250px;
    height: 110px;
}
#tabMenu {
	list-style:none;
	width: 310px;
	background-image: url(../images/sliding-tabs-shadow.png);
	background-repeat: no-repeat;
	background-position: 259px center;
	padding-bottom: 2px;
	float: left;
	z-index: 9;
	position: relative;
	height: 446px;
}
#tabMenu li {
	cursor:pointer;
	display: block;
	color: #353535;
	height: 47px;
	background-image: url(../images/sliding-tabs-bg.png);
	background-repeat: no-repeat;
	background-position: left -81px;
	width: 270px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 33px;
	float: left;
	font-size: 17px;
}
#tabMenu li.mouseout {
	margin: 0px;
	padding: 0px;
}
#tabMenu li.selected {
	background-position: left top;
	color: white;
	float: left;
	text-shadow: 0 1px 0 #1E3041;
}

#tabMenu .tab-border {
	background-image: url(../images/sliding-tabs-bottom-border.png);
	background-repeat: no-repeat;
	height: 2px;
	width: 259px;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	float: left;
}
.box {
	width:100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	float: left;
}
.box .read-more {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.boxBody {
	margin: 0px;
	width: 641px;
	color: black;
    text-shadow: 0 1px 0 white;
	overflow: hidden;
	padding: 0px;
	float: right;
}
.boxBody div {
	display:none;
	margin: 0px;
	padding: 0px;
}
.boxBody div.show {
	display:block;
	margin: 0px;
	padding: 0px;
}
.boxBody h1 {
	font-size: 20px;
	color: #008F00;
	padding-top: 0;
	line-height: 24px;
	padding-bottom: 72px;
}

.boxBody .desc {
	line-height: 18px;
}


/***************************************************
			  PORTFOLIO FILTERABLE
***************************************************/
ul.portfolio-tiles-gallery {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 960px;
	float: left;
}
ul.portfolio-tiles-gallery li {
	float: left;
	margin: 0px;
	width: 230px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	position: relative;
	padding-left: 5px;
}
ul.portfolio-tiles-gallery li strong {
	color:#FFF;
	display: block;
	padding-bottom: 0px;
}			
ul.portfolio-tiles-gallery li .boxgrid {
	margin:0px;
	float:left;
	padding: 10px;
	width: 212px;
    height: 112px;
	cursor:pointer;
	overflow: hidden;
	position: relative;
}
ul.portfolio-tiles-gallery li .boxgrid img {
	top: 0;
	left: 0;
	background-color: whiteSmoke;
	float: left;
	padding: 10px;
	position: absolute;
	border: 1px solid #BEBEBE;
}
ul.portfolio-tiles-gallery .boxgrid slideright a img {
	margin: 0px;
	padding: 0px;
}
ul.portfolio-tiles-gallery li .boxgrid p {
	float: left;
	font-size: 11px;
	text-shadow: none;
}				
ul.portfolio-tiles-gallery  li a {
	font-size: 11px;
	font-weight: bold;
	display: block;
	float: left;
	padding-right: 15px;
	color: #2cb1d3;
	text-shadow: none;
}
/***************************************************
		    PORTFOLIO FILTER
***************************************************/
#portfolio-filter {
	width: 960px;
	height: 18px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	padding: 0px;
}
#portfolio-filter .browse {
	float: left;
	color: #2cb1d3;
}
#portfolio-filter ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
#portfolio-filter li {
	background: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
#portfolio-filter li a {
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
	color: #2D8A35;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#portfolio-filter li a.current, #portfolio-filter li a:hover {
	text-decoration: none;
	color: #000000;
}
/***************************************************
			CONTACT
***************************************************/
p.contact  {
	text-align: left;
	font-size:15px;
}


.two_in_one_even h1 {
	font-size: 24px;
	letter-spacing:2px;
    line-height: 32px;
}

.last h1 {
	font-size: 18px;
	color: #008F00;
	letter-spacing: normal;
}
.last h2 {
	font-size: 20px;
	color: #008F00;
}
#contact_form {
	width: 420px;
	margin: 0px;
	float: left;
	padding: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #F5F8FF;
	border: 1px solid #E6E6E6;
}
.success { 
	margin-top: 180px;
	padding: 40px 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: rgb(0, 206, 16); 
}
.error {
	color: #f00;
	font-size: 11px;
	position: absolute;
	top: -10px;
	right: 0px;
}
#contact_form  li {
	float: left;
	margin-bottom:10px;
	position: relative;
	height:55px;
	list-style-type: none;
}
#contact_form  li.textarea {
	height:130px;
}
#contact_form  li.button {
	float: left;
	margin-bottom:10px;
	position: relative;
	height: 35px;
	list-style-type: none;
}
#contact_form input, textarea {
	width: 400px;
	margin-bottom: 15px;
	background-color: white;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECECEC;
	border-right-color: lightGrey;
	border-bottom-color: lightGrey;
	border-left-color: #E9E9E9;
	padding: 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
}
#contact_form textarea {
	height: 82px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	margin-bottom: 15px;
}
#contact_form input:focus, textarea:focus {
	color:#FFFFFF;
	background-color: #3F8CFF;
	border-right-color: #464646;
	border-bottom-color: #464646;
}
#contact_form input.submit {
	color: #FFFFFF;
	background-color: #1AC52F;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 418px;
	margin: 0px;
	padding: 0px;
	height: 35px;
}
#contact_form .required {
	font-size: 11px;
	color: #2cb1d3;
}
/***************************************************
				 CONTACT INFORMATION
***************************************************/
.contact-information {
	margin:0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
} 
.contact-information li {
	padding-left: 40px;
	margin-bottom: 10px;
	list-style-type: none;
	padding-top: 6px;
	line-height: 10px
} 
.contact-information ul li.address {
	background-image:url(../images/icon-address.png);
	background-repeat:no-repeat;
} 
.contact-information ul li.phone {
	background-image:url(../images/icon-phone.png);
	background-repeat:no-repeat;
} 
.contact-information ul li.email {
	background-image:url(../images/icon-email.png);
	background-repeat:no-repeat;
}
/***************************************************
				 SOCIALIZE
***************************************************/
.socialize {
	margin: 0px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 400px;
}
.socialize li {
	display: inline;
}
/***************************************************
				      COLUMNS
***************************************************/
.column-holder {
	width: 100%;
	padding: 0px;
	float: left;
	margin: 0px;
	position: absolute;
}
.one {
	width: 100%;height: 250px;
}
.two_in_one_even {
	width:47.5%;
}
.one_in_three {
	width:29%;
}
.two_in_one_odd {
	width:65%;
}
.one_in_three,.two_in_one_odd {
	float: left;
	margin-right: 1.7%;
	background: url(../images/transparent_bg) center top no-repeat white;
	background-color: rgba(255, 255, 255, 0.93);
	padding: 15px;
	text-shadow: #DFDFDF 1px 1px 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #D9F0C7;
}

.two_in_one_even{
	float:left;
	margin-right: 2.9%;
	color: black;
}
.last {
	margin-right:0;
}
/***************************************************
						 TWITTER
***************************************************/
#twitter-holder {
	float: right;
	width: 960px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
	background-repeat: repeat;
	overflow: hidden;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #27A336;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	position: absolute;
}
.twitter {
	width: 800px;
	padding-right: 160px;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	padding-bottom: 12px;
	padding-top: 12px;
}
.twitter a.follow-me {
	width: 30px;
	height: 30px;
	position: absolute;
	text-indent: -1200px;
	right: 0px;
	background-image: url(../images/audex.jpg);
	top: 16%;
	
}
/***************************************************
		    prodotti - SLIDING TABS
***************************************************/
#tab-nav {
	list-style: none;
	width: 260px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #41962C;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 420px;
}
#tab-nav li {
	cursor: pointer;
	display: block;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	color: rgb(0, 0, 0);
	width: 240px;
	float: left;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: white;
}
#tab-nav li small {
	font-size: 11px;
	display: block;
}

#tab-nav li:hover {
	color: black;
	

}
#tab-nav li.selected {
	color: black;
	background-color: #A0FF73;
}

li.analisi{
	
}
.prodotti-holder {
	width:100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	float: left;
}
.prodotti-holder .read-more {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.prodotti {
	margin: 0px;
	width: 617px;
	color: #1B1F1B;
	text-shadow: 0 1px 0 #F0FFED;
	overflow: hidden;
	padding: 17px;
	float: right;
	background-color: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.prodotti div {
	display:none;
	margin: 0px;
	padding: 0px;
}
.prodotti div.show {
	display:block;
	margin: 0px;
	padding: 0px;
}

.prodotti img {
	
}
.prodotti .desc {
	line-height: 18px;
}

.chi_siamo {
	width: 142px;
	height: 100px;
	position: relative;
	right: 0px;
	background: url(../images/compodino.png) no-repeat;
	float: right;
	margin: 0 0 10px 20px;;
}

.smaltimento {
	width: 150px;
	height: 132px;
	position: relative;
	right: 0px;
	float: right;
	margin: 4px 18px 0 20px;
	z-index: 1;
}

.smercio {
	width: 100px;
	height: 118px;
	position: relative;
	right: 0px;
	float: right;
	margin: 0 18px 0 20px;
	z-index: 1;
}

.commento {
	width: 200px;
	height: 179px;
	position: relative;
	float: right;
	margin: 0;
	z-index: 1;
}

.contatto {
	width: 150px;
	height: 136px;
	position: relative;
	float: right;
	margin-right:0;
	z-index: 1;
}

.attivitaLogo {
	width: 259px;
	position: relative;
	float: left;
	z-index: 1;
	top: -158px;
	padding: 0;
}

.golf {
width: 180px;
position: relative;
float: left;
z-index: 1;
padding: 48px 40px;
}

.leftz p {
	line-height: 28px;
	font-size: 15px;
}

#raccolta, #object2{ z-index: 1; position: absolute; right: -140px; top: 12px;}
#raccolta {background: url(../img/raccolta.png) no-repeat; width: 140px; height: 111px; }
#object2 { background-color: #000099; z-index:10; height: 20px; width: 100px;}

/***************************************************
		    PRODOTTI - Tabele
***************************************************/

span.bold{
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
}

span.boldone{
	font-weight: bold;
	padding-bottom: 6px;
	display: block;
}

span.space{
	padding-left: 20px;
	display: block;
}
.size-36 {
font-size: 26px;
}
.step {
display: inline-block;
position: absolute;
width: 3%;
}