/* @override http://127.0.0.1/SitiPicov/GM%20Tendaggi/gmtendaggi.it/css/gmtendaggi.css */

/* BROWSERS CSS RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


strong { font-weight: bold; }
em { font-style: italic; }


body {
	background:  url(../immagini/sfondo_body4.jpg) center center;
	text-align: center; /* Centre in IE pre6 che ignora il margin auto del main */
	padding-top: 8px; /* non lo metto qui altrimenti influisce anche sulle altre pagine tipo iframe che caricano lo stesso css */
	background-color: #ece7d6;
}


#main-sizer {
	/*
	width1: 90%;  Se utilizzo la % non devo impostare la width su main-sizer-inside */
	width: 984px; /* Se utilizzo la fissa devo impostare lo stesso valore in main-sizer-inside */
	margin:0 auto; /* la centratura la imposto su quello pi? esterno */
	text-align: left; /* Ripristina la centratura di default dopo il patch per IEpre6 sul body */	
	overflow: hidden;
}
#main-sizer-inside {
	width: 984px; /* PATCH IEpre6: imposto qui le dimensioni=#main-sizer.width cosi i suoi pad e border vanno SEMPRE esterni anche su IEpre6 */
}


#main {
	overflow: hidden;
}

#header {
	height: 64px;
	border-bottom: 1px solid #e5e5d2;
	position: relative;
	background-color: #cabca9;
}


#menu {
	position: absolute;
	bottom: 0;
	background-image: url(../immagini/sfondo_menu.gif);
	text-align: center; /* centra le scritte dei tasti (In IE5 Mac funziona solo left o right-> metto un <br >&nbsp; alla fine del testo dei tasti per fare due righe */
	width: 100%;
}
#menu ul {
	width: 100%;		
}
#menu li {
	display: inline;
	float: left;
	text-align: center;
	width: 15%;
}
#menu li a {
	color: #5d2522;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	font-family: Tahoma, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	position: relative;
	top: 0px;
}
#menu li.selected a,
#menu li a:hover {
	border-bottom: 4px solid #562600;
	color: #562600;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
	top: -2px;
}


li#logo {
	width: 39%;
	height: 20px;
	/*
	overflow1: hidden; /* FIX IE 6 */
}
li#logo a {
	top: -41px;
	position: relative;
}
li#logo a:hover {
	border: 0;
	padding: 0;
	background-color: transparent;
	top: -41px;
}


#body {
	clear:both;
	float: left;
	width: 100%;
	background-color: #ece7d6;
}	
#body-bg-top {
	background-image: url(../immagini/texture_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 100%;
}	
#body-bg-bottom {
	background-image: url(../immagini/texture_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	width: 100%;
}	


#viewer-home {
	width: 880px;
	height: 300px;
	margin: 0 auto;
	margin-top: 96px;
	margin-bottom: 123px;
}
#viewer-home ul {
	width: 100%;		
}
#viewer-home li {
	display: block;
	float: left;
	text-align: center;
	width: 25%;
}
#viewer-home li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
}

#viewer-home-labels {
	padding-top: 10px;
}
#viewer-home-labels li#label-left img {
	position: relative;
	top:  5px;
	left: -58px;
}
#viewer-home-labels li#label-center-sx img {
	position: relative;
	top:  -2px;
}
#viewer-home-labels li#label-center-dx img {
	position: relative;
	top:  -2px;
}
#viewer-home-labels li#label-right img {
	position: relative;
	top:  5px;
	left: 50px;
}



ul#viewer-section-labels {
	padding-top: 36px;
	width: 900px;
	margin: 0 auto;
}
ul#viewer-section-labels li {
	display: block;
	float: left;
	text-align: center;
	width: 47px;
	position: relative; /* Mette i links davanti */
	border-bottom: 1px solid #562600;

}
ul#viewer-section-labels li#label-home {
	width: auto;
	text-align: left;
	margin-left: 0;
	margin-right: -8px;
	float: right;
}
ul#viewer-section-labels li img {
	width: auto;
	height: 30px;
}
ul#viewer-section-labels li#label-home img {
	width: auto;
}


#viewer-section-side {
	clear: both;
	text-align: left;
	margin-top: 0px;
	padding-top: 20px;
	margin-left: 40px;
	width: 190px;
	float: left;
	padding-bottom: 140px;
}
#viewer-section-thumbs {
	float: left; /* togliere per FIX IE 6*/
	width: 660px;
	margin-left: 50px;
	margin-top: 0px;
	padding-top: 36px;
	padding-bottom: 80px; /* FIX IE 6-7 al posto di margin-bottom */
	/*
	border1: 1px #5d1952 solid;
	background-image1: url(../immagini/viewer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	*/
	position: relative;	
	z-index: 1;
}

#section {
	width: 840px;
	margin: 0 auto;
	padding-right: 20px;
	margin-top: 90px;
	padding-bottom: 90px;
	/*
	border1: 1px #5d1952 solid;
	background-image1: url(../immagini/viewer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	*/
	font-family: Tahoma, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #562600;
	font-size: 13px;
	line-height: 18px;	
	position: relative;
	z-index: 1;
}

#section p {
	padding-bottom: 6px;
}


div#images-column {
	font-size: 0;
	line-height: 0;
}
div#images-column span {
	display: block;
	height: 20px;	
}


#footer {
	position: relative;
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 1px solid #e5e5d2;
	height: 68px;
	color: #ffffff;
	background-color: #6a6259; /* marrone OK*/
}
#footer p {
	padding-top: 20px;
	line-height: 17px;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #fff;
}

#footer p a {
	color: #fff;
	text-decoration: none;
}
#footer p a:hover {
	color: #cabca9;
	text-decoration: underline;
}

#language {
	float: right;
	position: relative;
	top: 4px;
	right: 8px;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 12px;
}
#language a {
	color: #562600;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}
#language a:hover {
	border-bottom: 1px #fff solid;
}

#credits {
	margin-top: 8px;
	clear: both;
	text-align: center;	
}



#deco-top-sx {
	background-image: url(../immagini/deco_top_sx.png);
	position: absolute;
	width: 379px;	
	height: 185px;
	left: -50px;
	top: -25px;
	display: none;
}
#deco-top-dx {
	background-image: url(../immagini/deco_top_dx.png);
	background-position: right;
	position: absolute;
	width: 348px;	
	height: 172px;
	right: -10px;
	top: -20px;
	display: none;
}
#deco-bottom-sx {
	background-image: url(../immagini/deco_bottom_sx.png);
	position: absolute;
	width: 257px;	
	height: 227px;
	left: 0px;
	top: -120px;
	z-index: 2;
	opacity: 0.85;
}
#deco-bottom-dx {
	background-image: url(../immagini/deco_bottom_dx.png);
	background-position: right;
	position: absolute;
	width: 222px;	
	height: 334px;
	right: -10px;
	top: -160px;
	opacity: 0.85;
}


#viewer-section-thumbs a {
	font-family: verdana, arial;
	font-size: 14px;
	color: #562600;
	text-decoration: none;
	text-transform: capitalize;
	font-variant: small-caps;
}
#viewer-section-thumbs a:hover {
	border-bottom: 1px solid #562600;
}

#info {
	border-top: 1px #562600 solid;	
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
}
#viewer-section-thumbs #info p {
	font-family: verdana, arial;
	font-size: 12px;
	color: #6a6259;
}
#viewer-section-thumbs #info td p {
	font-size: 13px;
}

#viewer-section-thumbs .thumb-details {
	font-family: verdana, arial;
	font-size: 11px;
	color: #6a6259;
	padding-left: 10px;
	padding-right: 10px;
	font-variant: normal;
	position: relative; /* Mette il testo davanti al calcolo del riflesso del thumb*/
}

#viewer-section-side p {
	margin-bottom: 8px;
	color: #562600;
	text-indent: 12px;
	font: 11px/14px verdana, arial;
}

div#section .yellow {
	color: #562600;	
}
div#section .purple {
	color: #6a6259;	
}

p.frase {
	font: 18px/20px times, courier;
	letter-spacing: 1px;
}
p.frase span {
	color: #ee7202;	
	font-size: 26px;
}


#viewer-section-thumbs .title {
	text-align: center;
	font-family: verdana, arial;
	font-size: 18px;
	margin-bottom: 16px;
	color: #ff7400;
	font-variant: small-caps;
}
#viewer-section-thumbs table.folderMode td {
	padding-bottom: 0px;
}
#viewer-section-thumbs table.itemsMode td {
	padding-bottom: 32px;
}
div#viewer-section-thumbs td p {	
	margin: 5px;
	color: #562600;
	font: small-caps 16px Tahoma, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}


form.gmtendaggi {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #6a6259}
form.gmtendaggi input {
	border: 0;
	color: #562600;
	font-size: 14px;
	font-weight: bold;
}
form.gmtendaggi input.textfield {
	background-color: #cfc2af;
	width: 93%;
	padding: 4px;
}
form.gmtendaggi input.button {
	color: #562600;
	background-color: #cfc2af;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #6a6259;
	padding: 2px;
	width: 130px;
}
form.gmtendaggi input.checkbox {
}
form.gmtendaggi textarea {
	border: 0;
	padding: 4px;
	background-color: #cfc2af;
	font-family: Tahoma, Arial, sans-serif;
	width: 93%;
	color: #948425;
	font-size: 14px;
	font-weight: bold;
}

form.gmtendaggi strong {
	font-size: 13px;
	color: #562600;
	font-family: Verdana, Arial, sans-serif;
}
form.gmtendaggi em {
	font-size: 13px;
	color: #6a6259;
}

form.gmtendaggi a {
	color: #562600;
	text-decoration: none
}
form.gmtendaggi a:hover {
	color: #fff;
	text-decoration: underline
}

form.gmtendaggi td {
	padding: 5px;
}

#banner {
	font-size: 13px;
	color: #562600;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	float: left;
	width: 100%;
}



