/* -----------------------------------------------------------------------

 Blueprint CSS Framework 0.9

----------------------------------------------------------------------- */
@import url(src/colors.css);
@import url(src/typography.css);

html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0; margin:0; padding:0;}
caption, th {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
form {margin:0; padding:0;}

/* typography.css */
body {color:#222;background:#FFF; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; margin:30px 0 0 0; font-size:12px;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {text-decoration: none;}
blockquote {margin:0; color:#666;}
strong {font-weight:bold;}
.strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
table {width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:0;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {width:950px; height: 1188px; margin:0 auto; background-color:#FFF; border:1px solid #000;}
.containerCase {width:948px; height: 1185px; margin:0 auto; background-color:#FFF; border:1px solid #000;}
.showgrid {background:url(src/grid.png);}
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {float:left;margin-right:10px;}
.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24 {width:950px;margin-right:0;}

.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}


.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
.relative { position:relative;}
.alignCenter {text-align: center;}
.alighRight {text-align: right;}


/* -------- CLASSI SITO ----------- */
.headerContainer {width:950px;margin:0 auto; padding-bottom:15px;}
.footerContainer {width:950px;margin:0 auto; padding-bottom:15px; padding-top: 10px;}
.footerContainer a {text-decoration:none; color:#666; font-weight: bold;}
a#logo { background-image:url(/_templates/immagini/logo.gif); background-repeat: no-repeat; height:22px; width:370px; display: block; cursor: pointer;}
a#logo span{ display:none;}
.contenuti { position:absolute; top:0; left:0; z-index:2;}
.sfondo {position:absolute; top:0; left:0; z-index:1;}

/*////////////////////////////*/
/*   MENU HEADER   */
/*////////////////////////////*/
ul#menu {
	font-size:1em;
	letter-spacing: -0.03em;
	float:right;
	display: inline;
	font-size: 15px;
	list-style: none;
	display: block;
	margin-right: 20px;
}
ul#menu li {
	height: 22px;
	line-height: 25px;
	float:left;
	text-align:center;
	margin-left: 15px;
}
ul#menu li a {
	text-decoration:none;
	color:#666;
	display: block;
}
ul#menu li a:hover{
	text-decoration:none;
	color:#000;
	display: block;
}
.attivo {
	color:#000;
}
/*////////////////////////////*/
/*   SOTTOMENU PEOPLE    */
/*////////////////////////////*/
ul#sottomenu {
	font-size:90px;
	letter-spacing: -4px;
	list-style: none;
	display: block;
	margin-top:30px;
	margin-left:40px;
	font-weight: bold;
}
ul#sottomenu li {
	height: 170px;
	color:#999999;
	line-height: 92px;
}
ul#sottomenu li a {
	text-decoration:none;
	color:#999;
	display: block;
}
ul#sottomenu li a:hover{
	text-decoration:none;
	color:#000;
	display: block;
}
.categoriaPeople {
	font-size: 24px;
	font-style: normal;
	line-height:0;
	letter-spacing: -1px;
}

/*////////////////////////////*/
/*   POSIZIONI BOX HOME       */
/*////////////////////////////*/
.anteprimaHome {
	position:absolute;
	top: 450px;
	left: 310px;
	height: 237px;
	width: 334px;
	font-size:14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 18px;
	color: #b09226;
}
.anteprimaHome p {
	margin-bottom: 15px;
}
.anteprimaHome a{
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}
.mainLink {
	padding: 7px;
	display: block;
	margin-top: 10px;
	width:100px;
	text-align: center;
	font-size: 14px;
	color: #ff0000;
	background-color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
-webkit-border-radius:3px; 
}

.boxNewsHome {
	position:absolute;
	top: 700px;
	left: 475px;
	height: 330px;
	width: 460px;
	font-size:12px;
}
.boxBlogHome {
	position:absolute;
	top: 750px;
	left: 475px;
	height: 237px;
	width: 460px;
	font-size:12px;
}
.boxCaseHistoryHome {
	position:absolute;
	top: 870px;
	left: 475px;
	height: 330px;
	width: 230px;
	font-size:12px;
}
.boxTestoSave {
	position:absolute;
	top: 870px;
	left: 715px;
	height: 330px;
	width: 220px;
	font-size:12px;
}
.boxBlogHome p, .boxCaseHistoryHome p, .boxNewsHome p {
	width: 237px;
}

.bolloneHomeFB {
    left: 570px;
    position: absolute;
    top: 1000px;
}
.bolloneHomeTW {
    left: 310px;
    position: absolute;
    top: 1000px;
}
.lastTweetHome {
	position: absolute;
	left: 475px;
	top: 460px;
	width: 420px;
	height: 200px;
	
}



/*////////////////////////////*/
/*   POSIZIONI BOX CONTATTI    */
/*////////////////////////////*/
.frase1Contatti {
	position: absolute;
	left: 40px;
	top: 40px;
	line-height: 30px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 32px;
	width: 900px;
	
}
.frase2Contatti {
	position: absolute;
	left: 40px;
	top: 660px;
	line-height: 30px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 32px;
	width: 900px;
	
}
.frase3Contatti {
	position: absolute;
	left: 40px;
	top: 914px;
	line-height: 30px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 32px;
	width: 900px;
	
}
div#boxForm {
	position: absolute;
	left: 40px;
	top: 145px;
	width: 700px;
}
div#boxNewsletter {
	position: absolute;
	left: 40px;
	top: 750px;
	width: 700px;
}
.caselladitesto {
	width:300px;
	height:30px;
	line-height: 30px;
	font-size: 14px;
	color:#8c8c8c;
	background-color:#FFF;
	border: 3px solid #bfbdbd;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px; 
   border-radius: 5px;
   padding:0 5px 0 5px;
   margin-bottom: 12px;
   margin-right: 15px;
}
.areaditesto {
	width:300px;
	height:150px;
	line-height: 30px;
	font-size: 14px;
	color:#8c8c8c;
	background-color:#FFF;
	border: 3px solid #bfbdbd;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px; 
   border-radius: 5px;
   padding:0 5px 0 5px;
   margin-bottom: 15px;
   font-family: Helvetica, Arial, sans-serif;
}
.pulsante {
	padding: 0 15px 0 15px;
	height:36px;
	line-height: 36px;
	font-size: 14px;
	color:#FFF;
	background-color:#424242;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px; 
   border-radius: 5px;
   border:0;
   
}

.mFormTabella {
	font-size: 14px;
	color:#8c8c8c;
}
.bolloneContattiFB {
	position: absolute;
	top: 990px;
	left: 40px;
}

.bolloneContattiTwitter {
	position: absolute;
	top: 990px;
	left: 225px;
}
.bolloneContattiFlickr {
	position: absolute;
	top: 990px;
	left: 415px;
}
.testoIdea {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 30px;
	padding: 0 20px 0 20px;
	color:#8c8c8c;
	
}

/* ---- classi ensemble ----------*/
#testoEnsemble {
	position: absolute;
	top: 740px;
	left: 26px;
	width: 435px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #FFF;
}
#testoEnsemble h2 {
	font-weight: normal;
	color: #8A6A2C;
	margin: 10px 0 0 0;
	padding:0;
}
#ulEnsemble {
	position: absolute;
	top: 740px;
	left: 480px;
	width: 435px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	color: #FFF;
	list-style: none;
}
#ulEnsemble li {
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-border-radius: 5px; 
    border: 1px solid #333333;
    font-style: italic;
    height: 36px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    padding: 10px;
    width: 415px; 
}
#ulEnsemble li span {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	text-transform: uppercase;
	color: #8a6a2c;
	font-style: normal;
	letter-spacing:normal;
}
#ulEnsemble li img {
	float: right;
}



#Rabensteiner h3, #Fracassi h3 {
     font-size: 14px;
	 font-weight: normal;
	 color: #999;
}
#Rabensteiner {
    color: #777;
    font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
    font-size: 12px;
    left: 26px;
    line-height: 16px;
    position: absolute;
    text-align: justify;
    top: 950px;
    width: 435px;
}
#Fracassi {
    color: #777;
    font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
    font-size: 12px;
    left: 480px;
    line-height: 16px;
    position: absolute;
    text-align: justify;
    top: 950px;
    width: 435px;
}
