/* =================== HTML BODY ======================= */

html, body
{
	padding:0px;
	margin:0px;
	font-size:11px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;/*	font-family:"Century Gothic", Futura, Verdana, Helvetica, sans-serif;
*/}
a
{
	text-decoration:none;
}
/* =================== CONTENT ======================= */
#main
{
	position:absolute;
	width:780px;
	height:430px;
	top:50%;
	left:50%;
	margin:-215px 0 0 -390px;
}
#piva
{
	position:absolute;
	width:12px;
	height:94px;
	top:50%;
	left:50%;
	margin:122px 0 0 394px;
}
#content
{
	position:relative;
	width:780px;
	height:390px;
	margin:auto;
}
#home_img
{
	width:780px;
	height:390px;
}
#mail_msg
{
	position:relative;
	width:780px;
	height:390px;
}
#mail_msg div
{
	font-size:14px;
	text-transform:uppercase;
	position:absolute;
	text-align:center;
	top:50%;
	left:30%;
}
/* =================== menu  ======================= */

#menu
{
	width:780px;
	height:40px;
	font-family:"Trebuchet MS", Futura, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px;
	margin:0px;
	background-color:#0099FF;
}
#menu ul
{
	position:relative;
	top:12px;
	left:0px;
	padding:0px;
	margin:0px;
	list-style:none;
}
#menu ul li
{
	display:inline;
	margin-left:12px;
}
#menu ul li a:link
{
	text-decoration:none;
}
.current
{
	background-color:#8a1228;
	border:none !important;
	border-style:none !important;
	padding:4px;
}
.current a
{
	color:#FFFFFF !important;
}
#logo
{
	position:relative;
	top:-10px;
	left:620px;
	width:155px;
}
#lingua
{
	position:absolute;
	left:520px;
}
/* =================== paging  ======================= */
.paging
{
	width:780px;
	height:40px;
}
.paging a
{
	text-decoration:none;
	outline: none;
	-moz-outline-style: none;
	font-size:30px;
}
.paging_l
{
	float:left;
	width:200px;
	text-align:left;
}
.paging_r
{
	float:right;
	width:200px;
	text-align:right;
}
#pages
{
	position:relative;
	top:20px;
	left:10px;
	padding:4px;
	width:500px;
	border:1px dotted #CCCCCC;
}
/* =================== pagina scheda prodotto  ======================= */

#scheda_prod
{
	position:relative;
	width:780px;
	height:390px;
}
#prod_img
{
	position:absolute;
	width:390px;
	height:390px;
}
#prod_des
{
	position:absolute;
	left:390px;
	width:390px;
	height:260px;
}
#prod_des p
{
	margin-left:10px;
	margin-right:10px;
	line-height:1em;
}
#prod_thumb
{
	position:absolute;
	left:390px;
	top:260px;
	width:390px;
	height:130px;
}
#prod_thumb img
{
	float:left;
	border:0px none;
}
.slide
{
	float:left;
	width:130px;
	height:390px;
}
/* =================== pagina prodotti ======================= */

#prod
{
	position:relative;
	width:780px;
	height:390px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#prod img
{
	border:0px;
	margin:0px;
	padding:0px;
	width:130px;
	height:130px;
}
.prod_list
{
	float:left;
	width:130px;
	height:130px;
	overflow:hidden;
	border:0px;
	margin:0px;
	padding:0px;
	position:relative;
}
#mask
{
	position:relative;
	height:390px;
	padding:0px;
	margin:0px;
}
/* =================== pagina bio ======================= */

#bio
{
	position:relative;
	width:780px;
	height:390px;
	padding:0px;
	margin:0px;
}
#bio_img
{
	width:390px;
	height:390px;
	float:left;
}
#bio_des
{
	width:390px;
	height:390px;
	float:left;
	overflow:auto;
	background-color:#FFF;
}
#bio_des p
{
	margin-left:10px;
	margin-right:10px;
}
/* =================== pagina ordini ======================= */

#ordini
{
	position:relative;
	width:780px;
	height:390px;
	padding:0px;
	margin:0px;
}
#ordini_des
{
	height:390px;
	float:left;
	overflow:auto;
	background-color:#FFF;
}
#ordini_des p
{
	margin-left:10px;
	margin-right:10px;
}
#ordini_des a span
{
	text-decoration:underline;
}
/* =================== pagina contatti ======================= */

#contact
{
	position:relative;
	width:780px;
	height:390px;
	padding:0px;
	margin:0px;
}
#contact form
{
	padding:4px;
	margin:0px;
	position:relative;
}
#contact form fieldset
{
	padding:5px;
	width:370px;
	border:1px solid #333333;
	background-color:#FFFFFF;
}
#contact form legend
{
	padding:5px;
	border:1px solid #000000;
	background-color:#FFFFFF;
	color:#333333;
}
.label
{
	float:left;
	width:120px;
}
#contact form div
{
	margin-bottom:10px;
}
#contact form input
{
	padding:0px;
	margin:0px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	width:200px;
}
#contact form input[type="text"]
{
	padding:0px;
	margin:0px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	width:200px;
}
#contact form input[type="submit"]
{
	padding:0px;
	margin:0px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	width:200px;
}
#contact form input[type="reset"]
{
	padding:0px;
	margin:0px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	width:200px;
}
#contact form textarea
{
	padding:0px;
	margin:0px;
	height:260px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}
/* =================== utils ======================= */

.spacer
{
	height:20px;
}
.left
{
	float:left;
}
.clear
{
	clear:both;
}
.separatore
{
	border-bottom:1px dotted #CCCCCC;
}
.border_1_b
{
	border-bottom:1px dotted #333333;
}
.w_360
{
	width:360px;
}
.tooltip
{
	display:none;
	position:absolute;
	text-transform:lowercase;
	width:130px;
	height:14px;
	text-align:center;
	top:50%;
	left:50%;
	margin:-8px 0px 0px -65px;
}
.tooltip_name
{
	padding:2px;
	background-color:#FFFFFF;
	color:#333;
	/* all other browser */
	opacity: .65;
	/* mozilla */
	-moz-opacity: 0.65;
	/*IE 8*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* for IE5-7 */
	filter:alpha(opacity=65);
}
.noborder
{
	border:none !important
}
