/*
*  CSS: Mania Bike
*  Data creazione: Novembre 2007
*  Autore: Matteo Ruzza
*  Ultimo editore: Matteo Ruzza
*  Note: */

/*IMPORT SECTION*/
@import url(nav.css);
@import url(hightlights.css);
@import url(news.css);

/*GENERIC RULES*/
body{
	font:normal 75% Verdana, Arial, Helvetica, sans-serif;
	background:url(../img/bgbody.png);
	color:#000000;
	padding:0;
	margin:0;
	text-align:center
}
p{
	padding:0;
	margin:0;
	line-height:1.40em
}
hr{display:none}
h1{display:none}
h1,h2,h3,h4,h5,h6{padding:0;margin:0}
ul,li{padding:0;margin:0}
img{padding:0;margin:0;border:0}
table{font-size:100%}
a,a:hover,a:visited{text-decoration:none}
a{color:#999999}
a:hover{color:#cccccc}
/*utils*/
div{text-align:left}
.hide{display:none}
.hidden{visibility:hidden}
.clear{clear:both}
span.rarr{
	color:#996633;
	font-size:1.30em;
	font-weight:bold
}

/*LAYOUT*/
#layout{
	background:url(../img/bglyt.gif) repeat-y top center;
	width:790px;
	margin:0 auto;
	padding-bottom:15px
}
/*header*/
#header{
	background:url(../img/bghdr.png) no-repeat top center;
	padding:0 30px;
	margin-bottom:15px
}
/*flash menu*/
div.navigation{width:730px;clear:both}
/*container*/
#container{
	width:730px;
	margin:0 30px;
	clear:both;
	overflow:hidden;
	margin-bottom:20px
}
#left{width:445px;float:left}
#right{width:270px;float:right}

/*content&backgrounds*/
div.darkglowtv,
div.slideshow,
div.news-hp,
div.news-detail,
div.news-list,
div#intro,
div.gallery,
div.ridersbox,
div.shop{
	margin-bottom:10px !important;
	padding:64px 0 10px 0
}
div.darkglowtv{background:#dfcdcd url(../img/bgdgtv.gif) no-repeat top left}
div.slideshow{background:#dfcdcd url(../img/bgslideshow.gif) no-repeat top left}
div.news-hp{background:#dfcdcd url(../img/bgnews.gif) no-repeat top right}
div.news-list{background:#dfcdcd url(../img/bgnews2.gif) no-repeat top right}
div.news-detail{background:#dfcdcd url(../img/bgnews1.gif) no-repeat top left}
div.ridersbox{background:#dfcdcd url(../img/bgriders.gif) no-repeat top right}
div.shop{background:#dfcdcd url(../img/bgshop.gif) no-repeat top left}

div.bgdark{background:#dfcdcd url(../img/bgdark.gif) no-repeat top left}
div.bgfree{background:#dfcdcd url(../img/bgfree.gif) no-repeat top left}
div.bgglry{background:#dfcdcd url(../img/bgglry.gif) no-repeat top left}
div.bgteam{background:#dfcdcd url(../img/bgteam.gif) no-repeat top left}

/*banner*/
#banner{
	width:730px;
	margin:0 30px;
	padding:2px 0;
	text-align:center;
	background:#dfcdcd;
	margin-bottom:30px
}
/*footer*/
#footer{	
	width:730px;
	margin:0 30px;
	border-top:1px solid #fff;
	padding:1px 0
}
#footer p{
	font-weight:normal;
	font-size:0.90em;
	color:#fff
}
#footer a,
#footer a:hover{color:#fff}
#footer a:hover{text-decoration:underline}
/*W3C validator*/
p.validator{display:none}
/*p.validator{
	clear:both;
	text-align:right;
	font-weight:normal;
	font-size:0.90em;
	color:#0072bc;
	padding:0 10px 5px 10px;
}
p.validator a,
p.validator a:hover{color:#0072bc}
p.validator a:hover{text-decoration:underline}*/
