@charset "utf-8";
/* CSS Document */
*{
font-family:Verdana, Arial, Helvetica, sans-serif ;
}
body {
	background-color:#FFF;
}

p {margin:0;}

img {  border: none;  }    
a:hover {  border: none; text-decoration:none; color: #CC3300;}    
a {  border: none;  text-decoration:none; color:#333333;} 

	
#outer {
 	width:960px;
	margin:0 auto;
	/*border:1px solid #666;*/
	
}

#header {
	position:relative;
	height:50px;
	background-color:white;
}
#header_text{
	position:absolute;
	top:5px;
	left:30px;
	font-size:35px; 
	font-weight:bold;
	/*letter-spacing:10px;*/
	color:#666;
	} 

#home {
	position:relative;
 	width:960px;
	height:518px;
} 


#main {
background-color:#FFF;

	width:960px;
	height:556px;
	position:absolute;
	overflow-y:auto;
	overflow-x:hidden;
	z-index:100;
	
}

#slideshow{
	width:600px;
	height:400px;
	position:absolute;
	top:50px;
	left:250px;
}
.clear {
	clear:both;
    height:0;
    font-size:0;
    line-height:0;
}
/* MENU <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#nav{
	position:absolute;
	width:150px;
	height:150px;
	top:350px;
	left:-40px;
	/*border:1px solid black;*/
	font-size:10px;
	font-weight:bold;
	background-color:white;
	z-index:100;
}
#nav ul, li{
	position:relative;
	margin-top:15px;
	color:#666666;
	list-style:none;
}

/* HOME & NEWS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* BIO */

#bio{
	position:absolute;
	width:400px;
	height:500px;
	top:60px;
	left:120px;
	/*border:1px solid black;*/
	font-size:12px;
	overflow-x:hidden;
	overflow-y:auto;
}

/* CHI SIAMO <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
#titolochisiamo h1{
	color:#000;
	font-size:18px;
	padding-top:10px;
	padding-left:18px;
	
}
#chisiamotext {
	position:absolute;
	text-align:justify;
	font-size:12px;
	color:#000;
	padding:0 20px 0 20px;
	width:300px;
	height:500px;
	left:600px;
}

#picture {
	border: 1px groove #000;
	float:right;
	width: 300px;
	margin: 25px 10px 10px 20px;
	padding: 10px;
}

/* PRODOTTI <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* Portfolio  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#gallery {
	border-collapse:collapse;
}
#gallery td {
	width:100px;
	height:100px;
	border:none;
	text-align:center;
	vertical-align:middle;
}


#pop {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	display:none;
}
#pop div {
	width:40px;
	height:40px;
	padding:4px;
	border:1px solid #999;
	background-color:#fff;
	color:#933;
	text-align:center;
}
#pop img {
	margin:0;
	border:1px solid #999;
	background-color:#ccc;
	padding:4px;
}
/* REPORTAGE<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
#intesta {
	width:990px; 
	
}

#intesta  h1{
	font-size:14px;
	color:black;
}

#scroll_img{

	position:absolute;
	width:600px;
	height:420px; 
	top:50px;
	left:180px;
	overflow-x:scroll;
	overflow-y: hidden;	
	/*border:1px solid black;*/	
}

#navi {
	font-weight:bold;
	font-size:10px;
	float:left;
	padding:5px 0 0 10px;
}
#navi a{
	text-decoration:none;
	color:#000;
}
#navi a:hover{
	text-decoration:none;
	color:#999;
}

#tipologia{
	
	height:490px;
	overflow-y:scroll;
	overflow-x:hidden;
}
.tipcontainer{
	width:330px;
	background-color:white;
	border: 1px solid #000;
	height:80px;
	margin:20px 0 20px 120px;
}
.tipimg{
	padding: 5px;
	margin: 5px;
	border: 1px groove #000;
	width:63px;
	float:left;
}
.tiptitle{
	font-size:14px;
	font-weight:bold;
	color:#999;
	position:relative;
	top:2px;
	left:0px;
	float:left;
}

.tiptitle a{
	text-decoration:none;
	color:#999;
}
	
.tiptext{
	position:relative;
	top:0px;
	left:0px;
	width:210px;
	height:43px;
	overflow:hidden;
	font-size:12px;
	color:#FFFFFF;
	text-align:justify;
	float:left;
}
.tiptext a{
	text-decoration:none;
	color:#000;
}
/* EVENTI  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#contenitore{
	position:relative;
	width:940px
	height:auto;
}
#prezzi {
	position:absolute;
	top:0px;
	left:10px;
	text-align:center;
	width:140px;
	border: 1px solid black;
	
}

#statotext{
	position:absolute;
	top:300px;
	left:10px;
	text-align:center;
	width:140px;
	border: 1px double white;
	background-color:#FF0000;
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}


#totalText{
	position:absolute;
	left:890px;
	top:435px;
	text-align:center;
}
#valuta{
	position:absolute;
	left:820px;
	top:435px;
	width:50px;
	text-align:center;
}
#buyall{
	position:absolute;
	left:790px;
	top:460px;
	width:150px;
	height:20px;
	text-align:center;
	border: 1px solid black;
	text-align:center;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	background-color:#0033FF;
	color:#FFFFFF;
}
#buyall:hover{
	background-color:#333;
	cursor:pointer;
}	
#checkout{
	position:absolute;
	left:790px;
	top:490px;
	width:150px;
	height:20px;
	text-align:center;
	border: 1px solid black;
	text-align:center;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	background-color:#FF0000;
	color:#FFFFFF;
}
#checkout:hover{
	background-color:#FF9900;
	cursor:pointer;
}

#carrello{
	position:absolute;
	top: 0px;
	left: 790px;
	width:150px;
	height:425px;
	border: 1px solid black;
	overflow-y:auto;
	overflow-x:none;
	text-align:center;
	background-color:#F0F0F0;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	font-weight:bold;
}
.quadrato {
	text-align:center;	
	border:1px solid black;
	height:25px;
	width:120px;
	margin:5px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	line-height:18px;
	color:white;
	background-color:#FF0000
}
#tabella{
	width:640px;
	margin:auto;
	}
#photocontainer{
	width:auto;
	height:500px;
	overflow-x:hidden;
	overflow-y:auto;
}
.boxphoto{
	width:100px;
	height:270px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-top: 10px;
}
.boxphotoSel{
	width:100px;
	height:270px;
	background-color:#E4E4E4;
	border: 1px solid #000;
	padding-top: 10px;
}

.boxphoto:hover{
	background-color: #99CCFF;
	border: 1px solid #000;
	cursor:pointer;
}
.boxtitle{
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	font-weight:bold;
}

.boxdata{
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	color:red;
}

.yesno {
	position:relative;
	width:32px;
	height:32px;
	margin:5px 34px 0 34px;
	background-color:transparent;		
}



/* DOVE SIAMO <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#dovetitle h1{
	margin:10px 0 20px 10px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	}
#dovetext {
	position:relative;
	left:400px;
	top: -420px; 
	width:250px;
	height:460px;
	text-align:justify;
	font-size:12px;
	color:#FFFFFF;
	}
#dovemap {
	margin-left:10px;
}

/* CONTATTI <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#contactform{
	margin-top:20px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	
}
#contactform td{
	background-color:#999;
}
#contactform .title{
	background-color:#666;
	font-weight:bold;
	color:#FFFFFF;
}
#contactform .intesta{
	font-size:14px;
	font-weight:bold;
	color:black;
}
#contactform input,textarea{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}

/* FOOTER <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

#footer{
	height:45px;
	text-align:left;
	/*border-top: 1px #333333 solid;*/
	background-color:white;
	z-index:99;
}

#footer a {
	font-size:10px;
	color:black;
}

#footermenu{
	color:black;
	font-size:20px;
	
	
}

#footertext{
	color:#000;
	font-size:10px;
	/*font-weight:bold;*/
	position:relative; 
	top:10px;
	line-height:12px;
}




/* SITEMAP <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#sitemap{
	font-family:"Courier New", Courier, monospace;
	text-align:left;
	position:relative;
	left:300px;
	top:70px;
} 

#sitemap .link{
	font-size:14px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	}
#sitemap .link2{
	font-size:14px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
	}

/* CREDITS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
#credits {
	text-align:center;
	color:#000;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	position:relative;
	top:150px;
}
#credits .link {
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

/* LOGIN FORM <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
#login{
	width:400px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	top:10px;
	
}
#logintext{
	border: 2px inset black;
	width:520px;
	text-align:justify;
	font-size:12px;
	color:#000;
	padding:10px 20px 10px 20px;
	position:relative;
	top:-80px;
	left:390px;
	text-align:justify;
}	

#loginform {
width:300px;
margin:auto;
}
#loginform fieldset{
padding:10px;
}
#loginform legend{
font-weight:bold;
font-size:9pt;
}
#loginform label{
display:block;
height:2em;
background-color:#E7E7E7;
padding:10px 10px 0;
}
#loginform input {
margin-right:20px;
border:1px solid #999999;
float:right;
clear:right;
background:#CCCCCC;
}
#loginform input:focus,#loginform input:hover {
border:1px solid #333333;
}
#error{
color:red;
font-weight:bold;
font-size:12px;
text-align:center;
width:998px;
border: 1px solid red;
padding:5px 0 5px 0;
}

#bandiere
{
	position:absolute;
	top:33px;
	left:107px;
	
}
/* L I N K <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.linc{
	position:relative;
	width:800px;
	height:20px;
	margin:5px 0px 5px 120px;
	float:left;
	font-size:13px;

}

.titolo_linc{
	position:relative;
	width:200px;
	display:inline;
	font-weight:bold;
}

.desc_linc{
	position:relative;
	width:600px;
	display:inline;
	font-style:italic;
}

.linc_linc{
	position:relative;
	width:200px;
	display:inline;
}
