/*====================================
NEXTSTORE
=======================================
Nextre Engineering - www.nextre.it
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?*/
HTML
{
	color: #000;
	background: #FFF;
}
/*TODO remove settings on BODY since we can't namespace it.
TODO test putting a class on HEAD.
- Fails on FF.*/
BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, CODE, FORM, FIELDSET, LEGEND, INPUT, TEXTAREA, P, BLOCKQUOTE, TH, TD
{
	margin: 0;
	padding: 0;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
FIELDSET, IMG
{
	border: 0;
}
/*TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...*/
ADDRESS, CAPTION, CITE, CODE, DFN, EM, STRONG, TH, VAR
{
	font-style: normal;
	font-weight: normal;
}
/*TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.*/
LI
{
	list-style: none;
}
CAPTION, TH
{
	text-align: left;
}
H1, H2, H3, H4, H5, H6
{
	font-size: 100%;
	font-weight: normal;
}
Q:before, Q:after
{
	content: '';
}
ABBR, ACRONYM
{
	border: 0;
	font-variant: normal;
}
/*to preserve line-height and selector appearance*/
SUP
{
	vertical-align: text-top;
}
SUB
{
	vertical-align: text-bottom;
}
INPUT, TEXTAREA, SELECT
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/*to enable resizing for IE*/
INPUT, TEXTAREA, SELECT
{
	font-size: 100%;
}
/*because legend doesn't inherit in IE*/
LEGEND
{
	color: #000;
}
/*====================================*/
BODY
{
	background: #FFFFFF url(../images/taglio/body.jpg) repeat-x 0 0;
	font-family: Arial, serif;
	font-size: 12px;
}
/*ELEMENTS
=====================================*/
H1, H2, H3, H4, P, UL
{
	clear: both;
}
H1
{
	line-height: 1.3em;
	font-size: 195%;
	font-family: Verdana, Arial, serif;
	margin: 10px 0 0px;
	color: #000;
}
H2
{
	line-height: 1.3em;
	font-family: Verdana, Arial, serif;
	font-size: 18px;
	color: #8B1;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 20px;
	margin: 0;
}
H3
{
	line-height: 1.3em;
	font-size: 15px;
	color: #222;
	margin-top: 15px;
	margin-bottom: 10px;
}
H4
{
	font-size: 13px;
	color: #717171;
	border-bottom: 1px solid #D8ECF7;
	padding-bottom: 7px;
	margin-top: 20px;
	margin-bottom: 10px;
}
UL
{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
LI
{
	background: url(../images/taglio/li.jpg) no-repeat;
	padding-left: 19px;
	margin-bottom: 8px;
}
P
{
	font-size: 12px;
	color: #666;
	line-height: 140%;
}
LABEL
{
	font-size: 12px;
}
A:link, A:visited
{
	color: #008DDE;
}
.call-sidebar
{
	margin-top: 15px;
	display: block;
	margin-bottom: 15px;
	margin-left: 19px;
	padding: 14px;
	text-indent: -9999em;
	background: url(../images/taglio/call-sidebar.jpg);
	height: 35px;
}
.calltoaction
{
	background: url(../images/taglio/call.jpg);
	text-indent: -9999em;
	display: block;
	float: right;
	width: 188px;
	height: 26px;
	margin-bottom: 5px;
	margin-top: 15px;
}
.calltoaction:hover
{
	background: url(../images/taglio/call.jpg) no-repeat bottom left;
}
A:hover
{
	text-decoration: underline;
}
STRONG
{
	font-weight: bold;
}
#main IMG
{
	margin-bottom: 15px;
	margin-top: 5px;
}
.triple LI
{
	float: left;
	width: 27%;
	border: 4px solid #DBE2E5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-right: 24px;
	padding-left: 0;
}
.img-l
{
	float: left;
	margin-right: 15px;
}
/*General Template
=====================================*/
#wrap
{
	margin: 0 auto;
	width: 960px;
	padding: 0;
	position: relative;
}
#header
{
	height: 285px;
	width: 960px;
	background: #FFFFFF url(../images/taglio/header.jpg) no-repeat right top;
}
.logo
{
	float: left;
}
.logo
{
	width: 960px;
	height: 113px;
	display: block;
}
#menu
{
	height: 40px;
	background: #FFFFFF url(../images/taglio/menu.jpg) no-repeat;
	margin: 0;
	/*[disabled]float:left;*/
	padding: 0px 0 0 0px;
	width: 960px;
	border: none;
}
#menu UL
{
	margin: 0px 0 0 22px;
	padding: 1px 0 0;
}
#menu LI
{
	float: left;
	padding: 0px;
	margin: 0px 0 0;
	background: none;
	border-right: 1px solid #9FCDE7;
}
#menu LI A:link, #menu LI A:visited
{
	float: left;
	display: block;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 12px;
	padding-bottom: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
#menu LI A:hover
{
	color: #373737;
	background: url(../images/taglio/menu-hover.jpg) no-repeat center center;
}
/*Footer*/
#footer-content
{
	width: 930px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 30px;
}
#footer-content P
{
	line-height: 140%;
	color: #020202;
	padding-top: 20px;
}
#footer
{
	clear: both;
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF;
	border-top: 7px solid #9CCAE4;
}
/*Contenuti*/
.triple LI IMG
{
	margin: 0;
	padding: 0;
}
.triple LI IMG
{
	margin: 0 !important;
	padding: 0;
}
#content
{
	float: left;
	width: 940px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
}
#main
{
	float: left;
	width: 580px;
	margin-right: 15px;
}
#sidebar
{
	float: right;
	width: 303px;
	padding-top: 46px;
	background: #FFFFFF url(../images/taglio/sidebar-top.jpg) no-repeat;
	margin-right: 15px;
}
.funct
{
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	background-color: #FFFFFF;
	margin: 0;
}
.funct LI
{
	padding-left: 2px;
	margin: 0;
	clear: both;
	background: #9EC848 none;
}
.funct A:link, .funct A:visited
{
	background-color: #FFFFFF;
	display: block;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 32px;
	border-bottom: 1px solid #E0EFF8;
	background-image: url(../images/funct/numbers.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #5D5D5D;
	position: relative;
	font-weight: bold;
	font-size: 13px;
	margin-top: 0;
}
.funct A:hover
{
	border-bottom: 1px solid #C2BDC1;
	color: #020202;
}
.funct A IMG
{
	margin-left: 13px;
	position: absolute;
	right: 25px;
	top: 10px;
	/*[disabled]margin-bottom:-10px;*/
}
.funct-1
{
	background-position: 0 -52px;
}
.funct-2
{
	background-position: 0 -156px;
}
.funct-3
{
	background-position: 0 -260px;
}
.funct-4
{
	background-position: 0 -364px;
}
.funct-5
{
	background-position: 0 -468px;
}
.funct-1:hover
{
	background-position: 0 0;
}
.funct-2:hover
{
	background-position: 0 -102px;
}
.funct-3:hover
{
	background-position: 0 -208px;
}
.funct-4:hover
{
	background-position: 0 -312px;
}
.funct-5:hover
{
	background-position: 0 -416px;
}
/*----- #NOMESIA FORM --------------------------------------------------------------------------------------------------------------------------*/
#nomesia_form
{
	font-size: 11px;
	margin: 15px 0 0 30px;
	clear: both;
}
#nomesia_form DIV
{
	padding-bottom: 10px;
	margin: 0px 0;
	float: left;
	width: 47%;
	height: 65px;
}
#nomesia_form #tipologia_lead_container
{
	visibility: hidden;
	display: none;
}
#nomesia_form LABEL
{
	display: block;
	width: 150px;
	float: left;
	font-size: 14px;
	padding-bottom: 5px;
}
#nomesia_form TEXTAREA, #nomesia_form INPUT, #nomesia_form SELECT
{
	color: #000;
	border: 2px solid #9CE;
	background-color: #FFFFFF;
	font-size: 15px;
	width: 200px;
	padding: 3px 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 10px;
}
#nomesia_form TEXTAREA:focus, #nomesia_form INPUT:focus, #nomesia_form SELECT:focus
{
	color: #222;
	border: 2px solid #9C3;
	background-color: #FFFFFF;
	font-size: 15px;
	padding: 3px 5px;
	margin-bottom: 10px;
}
#nomesia_form DIV#messaggio_container
{
	height: 145px;
}
#nomesia_form TEXTAREA
{
	width: 200px;
	height: 100px;
}
#nomesia_form #privacy_container
{
	border: none;
	float: left;
	width: 500px;
}
#nomesia_form #privacy_container INPUT
{
	margin: 10px 20px 0 0;
	padding: 0;
	background: none;
	border: none;
	width: 15px;
	float: left;
}
#nomesia_form #privacy_container LABEL
{
	float: left;
	display: block;
	width: 400px;
	font-size: 11px;
}
#nomesia_form #submit_container
{
	width: 480px;
}
#nomesia_form .button_form
{
	background: #FB8400;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	width: 92px;
	display: block;
	margin: 20px auto;
	padding: 0;
	height: 29px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#nomesia_form .button_form:hover
{
	cursor: pointer;
	background: #89BD2A;
	color: #FFF;
}
