/*
Copyright (c) 2006, Brokenseal di Callegari Davide
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

    1. Redistributions of source code must retain the above copyright notice, 
       this list of conditions and the following disclaimer.

    2. Redistributions in binary form must reproduce the above copyright 
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.

    3. Neither the name of brokenseal nor the names of its contributors may be used
       to endorse or promote products derived from this software without
       specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.*/
/*
	testo:		#66381b
	link:		#66381b
	link:hover	#ddc69b
*/
/*--------------------COMMONS--------------------*/
* {
	line-height:1.5em;
}
html, body, div#wrapper {
	position:relative;
	margin:0;
	padding:0;
}
body {
	min-width:780px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#66381b;
	background:url(imgs/sfondo.gif);
}
/*--------------------A--------------------*/
a {
	color:#66381b;
}
a:hover {
	color:#ddc69b;
	text-decoration:none;
}
a img {
	border:5px solid #e7e3cc;
	margin:2px;
	padding:2px;
	vertical-align:middle;
}
a:hover img {
	border:5px solid #A29E85;
}
/*--------------------TABLE--------------------*/
table {
	table-layout:fixed;
	width:100%;
	empty-cells:show;
	border-collapse:collapse;
}
/*--------------------P--------------------*/
p {
	margin:0;
	padding:0;
}
pre {
	overflow:auto;
}
/*--------------------H--------------------*/
h1 {
	font-size:20px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
h5 {
	font-size:10px;
}
h6 {
	font-size:9px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	margin:0.5em 0;
	padding:0;
}
h1 span {
	display:none;
}
h1.chi-siamo, h1.dove-siamo, h1.legno-antico, h1.contattaci, h1.materiali, h1.pavimenti, h1.realizzazioni {
	height:2em;
}
h1.chi-siamo {
	background:url(imgs/chi-siamo.gif) no-repeat;
}
h1.dove-siamo {
	background:url(imgs/dove-siamo.gif) no-repeat;
}
h1.legno-antico {
	background:url(imgs/legno-antico.gif) no-repeat;
}
h1.contattaci {
	background:url(imgs/contattaci.gif) no-repeat;
}
h1.materiali {
	background:url(imgs/materiali.gif) no-repeat;
}
h1.pavimenti {
	background:url(imgs/pavimenti.gif) no-repeat;
}
h1.realizzazioni {
	background:url(imgs/realizzazioni.gif) no-repeat;
}
/*--------------------FORM--------------------*/
input, select, textarea, button {
	font-size:10px;
	margin:2px 0;
	padding:5px;
}
input, textarea, button {
	background:#e2dec7;
	border:none;
}
button {
	padding:5px 8px;
	margin:3px 0;
	font-weight:bolder;
}
input:focus, textarea:focus, button:focus, input:hover, textarea:hover, button:hover {
	background:#eeead7;
	border:none;
	border:1px solid #eeead7;
}
/*--------------------UL--------------------*/
ul {
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	margin-left:1em;
}
li {
	margin:0;
	padding:0;
	vertical-align:middle;
}
div#menu-wrapper {
	background:url(imgs/sfondo-menu-footer.gif) fixed;
	height:39px;
}
ul#menu {
	width:650px;
	margin:0 auto;
}
ul#menu li {
	display:inline;
}
ul#menu li a {
	display:block;
	float:left;
	color:#fff;
	font-size:16px;
	width:120px;
	padding:8px 5px 7px;
	text-align:center;
	font-variant:small-caps;
	text-decoration:none;
	font-weight:bolder;
	text-transform:capitalize;
}
ul#menu li a:hover, ul#menu li a.selected {
	background:url(imgs/sfondo-menu-hover.gif) fixed;
}
ul#right-menu {
	width:148px;
	float:right;
	margin-top:6px;
	padding-top:1em;
}
ul#right-menu li {
}
ul#right-menu li a {
	display:block;
	font-variant:small-caps;
	line-height:2em;
	text-decoration:none;
	text-transform:capitalize;
	padding-left:5px;
	background:url(imgs/menu-rx.gif) no-repeat 95% 50%;
}
ul.ul-as-list li {
	display:inline;
}
/*--------------------WRAPPER--------------------*/
div#wrapper {
	margin:10px auto;
	width:790px;
}
/*--------------------CONTAINER--------------------*/
div#container {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	width:755px;
	margin:0 auto;
	background:#fff;
	background:url(imgs/right-menu.gif) repeat-y 100% 0 #fff;
}
/*--------------------HEADER--------------------*/
div#header {
	background:url(imgs/header.jpg) no-repeat 50% 50% #fff;
	height:180px;
	padding:6px 0;
}
div#header h1 {
	display:none;
}
/*--------------------CONTENT--------------------*/
div#content {
	width:580px;
	height:400px;
	margin:1em;
}
div#container>div#content {
	min-height:400px;
	height:auto;
}
/*--------------------FOOTER--------------------*/
div#footer {
	background:url(imgs/sfondo-menu-footer.gif) repeat-x ;
	height:32px;
	color:#fff;
	font-size:90%;
	padding:0 10px;
}
div#footer a {
	text-decoration:underline;
	color:#fff;
	font-weight:bolder;
}
div#footer a:hover {
	text-decoration:none;
}
div.pavimento h2, div.realizzazione h2, div.legno_antico h2 {
	text-align:right;
	border-bottom:1px solid #743710;
	padding-right:1em;
}
div.materiale h2 {
	border-bottom:1px solid #743710;
}
div.pavimento p {
}
div.pavimento ul li strong, div.pavimento h2, div.legno_antico h2, div.pavimento h3, div.realizzazione h2, div.materiale h2, div.materiale h3 {
	color:#743710;
}
div.pavimento img {
	padding-bottom:10px;
	border-bottom:1px solid #743710;
}
/*--------------------COMMON CLASSES--------------------*/
.align-center {
	text-align:center;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
.warning {
	color:#f30;
}
.underline {
	text-decoration:underline;
}
.clear {
	clear:both;
}
.gray {
	color:#ccc;
}
.note {
	font-size:9px;
}
.clear-both {
	clear:both;
}

