@charset "utf-8";
/* *************************************************************/
/* ********************** Page styles *************************/
/* *************************************************************/
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCCCCC;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	width:800px;
	margin:0 auto;
	position: relative;
	background-color: #FFF;
/*	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/bk_container.gif);
	*/
}
#header{
	height: 110px;
	background-image: url(../images/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#header_bk_fade, #footer_bk_fade{
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	background-image: url(../images/bk1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 11px;
	width: 578px;
	margin-left: 211px;
}
#footer_bk_fade{
	border-top-width:1px;
	border-top-color:#CCCCCC;
	background-image: url(../images/bk3.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 11px;
	width: 578px;
	margin-left: 211px;
}
#left_column{
	width:200px;
	position: absolute;
	left: 0px;
	top: 110px;
}
#mainContent{
	width: 560px;
	left: 200px;
	margin-left: 200px;
	background-image: url(../images/bk2.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 6px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.flash_homepage{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	font-style: italic;
	background-color:white;
	text-align:left;
	margin-left:0px;
	padding: 0px;
}
#footer{
	display:block;
	text-align: center;
	padding: 5px;
	background-color: #f6f6f6;
	background-image: url(../images/bk_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#footer a{
	font-size:0.6em;
	color:#666666;
}
/* *************************************************************/
/* ********************** Images styles ************************/
/* *************************************************************/
#logo{
	float: left;
}
#logo img{
	padding:5px 0px 5px 8px;
	float: left;
}
div.pic{
	float:left;
	margin: 0 10px;
	padding:0 0 27px 0;
	background: url(../images/shadow_200x27.png) no-repeat bottom center;
}
div.pic img{
	display: block;
	border: 1px solid;
    border-color: #CCC #CCC #AAA #CCC;
    padding: 5px;
	background: #f6f6f6;
}
/* *************************************************************/
/* ********************** Photogalleries ***********************/
/* *************************************************************/
ul #photogallery, ul#photogallery100{
	margin:0;
	padding:0;
	list-style-type:none;
}
ul#photogallery li{
	float: left;
	margin: 10px 20px 10px 10px;
	padding:0 0 27px 0;
    background: url(../images/shadow_200x27.png) no-repeat bottom center;
}
ul#photogallery100 li{
	float: left;
	margin: 10px 10px 10px 10px;
	padding:0 0 12px 0;
	background: url(../images/shadow_90x12.png) no-repeat bottom center;
}
ul#photogallery li img, ul#photogallery100 li img{
	display:block;
	border:1px solid;
    border-color: #CCC #CCC #AAA #CCC;
    padding: 5px;
	background: #f6f6f6;
}
.vetrina {
	font-style: italic;
	background-color:white;
	text-align:left;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding:10px 0px;
}
.vetrina p{
	font-size: 0.7em;
	background-color: #FFFFCC;
	margin: 0px 10px 0px 245px;
	display: block;
	padding: 5px;
}

/* *************************************************************/
/* ********************** Text styles **************************/
/* *************************************************************/
h1 {	/* titoli principali */
	font-size: 0.9em;
	font-weight: bold;
	text-align:left;
	color: white;
	background-color:#FF9933;
	padding-left:21px;
	display: block;
	margin-top: 5px;
	margin-right: -9px;
	margin-bottom: 5px;
	margin-left: -9px;
	padding-top: 2px;
	padding-right: 21px;
	padding-bottom: 2px;
}
h2 {
	font-size: 0.9em;
	font-weight: bold;
	text-align:left;
	color: #FF9933;
	margin: 10px 10px 5px 10px;
	display: block;
	height: 1.3em;
	padding-bottom: 11px;
	background-image: url(../images/bk3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
}
h2 a{
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	text-align:left;
	color: #FF9933;
	margin: 0px 10px 3px 245px;
	display: block;
	padding: 0px 5px;
}
h4 {		/*titolo sezioni opere */
	font-size: 0.9em;
	font-weight: bold;
	text-align:left;
	color: white;
	background-color:#FF9933;
	padding-left:259px;
	display: block;
	margin-top: 5px;
	margin-right: -9px;
	margin-bottom: 0px;
	margin-left: -9px;
	padding-top: 2px;
	padding-right: 21px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
}
h4 a{
	font-size: 0.7em;
}
.normal_text, #azienda{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #444444;
	text-align: left;
}
.textblock {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: left;
}
#azienda{
	margin: 10px 100px;
}
.divblock {
	display: block;
	margin: 0 10px;
	text-align: justify;
	clear: right;
}
.clearright {
	clear: right;
}
.read_more {
	font-size: 0.6em;
	font-style: italic;
	color: #FF9933;
	text-decoration: none;
}

