/**************** body and tag styles ****************/
/* Zero-ing */
html, body, ul, li, p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	border: 0;
}

html{
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;	  
	background: #990000 url(img/background.gif) repeat-y center;
	height: 100%;
}

#container {
	width: 750px;
	margin: 0 auto;
	color: #333333;
	height: 100%;
	position: relative;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	font: 11px/1.6em Verdana, Arial, Helvetica, sans-serif;
}

/* Per browsers Standard Compliant (non IE) */
body > #container{
	height: auto;
	min-height: 100%;
	overflow: auto;
	padding-bottom: 30px;
}
		
#container2 {
	width: 746px;
	margin: 0 auto;
	color: #333333;
	background: url(img/sidebar.gif) repeat-y left top;
	padding: 0 0 30px 0;
	font-size: 12px;
}

.elenco{
	margin-left: 10px;
	padding-bottom: 10px;
	list-style: none;
}

.elenco li{
	padding-left: 15px;
	background-image: url(img/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

h1 {
	color: #990000;
	margin-bottom: 30px;
	font: normal 32px Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}
		
h2 {
	color: #990000;
	font: 20px Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}

h3 {
	color: #b63a41;
	font: 17px Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}

a {
	color: #CC6666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

/**************** images styles ****************/		
a img{
  border: none;
}

img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #a0a0a0;
}

img.left {
	float: left;
	margin: 5px 12px 5px 0;
}

img.center {
	display: block;
	margin: 0 auto 5px auto;
}

img.right {
	float: right;
	margin: 5px 0 5px 12px;
}

img.icon {
	float: left;
	margin: 0 12px 5px 0;
}


/**************** form styles ****************/
form {
	float:right;
	font-size: 9px;
}
		
input {
	background-color: #FFFFFF;
	color: #999999;
	border: 1px solid #CC6666;
	font-size: 11px;
	padding: 3px;
}

textarea {
	background-color: #FFFFFF;
	color: #999999;
	border: 1px solid #CC6666;
	font-size: 11px;
	padding: 3px;
}
		
.button {
	padding: 2px;
	color: #FFFFFF;
	border: 1px solid #800000;
	font-size: 11px;
	background: #CC6666;
}

/**************** header styles ****************/
#header {
	width: 740px;
	border: 0px;
	padding-top: 10px;
	clear: both;
}

#header img { 
	margin-left: 30px;
}

/**************** menu styles ****************/
#tabs10 {
	float:left;
    width: 100%;
    font-size:93%;
	padding-bottom: 1px;
	border-bottom:4px solid #800000;
    line-height:normal;
}

/* Per browsers Standard Compliant (non IE) */
#container > #tabs10{
	width: 99%;
	background: #FFFFFF;
}

#tabs10 ul {
	margin:0;
	padding:10px 10px 0 210px;
	list-style:none;
}

#tabs10 li {
	display:inline;
    margin:0;
    padding:0;
}

#tabs10 a {
	float:left;
	background:url("tableft10.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs10 a span {
	float:left;
    display:block;
    background:url("tabright10.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#FFF;
}

#tabs10 a span {
	float:none;
}

#tabs10 a:hover {
	background-position:0% -42px;
}

#tabs10 a:hover span {
	background-position:100% -42px;
}

/**************** content styles ****************/
#content {
	width: 520px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
		
#content p {
	padding: 5px 0;
	text-align: justify;
}

.end_section{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
}

/**************** sidebar styles ****************/
#sidebar {
	width: 175px;
	padding: 10px 10px 10px 16px;
	float: left;
	font-size: 11px;
}

#sidebar h2{
	font-size: 18px;
}

#sidebar h3{
	padding: 5px 2px;
	font-size: 14px;
}

#sidebar #lastworks{
	margin: 5px;
	border: 1px dashed #CCCCCC;
}

#sidebar #workinprog{
	margin: 5px;
	border: 1px dashed #CCCCCC;
}

#sidebar #lastworks p, #sidebar #workinprog p{
	font-size: 10px;
	border-bottom: none;
	padding: 5px;
}

#sidebar p {
	padding: 5px 0 10px;
	border-bottom: 1px solid #DDDDDD;
}

/**************** footer styles ****************/
#footer {
	margin: 0 auto;
	height: 25px;
	clear: both;
	width: 100%;
	background: #800000 url(img/footer.gif) repeat-x top;
	bottom: 0;
	position: absolute;
}

#footer p {
	color:#FFFFFF;
	text-align: center;
}
		
#footer p a {
	color: #FFFFFF;
	font-weight:100;
	border-bottom: 1px dashed #ffffff;
}
		
#footer p a:hover {
	color: #800000;
	text-decoration: none;
	background: #FFFFFF;
	border-bottom: 1px solid #000000;
}



#contatti{
	width: 100%;
}

.fl_left{
	float: left;
}

.fl_right{
	float: right;
}

.box_recensioni{
	height: 80px;
}

.box_recensioni p{
	margin-top: 30px;
}

.box_sottotitolo{
	margin-left: 75px;
}






div.left,div.center,div.right {
	padding: 4px;
	border: 1px solid #a0a0a0;
}

div.left {
	float: left;
	margin: 5px 12px 5px 0;
}

div.center {
	display: block;
	margin: 0 auto 5px auto;
}

div.right {
	float: right;
	display: inline;
	margin: 5px 0 5px 12px;
}

div.right p{
	font-size: 9px;
	text-align: right;
}