/*
Theme Name: IE 6 e meno
Description: Stile principale del sito
Author: Publimodel
Author URI: http://www.publimodel.it
*/

/* 
-------------------------------------------------------
GLOBAL
-------------------------------------------------------
*/
body   {
	background: #000000 url(bg_index.jpg) no-repeat center top;
	color: #CED7A2;
}

/*
-------------------------------------------------------
LINK
-------------------------------------------------------
*/
a:link, a:visited {
	color: #FFFFD1;
	background-color: transparent;
	text-decoration:none;
	font-weight: bold;
}
a:hover, a:active {
	color: #FFFFD1;
	background-color: transparent;
	text-decoration:underline;
	font-weight: bold;
}
a:active { outline:none; }
:focus { -moz-outline-style:none; }

/*
-------------------------------------------------------
LAYOUT
-------------------------------------------------------
*/
#boxup {
	width: 600px;
	height: 400px;
	margin: 35px auto;
}
#boxdown {
	width: 160px;
	height: 90px;
	margin: -25px auto;
}
#footer {
	width: 780px;
	margin: -20px auto;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
#flag1 { float: left; }
#flag2 { float: right; }

 /*
-------------------------------------------------------
CLASS
-------------------------------------------------------
*/
.copy  {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
.evidenzia {
	color: #97A699;
	background-color: transparent;
}
.link  {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFDD75;
	background-color: transparent;
	text-align: center;
	line-height: 16px;
	margin-bottom: 20px;
}

/*=======================================
* Tooltips
* ======================================*/
.target {
	display: block;
	font-size: 12px;
}
.evidenziatip{font-weight: bold; font-size: 14px;}
.bt-content {
	color: #FFFFFF;
	background: transparent url(green70.png);
	border-top: #CED7A2 1px solid;
	border-left: #CED7A2 1px solid;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	text-align:center;
}

#tip1-content {
	display:none;
	color:#FFFFFF;
	background:transparent url(credit.png) no-repeat;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	height:400px;
	width:430px;
	text-align:center;
	padding: 50px 0px 0px 0px;
}