﻿	/* 360VR courtesy page print layout  */
	/* E' consentito prendere visione degli elementi e delle tecniche utilizzate in questo CSS e adattarle all'interno dei propri progetti, ma la combinazione unica di immagini, colori, misure, attributi tipografici e di posizionamento ("il design") è Copyright © 2008 360vr e non può essere riprodotto. */ 
	/* Ultimo aggiornamento 25 dic 2008 */

/* Normalizzazione */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin: 0; padding: 0;}
ul, ol {list-style-type: none;}
img, fieldset {border: none;}
/* Elementi Invisibili */
#brand h1 span, #preview a span {display:none;}
/* Elementi Tipografici */
body {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
}
h2 {font-size: 18px;}
a {color: #000000;}
a:hover {color: #FA7420;}
a[href="http://www.smartpixel.it"] {
	background: transparent url(pic/smartpixel.png) no-repeat;
	padding: 2px 0px 2px 20px;
}
.wrap {
	text-align: left;
	margin: auto;
	width: 900px;
	position: relative;
}
#index {margin-top: 300px;}
#brand {
	width: 600px;
	padding: 10px 0px 20px 0px;
}
#brand h1 {padding: 10px 0px 0px 0px;}
#brand p {
	padding: 0px 80px 5px 80px;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
#brand blockquote {
	background: url(pic/quote1.gif) no-repeat left top;
	padding-left: 25px;
	margin: 0px 0px 20px 80px;
}
#brand blockquote p {
	padding: 0px;
	margin: 0px;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999999;
}
#brand blockquote span {
	background: url(pic/quote2.gif) no-repeat right bottom;
	padding-right: 25px;
}
#contact {
	width: 280px;
	padding-top: 35px;
	position: absolute;
	top: 0;
	right: 0;
}
#contact h2 {
	color: #009AFF;
	padding-bottom: 5px;
}
#contact p {
	font-size: 10px;
	padding-bottom: 10px;
}
#contact label, #contact input, #contact textarea {
	color: #666666;
	font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#contact input, #contact textarea {margin-bottom: 5px;}	
#contact input:hover, #contact input:focus, #contact textarea:hover, #contact textarea:focus {}
#from, #fullname, #subject, #message, #tt {
	padding: 5px;
	border: 1px solid #dddddd; /*#E7E7DC*/
}
#from, #fullname, #subject, #message {width: 250px;}
#tt {width: 200px;}
#contact #submit {
	width: 50px;
	padding: 5px;
	cursor: pointer;
}
#contact #error {
	background-color: #ffeded;
	border: 1px solid #ff3333;
	padding: 5px;
	color: #000000;
	font-size: 10px;
	width: 250px;
	margin: 5px 0px;
}
#preview {
	background-color: #e7e7dc;
	border-bottom: #dddddd 1px solid;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 10px;
	width: 100%;
	height: 290px;
}
#preview .wrap div {
	width: 280px;
	float: left;
	padding: 10px;
}
#preview a.spot {
	display: block;
	border: 10px solid #ffffff;
	margin: auto;
	height: 120px;
	width: 260px;
}
#preview #obj a.spot {background: url(pic/cassapanca.jpg) no-repeat 0px 0px;}
#preview #obj a.spot:hover {background: url(pic/cassapanca.jpg) no-repeat 0px -140px;}
#preview #pano a.spot {background: url(pic/sandaniele.jpg) no-repeat 0px 0px;}
#preview #pano a.spot:hover {background: url(pic/sandaniele.jpg) no-repeat 0px -140px;}
#preview #hres a.spot {background: url(pic/hres.jpg) no-repeat 0px 0px;}
#preview #hres a.spot:hover {background: url(pic/hres.jpg) no-repeat 0px -140px;}
#preview h2 {
	color: #fa7420;
	padding: 5px 10px 0px 10px;
}
#preview p {
	padding: 0px 10px 5px 10px;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
}
#site_info div {
	padding: 5px 0px;
	border-top: #dddddd 1px solid;
	width: 440px;
	margin: 0px 80px;
}
#site_info p {
	font-size: 10px;
	color: #999999;
}
#site_info a {
	color: #333333;
	text-decoration: none;
}
#site_info a:hover {color: #FA7420;}

