body {
	background-color: #555555;
	background-image: url(../img/sfondo_pagina.jpg);
	background-position: 0px -40px;
	background-repeat: repeat-x;
	margin: 0px auto;
	font-family: "Lucida Grande", "Lucida sans", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
}

/*--------------------- STILI GENERALI -------------------*/

div, h1, h2, h3, h4, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

ul {list-style:none}

p, ul {line-height:18px; margin:5px 0 8px 0;}



h1 {
 font-size: 24px;
}


/*collegamenti ipertestuale*/
a {
	color: #ddd;
	font-weight:bold;
	text-decoration:underline;	
}

a:hover {
	color:#fff;
	text-decoration: none;
}
	
.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*--------- STRUTTURA DEL SITO -------------*/

#sito {
	width: 994px;
	margin: 0px auto;
}


#header {
	width: 994px;
	height:117px;
}

#logo {
	width: 410px;
	margin: 0px auto;
	height:122px;
	float:left;
}

#menu {
	width: 566px;
	margin: 0px auto;
	height:71px;
	float:right;
	margin-top: 53px;
}

#container_sfondo {
	width: 960px;
	height:490px;
	background-image: url(../img/container.jpg);
	background-repeat: no-repeat;
	padding: 17px 17px 17px 17px;
}

#container {
	width: 960px;
	height:475px;	
}
/*-------- layout_duecol ---------*/


.layout_duecol #colonna_sinistra {
	width: 470px;
	height:475px;
	background-color:#222;
	float:left;
}

.layout_duecol #colonna_destra {
	width: 490px;
	height:455px;
	background-image: url(../img/sfondo_colonna_destra.jpg);
	background-repeat: no-repeat;
	float:left;
	padding: 0px;
	font-size: 14px;
}

.layout_duecol #colonna_destra p {
	line-height:20px;
}

.layout_duecol #titolo_pagina {
	/*width: 400px;*/
	height:27px;
	margin-left:13px;
	margin-top:19px;
}

.layout_duecol #colonna_destra #titolo_pagina h1 {
	font-size: 18px;
	font-weight:normal;
}


.layout_duecol #colonna_destra .contenuti {
	width: 357px;
	height:250px;
	margin-left:60px;
	padding: 20px;
}

.layout_duecol #colonna_destra .box_title h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}

.layout_duecol #colonna_destra .contenuti img {
	border: 1px solid #666;
}

/*-------- layout_prodotti ---------*/

.layout_prodotti #super_titolo {
	float:left;
	width:60px;
	height:475px;
	border-right:2px solid #999;
	background: url(../img/prodotti.gif);
}

.layout_prodotti #super_titolo span{
	display:none;
}

.layout_prodotti #colonna_sinistra {
	width: 198px;
	height:412px;
	background: #000 url(../img/bg_prod1.jpg) bottom repeat-x;
	float:left;
	border-right:2px solid #999;
}

.layout_prodotti #colonna_sinistra .testo {
	margin:15px;
}

.layout_prodotti #colonna_sinistra .first .testo {
	margin-top:23px;
}

.layout_prodotti #colonna_sinistra .box_title h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}

.layout_prodotti #colonna_destra {
	width: 697px;
	height: 412px;
	float:left;
	padding: 0px;
	background: #000 url(../img/bg_prod1.jpg) bottom repeat-x;
}

.layout_prodotti #titolo_pagina {
	width: 898px;
	height:60px;
	border-top:2px solid #999;
	background-color: #333;
}

.layout_prodotti #titolo_pagina h1 {
	margin-left:15px;
	margin-top:13px;
	font-size: 28px;
	font-weight:normal;	
}


/*------- PHOTO GALLERY -------*/

.photogallery ,
.videogallery,
.galleryinside {
	margin-top:0px;
	margin-left:0px;
	margin-right:-2px;
	width:700px;
	height:412px;
	overflow:hidden;
}

.photogallery a.lightwindow,
.videogallery a.lightwindow,
.galleryinside a {
	float:left;
	margin: 0px;
	font-weight:normal;
	text-decoration:none;	
}

.photogallery img,
.videogallery img,
.galleryinside .gi_page img {
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
}

.photogallery .img_titolo,
.videogallery .img_titolo,
.galleryinside .img_titolo {
	display:none;
}

.galleryinside .gi_photo {
	background: url(../img/loading-i.gif) center no-repeat;
	text-align: center;
	width:698px;
	height:412px;
	position:relative;
}

.galleryinside .gi_photo .gi_back {
	display:none;
}

.galleryinside .gi_photo:hover .gi_back {
	display:block;
	width:200px;
	height:30px;
	position:absolute;
	top:0px;
	right:20px;
	background: url(../img/go-back.gif);
	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


/*----------------- MODULO --------------------*/

.form form {
	width:500px;
}

.form label {
	float:left;
	display: block;	
	width:500px;
	margin-top:5px;
	font-size: 12px;
}

.form label span {	
	display: block;	
	float:left;
	width:150px;
	text-align:right;
	padding-right:15px;
}

.form label span.little {	
	display: block;	
	float:left;
	width:10px;
	text-align:right;
	padding-right:0px;
}

.form .input_group label {
	float:left;
}

.form input, .form textarea {
	display: block;
	float:left;
	width : 250px;
	padding : 4px;
	border : 1px solid #585858;
	background :  #ededed;
	font : 10px Verdana, Geneva,  Arial, Helvetica, sans-serif;
	color:#333333;
}

.form input.submit {
	width : auto;
	padding : 0px 10px;
}

.form input.submit:hover {
	color : #2b5555;
	background : #e2e2e2;
	cursor : pointer;
	cursor : hand;
}

.form input.check {
	width:auto;
	border:none;
	background:none;
	height:18px;
}

.form p {
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	font-size : 12px;
	line-height: 18px;
}

.form fieldset {
	border: 0px;
}

/*---------- MAPPA SITO ---------------*/

.sitemap ul li {
	list-style: square;
	margin-left: 15px;
}

.sitemap ul li.no-point {
	list-style: none;
}


/*------ FOOTER ----------*/

#footer {
	width: 964px;
	height:30px;
	padding-left:15px;
	padding-right:15px;
	font-size: 11px;
}

#footer .foot_info {
	float:left;
}

#footer .foot_menu {
	float:right;
}

#footer .testo_fondo {
	padding-top:12px;
	clear: both;
	color:#999;
}
