* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:982px;
}
body { 
	background:#df880a; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#969696;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
textarea {
	border:2px solid #ccc;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}


/*==== GLOBAL =====*/
#main {
	width:982px; 
	margin:0 auto;
	font-size:.8125em;
	padding:4px 0 23px 0;
	position:relative;
}

#header {
	/*height:435px;*/
	position:relative;
}
#content {
	padding:31px 0 28px 0;
	border-bottom:1px solid #eee;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-indent.fleft {
	margin:0 8px 0 0; 
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:30px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#099eda; 
	outline:none;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

h2 {
	font-size:15px;
	color:#303030;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:10px;
}
h3 {
	font-size:1em;
	margin-bottom:8px;
	color:#94c807;
}
	h3 a {
		color:#94c807;	
	}
h4 {
	font-size:1em;
	padding-top:13px;
	margin-bottom:7px;
}
	h4.alt {
		padding-top:0;
	}


.txt1 {
	color:#94c807;
	font-weight:bold;
}
.txt2 {
	color:#099eda;
}

.link1 { 
	display:block;
	float:left;
	background:url(images/link1-left.gif) no-repeat left top #099eda; 
	color:#f7f7f7; 
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-right:6px;
}
.link1:hover { 
	text-decoration:underline;
}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		padding:2px 11px 3px 17px; 
		font-weight:normal; font-style:normal;
	}



.link2 { 
	display:block;
	float:left;
	background:url(images/link2-left.gif) no-repeat left top #b8e300; 
	color:#f7f7f7; 
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.link2:hover { 
	text-decoration:underline;
}
.link2 b { 
	display:block;
	background:url(images/link2-right.gif) no-repeat right top; 
	padding:2px 12px 3px 17px; 
	font-weight:normal; font-style:normal;
}


.line-hor { 
	background:#eee;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:32px 0 30px 0;
}
.line-hor2 { 
	background:#eee;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:2px 0 2px 0;
}

.line-ver, .line-ver1 { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

blockquote {
	padding-bottom:10px;
}


/*==================boxes====================*/
.box {
	background:#fff;
	width:100%;
}
	.box .left-top-corner {
		background:url(images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(images/left-bot-corner.gif) no-repeat left bottom;
		width:100%;
		}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inside { 
		padding:12px 24px 20px 24px;
	}


.extra-box {
	background:url(images/extra-box.png) no-repeat 0 0;
	width:651px;
	height:251px;
	position:absolute;
	right:-623px;
	top:93px;
	color:#ccc;
	line-height:17px;
}
	.extra-box .inner {
		padding:19px 17px 15px 48px;
		overflow:hidden;
		width:600px;
	}

	.extra-box .left {
		float:left;
		width:185px;
	}
	
	.extra-box .right {
		float:left;
		border-left:1px solid #fff;
		margin:0 0 0 10px;
		padding:0 0 0 10px;
		width:380px;
		height:220px;
		overflow:hidden;
	}
		
	.extra-box .inner p {
		padding:10px 0;
		margin:0;
	}
		.extra-box .inner a {
			color:#ccc;
			font-weight:bold;
			background:url(images/ar1.gif) no-repeat 0 8px;
			padding:0 0 0 10px;
			margin-left:9px;
		}
	.extra-box p.trigger {
		width:28px;
		height:151px;
		position:absolute;
		left:0;
		top:51px;
		cursor:pointer;
		background:url(images/vertical-text.gif) no-repeat 4px 25px;
		margin:0;
	}
		.extra-box p.trigger span {
			display:block;
			position:absolute;
			width:5px;
			height:5px;
			background:url(images/ar-sprite.gif) no-repeat 0 0;
			position:absolute;
			left:10px;
			top:17px;
		}
		.extra-box p.trigger span.active {
			background-position:0 -5px;
		}

.address { 
	color:#94c807;
	font-weight:bold;
	padding-bottom:22px;
}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:98px;
		}
		.address dd a {
			color:#94c807;
		}


/*===== header =====*/
#header .row-1 {
	height:54px;
}
		#header .nav li {
			float:left;
			margin-right:4px;
			/*background:url(images/divider.gif) no-repeat 0 13px;*/
		}
		#header .nav li.alt {
			background:none;
		}
			#header .nav li a {
				float:left;
				font-size:19px;
				color:#0f0f0e;
				line-height:42px;
				text-transform:uppercase;
				text-decoration:none;
			}
				#header .nav li a b {
					float:left;
				}
					#header .nav li a strong {
						float:left;
						padding:0 30px 0 30px;
						line-height:42px;
					}
			
			
			#header .nav li a:hover, #header .nav li a.current {
				background:url(images/nav-tail.gif) 0 0 repeat-x;
				color:#fff;
			}
				#header .nav li a:hover b, #header .nav li a.current b {
					background:url(images/nav-left.gif) no-repeat 0 0;
				}
				#header .nav li a:hover strong, #header .nav li a.current strong {
					background:url(images/nav-right.gif) no-repeat 100% 0;
				}
			
#header .row-2 {
	position:relative;
	width:100%;
	overflow:hidden;
}
	#header .row-2 .logo {
		position:absolute;
		left:0;
		top:47px;
	}

#header .row-2 .formavanzato .esempio {
padding-right: 80px;
font-size:14px;
text-align:right;
}
#header .row-2 .formavanzato input {
font-size:18px;
padding:3px;
}
#header .row-2 .formavanzato button {
font-size:18px;
padding:1px 5px 3px 5px;
}
#header .row-2 .formavanzato .input-text {
width:410px;
}
#header .row-2 .formavanzato {
		position:absolute;
		left:240px;
		top:20px;
		font-size:18px;		
}
/*===== content =====*/
#content .indent {
	padding:0 18px 0 22px;
}
	#content .row-1 .indent {
		padding-top:17px;
	}
	
	
	.list1 li {
		background:url(images/arrow1.gif) no-repeat 0 8px;
		padding:0 0 1px 17px;
		font-weight:bold;
	}
		.list1 li strong{
			color:#a6cd00;
			text-transform:uppercase;
			text-decoration:underline;
		}
		.list1 li a:hover strong {
			text-decoration:none;
		}
	
	
	.equipments dd {
		margin-bottom:21px;
		background:#edfbfb;
		width:100%;
		overflow:hidden;
		color:#099eda;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding:4px 0 6px 0;
	}
	.equipments dd.last {
		margin-bottom:0;
	}
		.equipments dd span {
			float:left;
			padding:0 0 0 12px;
		}
			.equipments dd strong {
				color:#030303;
			}
		.equipments dd a {
			padding:0 12px 0 10px;
			float:right;
			background:url(images/arrow2.gif) no-repeat 0 8px;
			font-weight:bold;
		}

/*===== footer =====*/
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:20px 18px 0 22px;
}
	#footer .fright a {
		padding:4px 0 0 4px;
		font-weight:bold;
		color:#94c807;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:204px;
}
	#contacts-form label {
		display:block;
		height:40px;
		overflow:hidden;
		background:url(images/input-bg.gif) no-repeat 0 0;
	}
		#contacts-form input {
			width:190px;
			padding:2px 5px 2px 5px;
			border:none;
			background:none;
			color:#969696;
		}
		#contacts-form textarea {
			width:190px;
			padding:2px 5px 2px 5px;
			border:none;
			background:none;
			color:#969696;
			height:145px;
			overflow:auto;
		}
		#contacts-form .link1 {
			float:right;
			margin-left:10px;
			margin-right:0;
		}
		#contacts-form .textarea-wrap {
			background:url(images/textarea-bg.gif) no-repeat 0 0;
			height:154px;
			overflow:hidden;
			margin-bottom:29px;
		}

/*==========================================*/


#singlecontent .navigation {
overflow:hidden;
margin:0px 0px 10px 0px;
}
#singlecontent .alignleft {
float:left;
}
#singlecontent .alignright {
float:right;
}
#singlecontent .posr {
}
div.entry p {
}

/*contenuti di benvenuto*/
.welcome {
	width:100%;
	overflow: hidden;
}

div.formprimocontatto input {
	font-size:18px;
	color:#555;
	padding:3px;
}

.aa-row {
overflow:hidden;
}
.aa-left {
float:left;
width:280px;
text-align:center;
}
.aa-right {
float:left;
width:500px;

}
.titolo2 {
color:#888;
text-transform:none;
font-size:26px;
margin-bottom:4px;
}

table.contactpage td {
vertical-align:top;
}
table.contactpage td.sep {
width:20px;
}
table.contactpage td p {
padding:0;
line-height:18px;
margin:0;
}
.prod-box {
overflow:hidden;
}
.prod-box .item .title {
color:#fff;
font-size:17px;
padding:0 0 3px 0;
}
.prod-box .item a:hover {
text-decoration:underline;
}
.prod-box .item a {
padding:0;
margin:0;
font-weight:normal;
text-decoration:none;
background:none;
}
.prod-box .item {
width:185px;
height: 112px;
float:left;
overflow:hidden;
padding:0 5px 5px 0;
}
.prod-box .item a.gold {
color:yellow;
}
.prod-box .item .desc .pr {
color:green;
font-weight:bold;
font-size:16px;
}
.prod-box .item .image {
width:90px;
float:left;
}
.prod-box .item .image a {
padding:0;
margin:0;
background:none;
}
.prod-box .item .image img {
padding:0;
}

div#singlecontent {
padding:8px 0;
border-top:1px solid #ccc;
}
div.navigation {
padding:0 0 8px 0;
border-bottom:1px solid #ccc;
}

div.pageinner {
overflow:hidden;
}
div.pageinner .l {
width:500px;
float:left;
padding:0 10px 0 0;
border-right:1px solid #ccc;
}
div.pageinner .r {
width:400px;
float:left;
padding:0 0 0 10px;
}

textarea#comment {
width:490px;
height:200px;
}

.prod-primo-piano .item {
height:160px;
margin-bottom:10px;
border-bottom:1px solid #ccc;
}
.prod-primo-piano .item .title {
font-size:18px;
}
.prod-primo-piano .item .image {
float:left;
margin:0px 10px 10px 0px
}
.prod-primo-piano .item .image img {
border:2px solid #f2f2f2;
}

h3.titolo3 {
padding:8px 0px 0px 0px;
border-top:1px solid #ccc;
}
.minihead {
height:55px;
overflow:hidden;
position:relative;
}
.minihead img {
position:absolute;
top:-14px;
}

.ricercaaziende input {
border:2px solid #bbb;
font-size:18px;
}
.ricercaaziende #search {
width:800px;
}

.tpl-azienda {
overflow:hidden;
}
.tpl-azienda .l {
float: left;
width:200px;
text-align:center;
}
.tpl-azienda .r {
float: left;
margin:0px 0px 0px 20px;
padding:0px 0px 0px 20px;
border-left:1px solid #ccc;
width:600px;
}
.tpl-azienda .r h2 {
font-size: 38px;
color:#099EDA;
}




.prod-in-shop {
overflow:hidden;
}
.prod-in-shop .item .title {
color:#fff;
font-size:17px;
padding:0 0 3px 0;
}
.prod-in-shop .item a:hover {
text-decoration:underline;
}
.prod-in-shop .item a {
padding:0;
margin:0;
font-weight:normal;
text-decoration:none;
background:none;
}
.prod-in-shop .item {
width:225px;
height: 200px;
float:left;
overflow:hidden;
padding:0 5px 5px 0;
}
.prod-in-shop .item a.gold {
color:black;
}
.prod-in-shop .item .desc .pr {
color:green;
font-weight:bold;
font-size:16px;
}
.prod-in-shop .item .desc p {
padding:4px 0px;
margin:0;
}
.prod-in-shop .item .image {
width:90px;
float:left;
height:200px;
}
.prod-in-shop .item .image a {
padding:0;
margin:0;
background:none;
}
.prod-in-shop .item .image img {
padding:0;
}

.category-bar {
text-align:center;
background:#F29513;
border-bottom:1px solid #C97D14;
color: #AD6C11;
font-size:14px;
}
.category-bar a {
/*color: #FCB046;*/
color:yellow;
padding:0 5px;
}
.category-bar strong {
padding:0 5px;
}
.category-bar a:hover {
text-decoration:none;
color:#ffffff;
background:#AD6C11;
}
.category-bar a div {
display:inline;
}
.category-bar .inner {
text-align:left;
width:982px;
margin:0 auto;
padding:2px 0px;
}
.inner-ads {
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:4px 0px;
margin:0 0 20px 0;
}
.foo-bar {
border-top:1px solid #EEEEEE;
padding:10px 0 0 0;
margin:10px 0 0 0;
}
.foo-bar img {
border:1px solid #ccc;
}

/*popup*/
#sliding_popup {
background:#fff;
border:3px solid #F99E27;
position:fixed; 
right:10px; 
display:block; 
width:100%; 
padding:0px; 
margin:0px
}
			


