/**
 * tags
 **/
body {
	font-family: Tahoma, Arial, Verdana;
	margin:0;
	padding:0;
	border:0;
	color:#444;
	
	background: #412A24;
	/*background: #412A24 url(/images/sf.jpg) no-repeat top center;*/
	/*background: black url(/images/sfn.jpg) no-repeat top center;*/
}

* {
	font-size:10px;
}

h1 {
	color:#444444;
	font-family: Georgia;
	font-size:21px;
	line-height:18px;
}

h2 {
	color:#444444;
	font-family: Georgia;
	font-size:14px;
}

a {
	color:#555;
	text-decoration:none;
}
a:hover {
	color:orange;
}

img {
	border:none;
}



/**
 * Header, Footer e Container
 **/
#header {
	text-align:left;
	
	padding-top:5px;
	border-bottom:1px #CCC dashed;
	margin-bottom:10px;
	
	height:20px;
}

#header-logo {
	float:right;
}
#header-logo a {
	font-size: 12px;
}

#menu {
	float:left;
	list-style:none;
		
	margin:0;
	border:0;
	padding:0;
	padding-bottom:6px;
}

#menu li {
	margin:0;
	border:0;
	padding:0 15px 0 5px;
	
	float:left;
	list-style:none;
	position:relative;
	
	height:15px;
	border-left:1px #CCC solid;
}

#menu li a {
	font-size: 12px;
}

#footer {
	padding: 2px;
	
	text-align:left;
	border-top:1px #CCC dashed;
}

#footer-text {
	float:left;
	padding-top:15px;
	font-size: 12px;
}

#footer-text a b {
	font-size: 12px;
}

#footer-logo {
	float:right;
}



/**
 * Preview Box
 * Ovvero il piccolo box intorno alle thumb
 **/
.bigPreviewBox {
 	float:left;
	margin-right:15px;
	width:320px;
	height:480px;
	text-align:center;
	margin-bottom:15px;
	/*background: url(/images/loading.gif) no-repeat center center;*/
	background: url(/images/loading.gif) no-repeat 140px 120px;
 }
.bigPreviewBox.news {
	margin-bottom:0;
 }
 .news h1 {
 	width:300px; /* IE7 Fix */
 }
.previewBox {
	float:left;
	margin:0;
	padding:0;
	border:0;
	margin-right:8px;
	width:100px;
	height:150px;
	text-align:center;
	margin-bottom:15px;
	line-height:12px;
}
.previewBox.news {
	width:140px;
	height:220px;
}
.previewBox img {
	border:1px #BBBBBB solid;
}
.previewBox a:link,
.previewBox a:visited {
	color:#444444;
	text-decoration:none;
	font-weight:normal;
}
/*.previewBox a:hover {
	color:orange;
	text-transform: uppercase;
	font-weight:normal;
}*/
.previewBox a img:hover {
	border:1px orange solid;
}


/**
 * Box con ombra
 */
.shadowBox {
	float:left;
	width:139px;
	height:179px;
	background: url(/images/ombra_piccola.gif) no-repeat;
	text-align:center;
	padding-top:15px;
}
.shadowBox p {
	margin-top:5px;
}


/**
 * Varie
 */
 .toLeft {
 	float:left;
 }
 
.toRight {
 	float: right;
}

.continue {
	margin-right: 8px;
}

 .clear {
 	clear: both;
 }
 
 .paddingLeft {
 	padding-left:15px;
 }
 
div.contactBox {
	float:left;
	padding:15px;
	width:210px;
}
.contactBox h1 {
  	margin:0;
  	margin-bottom:5px;
  	padding-left:4px;
  	border-left:5px #5E3C33 solid;
}
.contactBox h2 {
	margin-top:5px;
	margin-bottom:0;
	padding-left:4px;
	border-left:5px orange solid;
}
.contactBox p {
	margin:0;
	padding:0;
	margin-bottom:15px;
}
.contactBox a {
	font-weight:bold;
	font-size:12px;
	padding-left:3px;
	border-left:5px orange solid;
}