@charset "UTF-8";
/* CSS Document */


@import url('http://fonts.googleapis.com/css?family=Crushed');

body {
	color: #FFFFFF;
	background-color: #000000;
	font-family: 'Crushed', Verdana, cursive;
	font-size:11px;
	line-height:130%;
	position:relative;
}

a {
	text-decoration:none;
	color: #CCCCCC;

}

p {
	margin-bottom: 10px;
	font-size: 12px;
	word-spacing: 0.6em;
	line-height: 1.4em;
}

h2 { font-size: 18px; color:#8A0000; text-transform:uppercase; padding-bottom:18px; font-weight:normal; font-family: 'Crushed', cursive;}


.cancella { clear:both; visibility:hidden; }

#container {
	margin: auto;
	width: 960px;
	position: relative;
}
#container #header {
	position: absolute;
	left: 10px;
	top: 50px;
	width: 260px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	height:470px;
}


#container #content {
	position: absolute;
	right: 10px;
	top: 50px;
	width: 600px;
	padding-left: 10px;
	
}

#header h1 {
	background-image: url(img/logo2.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
	height: 88px;
	width: 250px;
}
#header #nav {
	font-size: 18px;
	text-align: right;
	margin-top: 20px;
}
#nav div {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #CCCCCC;
}

#nav div.accordionContent { line-height:2em; font-size:14px; padding-top:-10px; padding-bottom:0px; padding-right:5px; }

#footer {
	display: block;
	line-height: 100%;
	position: absolute;
	text-align: center;
	z-index: 8000;
	color: #FFFFFF;
	font-size:13px;
	bottom:20px;
	right: 0px;
}
#footer ul {
	
}
#footer ul li {
	float: left;
	background-color: #333333;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}


.corpo { height:450px; font-family: Arial, Helvetica, sans-serif; }

.corpo .wrapper {
	margin-right: 2px;
	margin-left: 2px;
	padding: 15px;
	
	
	
}

.box { margin:2px; padding:3px; background-color:#FFFFFF; float:left; }
.box .wrapper {
	background-color: #333333;
	padding:0px; 
} 
div.intestazione {
	color:#CCCCCC;
	text-align:left;
	font-size:16px;
	width: 100%;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
	clear: both;
	padding-top: 12px;
}

span.intestazione {  color: #FFFFFF;
    display: table-cell;
    font-size: 20px;
    height: 90px;
    text-align: center;
    vertical-align: middle;
    width: 90px;}
	

.thumbs_all li { float:left; margin:2px; }


#staff li {
	list-style-type: square;
	margin-left: 50px;
	margin-bottom: 10px;
	font-size:12px;
	word-spacing: 0.6em;
	line-height: 1.4em;
}


#curriculum li {
	list-style-type: square;
	margin-left: 50px;
	margin-bottom: 10px;
	font-size:12px;
	word-spacing: 0.6em;
	line-height: 1.4em;
}
#curriculum strong {
	font-size: 16px;
	font-family: 'Crushed', cursive;
}


#gmap { width:95%; height:270px; }

#contatti li {
	font-size: 14px;
	margin-bottom: 8px;
}


#contatto #nome, #contatto #email, #contatto #note { width:280px; }

#contatto p .note {
	vertical-align: top;
}

#contatto p .sottolineato { text-decoration:underline; }

#contatto #NAME { display:none; }
#contatto #invia{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
	color: #840000;
	font-size: 16px;
	font-weight: bold;
	background-color:transparent;
}

.accordionContent { display:none; }
.accordionContent a {
	color: #93BEF3;
}

#nav a:hover, #nav a.attivo { color:#8A0000; }

#contatti li { float:left; width:283px; margin-bottom:15px; display:block; }


#header #plusone { position: absolute;
	right: 75px;
	bottom: 0px;
	
	 }

#header .fb-like { position:absolute; bottom: 2px; right: 10px; }


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #000;
	position: relative;
}

.jspDrag
{
	background: #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspArrowUp { background-image: url(img/up.png); }


.jspArrowDown { background-image: url(img/down.png); }

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

