@charset "utf-8";
/* CSS Document */
#testo{display:none; visibility:hidden;}

/* GLOBALI */
.spacer1 { height:1px; font-size:1px; line-height:1px; clear:both; display:block}
.spacer5 { height:5px; font-size:1px; line-height:1px; clear:both; display:block}
.spacer10 { height:10px; font-size:1px; line-height:1px; clear:both; display:block}
.spacer20 { height:20px; font-size:1px; line-height:1px; clear:both; display:block}
.spacer25 { height:25px; font-size:1px; line-height:1px; clear:both; display:block}
.spacer30 { height:30px; font-size:1px; line-height:1px; clear:both; display:block}
.spacer_gray { height:1px; font-size:1px; line-height:1px; clear:both; background: #CCCCCC; display:block}

html, body, img, a, p, ul, li {
	border:0px;
	outline:none;
	margin:0px;
	padding:0px;
}
body {
	behavior: url(/htc/csshover2.htc); /* hack per ie6 */
	background-color: #000000;
	background-image:url(/images/sfondo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	height:100%;
}

a{	outline:none;}

#container {
	position:relative;
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding:0px;
	outline:none;
}
#header{
	position:relative;
	width:980px;
	height:120px;
	background-image:url(/images/base_header.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;	
}
#logo_gladius{
	position:absolute;
	left:10px;
	top:10px;
	width:208px;
	height:100px;
	margin:0px;
	padding:0px;	
}

#logo_monomarca{
	position:absolute;
	left:238px;
	top:10px;
	width:100px;
	height:100px;
	margin:0px;
	padding:0px;
}

#logo_suzuki{
	position:absolute;
	right:10px;
	top:10px;
	width:200px;
	height:100px;
	margin:0px;
	padding:0px;	
}

#banner_top{
	position:absolute;
	left:400px;
	top:10px;
	width:300px;
	height:100px;
	margin:0px;
	padding:0px;
	border:1px solid #999999;
}

/* MENU */

#base_menu{
	position:relative;
	width:980px;
	height:35px;
	background-image:url(/images/bg_menu.jpg);
	background-repeat:repeat-x;
	z-index:998;
}

#menu {position:absolute; height:35px; left:0px; top:0px; z-index:999}
#menu ul{padding:0px; margin:0px; text-align:left;}
#menu li{
	position: relative;
	float:left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height:35px;
}
#menu li a {
    width:auto !important;
    width:20px; /* hack per IE6 */
    white-space:nowrap; /* hack per IE6 */
    display:block;
    text-decoration:none;
    text-align:left;
    font-family:Arial;
    font-size: 11px;
	font-weight: bold;
    color:#FFFFFF;
	text-decoration: none;
	padding: 10px 10px;
	height:15px;
    outline:none;
}
#menu li a:hover{background-image:url(/images/bg_menu_over.jpg);	background-repeat:repeat-x;}
#menu li ul li:hover {color:#FF0000; background-color:#e1e1e1;}

/* LI SUB generali */
#menu ul ul li {
     width: 180px;
     height: auto;
     padding:0px;
     background-color:#FFFFFF;
}

#menu ul ul li a{
	font-family: "Arial"; font-size:11px; color:#666666;
	line-height:1.3em;
	outline:none;
	padding: 5px 10px;
	height:15px;
}

#menu ul ul li a:hover{
	color:#FFFFFF;
	background-image:url(/images/bg_tab40.jpg);
	background-repeat:repeat-x;

}

/* UL SUB 1 */
#menu ul ul {
    position: absolute;
    top: 35px;
    left:0px;
    width: 180px;
	height:auto;
	display:none;
    border:1px solid #CCCCCC;
    z-index:9999;
}

/* SHOW SUB 1 */
#menu ul li:hover ul{
	display:block;
}

.menu_over{
	background-image:url(/images/bg_menu_over.jpg);
	background-repeat:repeat-x;
}


/* CONTENT */
#content{
	position:relative;
	width:980px;
	height:auto;
	background-image:url(/images/bg_content.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}

.cornice{
	position:relative;
	height:auto;
	border:1px solid #999999;
}
#colonnaSX680{
	position:relative;
	width:670px;
	height:auto;
	margin-left:10px;
	float:left;
}
#colonnaDX300{
	position:relative;
	width:280px;
	height:auto;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

#colonnaSX960{
	position:relative;
	width:960px;
	height:auto;
	margin-left:10px;
	float:left;
}

#splash_HP{
	position:relative;
	width:668px;
	height:338px;
	margin:0px;
	padding:0px;
}

#splash_Calendario{
	position:relative;
	width:278px;
	height:306px;
	margin:0px;
	padding:0px;
}

#sponsor670{
	position:relative;
	width:668px;
	height:68px;
	margin:0px;
	padding:0px;
}

#banner_280x70{
	position:relative;
	width:278px;
	height:68px;
	margin:0px;
	padding:0px;
}

.tab_title{
	width:auto;
	height:12px;
	margin:0px;
	padding: 10px 10px;
	background-image:url(/images/bg_tab.jpg);
	background-repeat:repeat-x;	
}

.tab_link{
	display:block;
	width:auto;
	height:20px;
	margin:0px;
	padding: 10px 10px;
	background-image:url(/images/bg_tab40.jpg);
	background-repeat:repeat-x;
	text-decoration:none;	
}

.tab_link:hover{
	background-image:url(/images/bg_tab40_over.jpg);
	background-repeat:repeat-x;
	text-decoration:none;	
}

#main{
	position:relative;
	width:648px;
	height:auto;
	margin:0px;
	padding:10px;
	background-color:#FFFFFF;
}
#main_full{
	position:relative;
	width:938px;
	height:auto;
	margin:0px;
	padding:10px;
	background-color:#FFFFFF;
}

a.btn{
	display:inline;
	width:auto;
	background-color:#008ece;
	margin:0px;
	padding:3px;
	text-decoration:none;
	clear:both;
}

a.btn:hover{
	background-color:#00A3E8;
}

.content319{
	float:left;
	width:319px;
	height:auto;
	margin:0px;
	padding:0px;
}

.content306{
	float:left;
	width:306px;
	height:auto;
	margin:0px;
	padding:0px;
}
.marginleft10{
	margin-left:10px;
}

.marginleft5{
	margin-left:5px;
}

.cir_misano_small{
	position:relative; width:auto; height:150px; padding:10px; background-image:url(/images/cir_misano_small.jpg); background-repeat:repeat;
}
.cir_franciacorta_small{
	position:relative; width:auto; height:150px; background-color:#FFFFFF; padding:10px; background-image:url(/images/cir_franciacorta_small.jpg); background-repeat:repeat;
}
.cir_mugello_small{
	position:relative; width:auto; height:150px; background-color:#FFFFFF; padding:10px; background-image:url(/images/cir_mugello_small.jpg); background-repeat:repeat;
}
.cir_vallelunga_small{
	position:relative; width:auto; height:150px; background-color:#FFFFFF; padding:10px; background-image:url(/images/cir_vallelunga_small.jpg); background-repeat:repeat;
}



/* TESTI */
.black9{font-family: "Arial"; font-size:9px; color:#000000; line-height:1.3em; outline:none}
.black10{font-family: "Arial"; font-size:10px; color:#000000; line-height:1.3em; outline:none}
.black11{font-family: "Arial"; font-size:11px; color:#000000; line-height:1.3em; outline:none}
.black12{font-family: "Arial"; font-size:12px; color:#000000; line-height:1.3em; outline:none}
.black13{font-family: "Arial"; font-size:13px; color:#000000; line-height:1.3em; outline:none}
.black14{font-family: "Arial"; font-size:14px; color:#000000; line-height:1.3em; outline:none}
.black15{font-family: "Arial"; font-size:15px; color:#000000; line-height:1.3em; outline:none}
.black15{font-family: "Arial"; font-size:16px; color:#000000; line-height:1.3em; outline:none}

.white9{font-family: "Arial"; font-size:9px; color:#FFFFFF; line-height:1.3em; outline:none}
.white10{font-family: "Arial"; font-size:10px; color:#FFFFFF; line-height:1.3em; outline:none}
.white11{font-family: "Arial"; font-size:11px; color:#FFFFFF; line-height:1.3em; outline:none}
.white12{font-family: "Arial"; font-size:12px; color:#FFFFFF; line-height:1.3em; outline:none}
.white13{font-family: "Arial"; font-size:13px; color:#FFFFFF; line-height:1.3em; outline:none}
.white14{font-family: "Arial"; font-size:14px; color:#FFFFFF; line-height:1.3em; outline:none}
.white15{font-family: "Arial"; font-size:15px; color:#FFFFFF; line-height:1.3em; outline:none}
.white16{font-family: "Arial"; font-size:16px; color:#FFFFFF; line-height:1.3em; outline:none}

.graylight9{font-family: "Arial"; font-size:9px; color:#c8c8c8; line-height:1.3em; outline:none}
.graylight10{font-family: "Arial"; font-size:10px; color:#c8c8c8; line-height:1.3em; outline:none}
.graylight11{font-family: "Arial"; font-size:11px; color:#c8c8c8; line-height:1.3em; outline:none}
.graylight12{font-family: "Arial"; font-size:12px; color:#c8c8c8; line-height:1.3em; outline:none}
.graylight13{font-family: "Arial"; font-size:13px; color:#c8c8c8; line-height:1.3em; outline:none}
.graylight14{font-family: "Arial"; font-size:14px; color:#c8c8c8; line-height:1.3em; outline:none}
.graylight15{font-family: "Arial"; font-size:15px; color:#c8c8c8; line-height:1.3em; outline:none}
.graylight16{font-family: "Arial"; font-size:16px; color:#c8c8c8; line-height:1.3em; outline:none}

.lightblue9{font-family: "Arial"; font-size:9px; color:#008ece; line-height:1.3em; outline:none}
.lightblue10{font-family: "Arial"; font-size:10px; color:#008ece; line-height:1.3em; outline:none}
.lightblue11{font-family: "Arial"; font-size:11px; color:#008ece; line-height:1.3em; outline:none}
.lightblue12{font-family: "Arial"; font-size:12px; color:#008ece; line-height:1.3em; outline:none}
.lightblue13{font-family: "Arial"; font-size:13px; color:#008ece; line-height:1.3em; outline:none}
.lightblue14{font-family: "Arial"; font-size:14px; color:#008ece; line-height:1.3em; outline:none}
.lightblue15{font-family: "Arial"; font-size:15px; color:#008ece; line-height:1.3em; outline:none}
.lightblue16{font-family: "Arial"; font-size:16px; color:#008ece; line-height:1.3em; outline:none}

.thumbgallery{
	border:5px #EAEAEA solid;
}
.thumbgallery:hover{
	border:5px #008ece solid;
}
