
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* end reset */
.p {font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; color: #666}
.intro {text-align:center; line-height:1.5em;}
.h2 {font-size: 16px; }
.h3 {font-size: 12px; letter-spacing:1px; }
.h6 {font-size: 10px; color: #999999;}
a {color:#666;}
a:hover {
	color: #df8378;
}

body {font-family: Georgia, "Times New Roman", Times, serif; font-size: .875em; color: #666}
#wrap {width:980px; border-left:1px solid #eee; border-right:1px solid #eee; margin:auto; padding:10px; overflow:hidden;}
#header { width:960px; margin:auto; height: 140px; background: url(immagini/logo.gif) no-repeat}
#social {width: 90px; height: 26px; float: right;}
#footer { width:100%; clear:both; height:50px; background-color:#000; margin-top:30px;}
#footer p{color:#eee; font-size:.8em; text-align:center; line-height:50px;}
#footer a {color:#eee; text-decoration:none;}
#container{
	width:960px;
	margin:20px auto;
	}
#main_col{
	width:625px;
	margin:20px auto;
	float:left;
	}
#side_col{
	width:305px;
	margin:20px auto;
	padding-left: 40px;
	float:left;
	}
 /*inizio stile css galleria*/
	#css_galleria_1{
	position:relative;
	margin:auto;
	width:595px;
	height:370px;
	border:1px solid #666666;
	padding:20px 10px 20px 20px;
	}
	#css_galleria_1 a{
	display:block;
	float:left;
	width:75px;
	height:350px;
	margin-right:10px;
	padding-bottom:10px;
	outline:none;
	border-bottom:10px solid #333333;
	color:#FFFFFF;
	text-decoration:none;
	}
	#css_galleria_1 a:hover{
	border-bottom:10px solid #666666;
	}
	#css_galleria_1 a b, #css_galleria_1 a span{
	display:none;
	}
	#css_galleria_1 a:hover b{
	display:block;
	position:absolute;
	top:20px;
	left:20px;
	z-index:1;
	}
	#css_galleria_1 a:hover span{
	display:block;
	position:absolute;
	width:555px;
	left:30px;
	bottom:50px;
	padding:5px;
	background-color:#000000;
	z-index:2;
	}
	#css_galleria_1 #pic_1{
	background: url(immagini/pic_1.jpg) no-repeat;
	}
	#css_galleria_1 #pic_2{
	background: url(immagini/pic_2.jpg) no-repeat;
	}
	#css_galleria_1 #pic_3{
	background: url(immagini/pic_3.jpg) no-repeat;
	}
	#css_galleria_1 #pic_4{
	background: url(immagini/pic_4.jpg) no-repeat;
	}
	#css_galleria_1 #pic_5{
	background: url(immagini/pic_5.jpg) no-repeat;
	}
	#css_galleria_1 #pic_6{
	background: url(immagini/pic_6.jpg) no-repeat;
	}
	#css_galleria_1 #pic_7{
	background: url(immagini/pic_7.jpg) no-repeat;
	margin-right:0;
	}
	
	/*Menu laterale*/
	ul.side-nav {
	margin: 10px 5px 10px 10px;
	border-top: 1px solid #e9e7e7;
	font-size: .75em;
	color: #978f7c;
	text-transform: uppercase;
}
ul.side-nav li {
	list-style-type: none;
	padding: 1px 0;
}
ul.side-nav li a.active { background-color:#f6f5f0;}
ul.side-nav li a {
	display: block;
	border-bottom: 1px solid #e9e7e7;
	padding: 10px 0 10px 20px;
	background: url(immagini/side-nav-b.gif) no-repeat 5px 50%;
}
ul.side-nav li a:link, ul.side-nav li a:visited {
	color: #978f7c;
	text-decoration: none;
}
ul.side-nav li a:hover {
	background: url(immagini/side-nav-b-light.gif) no-repeat 5px 50% #f6f5f0;
	color: #cac6ba;
}
