﻿/*--------------------------------------------

INTERSEZIONE
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Description:	Base setup styles
Filename:		intersezione.css
Theme Name:	duepuntozero theme
Theme URI:		http://www.intersezione.com
Version:		2 beta
Date:			MAG 6, 2008
Author:		Intersezione srl
Company:		Intersezione srl
Please: 
        
/*=========================================================================================== Global Reset */

* {
	margin:0;
	padding:0;
}

html,body{
	margin:0;
	padding:0;
}

body {
	font-size:11px;
	font-family:  Arial, Verdana, sans-serif;
	color:#fff;
	background:url(../images/loader.gif) 50% 50% no-repeat #000;
}

img {
	border: 0;
}

a:link,a:visited {
	color: #FF9900; 
	text-decoration: none;
}

a:hover {
	color:#FF9900;
	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;
}

.hideme{
	display:none;
	visibility:hidden;
}

#makeMeScrollable{
	float:left;
	display:inline;
	width:100%;
	hei ght:50px;
}

#headerphoto{
	float:left;
	display:inline;
	width:100%;
	height:70px;
}

#headerphoto a{
	float:left;
	display:block;
	width:50px;
	height:50px;
	margin-left:10px;
	margin-top:10px;
	background:url(../images/logo-intersezione-ok.gif) top left no-repeat;
}

#headerphoto a:hover{
	background:url(../images/logo-intersezione.gif) top left no-repeat;
}

#info{
	float:left;
	display:inline;
	width:100%;
	margin-top:15px;
	color:#999;
	text-align:center;
}

#info a{
	color:#999;
}

#info a:hover{
	color:#FF9900;
}