/* --- CSS Reset --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, strong, 
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: inherit;
  font-size: 100%;
  font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
  vertical-align: baseline;
}

/* --- Base Tags --- */

body {
	background: #ebecec url(../img/body_bkgd.png) repeat-x top left;
}

a {
	outline: none;
	text-decoration: none;
}

input {
	font-size: 9px;
	line-height: 9px;
	padding: 2px;
	width: 100px;
	color: #333;
	border: 0px;
}

h1 {
	font-size: 18px;
	line-height: 22px;
	color: #666;
	text-transform: uppercase;
	margin: 0px 12px 15px 12px;
}

h2 {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	text-transform: uppercase;
	margin: -10px 12px 15px 12px;
}

p, td {
	margin: 0px 12px 4px 12px;
	font-size: 11px;
	line-height: 16px;
	color: #888;
}

em {
	font-style: italic;
}

strong {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
/* --- Grid --- */

.grid_full {
  width: 961px;
  margin: auto;
}

.grid-w3 {
  float: left;
  width: 714px;
}

.grid-w2 {
  float: left;
  width: 472px;
}

.grid-m1 {
  float: left;
  width: 0px;
  height: 1px;
}

.grid-c1 {
  float: left;
  width: 230px;
}

.grid-m2 {
  float: left;
  width: 12px;
  height: 1px;
}

.grid-c2 {
  float: left;
  width: 230px;
}

.grid-m3 {
  float: left;
  width: 12px;
  height: 1px;
}

.grid-c3 {
  float: left;
  width: 230px;
}

.grid-m4 {
  float: left;
  width: 12px;
  height: 1px;
}

.grid-c4 {
  float: left;
  width: 235px;
}

.grid-h1 {
	display: block;
	height: 310px;
	background: #fff;
}

/* -- by class -- */

.tag_news, .tag_pics, .tag_press {
	position: absolute;
	z-index: 10;
	margin-left: 10px;
	display: block;
	width: 34px;
	height: 16px;
	background: url(../img/tag_news.png) no-repeat top left;
}
.tag_pics {
	background: url(../img/tag_pics.png) no-repeat top left;
}
.tag_press {
	background: url(../img/tag_press.png) no-repeat top left;
}

.img_home {
	margin-bottom: 25px;
}

.continue {
	background: url(../img/arrow_red.png) no-repeat center right;
	padding-right: 9px;
	color: #f00;
}

.textlabel {
	font-size: 11px;
	line-height: 16px;
	color: #444;
}

/* --- By ID --- */

#header {
	display: block;
	height: 155px;
	background: url(../img/header_bkgd_noediz.png) no-repeat top left;
	margin-bottom: 5px;
}

#backhome {
	position: absolute;
	display: block;
	width: 145px;
	height: 60px;
	margin-top: 17px;
}

#header_search {
	position: absolute;
	display: block;
	width: 145px;
	height: 20px;
	margin: 29px 0px 0px 827px;
	
}

#startsearch {
	display: block;
	width: 13px;
	height: 13px;
	float: left;
	cursor: pointer;
}

#header_search input {
	font-size: 9px;
	line-height: 9px;
	padding: 2px;
	width: 100px;
	color: #333;
	border: 0px;
}

#header_menu {
	padding: 60px 0px 0px 435px;
}

#but_festival, #but_storia, #but_iscrizione, #but_info, #but_press, #but_contatti, #but_sponsor, #but_news {
	display: block;
	height: 32px;
	float: left;
	margin-right: 20px;
}
#but_festival:hover, #but_storia:hover, #but_iscrizione:hover, #but_info:hover, #but_press:hover, #but_contatti:hover, #but_sponsor:hover, #but_news:hover, .activemenu {
	height: 31px;
	border-bottom: 1px solid red;
}

#but_festival {
	width: 62px;
	background: url(../img/but_festival.png) no-repeat top left;
}
#but_storia {
	width: 56px;
	background: url(../img/but_storia.png) no-repeat top left;
}
#but_iscrizione {
	width: 63px;
	background: url(../img/but_iscrizione.png) no-repeat top left;
}
#but_info {
	width: 55px;
	background: url(../img/but_info.png) no-repeat top left;
}
#but_press {
	width: 37px;
	background: url(../img/but_press.png) no-repeat top left;
}
#but_news {
	width: 29px;
	background: url(../img/but_news.png) no-repeat top left;
}
#but_contatti {
	width: 51px;
	background: url(../img/but_contatti.png) no-repeat top left;
}
#but_sponsor {
	width: 110px;
	background: url(../img/but_sponsor.png) no-repeat top left;
	margin-right: 5px;
}

#submenu {
	/*position: absolute;
	margin: 35px 0px 0px 456px;*/
	padding-right: 9px;
	float: right;
	margin-top: 5px;
}
#submenu_content a, #submenu_content {
	text-transform: uppercase;
	font-size: 9px;
	line-height: 25px;
	color: #a00;
}
#submenu_content a:hover {
	color: #ddd;
}

#lang {
	float: right;
	margin-right: 3px;
	margin-top: 15px;
	font-size: 10px;
	background: url(../img/arrow_grey.png) no-repeat center right;
	padding-right: 9px;
	color: #666;
}

#subscribe, #accreditation {
	display: block;
	width: 230px;
	height: 310px;
	background: url(../img/banner_iscrizioni.png) no-repeat top left;
}
#accreditation {
	background: url(../img/banner_accrediti.png) no-repeat top left;
}

#subscribe_go, #accreditation_go {
	position: absolute;
	margin-top: 234px;
	margin-left: 125px;
	display: block;
	width: 90px;
	height: 22px;
}

#tffdb {
	display: block;
	width: 235px;
	height: 119px;
	background: url(../img/tffdb_bkgd.png) no-repeat top left;
}
#searchtitle {
	position: absolute;
	width: 140px;
	margin: 55px 0px 0px 32px;
}
#searchdirector {
	position: absolute;
	width: 140px;
	margin: 79px 0px 0px 32px;
	float: left;
}
#startsearchdb {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	cursor: pointer;	
	margin: 77px 0px 0px 194px;
}

#detail_title, #detail_cast, #detail_synopsis, #detail_director, #detail, #detail_sezioni, #detail_film, #detail_premi, #detail_cronache, #entryform {
	width: 674px;
	background-color: #fff;
	margin-bottom: 12px;
	padding: 0px 20px 10px 20px;
}

#detail_title {
	display: block;
	height: 109px;
	padding-top: 20px;
}

#detail {
	padding-top: 20px;
}
#detail ul, #detail_sezioni ul, #detail_film ul, #detail_premi ul {
	margin-top: 0px;
}
#detail li, #detail_sezioni li, #detail_film li, #detail_premi li {
	width: 640px;
	margin-left: 12px;
	padding: 5px 0px 5px 12px;
	background: url(../img/arrow_red.png) no-repeat center left;
	list-style-type: none;
	border-bottom: 1px solid #dedede;
}
#detail a, #detail_sezioni a, #detail_film a, #detail_title a, #detail_premi a {
	font-size: 11px;
	text-decoration: none;
	color: #666;
}
#detail a:hover, #detail_sezioni a:hover, #detail_film a:hover,#detail_title a:hover, #detail_premi a:hover {
	color: #f00;
}

#tag_cast, #tag_synopsis, #tag_director, #tag_premi, #tag_sezioni, #tag_film, #tag_cronache {
	cursor: pointer;
	display: block;
	width: 714px;
	height: 36px;
	background-color: #fff;
	background-image: url(../img/tag_cast.png);
	background-repeat: no-repeat;
	background-position: 30px 0px;
}
#tag_director {
	background-image: url(../img/tag_regia.png);
}
#tag_synopsis {
	background-image: url(../img/tag_sinossi.png);
}
#tag_premi {
	background-image: url(../img/tag_premi.png);
}
#tag_sezioni {
	background-image: url(../img/tag_sezioni.png);
}
#tag_film {
	background-image: url(../img/tag_film.png);
}
#tag_cronache {
	background-image: url(../img/tag_cronache.png);
}

#tffdb_search {
	z-index: 10px;
	display: block;
	width: 714px;
	height: 320px;
	background: url(../img/tffdb_search.png) no-repeat top left;
}

#entryform {
	padding-top: 20px;
}
#entryform input {
	width: 480px;
	border: 1px solid #ccc;
}
#entryform textarea {
	width: 480px;
	height: 90px;
	border: 1px solid #ccc;
}
#entryform a {
	color: #dd0000;
}
#entryform a:hover {
	color: #333;
}
#entryform h5 {
	text-transform: uppercase;
	color: #dd0000;
	padding-bottom: 1px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #aaa;
	margin-top: 15px;
}

#entryform .submit {
	width: 150px;
}

#gallery_box {
	display: block;
	width: 472px;
	height: 310px;
	overflow: hidden;
}

#gallery div.gallery_box ul {
clear:both;
display:block;
float:left;
height:410px;
position:relative;
}

#gallery li {
	width: 472px;
	float: left;
}

.gallery_left, .gallery_right {
	z-index: 10;
	position: absolute;
	margin-top: 139px;
	display: block;
	width: 16px;
	height: 31px;
	background: url(../img/gallery_left.png) no-repeat top left;
}

.gallery_right {
	margin-left: 456px;
	background: url(../img/gallery_right.png) no-repeat top left;
}

#footer {
	height: 90px;
	margin: 25px 0px 0px 0px;
	background: url(../img/footer_bkgd.png) repeat-x top left;
}

#footer_content {
	height: 140px;
	background: url(../img/mdc_logo.png) no-repeat center right;
}

#map {
	background: url(../img/tag_map.png) no-repeat top left;
	padding-top: 20px;
}

#map p, #map a, #map strong {
	text-transform: uppercase;
	font-size: 9px;
	line-height: 16px;
	color: #666;
}

#map p {
	margin: 1px;
	padding bottom: 1px;
	/*border-bottom: 1px dotted #cdcdcd;*/
}

#radio {
	margin-top: 10px;
	display: block;
	width: 235px;
	height: 122px;
	background: url(../img/radiocinema.png) no-repeat top left;
}



