/* 	********************************************************************************************** 

	*		LAYOUT GENERALE *
	*		Created:	 22/04/2009	 *
	*		Last update: *
	*		Client: Sigel		 		 *
	*		Nome gruppo di proprieta': Tamtamweb	 	     *
    *		Author: Katty Garcia		 		 *

   	********************************************************************************************** */

/* IMPOSTAZIONI GENERALI */

*, html {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: #976739 url(../img/bg.jpg) repeat-x left top;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 70%;
	color: #000;
	margin: 0px;
	padding: 0px;
}
:focus { -moz-outline-style: none; }
.clear {
	margin: 0;
	padding: 0;
	clear: both;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
img, img a {
	border: none;
}
.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}
/*TEXT STYLES*/
a, a:link, a:visited {
	color: #c83700;
	text-decoration: none;
}
a:hover {
	color: #c96800;
}
p {
	padding-bottom: 10px;
	color: #000;
	font-size: 13px;
	line-height: 14px;	line-height: 18px;
	text-align: justify;
	padding-bottom:20px;
}
span {
	color: #c83700;
	font-weight: bold;
}
.box p {
	line-height: 14px;
	text-align: left;
}
.titolo {
color: #f4df78;
font-size: 14px;
}

h1, h2, h3 {
	margin: 0;
	font-weight: ;
}
h1 {
	font-size:28px;
	color: #cc6600;
	height: 35px;
}
h2 {
	font-size: 18px;
	color: #fb9a00;
	margin-bottom: 20px;

}
h4 {
	font-size: 16px;
	font-weight: bold;
}
a {
	color: #ca9900;
	cursor: pointer;
}
a:hover {
	color: #643400;
}
a.link {
	background: #000;
	padding:3px 5px;
	color: #fff;
	
}
a.link:hover {
	background: #f4df78;
	color: #000;
}
.box h3 {
color: #963500;
font-size: 18px;
background: #ffea97;
padding: 10px 0 0 10px;
width: 95%;
display: block;	
margin-top: 10px;
margin-bottom: 10px;
height: 30px;
	}
.box.marrone h3 {
	background: #f2d7b5;
}
.error {
	color:#F00; margin:10px 0;
	background: url(../img/stop_24.png) no-repeat left top;
	padding-left: 30px;
}
/*layout*/

#wrap {
	width: 100%;
	height: 100%;
	background: url(../img/bgWrap.jpg) no-repeat scroll center top;
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
}
#container {
	width: 930px;
	margin: 0 auto;


}

#header {
	width: 930px;
	height: 498px;
	padding-top: 50px;
	display: block;
	background: url(../img/bgHeader.jpg) no-repeat center top;
	float: left;

}
/*safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0)  {  
#header { background-position: 2px top; }  
}
/*HEADER STYLES*/
.logo {
	width: 230px;
	height: 340px;
	background: url(../img/logo-trans.png) no-repeat 0 0;
	position: absolute;
	z-index: 1;
	text-indent: -9999px;
	top: 0;
	padding: 0;
	clear: both;

}
/*safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0)  {  
.logo { margin-left: 2px; }  
} 
.logo a {
	margin: 0;
	padding: 0;
	text-indent: ;
}
.lingue, .home {
	left: 300px;
	width: 600px;
	position: relative;
	float: left;
	cursor: pointer;
}
a.it, a.en {
	width: 75px;
	height: 20px;
	display: block;
	float: left;
	padding: 3px 0 0 5px;
}
a.it {
	background: url(../img/btnIT.jpg) no-repeat left top;
}
a.en {
	background: url(../img/btnEN.jpg) no-repeat left top;
}
a.it:hover{
	background: url(../img/btnIT.jpg) no-repeat left bottom;
}
a.en:hover {
	background: url(../img/btnEN.jpg) no-repeat left bottom;
}
.home {
	margin-top: 54px;
	text-indent: -9999px;
}
.home a {
	width: 70px;
	height: 24px;
	display: block;
	background: url(../img/btnHome.jpg) no-repeat left top;
}
.home a:hover {
	background: url(../img/btnHome.jpg) no-repeat left bottom;
}
.nav {
	margin-left: 42px;
	margin-top: 18px;
	padding-left: 183px;
	width: 662px;
	height: 76px;
	float: left;
	background: url(../img/bgNav.png) no-repeat left top;
}
/* Menu */
	ul#menu {
		width:845;
		height:76px;
		list-style:none;
		margin:0;
		padding:0;
		padding:0;

	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
		text-indent:-9999px;
		cursor: pointer;
	}
	
	/* Link - common attributes */
	ul#menu li a {
		background:url(../img/bgNavHover.png) no-repeat scroll 0 76px;
		display:block;
		height:76px;
		position:relative;
		
	}
	
	/* Specify width and background position attributes specifically for the class: "item" */
	ul#menu li a.item1 {width:80px;	}
	ul#menu li a.item2 {width:68px;	}
	ul#menu li a.item3 {width: 144px;}
	ul#menu li a.item4 {width: 156px;}
	ul#menu li a.item5 {width: 101px;}
	ul#menu li a.item6 {width: 70px;}

	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(../img/bgNavHover.png) no-repeat scroll 0 0;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "item" */
	ul#menu li a.item1 span {background-position:0 0;}
	ul#menu li a.item2 span {background-position:-80px 0px;}
	ul#menu li a.item3 span {background-position:-148px 0;}
	ul#menu li a.item4 span {background-position:-292px 0;}
	ul#menu li a.item5 span {background-position:-448px 0;}
	ul#menu li a.item6 span {background-position:-549px 0;}
	
	/* Class: "item" nel Li for the active page */
	ul#menu li.item1 {width: 80px; height: 76px; display: block; background:url(../img/bgNavHover.png) no-repeat 0 0; cursor: default; }
	ul#menu li.item2 {width: 68px; height: 76px; display: block; background:url(../img/bgNavHover.png) no-repeat -80px 0; cursor: default; }
	ul#menu li.item3 {width: 144px; height: 76px; display: block; background:url(../img/bgNavHover.png) no-repeat -148px 0; cursor: default; }
	ul#menu li.item4 {width: 156px; height: 76px; display: block; background:url(../img/bgNavHover.png) no-repeat -292px 0; cursor: default; }
	ul#menu li.item5 {width: 101px; height: 76px; display: block; background:url(../img/bgNavHover.png) no-repeat -448px 0; cursor: default; }
	ul#menu li.item6 {width: 70px; height: 76px; display: block; background:url(../img/bgNavHover.png) no-repeat -549px 0; cursor: default; }
#submenus {z-index:5; position:absolute; width:930px; margin-left:-465px; left:50%; top:245px; padding:0;}
.sottomenu {
	 background:#AF3D00; margin-left:210px; padding-top:20px; color:#fff;   display:none; width:120px;
}
.sottomenu li {
	color: #fff; border-bottom: 1px solid  #fdcc98; padding: 3px 10px; cursor: pointer;
}
.sottomenu li a {
	cursor: pointer;
	color: #fdcc63;
}
.sottomenu li a:hover {
	color: #fff;
}
#menu-prod {
	 margin-left:300px;
}
#slide {
	width: 845px;
	height: 302px;
	margin-left: 42px;
	padding-left: 0;
	display: block;
	background: url(../img/bgSlide.png) no-repeat 0 0;
	float: left;
}
#flashcontent img {
	padding-left: 6px;
	
}
#linee-prod {
	padding-left: 20px;
	padding-top: 70px;
}
ul#linee-prod, ul#lin-thumb, ul#prod-thumb {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 870px;
}
#linee-prod li, #lin-thumb li, #prod-thumb li {
	float: left;
	
}

#lin-thumb li a, #prod-thumb li a {
	float: left;
	margin: 0;
	padding: 10px;
	background: url(../img/bgThumbProd.jpg) no-repeat left top;
	text-align: center;
	width: 135px;
	margin-right: 15px;
	margin-bottom: 10px;
}
#lin-thumb li a span, #prod-thumb li a span {
	background-color: #ffe478;
	color: #643400;
	padding: 5px;
	margin:0 10px;
	display: block;
	width: 110px;
}
#lin-thumb li a:hover span, #prod-thumb li a:hover span {
	color: #fff;
	background-color: #c96800;
}
/*INFO STYLES*/
#info {
	width: 850px;
	padding: 20px 40px 20px 40px;
	background: url(../img/bgInfo.jpg) repeat-y scroll center top;
	float: left;

}
@media screen and (-webkit-min-device-pixel-ratio:0)  {  
#info { background-position: 2px top; }  
}
#info .linea1 {
	width:99%;
	background: url(../img/prodotti/gelateria_lin1/gel-artig-sicilia.jpg) no-repeat right top;
	float: left;
}
#info .linea2 {
	width:99%;
	background: url(../img/prodotti/marchio-sigel.jpg) no-repeat right top;
	float: left;
}
#info .linea3 {
	width:99%;
	background: url(../img/prodotti/sapori_lin3/logo-sapori.jpg) no-repeat right top;
	float: left;
}
#info .linea4 {
	width:99%;
	background: url(../img/prodotti/marchio-vecc-gel.jpg) no-repeat right top;
	float: left;
}
.box {
	width: 230px;
	height: 220px;
	background: url(../img/bgBoxGiallo.jpg);
	float: left;
	padding: 25px;
	
}
.box.marrone {
	background: url(../img/bgBoxMarrone.jpg);
}
a.btn, a.leggi, a.vedi, input.btn {
	width: 89px;
	height: 26px;
	background: url(../img/btn.gif) no-repeat 0 0;
	display: block;
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding-top: 10px;
	margin: 10px 0;
}
a.btn:hover, input.btn:hover {
	color: #83290a;
}
input.btn {
	height: 36px;
	cursor: pointer;
}
a.leggi {
	text-indent: -9999px;
	background: url(../img/btnLeggi.gif) no-repeat left top;
}
a.leggi:hover {
	background: url(../img/btnLeggi.gif) no-repeat left bottom;
}
a.vedi {
	text-indent: -9999px;
	background: url(../img/btnVedi.gif) no-repeat left top;
}
a.vedi:hover {
	background: url(../img/btnVedi.gif) no-repeat left bottom;
}
.retail, .catering {
	width:490px;  float:left; border-bottom:1px solid #efefef; height:25px; margin-right: 25px; margin-bottom: 25px;
}
.catering {
	width: 300px;
}
/*form-home styles*/
#box-form {
	width: 222px;
	margin: 0;
	padding:0 0 0 3px;
}
#box-form input {
	width: 216px;
	height: 25px;
	padding-left: 5px;
	background: url(../img/input1.jpg) no-repeat left top;
	border: none;
	color: #643400;
	margin-bottom: 2px;
	font-size: 12px;
}
#box-form textarea {
	font-size: 12px;
	width: 216px;
	height: 81px;
	padding-left: 5px;
	padding-top: 5px;
	background: url(../img/textarea1.jpg) no-repeat left top;
	border: none;
	color: #643400;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#box-form .btn {
	width: 57px;
	height: 29px;
	float: right;
	background: url(../img/btnForm.jpg) no-repeat left top;
	cursor: pointer;
	text-indent: -9999px;
	margin-top: 5px;
}
/*FOOTER STYLES*/
#footer {
	margin: 0 auto;
	width: 930px;
	height: 162px;
	background: url(../img/bgFooter.jpg) no-repeat center top;
}
@media screen and (-webkit-min-device-pixel-ratio:0)  {  
#footer { background-position: 2px top; }  
}
.linee {
	width: 880px;
	padding-top: 10px;
	padding-left: 50px;
	height: 120px;
	display: block;
	float: left;
}
.linee img {
	margin-right: 20px;
}
#footer p {
	width: 45%;
	color: #ffcc99;
	font-size: 14px;
	margin-left: 50px;
	float: left;
	padding-top: 10px;
}
.credits a{
	padding-top: 10px;
	float: right;
	padding-right: 55px;
	font-size: 11px;
	color: #ffcc99;
	margin: 0;
	display: inline;
}
.credits a:hover {
	color: #fff;
}
#su {
	float: left;
	text-indent: -9999px;
}
#su a {
	width: 72px;
	height: 27px;
	display: block;
	background: url(../img/linkTop.png) no-repeat left top;
}
#su a:hover {
	background: url(../img/linkTop.png) no-repeat right top;
}
.mappa {
	width: 500px;
	height: 230px;
	padding: 20px;
	background: url(../img/bgIframe.jpg) no-repeat left top;
	float: left;
	margin-right: 10px;
}
/*form styles */
.contatti label {
	background: #fef4db;
	border-bottom: 1px solid #feea9a;
	margin-top:6px;
	padding:4px;
	padding-left: 8px;
	display: block;
	width:180px;
	float:left;
	color: #643400;
	margin-bottom:5px;
}
input, select {
	width: 200px;
	height: 23px;
	background: url(../img/input.png) no-repeat;
	color: #320400;
	padding: 10px 0px 0px 8px;
	margin: 0;
	border: none;
}
.file {
	width: 250px;
	height: 23px;
	background: url(../img/input.png) no-repeat;
	color: #320400;
	padding: 5px 58px 5px 3px;
	margin: 0 5px;
	border: none;
	width: 148px;
	float: left;
	position: relative;
}
.contatti input, .contatti select  { margin:0 5px 5px 5px ; float:left;}
.contatti select { float:none; background:url(../img/bgSelect.png) no-repeat left top; width:428px; height:30px; padding:5px; margin:0 0 10px 5px;}
.contatti textarea {
	width: 635px;
	height: 200px;
	background: url(../img/bgTextarea.png) no-repeat;
	color: #320400;
	padding: 10px 0px 0px 8px;
	margin:0 0 0 5px;
	border: none;
	font-family: Arial, Verdana, sans-serif; font-size:12px;}
.opt { background: #f1e7d1; padding:5px; border-bottom:1px solid #e7d6b4;}

input.mail {
	width: 168px;
	background: url(../img/inputMail.png) no-repeat left top;
	padding-left: 40px;
}






















