body {
	background-image: url(../image/bg_site.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	margin: 0px;
}

img { border: 0px; }

#container_sponsor img { vertical-align: middle; }

img.unzoomed {
	cursor: url(../image/cursors/zoom_in.cur), pointer;
}

img.zoomed {
	cursor: url(../image/cursors/zoom_out.cur), pointer;
	border: 1px solid #D7D7D6;
}

form {
	margin: 0px;
	border: 0px;
}

/* generici a seconda della sezione */
.titolo_home,.titolo_kids,.titolo_junior {
	height: 30px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

/* home */
.color_home {
	color: #669933;
}

.titolo_home {
	background-image: url(../image/bg_titolo_home.gif);
}

/* kids */
.color_kids {
	color: #996699;
}

.titolo_kids {
	background-image: url(../image/bg_titolo_kids.gif);
}

/* junior */
.color_junior {
	color: #e7435a;
}

.titolo_junior {
	background-image: url(../image/bg_titolo_junior.gif);
}

/* 
 separatore
*/
.separatore {
	width: 100%;
	height: 1px;
	background-color: #e0e0e0;
	background-repeat: repeat-x;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

.img {
	margin: 0px;
	border: 0px;
}

/* 
 testo
*/
h1 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
}

h1 a {
	color: #FFFFFF;
	text-decoration: none;
}

h1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* sottotitolo */
h2 {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h2 a {
	color: #000000;
	text-decoration: none;
}

h2 a:hover {
	color: #000000;
	text-decoration: underline;
}

/* testo */
.testo {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

.testo a {
	color: #666666;
	text-decoration: underline;
}

.testo a:hover {
	color: #000000;
	text-decoration: underline;
}

.quick_links {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

.quick_links a {
	color: #666666;
	text-decoration: none;
}

.quick_links a:hover {
	color: #000000;
	text-decoration: none;
}

/* 
 navigazione -standard
*/
#nav2_junior a,#nav2_junior_act a,#nav2_kids a,#nav2_kids_act a,#nav2_home a,#nav2_home_act a
	{
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	width: 179px;
	margin: 4px 0px 4px 0px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#nav2_junior {
	color: #666666;
}

#nav2_junior a {
	color: #666666;
}

#nav2_junior a:hover {
	color: #e7435a;
}

#nav2_junior_act {
	color: #e7435a;
}

#nav2_junior_act a {
	color: #e7435a;
}

#nav2_junior_act a:hover {
	color: #e7435a;
}

#nav2_kids {
	color: #666666;
}

#nav2_kids a {
	color: #666666;
}

#nav2_kids a:hover {
	color: #996699;
}

#nav2_kids_act {
	color: #996699;
}

#nav2_kids_act a {
	color: #996699;
}

#nav2_kids_act a:hover {
	color: #996699;
}

#nav2_home {
	color: #666666;
}

#nav2_home a {
	color: #666666;
}

#nav2_home a:hover {
	color: #c3424c;
}

#nav2_home_act {
	color: #c3424c;
}

#nav2_home_act a {
	color: #c3424c;
}

#nav2_home_act a:hover {
	color: #c3424c;
}

/* 
 navigazione - top
*/
#nav {
	position: absolute;
	float: left;
}

#but_home,#but_junior,#but_kids,#but_scopri,#but_download,#but_foto {
	behavior: url(iepngfix.htc);
	position: absolute;
	height: 74px;
	cursor: pointer;
}

#but_home {
	z-index: 2;
	left: 190px;
	width: 117px;
	background-image: url(../image/but_home_off.png);
}

#but_kids {
	z-index: 3;
	left: 294px;
	width: 143px;
	background-image: url(../image/but_kids_off.png);
}

#but_junior {
	z-index: 4;
	left: 424px;
	width: 125px;
	background-image: url(../image/but_junior_off.png);
}

#but_scopri {
	z-index: 5;
	left: 602px;
	width: 136px;
	background-image: url(../image/but_scopri_off.png);
}

#but_download {
	z-index: 6;
	left: 710px;
	width: 135px;
	background-image: url(../image/but_download_off.png);
}

#but_foto {
	z-index: 7;
	left: 819px;
	width: 90px;
	background-image: url(../image/but_foto_off.png);
}

/* 
 container
*/
#container_top,#container_right,#container_bottom,#container_left,#container_sponsor,#logo
	{
	behavior: url(iepngfix.htc);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0px;
}

#container_top_2 {
	width: 970px;
	height: 74px;
}

#container_top {
	z-index: 10;
	height: 17px;
	width: 970px;
	background-image: url(../image/container_top.png);
	position: relative;
	top: 74px;
}

#container_right {
	background-image: url(../image/container_right.png);
	width: 59px;
}

#container_right2 {
	background-image: url(../image/container_right2.png);
	width: 59px;
}

#container_right3 {
	background-image: url(../image/container_right3.png);
	width: 59px;
}

#container_bottom {
	background-image: url(../image/container_bottom.png);
	width: 970px;
	height: 19px;
}

#container_left {
	background-image: url(../image/container_left.png);
	width: 36px;
	height: 100%;
}

#container_left2 {
	background-image: url(../image/container_left2.png);
	width: 36px;
	height: 100%;
}

#container_left3 {
	background-image: url(../image/container_left3.png);
	width: 36px;
	height: 100%;
}

#container {
	background-color: #FFFFFF;
	vertical-align: top;
	width: 875px;
	margin: 0px;
}

#container_sponsor {
	background-image: url(../image/box_sponsor.png);
	width: 970px;
	height: 140px;
}

#logo {
	position: absolute;
	left: 40px;
	top: 20px;
	width: 214px;
	height: 151px;
	background-image: url(../image/logo_linguesport.png);
	z-index: 11;
}

#search {
	width: 875px;
	height: 61px;
	background-image: url(../image/bg_search.gif);
	vertical-align: top;
}

/* form */
#input_search {
	border: 1px solid #c9c8c9;
	color: #666666;
	font-weight: normal;
	background-color: #F5F5F5;
	font-size: 11px;
	border-style: ridge;
	width: 200px;
	height: 24px;
}

.footer {
	color: #666666;
	font-size: 11px;
	left: 60px;
	position: relative;
	top: 5px;
}

.footer a,.footer a:link,.footer a:visited {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}