
/* BASE */
@import url('http://yui.yahooapis.com/2.6.0/build/reset-fonts-grids/reset-fonts-grids.css');
@import url('gt-styles.css');

/* HTML & BODY */

html {
	font-size: 62.5%;
}

body {
    background-color: #FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.5em;
	color: #333;
}

/* HEADER */
h1 {
	color: #222;
	font-size: ;
}

h2 {
	color: #222;
	font-size: ;
}

h3 {
	color: #222;
	font-size: 1.5em;
}

/* HEAD */
#stripe1 {
	width: 970px;
	margin-top: 5px;
	margin-bottom: 3px;
	margin: 20px;
}

#stripe2 {
	width: 970px;
	margin-bottom: 3px;
}

#stripe3 {
	width: 970px;
}

#logo {
	color: #fff;
	font-size: 215%;
	font-weight: normal;
	float: left;
	display: inline;
}

#logo h1 {
	color: #fff;
	font-family: Times  New Roman, serif;
}

#logo h1 .rosa {
	color: #dabeb5;
}

#box {
	margin-top: 10px;
}

#box h2 {
	color: #FF3300 !important;
	font-size: 1.2em;
}

#box a:link, #box a:visited {
	color: #FF3300 !important;
	text-decoration: none !important;
}
#box a:hover {
	text-decoration: none !important;
}

#news {
	display: inline;
	float: left;
}

#language {
	display: inline;
	float: right;
	margin: 0;
}

#language  a{
	color: #BFD6E7 !important;
	font-weight: bold;
	text-decoration: none;
}

/* DROPDOWN LINEAR */
li.dir li {
	background-color: #537488 !important;
	margin: 0 !important;
}

li.dir li a {
	color: #fff !important;
	font-size: 1.2em;
}

li.dir li a:hover {
	color: #eee !important;
	text-decoration: underline !important;
}

/* PARAGRAFI */
div.text {
	text-align: left;
}

p.left {
	float: left;
	text-align: left;
}

p.right {
	float: right;
	text-align: right;
}

/* MENU */
.menu {
	font-size: 1.3em;
	height: 2em;
}

.menu li {
	display: inline;
	float: left;
	margin-right: .5em;
}

.menu li a {
	text-decoration: none;
}

/* SUB-MENU */
.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #903;
}

.menu li{
	position: relative;
	height: 1.5em;
}

.menu a {
	line-height: 2em;
	text-decoration: none;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #903;
	height: 2em;
}

.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 900px;
}

.menu ul {
	display: none;
}

.menu a:hover {
	direction: ltr;
}

.menu li:hover ul,
.menu a:hover ul {
	display: block;
	position: absolute;
	z-index: 20;
	height: 1.5em;
	top: 1.5em; 
	left: 0; 
	background: #fff; 
}

/* SOTTO MENU */
.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 211px;
}

.menu ul.small {
	width: 180px;
}

.menu ul.large {
	width: 250px;
}

.menu ul li{
	float: none;
}

.menu ul a {
	line-height: 1.8em;
	float: none;
	border-right: 1px solid #903;
	border-bottom: 1px solid #903;
	border-left: 10px solid #903;
	height: 1.8em;
	display: block;
}

.menu ul a:hover,
.menu ul a:focus,
.menu ul a:active {
	border-left-width: 1px;
	padding-left: 19px;
}

/* POSIZIONAMENTO DEL SOTTO MENU */
.menu li:hover ul {
	border-top: 1px solid #903;
	position: absolute;
	top: 2em;
	left: -1px;
	visibility: visible;
}

/* COLORI */
.menu {
	color: #000;
	background-color: #b0e0e6;
}

.menu a {
	color: #000;
	background-color: #b0e0e6;
}

/* EFFETTO ROLLOVER */
.menu a:hover,
.menu a:focus,
.menu a:active {
	text-decoration:underline;
}

thead {
	background-color: #CCC;
}