/*-------------------------------------------
venicecomicartfest
- - - - - - - - - - - - - - - - - - - - - - -
Description:	Base setup styles
Filename:		venicecomicartfest.css
Theme Name:     
Theme URI:      http://www.intersezione.com
Version:		1 beta
Date:			SET 6, 2008
Author:         Intersezione srl
Company:        Intersezione srl
Please: 
        
/*=========================================================================================== Global Reset */

* {
	margin:0;
	padding:0;
}

html,body{
	margin:0;
	padding:0;
}

body {
	font-size:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background:#000;
}

img {
	border: 0;
}

a:link,a:visited {
	color: #FF9900; 
	text-decoration: none;
}

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

a:focus{
	outline:0; 
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1 {
	position: absolute;
	top: -99999px;
	left: -99999px;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size:100%;
}

p {
}	

::-moz-selection {
	background:#ccc;
	color:#000;
}

::selection {
	background:#fff;
	color:#000;
}

/*=========================================================================================== Layout generale */

#container-extra{
	width:990px;
	background:url(/img/bg-venicecomicartfest.jpg) top center no-repeat;
	height:400px;
	margin:100px auto;
	margin-bottom:0;
	text-align:center;
}

#container{
	width:990px;
	margin:0 auto;
	margin-bottom:0;
	text-align:center;
}

#dati{
	font-size:11px;
	padding-top:300px;
	line-height:10px;
	color:#666;
}

div#banner{
	width:900px;
	float:left;
	clear:both;
	margin-top:30px;
	margin-left:45px;
}

div#banner .blocco{
	width:900px;
	float:left;
	clear:both;
}

div#banner .blocco .box{
	width:225px;
	float:left;
	padding-top:10px;
	margin-bottom:20px;
	text-align:left;
}

div#banner .blocco .box.techinical{
	width:900px;
	float:left;
	position:relative;
}

div#banner .blocco .techinical .asx{
	position:relative;
	left:0;
	margin-right:10px;
}

div#banner .blocco .techinical .acx{
	
}

div#banner .blocco .techinical .adx{
	position:relative;
	right:0;
	margin-left:10px;
}

div#banner .blocco .box.collaborazione{
	background: url(/img/t-collaborazione.gif) top left no-repeat;
	width:600px;
	margin-left:80px;
}

div#banner .blocco .box.patrocinio{
	background: url(/img/t-patrocinio.gif) top left no-repeat;
	width:400px;
	margin-left:80px;
}

div#banner .blocco .box.partner{
	background: url(/img/t-partner.gif) top left no-repeat;
	width:180px;
	ma rgin-left:80px;
}

div#banner .blocco .box.financial{
	background: url(/img/t-financial.gif) top left no-repeat;
	width:200px;
}

div#banner .blocco .box.techinical{
	background: url(/img/t-techinical.gif) 0 0 no-repeat;
	width:800px;
	padding-top:30px;
	margin-left:80px;
}

div#banner .blocco .box.techinical2{
	width:800px;
	padding-top:30px;
	margin-left:80px;
}

div#banner .blocco .box.techinical3{
	width:800px;
	padding-top:30px;
	margin-left:80px;
}

div#banner .blocco .box.hotels{
	background: url(/img/t-hotels.gif) 0 0 no-repeat;
	width:200px;
	padding-top:30px;
	margin-left:80px;
}

div#banner .blocco .box.media{
	background: url(/img/t-media.gif) 0 0 no-repeat;
	width:800px;
	padding-top:30px;
	margin-left:80px;
}






















