/* dichiarazioni generali */

body {
	margin: 0px;
	padding: 10px;
	background-color: #000000;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

table {
	font-size: 11px;
	line-height: 14px;
}

h1 {
	display: none;
}

h2 {
	margin: 10px 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
	font-size: 20px;
	line-height: 23px;
	color: #000000;
}

h3 {
	margin: 10px 0px;
	padding: 3px 4px;
	background: #FF0000 url(../images/h3.png) repeat-x bottom left;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}

h4 {
	margin: 10px 0px;
	padding: 3px 4px;
	background: transparent url(../images/h4.png) repeat-x bottom left;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

p {
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: justify;
}

a {
	color: #000000;
	text-decoration: none;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul li {
	margin: 0px;
	padding: 0px;
}

table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: none;
	width: 530px;
}

table td {
	margin: 0px;
	padding: 0px;
	border: none;
}

hr {
	display: none;
}

/* sezioni principali */

div#wrapper {
	position: relative;
	margin: 0px auto;
	background: #000000 url(../images/wrapper.png) repeat-y top left;
	text-align: left;
	width: 840px;
}

div#header {
	position: relative;
	background: #000000 url(../images/header.png) no-repeat top left;
	height: 230px;
}

div#title {
	position: absolute;
	top: 10px;
	left: 50px;
	background: transparent none no-repeat top left;
	width: 300px;
	height: 185px;
}

div#the-blast-logo {
	position: absolute;
	top: 186px;
	left: 360px;
	background: transparent url(../images/the_blast_logo.png) no-repeat top left;
	width: 131px;
	height: 40px;
}

div#fisi-logo {
	position: absolute;
	top: 187px;
	left: 547px;
	background: transparent url(../images/fisi_logo.png) no-repeat top left;
	width: 33px;
	height: 39px;
}

div#northwave-logo {
	position: absolute;
	top: 189px;
	left: 640px;
	background: transparent url(../images/northwave_logo.png) no-repeat top left;
	width: 120px;
	height: 26px;
}

div#snowboarder {
	position: absolute;
	top: -122px;
	left: -51px;
	z-index: 100;
	background: transparent url(../images/snowboarder.png) no-repeat top left;
	width: 369px;
	height: 400px;
}

div#main {
	position: relative;
	background: transparent url(../images/main.png) no-repeat top left;
	padding: 0px 40px;
	height: 1%;
}

div#main:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: '.';
	height: 0px;
}

div#menu {
	display: inline;
	float: left;
	margin: 70px 0px 0px 10px;
	width: 170px;
}

div#menu ul {
	margin: 10px 0px 0px;
}

div#menu ul li {
	display: inline;
	float: left;
	margin: 0px 10px 6px;
}

div#menu ul li a, div#menu ul li span {
	display: block;
	padding: 2px 0px;
	font-weight: normal;
	text-align: center;
	width: 148px;
}

div#menu ul li a.normal {
	background: #FFFFFF url(../images/menu_item_normal.png) repeat-x bottom left;
	border: 1px solid #888888;
	-moz-border-radius: 2px;
}

div#menu ul li a.special {
	background: #FFFF99 url(../images/menu_item_special.png) repeat-x bottom left;
	border: 1px solid #848200;
	-moz-border-radius: 2px;
	color: #111111;
}

div#menu ul li span {
	background: #FF0000 url(../images/menu_item_active.png) repeat-x bottom left;
	border: 1px solid #880000;
	-moz-border-radius: 2px;
	color: #FFFFFF;
}

div#content {
	float: left;
	margin: 10px 10px 0px 30px;
	width: 530px;
	min-height: 400px !important;
}

* html div#content {
	height: 400px;
}

div#content a {
	color: #FF0000;
	text-decoration: underline;
}

div#bubble {
	position: absolute;
	overflow: hidden;
	top: 126px;
	left: 230px;
	z-index: 200;
	background: transparent url(../images/bubble.png) no-repeat top left;
	width: 380px;
	height: 105px;
}

div#bubble a {
	color: #FF0000;
	text-decoration: underline;
}

div#bubble h2 {
	display: none;
}

div#bubble h3 {
	position: absolute;
	top: 10px;
	left: 40px;
	margin: 0px;
	padding: 0px;
	background: transparent none;
}

div#bubble p {
	position: absolute;
	top: 35px;
	left: 40px;
	margin: 0px;
	color: #000000;
	text-align: left;
	width: 330px;
}

div#shinystat {
	position: absolute;
	z-index: 50;
	top: 254px;
	left: 85px;
	background: transparent url(../images/shinystat.png) no-repeat top left;
	width: 100px;
	height: 42px;
}

div#shinystat img {
	display: block;
	margin: 0px;
	border: none;
}

div#footer {
	position: relative;
	padding: 30px 40px 5px;
	background: #000000 url(../images/footer.png) no-repeat top left;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}

div#footer a {
	color: #FF0000;
	text-decoration: underline;
}

div#footer span#credits {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 30px 40px 5px;
}

/* classi */

p.date {
	font-size: 11px;
	line-height: 14px;
	color: #AAAAAA;
	text-align: right;
}

ul.list {
	margin: 10px 0px 0px 10px;
}

ul.list li {
	padding: 0px 0px 0px 15px;
	background: transparent url(../images/bullet.gif) no-repeat top left;
}

table.grid {
	margin: 10px 0px 0px;
	border: 1px solid #CCCCCC;
}

table.grid td {
	padding: 2px 4px;
	border: 1px solid #CCCCCC;
}

span.organization {
	display: block;
	margin: 20px 0px 0px 300px;
	color: #FF0000;
	text-align: center;
	width: 200px;
}

div.competition {
	margin: 0px 0px 4px;
}

div.competition a {
	text-decoration: underline;
}

div.competition a:hover {
	color: #000000;
	text-decoration: none;
}

div.info {
	position: relative;
	margin: 0px 0px 4px;
}

div.info span {
	position: absolute;
	top: 0px;
	left: 100px;
}

div.image {
	text-align: center;
}

div.image p {
	margin: 10px 100px 0px;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	text-align: center;
}

div.image img {
	margin: 10px auto 0px;
	display: block;
}