/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:975px;
} 

body { 
	background:#f5f5f4; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:102%;
	line-height:1em; 
	color:#5d5d60; 
	min-width:975px;
}

object {
	vertical-align:top; 
	outline:none;
}

.alignright {
	float:right;
	margin:0px 15px 6px 10px
}

.alignleft {
	float:left;
	margin:0px 15px 6px 15px
}

.subheader {
	font-size:16px;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}


/*=========================FORM AZIENDE ========================*/

#formaziende{
 width:650px;
 margin: 0 auto;
 background-color:#EBEBEB;
 padding: 10px 10px 10px 10px;
 border: #666 solid 1px;
}

#formaziende h3 {
	margin: 20px 0 25px 0;
	text-align:center;
}

span {
	color:#090;
}

#vantaggi ul {
	margin-top: 20px;
	list-style-type:disc;
	list-style:inside;
	margin-left: 20px;
}
#vantaggi li {
	margin: 5px;
}


p.formnote {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	width:550px;
	margin: 0 auto;
}

input, select {
   padding: 5px 0 5px 0;
}


.imgright {
	float:right;
}

.hide{
      display: none;
}

.show{
      display: block;
}

.titolo {
      margin-top:15px;
	  margin-bottom:20px;
      padding-top:2px;
      padding-bottom: 2px;
      text-decoration: none;
      text-align:center;
      font-size:1.5em;
      border-top:solid 1px #000000;
	  border-bottom:solid 1px #000000;
	  cursor:pointer;
	  width:100%;
	  background-color:#FF9
}



/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== FORMS ===========================*/

#contacts-form {
	width:321px;
}
#contacts-form .field { 
	height:26px;
	width:321px;
	background:url(images/input-bg.gif) no-repeat left top;
}
#contacts-form .field1 { 
	height:63px;
	width:321px;
	background:url(images/textarea-bg.gif) no-repeat left top;
	margin-bottom:10px;
}
#contacts-form input {
	width:223px; 
	background:none;
	color:#5d5d60; 
	border:0;
	margin-left:6px;
	width:305px;
	padding-top:2px; 
	vertical-align:top;	
	line-height:1.08em;
}
#contacts-form textarea { 
	width:315px; 
	height:60px; 
	overflow:auto;
	background:none;
	color:#5d5d60; 
	border:0;
	padding:2px 0 2px 6px; 
}
#contacts-form a {
	margin-left:18px;
}

/*========================== LISTS ============================*/

.list {
	width:100%;
	overflow:hidden;
}
.list li {
	float:left;
	width:263px;
	overflow:hidden;
	margin-right:28px;
}
.list li.last {
	margin-right:0;
}
.list li img {
	float:left;
	margin-right:10px;
}
.list li div {
	overflow:hidden;
	height:1%;
}
.list li p {
	margin-bottom:22px;
}
.list li strong {
	font-size:21px;
	line-height:1.2em;
	color:#1f1e1e;
	display:block;
	margin-bottom:22px;
}

.list1 {
	padding-bottom:18px;
}
.list1 li {
	padding:0 0 9px 29px;
	background:url(images/arrow.gif) no-repeat 12px 5px;
}

.list2 {
	padding-bottom:18px;
	margin-top:-23px;
}
.list2 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	line-height:1.38em;
	padding-top:23px;
}
.list2 li img {
	float:left;
	margin-right:20px;
}
.list2 li span a {
	color:#d0375b;
}
.list2 li em {
	display:block;
	color:#97979a;
	font-size:1.08em;
	padding-top:8px;
}

.list3 {
	padding-bottom:18px;
	margin-top:-26px;
}
.list3 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-top:26px;
}
.list3 li p {
	margin-bottom:20px;
}
.list3 li img {
	float:left;
	margin-right:20px;
}
.list3 li .extra {
	height:1%;
	overflow:hidden;
}
.list3 li a {
	vertical-align:top;
}

.list4 {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
.list4 li {
	float:left;
	margin-right:39px;
}
.list4 li.last {
	margin-right:0;
}

/*========================== OTHER ============================*/

.img-indent { 
	padding-bottom:25px; 
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
	padding-bottom:20px;
}

.img-box1 img { 
	float:left; 
	margin:0 20px 0 0;
}

.img-box2 { 
	width:100%; 
	overflow:hidden;
	padding-bottom:20px;
}

.img-box2 img { 
	float:left; 
	margin:0 43px 0 0;
}

p { 
	margin-bottom:10px;
	line-height:1.38em;
}
.p0 {
	margin-bottom:0;
}


.phone { 
	float:right; 
	margin-right:135px;
}

.banner {
	background:#83af00;
	width:100%;
	margin-bottom:18px;
}
.banner .left {
	background:url(images/banner-left.gif) no-repeat left top;
}
.banner .right {
	height:68px;
	background:url(images/banner-right.gif) no-repeat right top;
}
.banner .fleft {
	color:#fff;
	font-size:30px;
	line-height:1.2em;
	letter-spacing:-2px;
	padding:14px 0 0 21px;
}
.banner .fleft strong {
	color:#f2f76c;
	font-weight:normal;
	text-transform:uppercase;
}
.banner .fleft span {
	text-transform:uppercase;
}
.banner .fright {
	padding:13px 14px 0 0;
}
.banner .fright a {
	color:#fff;
	text-decoration:none;
	font-size:20px;
	line-height:1.2em;
	display:block;
	float:right;
	background:url(images/link-tail.gif) repeat-x left top;
}
.banner .fright a em {
	display:block;
	background:url(images/link-left.gif) no-repeat left top;
}
.banner .fright a b {
	font-style:normal;
	font-weight:normal;
	display:block;
	background:url(images/link-right.gif) no-repeat right top;
	padding:7px 15px 12px 15px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#5d5d60; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h2 {
	font-size:44px;
	line-height:1.2em;
	color:#1d1b1b;
	text-transform:uppercase;
	margin-bottom:24px;
	letter-spacing:-1px;
}
h2 span {
	display:block;
	margin-top:-8px;
}
h3 {
	font-size:24px;
	line-height:1.2em;
	color:#1f1e1e;
	letter-spacing:-1px;
	margin-bottom:10px;
}
h3 a {
	float:right;
}
h4 {
	color:#000;
	line-height:1.38em;
	font-size:1em;
	margin-bottom:7px;
}

p.txt1 {
	color:#c91842;
	font-size:18px;
	line-height:1.2em;
	margin-bottom:22px;
}

.link span a {
	color:#d0375b;
}

.link1 { 
	display:block; 
	float:right; 
	background:url(images/link1-right.gif) no-repeat right top; 
	color:#d0375b; 
	text-decoration:none; 
	line-height:.92em;
}
.link1 em { 
	display:block; 
	background:url(images/link1-left.gif) no-repeat left top;
	padding:0 6px;
}
.link1 b { 
	display:block; 
	background:url(images/link1-tail.gif) repeat-x left top; 
	padding:6px 10px 6px 10px; 
	font-style:normal; 
	font-weight:normal;
}
.link1:hover {
	color:#000;
}

.line-hor1 { 
	border-bottom:7px solid #e6e6e5; 
	margin:18px 0 47px 0; 
	overflow:hidden; 
	font-size:0; 
	line-height:0;
}
.line-hor2 { 
	border-bottom:7px solid #e6e6e5; 
	margin:32px 0 18px 0; 
	overflow:hidden; 
	font-size:0; 
	line-height:0;
	clear:both;
}

/*============================ BOXES ==========================*/

.main-box {
	width:100%;
	background:url(images/main-box-tail.gif) repeat-y center top;
}
.main-box .top {
	background:url(images/main-box-top.jpg) no-repeat center top;
}
.main-box .bot {
	background:url(images/main-box-bot.gif) no-repeat center bottom;
	padding-bottom:15px;
}

/*----------*/

.box { 
	width:100%;
}
.box .left-top-corner { 
	background:url(images/left-top-corner.png) no-repeat left top; 
	height:5px; 
	padding-left:5px;
}
.box .right-top-corner { 
	background:url(images/right-top-corner.png) no-repeat right top; 
	height:5px; 
	padding-right:5px;
}
.box .border-top { 
	background:url(images/box-tail.png) left top repeat-x; 
	height:5px; 
	font-size:0; 
	line-height:0; 
	width:100%;
}
.box .left-bot-corner { 
	background:url(images/left-bot-corner.png) no-repeat left bottom; 
	height:5px; 
	padding-left:5px;
}
.box .right-bot-corner { 
	background:url(images/right-bot-corner.png) no-repeat right bottom; 
	height:5px; 
	padding-right:5px;
}
.box .border-bot { 
	background:url(images/box-tail.png) left bottom repeat-x; 
	height:5px; 
	font-size:0; 
	line-height:0; 
	width:100%;
}
.box .xcontent { 
	background:url(images/box-tail.png);
	padding:25px 36px 24px 38px;
}

/*========================== HEADER ===========================*/

#header .slogan {
	padding: 80px 0 0 35px;
	width: 435px;
	float: left;
}

#header .slogan  p {
    padding: 7px 0px 10px 10px;
	background:url(images/guida.png) no-repeat left top;
	color:#FFC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;	
}

#header .fleft {
	padding:101px 0 0 0;
}
#header .fleft ul li {
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	font-size:.98em;
	line-height:1.08em;
	margin-right:6px;
}
#header .fleft ul li a {
	text-decoration:none;
	display:block;
	color:#3e3b3a;
	width:150px;
	background:url(images/nav-bg.png) no-repeat left top;
	padding:5px 0 6px 0;
	text-align:center;
}
#header .fleft ul li a:hover,
#header .fleft ul li a.act {
	color:#fff;
	background:url(images/nav-bg-act.png) no-repeat left top;
	width: 100px;
}
#header .fright {
	padding:5px 5px 0 0;
	float:right;
}

#header .block-menu {
	margin: 28px 0 0 0;
    float:left;
	width: 975px;
}

#header .block-menu ul li {
	float:left;
	font-weight:bold;
	/*text-transform:uppercase;*/
	font-size:1.05em;
	line-height:1.08em;
	margin-right:16px;	
}

#header .block-menu ul li a {
/*	text-decoration:none;*/
	display: block;
	color:#3e3b3a;
	text-align:center;
}

#header .block-menu ul li a.act {
    color:#fff;
    background:url(images/nav-bg-act.png) no-repeat left top;
    width: 95px;
    padding:5px 0 6px 0;
}

/* link 1 */

#header .block-menu ul li a.m0 {
	background:url(images/nav-bg-m0.png) no-repeat left top;
	padding:5px 0px 6px 26px;
}


/*========================= CONTENT ===========================*/

#content {
	background:url(images/cont-tail.png);
}
#content .indent {
	padding:15px 38px 38px 38px;
}
#content .indent1 {
	padding:0 21px;
}

#content .indent p {
    margin-bottom:10px;
    /*text-indent: 20px;*/
}

#content .submenu {
	margin-top: 0px;	
	margin-bottom:10px;
	font-size:97%;
}

#content .indent .li1 {
	padding:0 0 9px 29px;
	background:url(images/arrow.gif) no-repeat 12px 5px;
}

#content .indent .col-0 {
	float:left;
	width: 567px;
	margin-right: 10px;
}

#content .indent .col-00 {
	float:left;
	width: 300px;
	padding: 0 10px 0 10px;
}

#content .indent img.small180x150 {
	margin-left:60px;
}

/*========================= FOOTER ============================*/

#footer .fleft {
	padding:30px 0 0 37px;
}
#footer .fleft ul li {
	float:left;
	margin-right:3px;
}
#footer .fleft ul li.last {
	font-size:16px;
	line-height:1.2em;
	color:#242531;
	margin-left:5px;
	padding-top:3px;
}
#footer .fright {
	padding:29px 38px 0 0;
}
#footer .fright ul li {
	padding-right:20px;
	margin-right:20px;
	display:inline;
	font-size:.92em;
	background:url(images/divider.gif) no-repeat right 4px;
} 
#footer .fright ul li a {
	color:#000;
	text-decoration:none;
}
#footer .fright ul li a:hover {
	color:#b10357;
}
#footer .fright ul li.last {
	background:none;
	padding-right:0;
	margin-right:0;
}
#footer .fright p {
	text-align:right;
	color:#000;
	font-size:.92em;
	padding-top:2px;
}
#footer .fright p a {
	color:#b10357;
}

/*=============================================================*/

