body {
	color:#333;
	background-color: #0f0f0b;
	margin:0;
	text-align:justify;
}

h2 {
	font-size: 1.6em;
	font-weight:normal;
	color: #463716;
}
h4 {
	font-size: 1.2em;
	font-weight:bold;
	color: #7a6725;
}
p{
	font-size:1em;
}
a {	color: #246; text-decoration: underline; }

#wrapper-top { background: url('../pix/wrapper-top.png') center top no-repeat; }
#wrapper-mid { background: url('../pix/wrapper-mid.png') center 0 repeat-y; }
#wrapper-bot { background: url('../pix/wrapper-bot.png') center 0 no-repeat; }
#wrapper-foot { background: url('../pix/wrapper-foot.png') center 0 repeat-y; }

#container {
	font-family: Arial, Helvetica, sans-serif;
}

#container .topbar {
	width: 894px;
	height: 195px;
	background: url('../pix/topbar.png') 0 0 repeat-x;
	padding: 10px 0 0 0;
	margin: 0 auto;
}

#container .logoTT {
	width: 271px;
	height: 132px;
	background: url('../pix/logoTT.png') 0 0 no-repeat;
	margin: 0 0 0 25px;
}
#container .logoA {
	display:block;
	width: 146px;
	height: 132px;
	background: url('../pix/logoA.png') 0 0 no-repeat;
	margin: 0 26px 0 0;
	position:relative;
	float:right;
}


#container .lang {
	font-size: 1em;
	width:200px;
	margin:23px 0 0 41px;
	position:relative;
	float:left;
}

#container .lang ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#container .lang li {
	padding: 0;
	position:relative;
	float:left;
	margin:0 10px 0 0;
}

/* flags */

#container .lang li#it a { display:block; width:30px; height:25px; outline:none; background: url('../pix/flag-it.png') 0 0 no-repeat; }
#container .lang li#it a:hover { background-position: 0 -25px; }
#container .lang li#it a:active { background-position: 0 -50px; }
#container .lang li#it-curr { display:block; width:30px; height:25px; outline:none; background: url('../pix/flag-it.png') 0 -50px no-repeat; }

#container .lang li#en a { display:block; width:30px; height:25px; outline:none; background: url('../pix/flag-uk.png') 0 0 no-repeat; }
#container .lang li#en a:hover { background-position: 0 -25px; }
#container .lang li#en a:active { background-position: 0 -50px; }
#container .lang li#en-curr { display:block; width:30px; height:25px; outline:none; background: url('../pix/flag-uk.png') 0 -50px no-repeat; }

#container .lang li#ru a {
	display:block;
	width:30px;
	height:25px;
	outline:none;
	background: url('../pix/flag-ru.png') 0 0 no-repeat; }
#container .lang li#ru a:hover { background-position: 0 -25px; }
#container .lang li#ru a:active { background-position: 0 -50px; }
#container .lang li#ru-curr {
	display:block;
	width:30px;
	height:25px;
	outline:none;
	background: url('../pix/flag-ru.png') 0 -50px no-repeat; }

#container .lang li#ua a {
	display:block;
	width:30px;
	height:25px;
	outline:none;
	background: url('../pix/flag-ua.png') 0 0 no-repeat; }
#container .lang li#ua a:hover { background-position: 0 -25px; }
#container .lang li#ua a:active { background-position: 0 -50px; }
#container .lang li#ua-curr {
	display:block;
	width:30px;
	height:25px;
	outline:none;
	background: url('../pix/flag-ua.png') 0 -50px no-repeat; }

/* flags */



#container .menu {
	font-size: 1.3em;
	width:843px;
	margin:0 auto;
}
*:first-child+html #container .menu {
	width:611px;
}
#container .menu ul {
	list-style-type: none;
	padding: 24px 20px 0 0;
	margin: 0;
}
#container .menu li {
	padding: 0 0 0 20px;
	position:relative;
	float:right;
}
#container .menu a {
	display:block;
	height:36px;
	color: #fff;
	outline:none;
	text-decoration: none;
}
#container .menu a:hover {
	color: #fff;
	padding: 0 0 0 0;
	border-bottom: 3px solid #fff;
}
#container .menu li#curr {
	display:block;
	height:36px;
	color: #fff;
	outline:none;
	text-decoration: none;
	margin: 0 0 0 20px;
	padding: 0;
	border-bottom: 3px solid #fff;
}


#container .topslide {
	width: 894px;
	height: 182px;
	margin: 0 auto;
	background-color: #221e17;
}
#container .main {
	width: 894px;
	margin: 0 auto;
	background-color: #fff;
}
#container .layout {
	width:843px;
	margin:0 auto;
	padding: 30px 0 30px 0;
}

#container .mainfoot {
	width: 894px;
	margin: 0 auto;
	height: 14px;
	background: url('../pix/mainfoot.png') 0 0 repeat-x;
}
#container .title {
	font-size: 1.9em;
	color: #463716;
	text-align:center;
}
#container .text {
	font-size: 1em;
	color: #444;
	text-align:center;
}

#item {
   float: left;
   width: 100%;
   overflow: hidden;
   position: relative;
}

#item ul {
   clear: left;
   float: left;
   list-style: none;
   margin: 0;
   padding: 15px 0 0 10px;
   position: relative;
   left: 50%;
   text-align: center;
}

#item ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 30px 0 0;
	position: relative;
	right: 50%;
	background: url('../pix/productsbox.png') 0 0 no-repeat;
	width: 261px;
	height: 152px;
	text-align:left;
}
#item li#curr {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 30px 0 0;
	position: relative;
	right: 50%;
	background: url('../pix/productsbox.png') 0 -152px no-repeat;
	width: 261px;
	height: 152px;
	text-align:left;
}

#item .title {
	color:#fff;
	font-size: 0.95em;
	padding: 5px 0 0 21px;
	text-align:left;
}
#item .title a {
	color: #fff;
	text-decoration: none;
}
#item .title a:hover {
	color: #ffd200;
	text-decoration: underline;
}

#item .content {
	padding: 14px 0 0 6px;
}

/* home javascript slideshow */

ul.ppt1 {
	display:inline;
	position: relative;
}
*:first-child+html ul.ppt1 {
	margin: 0 20px 0 0;
}

.ppt1 li {
	list-style-type: none;
	position: absolute;
	left: 30px;
	top: 6px;
}

.ppt1 img {
	width: 758px;
	height: 394px;
	padding:13px;
	background: url('../pix/img1_border.png') 0 0 no-repeat;
}

#container .slideheight {
	height:440px;
}
/* home javascript slideshow */




/* products javascript slideshow */

ul.ppt2 {
	position: relative;
}

.ppt2 li {
	list-style-type: none;
	position: absolute;
	left: -260px;
	top:-24px;
}
*:first-child+html .ppt2 li {
	left: -312px;
	top:-10px;
}

.ppt2 img {
	width: 574px;
	height: 458px;
	padding:13px;
	background: url('../pix/img2_border.png') 0 0 no-repeat;
}

#container .slideheight2 {
	height:490px;
}
/* products javascript slideshow */


/* products javascript slideshow */

ul.ppt3 {
	position: relative;
	left: -40px;
	top:100px;
}
*:first-child+html ul.ppt3 {
	margin: 0 20px 0 0;
}

.ppt3 li {
	list-style-type: none;
	position: absolute;
}

.ppt3 img {
	width: 600px;
	height: 374px;

}

#container .slideheight3 {
	height:420px;
}
#container .slideheight4 {
	height:480px;
}
/* products javascript slideshow */








/* listbox */

#listbox {
	width: 773px;
	height: 160px;
	background: url('../pix/listbox.png') center 0 no-repeat;
	padding:0;
	position:relative;
	margin:0 auto;
}
#listbox ul {
	list-style-type: none;
	padding: 6px 0 0 14px;
	margin: 0;
}
#listbox li {
	padding: 0;
	float:left;
	width: 248px;
	text-align:center;
}
#listbox .head {
	padding: 11px 0 0 20px;
	font-size: 1.2em;
	color:#fff;
}
#listbox .body {
	padding: 16px 20px 0 20px;
	font-size: 0.8em;
	color:#fff;
}
#listbox li a {
	display:block;
	width: 248px;
	height: 61px;
	color:#000;
	outline:none;
	text-decoration:none;
	background: url('../pix/listbot.png') 0 0 no-repeat;
}
#listbox li a:hover {
	background-position: 0 -61px;
}
#listbox li a:active {
	background-position: 0 -122px;
}
#listbox .padd {
	display:block;
	padding:11px 0 0 40px;
}

/* listbox */



/* menu prodotti */

/*#prod-menu {
	padding-top: 0;
	position:relative;
	top:-510px;
}*/

.prod_position {
	position:relative;
	left: -292px;
}
*:first-child+html .prod_position {
	left: -279px;
}
#prod-menu {
	padding: 0;
	margin: 0;
}

#prod-menu ul {
	width:219px;
	padding: 0;
	margin: 0;
	background: url('../pix/prod-menu-mid.png') 0 0 repeat-y;
}
#prod-menu li.head {
	font-size: 1.15em;
	padding: 8px 0 0 18px;
	height: 29px;
	color:#fff;
	background: url('../pix/prod-menu-top.png') 0 0 no-repeat;
	list-style-type: none;
}
#prod-menu li.content {
	color: #645f54;
	font-size: 1.15em;
	text-align: left;
	list-style-type: none;
	padding: 13px 12px 12px 18px;
}
#prod-menu li.content a {
	color: #645f54;
	text-decoration:none;
}
#prod-menu li.content a:hover {
	color: #3f3a31;
	text-decoration:underline;
}


#prod-menu li.content-sel {
	color: #fff;
	font-size: 1.15em;
	text-align: left;
	list-style-type: none;
	padding: 13px 12px 12px 18px;
	background: url('../pix/prod-menu-sel.png') center 0 no-repeat;
}

#prod-menu li.foot {
	height: 11px;
	background: url('../pix/prod-menu-bottom.png') 0 0 no-repeat;
	list-style-type: none;
	text-indent:-9999px;
}


/* menu prodotti */



/* menu sub-prodotti */

#prod-submenu {
	position:relative;
	padding: 0;
	left:-16px;


}


#prod-submenu ul {
	width:215px;
	padding: 2px 0 0 0;
	margin: 12px 0 0 0;
	background: #d7f2df;
}
#prod-submenu li.head {
	font-size: 1.15em;
	padding: 8px 0 0 18px;
	height: 29px;
	color:#fff;
}
#prod-submenu li.content {
	color: #3f5144;
	font-size: 0.7em;
	text-align: left;
	list-style-type: none;
	padding: 2px 0 2px 20px;
	border-top:2px solid #d7f2df;
	border-bottom:2px solid #d7f2df;	
	background: #d7f2df url('../pix/rarrow.gif') 10px 7px no-repeat;
}
*:first-child+html #prod-submenu li.content {
	background: #d7f2df url('../pix/rarrow.gif') 10px 13px no-repeat;
}
#prod-submenu li.content a {
	color: #3f5144;
	text-decoration:none;
}
#prod-submenu li.content a:hover {
	color: #3f5144;
	text-decoration:underline;
}


#prod-submenu li.content-sel {
	color: #fff;
	font-size: 0.7em;
	text-align: left;
	list-style-type: none;
	padding: 2px 0 2px 20px;
	background: #222;
	border-top:2px solid #d7f2df;
	border-bottom:2px solid #d7f2df;	
}

#prod-submenu li.content-headsole {
	color: #fff;
	font-size: 0.7em;
	text-align: left;
	list-style-type: none;
	padding: 2px 0 2px 23px;
	background: #e6e0d3;
	border-top:2px solid #a5c0ad;
	border-bottom:2px solid #a5c0ad;
	background: #a5c0ad url('../pix/barrow.gif') 8px 8px no-repeat;	
}
*:first-child+html #prod-submenu li.content-headsole {
	background: #a5c0ad url('../pix/barrow.gif') 8px 12px no-repeat;
	border-top:0;
	border-bottom:0;
}


#prod-submenu li.foot {
	height: 11px;
	list-style-type: none;
	text-indent:-9999px;
}


/* menu prodotti */



/* footer */

.footer {
	font-size:0.9em;
	padding:10px 0 0 0;
	height:20px;
	background-color: #221e17;
	width:894px;
	margin: 0 auto;
}
.footer ul {
	list-style-type: none;
	padding: 0;
	list-style: none;
	margin: 0 48px 0 0;
	text-align: center;
	
}
.footer li {
	padding: 0 10px 0 10px;
	float:right;
	text-align:left;
	border-right:1px solid #9e978f;
	display: block;
	list-style: none;
	margin: 0;
	position: relative;
	
}
.footer li#curr {
	
	color: #222;
	padding: 0 10px 0 10px;
	margin: 0 0 0 10px;
	background: url('../pix/rarrow.gif') 0 5px no-repeat;
}
.footer li a {
	color:#9e978f;
	text-decoration:none;
	outline:none;
}
.footer li a:hover {
	color:#b0a9a0;
	text-decoration:underline;
}
.footer .li_start {
	padding: 0 10px 0 0;
	border-right:1px solid #9e978f;
}
.footer .li_end {
	padding: 0 0 0 10px;
	border-right:0;
}
.footer .copyright {
	font-size:0.75em;
	margin: 0 0 0 20px;
	color:#776e65;
	text-align:left;
	width:580px;
	letter-spacing: 0.05em;
}
*:first-child+html .footer .copyright {
	margin: 36px 0 0 20px;
}
.footer .copyright a {
	color:#9e978f;
	text-decoration:none;
}
.footer .copyright a:hover {
	color:#b0a9a0;
	text-decoration:underline;
}

.footer .madeby {
	letter-spacing: 0.05em;
	font-size:0.75em;
	padding: 0;
	margin:0 21px 0 0;
	color:#776e65;
	position:relative;
	float:right;
}
*:first-child+html .footer .madeby {
	margin:26px 21px 0 0;
}
.footer .madeby a {
	color:#9e978f;
	text-decoration:none;
}
.footer .madeby a:hover {
	color:#b0a9a0;
	text-decoration:underline;
}

/* footer */

.hide { display:none; }

#container .err {
	color: #c31717;
	background: url('../pix/error.png') 0 0 no-repeat;
	padding: 1px 0 0 18px;
	margin-left:22%;
}
*:first-child+html #container .err {
	margin-top: 12px;
	margin-left: 2%;
}

.privacy {
	font-size: 0.8em;
}











/* FORM */

#mainform {padding: 0 0 0 140px;}


input[type="text"] {
	font-size: 1em;
	width: 400px;
	background: #ece8d7;
	padding: 3px 3px 3px 3px;
	margin: 4px 3px 4px 5px;
	text-align: left;
	border: 1px solid #beb49f;
}

input[type="text"]:hover { 
	width: 400px;
	background: #fff;
	padding: 3px 3px 3px 3px;
	margin: 4px 3px 4px 5px;
	text-align: left;
	border: 1px solid #b9a988;
}
input[type="text"]:focus { 
	background-color: #fff;
	padding: 3px 2px 3px 4px;
	margin: 3px 3px 3px 3px;
	text-align: left;
	border: 2px solid #f1ca7f;
}

input[type="password"] {
	font-size: 1em;
	width: 400px;
	background: #ece8d7;
	padding: 3px 3px 3px 3px;
	margin: 4px 3px 4px 5px;
	text-align: left;
	border: 1px solid #beb49f;
}

input[type="password"]:hover { 
	width: 400px;
	background: #fff;
	padding: 3px 3px 3px 3px;
	margin: 4px 3px 4px 5px;
	text-align: left;
	border: 1px solid #b9a988;
}
input[type="password"]:focus { 
	background-color: #fff;
	padding: 3px 2px 3px 4px;
	margin: 3px 3px 3px 3px;
	text-align: left;
	border: 2px solid #f1ca7f;
}

textarea#note {
	font-family: Arial;
	font-size: 1em;
	width: 400px;
	background: #ece8d7;
	padding: 3px 3px 3px 3px;
	margin: 4px 4px 15px 4px;
	text-align: left;
	border: 1px solid #beb49f;
}

textarea#note:hover {
	width: 400px;
	background: #fff;
	padding: 3px 3px 3px 3px;
	margin: 4px 4px 15px 4px;
	text-align: left;
	border: 1px solid #b9a988;
}

textarea#note:focus { 
	background: #fff;
	padding: 3px 3px 3px 3px;
	margin: 3px 3px 14px 3px;
	text-align: left;
	border: 2px solid #f1ca7f;
}

textarea#privacy {
	font-family: Arial;
	font-size: 0.8em;
	width: 400px;
	background: #fff;
	padding: 3px 3px 3px 3px;
	margin: 4px 4px 15px 4px;
	text-align: left;
	border: 1px solid #beb49f;
}

select {
	color:#625843;
	font-size: 1em;
	width: 408px;
	background: #ece8d7;
	padding: 3px 3px 3px 3px;
	margin: 4px 3px 4px 5px;
	text-align: left;
	border: 1px solid #beb49f;
}

select:hover { 
	color:#463716;
	background: #fff;
	padding: 3px 3px 3px 3px;
	margin: 4px 3px 4px 5px;
	text-align: left;
	border: 1px solid #b9a988;
}

input[type="submit"].bottone1 {
	color:#463716;
	width: 145px;
	height:39px;
	font-size: 1.5em;
	border: 0;
	cursor: pointer;
	background-color: #beb195;
}

input[type="submit"].bottone1:hover {
	color:#1f190a;
	width: 145px;
	height:39px;
	font-size: 1.5em;
	background-color: #9b8a66;
}

input[type="submit"] {
	color:#463716;
	width: 145px;
	height:39px;
	font-size: 1.5em;
	border: 0;
	cursor: pointer;
	background-color: #beb195;
}

input[type="submit"]:hover {
	color:#1f190a;
	width: 145px;
	height:39px;
	font-size: 1.5em;
	background-color: #9b8a66;
}





#contatti {
	padding: 0 0 30px 0;
	margin: 0 0 24px 0;
	border-bottom: 1px dotted #ccc;
}
#contatti .boldtxt {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 16px;
	color: #146bc1;
}
#contatti .rtxt {
	float:right;
	font-size:1.3em;
	text-align: right;
}

#restricted {

}
#restricted ul {
	list-style: none;
}
#restricted li {
	padding: 0 0 14px 22px;
	background: url('../pix/pdf.png') 0 0 no-repeat;
}
#restricted a {
	text-decoration:none;
}
#restricted a:hover {
	color:#9f2529;
	text-decoration:underline;
}
#restricted .error, .notice, .success {
	border: 1px solid #ddd;
	margin-bottom: 30px;
	padding: 0.6em 0.8em;
}
#restricted .error {background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4;}
#restricted .error a {color: #8a1f11;}

#restricted .notice {background: #fff6bf; color: #514721; border-color: #ffd324;}
#restricted .notice a {color: #514721;}

#restricted .success {background: #e6efc2; color: #264409; border-color: #c6d880;}
#restricted .success a {color: #264409;}

#tessuti {
	font-size: 0.9em;
}
#tessuti h2 {
	font-size: 1.6em;
	font-weight:bold;
	color:#3c69a1;
}
#tessuti ul, h4 {
	margin:0.7em;
}
#tessuti li {
	font-size: 0.8em;
	margin: 0 0 4px 0;
}
#tessuti p {
	font-size: 0.8em;
	padding: 0 12px 0 12px;
}




/*#product_container {
	position:relative;
	top:27px;
	float:right;
	width: 600px;
	background: #fff url('../pix/linguetta-top.png') 0 0 no-repeat;

}*/
#product_container {
	position:relative;
	width: 600px;
	background: #fff url('../pix/linguetta-top.png') 0 0 no-repeat;

}
#product_container .title {
	padding: 18px 0 10px 20px;
	margin: 0 0 0 57px;
	font-size: 2.3em;
	text-align: right;
	color: #222;
	border-bottom: 2px solid #47b57c;
}

#product_container .descr {
	padding: 10px 0 0 57px;
	font-size: 1em;
	text-align: justify;
	color: #222;
}

#product_container .dimensionlabel {
	padding: 10px 0 0 57px;
	font-size: 1em;
	color: #2e8c5b;
}

#product_container .dimensiontext {
	color: #222;
}

#product_container .vista {
	width: 320px;
	margin: 20px 0 20px 48px;
	border: 2px solid #ddd;
	padding: 4px;
	position:relative;
	float:right;
}

#product_container .cebox {
	position:relative;
	float:left;
	font-size: 0.7em;
	padding: 0 0 30px 34px;
	margin: 10px 0 0 59px;
	background: url('../pix/ce_xxs.gif') 0 4px no-repeat;
}
#product_container .icon img {
	position:relative;
	float:right;
	padding: 4px;
	margin: 20px 0 0 0;
	border: 2px solid #fff;
}
#product_container .explode {
	position:relative;
	margin: 0 auto;
}

#product_container .bottomline {
	width:600px;
	height: 48px;
	padding: 0;
	margin: 0;
	background: url('../pix/linguetta-bot.png') right 0 no-repeat;
}
#product_container .borderline {
	padding: 6px 0 0 0;
	margin: 0 50px 0 0;
	border-bottom: 2px solid #222;
}

.clear { clear:both }




















/* start photo gallery pergolati */

#galleria {
	width: 250px;
	text-align:left;
	padding: 0 0 0 0;

}

#galleria a {
	margin: 0 0 20px 0;
	width:70px;
	height:70px;
	text-decoration:none;
	outline: none; opacity:0.8; filter:alpha(opacity=80);  -moz-opacity:0.8;
}
#galleria a:hover {
	padding: 0;
	text-decoration:none; opacity:1.0; filter:alpha(opacity=100);  -moz-opacity:1.0;
}
#galleria img {
	margin: 0 7px 7px 0;
}

#galleriafoto {
	position: relative;
	margin: 0 115px 0 20px;
}
#galleriafoto .foto{
	position:absolute;
	padding:10px 18px 18px 18px;
	left:220px;
	top:-8px;
	width: 574px;
	height: 458px;
	overflow: hidden;
}

#galleriafoto .foto img {
	padding:6px 6px 6px 6px;
	border: 1px solid #ccc;
	background-color:#fff;
}

#textbox {
	font-size: 1em;
	color: #444;
	position: relative;
	float: left;
	margin: 0 0 0 4px;
	width: 264px;
	text-align: justify;
}
#textbox_alt {
	font-size: 1em;
	color: #444;
	position: relative;
	float: left;
	margin: 62px 0 0 4px;
	width: 264px;
	text-align: justify;
}
*:first-child+html #textbox_alt {
	margin: 2px 0 0 0;
	left: 10px;
}

*:first-child+html #textbox {
	margin: 2px 0 0 0;
	left: 10px;
}

/* end photo gallery  */

