@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
p {
	display: block;
	margin-bottom: 10px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
* {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
input, textarea {
	font-weight: normal;
	color: #000;	
}
body {
	background-color: #000;
	background-image: url(../interface/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
min-height: 100%; /*Sets the min height to the
                        height of the viewport.*/
    width: 100%;
    height: 100%;}
#wrap {
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#w {
	height: 100%;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 5;
}
#container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -480px;
	position: absolute;
	z-index: 10;
	left: 50%;
}
body>#bottom {
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -200px;
}
#menu_top {
	float: right;
	font-size: 12px;
	padding: 5px;
}
#header {
	width: 960px;
	text-align: center;
}
#header img {
	padding-top: 30px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	width: auto;
}
.block, .block_big {
	width: 318px;
	display: block;
	float: left;
}
.block_top, .block_top_big {
	width: 318px;
	background-image: url(../interface/block_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}
.block_left, .block_left_big {
	width: 318px;
	background-image: url(../interface/block_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.block_right, .block_right_big {
	width: 318px;
	background-image: url(../interface/block_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.block_main, .block_main_big  {
	display: block;
	margin-left: 20px;
	background-image: url(../interface/block_back.png);
	width: 278px;
	padding-top: 10px;
	height: 450px;
	background-color: #000;
	background-repeat: repeat-x;
}
.block_main_big {
	width: 582px;
	padding: 10px;
}
.block_big, .block_left_big, .block_right_big, .block_top_big {
	width: 642px;
}
.block_top_big {
	background-image: url(../interface/block_top_big.png);
}
a.button {
	display:block;
	height:60px;
	margin-bottom:10px;
	text-decoration:none;
	background-image: none;
	background-repeat: repeat-x;
	background-position: center center;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	color: #FC0;
}
a:hover.button {
	background-image: url(../interface/button.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.button img, .button2 img  {
	text-indent:30px;
	display:block;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
}
.button h2 {
	color: #FC0;
}
.button p {
	font-size: 12px;
}
ul.thumb {
	list-style: none;
	padding: 10px;
	display: inline-block;
	text-align: justify;
	width: 100%;
}
ul.thumb li {
	margin: 0;
	padding: 5px;
	float: left;
	position: relative;
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0;
	top: 0;
	-ms-interpolation-mode: bicubic;
}
ul.thumb li img.hover {
	border: none;
	background: none;
	background-image: url(../interface/thumb_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.red {
	color: #ffcc00;
}
/* content */
#cat {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: 15px;
	font-style: oblique;
}
#cat a, #cat a:hover {
	text-decoration: none;
	color: #ffcc00;
}
#cat a:hover {
	color: #666;
}
#pager {
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.page_selected {
	color: #69A3DD;
}

#pager a, #pager a:hover {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
#pager a:hover {
	color: #F90;
}
#titolo {
	font-size: 16px;
	color: #FC0;
	text-decoration: none;
	display: block;
}
#titolo_home {
	font-size: 12px;
	color: #ffcc00;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin-bottom: 10px;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

#data {
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
	display: block;
}
#sottotitolo {
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	display: block;
}
#main_testo {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	display: block;
	margin-top: 20px;
}
#main_testo a {
	font-size: 14px;
	color: #ffcc00;
	text-decoration: none;
	vertical-align: middle;
	margin: 10px;
	font-weight: bold;
}
#main_testo a:hover {
	color: #666666;
}


#dettagli_titolo {
	color: #CF0F1D;
}
#dettagli {
	color: #000000;
	font-style: italic;
	font-size: 12px;
}
.sub, .sub:hover {
	text-decoration: none;
	display: list-item;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffcc00;
	color: #ffcc00;
}
.sub:hover {
	background-color: #efefef;
	color: #666;
}
.sub_testo {
	font-size: 12px;
	color: #ffcc00;
	text-decoration: none;
	display: block;
}
.sub_titolo {
	font-size: 14px;
	text-decoration: none;
	display: block;
	color: #666;
	font-weight: bold;
}
#file {
	width: 100%;
	margin: 5px;
	text-align: left;
}
#file a, #file a:hover {
	color: #ffcc00;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#file a:hover {
	color: #666;
}
#gallery {
	width: 100%;
	text-align: center;
}
.gallery_down {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
a.gallery_down , a.gallery_down:hover {
	font-size: 14px;
	color: #C3C3C3;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	border: 1px solid #C3C3C3;
	padding: 0px;
	margin: 2px;
	font-style: italic;
}
a.gallery_down:hover {
	color: #FFF;
	background-color: #ffcc00;
	border: 1px solid #ffcc00;
}
a.gallery_down img {
	margin: 0px;
	padding: 0px;
}
strong, b {
	color: #ffcc00;
	font-weight: bold;
}
#main_testo_home {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	display: block;
}




label {
	width: 11em;
	float: left;
}
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
p { clear: both; }
.submit { margin-left: 12em; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; width:20px;}
