@CHARSET "UTF-8";
/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}
body{
	background: #fff;
	line-height:14px;
	font-size: 14px;
	font-family: "Century Gothic", Verdana;
	margin:0pt;
	cursor:default;
	font-weight: bold;
}
html,body{
	height:100%;
	text-align: center;
	background-color: #FFFFFF;
}
a:visited,  a:link {	text-decoration: none;	color: #050629;}
a:hover {
	text-decoration: none;
	color: #c00071;
	font-weight: bold;
}


.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
/******* GENERAL RESET *******/
/******* LOGO *******/
#logo{
	margin-top: 1em;
	display: block;
}
/******* /LOGO  *******/
/******* MENU *******/
#container{
	margin: 0 auto;
	width: 666px;
	background-color: #FFFFFF;
	height: 278px;
}
#container ul{
	position: absolute;
	z-index: 100;
	top: 0px;
	width: 666px;
	left: 1px;
	right: 0px;
	bottom: 0px;
	display: compact;
	margin: 0 auto;
	padding: 0px;
}
#container ul.menu li{
	float: left;
	margin-right: 0px;
	width: 165px;
	height: 25px;
	background-image: url(images/bottone.png);
	display: block;
	position: relative;
	color: #c00071;
	cursor: pointer;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	list-style-position: inside;
	margin-left: 1px;
}
#container ul.menu li.active{
	color: #c00071;
	background-image: url(images/hover.png);
	background-position: center top;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	background: #fff;
	background: #fff;
	text-align: left;
	font-size: 11px;
	height: 238px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}
/******* /CONTENT *******/
/******* NEWS *******/
.content.news{
	display: block;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.content.tutorials{
	display: none;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.content.links{
	display: none;
}
.content.links2{
	display: none;
}
/******* /LINKS *******/
