﻿body{
	background-color:#FFF;
	color: #666666;
	font-size: 15px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0 auto;
	padding: 0px;
	line-height:20px;
}

a {
	text-decoration:none;
	color:#39F;
	}
	
a:hover {
	color:#A93256;
	}

a img { border: none; }



h1 {
	font-size:28px;
	margin:50px 20px 15px 20px;
	padding-bottom:10px;
	text-shadow: #CCC 2px 2px 2px;
	border-bottom:#999 dotted 2px;
}

h2 {
	font-size:20px;
	line-height:24px;
	margin:0;
	color:#999;
}

p  {
	
	margin:5px 0 5px 0;
	padding:0;
}

ol li {
	margin:0 0 20px 0;
	padding:0;
}
/* DIVs
----------------------------------------------------------------- */

#header {
	background: url(../images/bk_header_1.gif) repeat-x center bottom;
	font-size: 13px;
	margin: 0px auto 0px;
    width: 100%;
	height:200px;
	}
	
#wrapper {
	margin: 0px auto 50px;
	padding:0;
    width: 1020px;
	/*border-top: 5px solid #000;*/
	}

#footer {
	float:left;
	background: url(../images/bk_footer.jpg) repeat-x;
	margin:0;
	padding:0;
    width: 100%;
	height:140px;
	/*background-color:#666;*/
	}
	
#logo {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	}
	
#logo h1 {
	display:none;
	}

#logo_mirage {
	float:right;
	margin: 30px 50px 0 0;
	padding:0;
	}

#TopMenu_container {
	float:left;
	background: url("") repeat-x left top;
	margin:5px 0 0 0;
	padding:0;
	width:100%;
	float:right;
	/*border-left:1px solid #333;*/
}

#img_wrap {
	float:left;
	background: #fff;
	padding:20px;
    width: 980px;
	
	}


/* CLASSES
----------------------------------------------------------------- */

.container_full{
	float:left;
	padding:20px;
    width: 980px;
	text-align:justify;
	}
	
.product_container {
	float:left;
	margin:10px 0 10px 20px;
    width: 730px;
	height:440px;
	background-color:#CCC;
	}
	
.product_div {
	float:left;
	margin:20px;
	padding:0;
    width: 980px;
	border-top: 1px dashed #999;
	}

.product_content {
	float:left;
	margin:0 0 0 20px;
	padding:0;
    width: 700px;
	text-align:justify;
	}
	
.product_prospect {
	float:left;
	margin:0 0 20px 20px;
	padding:0 0 0 19px;
    width: 260px;
	border-left: 1px dashed #999;
	}
	
	
/* TOP MENU
----------------------------------------------------------------- */



#topMenu {
	padding: 0;
	margin: 0 0 0 150px;
	list-style-type: none;
}

#topMenu ul {}

#topMenu li {
	float:left;
	display: inline; /* Menu links are horizontally aligned using display: inline */
 	font-family:"Arial", Helvetica, sans-serif;
	font-size:18px;
	border-right:1px solid #FFF;
	margin:5px 0 0 0;
}
 
#topMenu li a {
	padding: 5px 20px 5px 20px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
	color: #FFF; /* background: url(../images/#) no-repeat left top;  Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */
 	font-weight: bold;
	text-decoration:none;
	background:#;
	
}
 
#topMenu li a:hover {
	color:#09C; 	/* background: #333 url(../images/#) no-repeat left bottom; */
}



/* FOOTER MENU
----------------------------------------------------------------- */

#footerMenu {
	float:left;
	margin:30px 0 0 50px;
}

#footerMenu ul {
text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
/*margin:  0 5px 0;  Just some margin to align the blue border below the menu */
 }

#footerMenu li {
	display: inline;
	border-right:1px solid #fff;
	font-size:10px;
	color:#fff;
	padding-right:10px;
}

#footerMenu li a {
	font-size:10px;
	padding: 0px 10px 0px 10px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#footerMenu li a:hover {
	color:#94CDE2;
}


/* SLIDER 
----------------------------------------------------------------- */

#slider_wrap {
	float:left;
	background: #fff;
	padding:20px;
    width: 980px;
	/*border-top: 5px solid #000;*/
	}

#slides {
	margin: 0;
    width: 980px;
	/*border: 1px solid #000;*/
	}

#slides p {
	margin:0;
	padding: 0 1em;
	font-size:20px;
	position: relative;
	top:-50px;
	line-height:50px;
	height:50px;
	background:black;
	opacity:.7;
	filter:alpha(opacity=70);
	color:#FFF;
	text-align:center;
}

.hidden { display: none; }

#prev_btn a img {
	float: left;
	display: block;
	background: transparent url(../images/prev_btn.png) no-repeat;
	margin: 270px 0 0 0;
	width: 20px;
	height: 40px;
	position: absolute;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}


#next_btn a img {
	float: right;
	display: block;
	background: transparent url(../images/next_btn.png) no-repeat;
	margin: 270px 0 0 960px;
	width: 20px;
	height: 40px;
	position: absolute;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}

#next_btn a:hover img, #prev_btn a:hover img {
	background-position: -20px 0;
	}


/*PIX CONTAINER
----------------------------------------------*/

#pix_container {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#pix_container li {
	float: left;
	width: 480px;
	height:218px;
	/*background: url(../images/pix_container.gif) no-repeat left top;*/
	margin: 4px 0 4px 18px;
	border: #CCC 1px solid;
}

#pix_container li a {
	float: left;
	width: 480px;
	height:218px;
	/*background: url(../images/pix_container.gif) no-repeat left top;*/
}

/*#pix_container li :hover {
	background-position: left -240px;
	color:#CCC;	
}*/

#pix_container img {
	margin: 0 0 0 10px;
	border:none;
	position: absolute;
	display: block;
	z-index:20;
}

#pix_container p {
	margin: 90px 0 0 260px;
	font-size:30px;
	line-height:28px;
	background:fixed; /* importante per non avere ulteriore backgroung sulla scritta*/
	position: absolute;
	z-index:9;
	display: block;
	width: 220px;
}


.red_button {
	background: url(../images/red_button.jpg) no-repeat left top;
}

.red_button :hover {
	background: url(../images/red_button.jpg) left -220px;

}

.green_button {
	background: url(../images/green_button.jpg) no-repeat left top;
}

.green_button :hover {
	background: url(../images/green_button.jpg) left -220px;

}

.blue_button {
	background: url(../images/blue_button.jpg) no-repeat left top;
}

.blue_button :hover {
	background: url(../images/blue_button.jpg) left -220px;

}

.orange_button {
	background: url(../images/orange_button.jpg) no-repeat left top;
}

.orange_button :hover {
	background: url(../images/orange_button.jpg) left -220px;
	
}

.pix_button {
	background: url(../images/pix_button.jpg) no-repeat left top;
}

.pix_button :hover {
	background: url(../images/pix_button.jpg) left -220px;
	
}



/*GALLERY PIX CONTAINER
----------------------------------------------*/

#gallery_container {
	padding:0;
	margin:0;
	list-style-type: none;
}

#gallery_container li {
	float: left;
	width: 220px;
	height:123px;
	margin: 10px 0 20px 20px;
}

#gallery_container li a {
	float: left;
	background: #FFF;
	width: 220px;
	height:123px;
	border:#999 solid 5px;
}

#gallery_container li :hover {

}

#gallery_container img {
	margin:0;
	border: none;
}

#gallery_container p {	
	text-align:center;
	padding:0;
}

#gallery_container a img:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}


/*FLAG
----------------------------------------------*/

#flag_ita a img {
	float: left;
	display: block;
	background: url(../images/flags/flag_ita.png) no-repeat;
	margin:10px 0 10px 0;
	width: 100%;
	height: 30px;
	overflow: hidden;
	}


#flag_eng a img {
	float: left;
	display: block;
	background: url(../images/flags/flag_eng.png) no-repeat;
	margin:10px 0 10px 0;
	width: 100%;
	height: 30px;
	}

#flag_ita a:hover img, #flag_eng a:hover img {
	background-position: left -30px;
	}
