/* CSS RESET */
html{
	color:#000;
	background:#FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
	
	font-family:verdana,arial,times,georgia,sans-serif;
	font-style: italic;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img{
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}

li{
	list-style:none;
}

caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

q:before,q:after{
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

legend{
	color:#000;
}

body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
}

table{
	font-size:inherit;
	font-size:100%;
}

pre,code,kbd,samp,tt {
	font-family:monospace;
	line-height:100%;
}
/* CSS RESET */

iframe {
	border:0;
}

body {
	text-align:center;
	background:#fff;
}

a {
	text-decoration:none;
	/*color: #FF99CC;*/
	color: #0000FF;
	font-size: 100%;
}

a:hover {
	text-decoration: underline;
	/*color: #FF99CC;
	font-weight: bold; */
}

#wrap {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

.float-l{
	float:left;
}

.folat-r{
	float:right;
}

.clearfix{
	clear:both;
}

#bg {
	background: url(images/bg_new.png) no-repeat;
 	height: 600px;
	padding-left: 50px;
	padding-right: 50px;
}

#bg_home {
	background: url(images/bg_new.png) no-repeat;
	padding-left: 50px;
	padding-right: 50px;
}

/* header */
#header {
	position:relative;
	height: 200px; /*260*/
}

#bandiere_lingue {
	margin-left: -40px;
	margin-top: 10px;
}

#logo {
	position:absolute;
	top:30px;
	right:130px;
}

#logo h1 {
	/*font-size: 320%;
	color: #FF99CC;
	font-weight: bold;
	text-transform: uppercase;*/
	height: 114px;
	width: 300px;
	color: white;
	margin-top: -30px;
	background: url(../images/lll.png) no-repeat;
	font-size: 0px;
}

#logo div {
	font-size: 0px;
	padding-left:100px;
	color: #99FF66;
	font-size: 120%;
	font-weight: bold;/*
	background: url(../images/sss.png) no-repeat left 20px;
	height: 40px;
	width: 200px;
	color: white;*/
}

#nav {
	position:absolute;
	top:120px;
	left:170px;
}

#nav li {
	float:left;
	padding:0 20px;
}

#nav a {
	color: #000000;
	font-size: 140%;
	font-weight: bold;
}

/* content */
#content {
	width:800px;
}

.main {
	width:460px;
	margin:0 0 0 100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:inline
}

#col {
	margin:50px 0 0 0;
	width:300px;
}

#col .first ul {
	border-right:#E35C5C 1px solid;
	padding-right:43px;
}

#text {
	width:450px;
}

#text h2 {
	font-size:30px;
}

#text a {
}

.side {
	width:230px;
}

.side h2 {
	font-size:22px;
}

.side li {
	line-height:20px;
	list-style:inside disc;
	color:#FFFFFF;
}

.side ul {
	margin:30px  0 30px 20px;
}

/* footer */
#footer {
	background: url(images/ft.jpg) no-repeat;
 	height: 170px;
	position: relative;
}

#ftinner{
	position:absolute;
	bottom:20px;
	width:680px;
	margin-left:120px;
}

.ftlink {
	width:500px;
}

/*  NUOVI  */

.nero {
	color: black;
}

.webmaster {
	color: #3333FF;
}

.myGallery  {
	/*border: 1px solid #D3D3D3;*/
	padding: 2px;
}

.prezzo_camera {
	font-weight: bold;
	font-size: 140%;
	color: #FF99CC;
}

.descrizione_prezzo {
	font-size: 120%;
	font-weight: bold;
}

/*    FORM RICHIESTA   */

#contatti{
	width: 470px;
    height: 275px !important;
	/*height:300px;*/
    margin: 0;
	padding: 15px 15px 10px;
    background: #D3FFB6 url(../stili/images/form_bkg.png) no-repeat;
	margin-top: 30px;
	color: #333;
}

#contatti label {
	float: left;
	width: 150px;
	height: 30px;
    font: 12px/30px Arial,sans-serif;
    margin-right: 5px;
	text-align: right;
	color: #666
}

#contatti input,textarea,button{
	border: 0px solid;
	color: #475078;
    font: 12px Arial,sans-serif
}

div.input-cont{
	float: left;
	width: 200px;
	height: 30px;
    background: #D3FFB6 url(../stili/images/inputBk.png) no-repeat top left;
    margin-bottom: 3px
}

#contatti input{
	display: block;
	width: 175px;
	background: #FFF;
    margin:5px 0 0 10px;
}

div.textarea-cont{
	float: left;
	width: 285px;
	height: 125px;
    padding: 1px;
	background: #D3FFB6 url(../stili/images/textarea.png) no-repeat
}

#contatti textarea{
	width: 260px;
	height: 100px;
	margin: 10px
}

button#go{
	float: right;
	width: 130px;
	text-align:center;
    height:25px !important;
	height:30px;
	line-height: 25px;
    display: inline;
	margin-left:95px;
	padding: 1px 0 4px;
    background: #D5D8E1 url(../stili/images/submitBk.png) no-repeat;
    color: #000;
	cursor: pointer;
	margin-top: -30px;
}

#testo_accetta {
	float: left;
	font-size: 110%;
}

#acconsento {
	margin-top: 10px;
	margin-left: 100px;
}

#pg_home img {
	padding: 3px;
	/*border: 1px solid #FFEBCD;*/
	margin: 3px;
}

.sinistra {
	float: left;
}

.destra {
	float: right;
}

/* --- */

.spot {
	text-align:center;
}

.spot img {
	vertical-align:middle;
	border:0 !important;
}

.spot span {
	color:#FF0000;
	font-weight:bold;
	font-size: 130%;
}

/* --- */
