body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:fixed;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
	/*background: url('../img/raster.png');*/
	background:rgba(0,0,0,.5);
}

/* GALLERY FOLDER STYLE */
.cleargallery 		{ clear:both; }
#containergallery	{ width:840px; margin:20px auto; }
div.nomargin		{ margin-right:0px; }
.pic				{ float:left; margin:0 10px 10px 0; border: 1px solid #000000; width:126px; height:96px; }
.pic a				{ width:126px; height:96px; text-indent:-99999px; display:block; }

/* ESTILO YOUTUBE VIDEOS IFRAME */

/* needed for the thumbs to show correctly */
.ytPlayer{
	margin: auto;
	text-align: center;
	width: 840px;
}
.ytlist {
	list-style: none outside none;
	margin: 0;
	padding: 0 0 0 15px; /* T R B L */
	width: 800px;
}

/* float fix */
.ytlist:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

.ytlist li{
	display: inline;
	float: left;
	margin: 5px; /* some space */
}

.ytlist td{
	padding: 5px; /* some space */
	font-family: Tahoma;
	font-size: 11px;
}

.ytlist h3{
	margin: 0;
	line-height: 1.55em;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.ytlist a {
	padding:0px;
}
/* hd */
.clip span {
	position: relative;
	display: block;
	height: 156px;	
	width: 288px;
	overflow: hidden;
}
.clip img{
	width: 288px;
	top: -30px;
	position: absolute;
	display: block;
}

/* thumbs */
.small .clip span {
	position: relative;
	display: block;
	height: 55px;	
	width: 100px;
	overflow: hidden;
}
.small .clip img{
	width: 100px;
	top: -12px;
	position: absolute;
	display: block;
}

/* for paging UL */
#ytPage{
	list-style: none inside;
	margin: 0;
	padding: 0;
	height: 20px;
	font-family: 'OpenSans', sans-serif;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#ytPage .ytNext{
	float: right; /* aligns to the right of ul */
}

#ytPage .ytPrev{
	display: inline-block; /* blocks keeps our ul height */
}

/* generator css */
input,select,textarea{
	padding: 3px;
	font-size: 1.1em;	
}

/* FIM ESTILO YOUTUBE VIDEOS IFRAME */

/* 
	The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/

/* SLIDER INDEX */

#itemscontainerbanners{	
		margin-left: 0;
		margin-right: -50px;
		margin-top: 40px;
		margin-bottom: 0;
		width:880px;
		height: 450px;
		text-align:left;
		position:relative;
		}

#itemscontainerbanners ul#items{		
		width:auto;
		height:450px;
		margin-right: -60px;
		margin-bottom: 0px;
		overflow:hidden;
		}
#itemscontainerbanners ul#items li{
		list-style:none;
		float:left;
		height:450px;
		overflow:hidden;
		color:#fff;
		text-align:center;
		color:#555;
		}

#itemscontainerbanners ul#items li:hover{color:#333;}
#itemscontainerbanners ul#items li .image{
	margin:1px 1px 1px 1px;
	width:860px;
	height:450px;
	overflow:hidden;
	}
#items .banner { border: 10px solid black; margin: 0; }
#itemscontainerbanners ul#items h3{text-transform:uppercase;font-size:14px;font-weight:bold;margin:.25em 0;text-shadow:#f1f1f1 0 1px 0;}	
#itemscontainerbanners ul#items .info{color:#999;text-shadow:#f1f1f1 0 1px 0;}	

#itemscontainerbanners ol#pagination{ position:relative; text-align:center; padding-left: 120px; padding-bottom: 20px; }
#itemscontainerbanners ol#pagination li{
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../img/bg_buttons.png) no-repeat 0 0;
	text-align:left;
	text-indent:-8000px;
	list-style:none;
	cursor:pointer;
	margin:0 1px;
	}
#itemscontainerbanners ol#pagination li:hover{background:url(../img/bg_buttons.png) no-repeat 0 -16px;}
#itemscontainerbanners ol#pagination li.current{color:#f00;font-weight:bold;background:url(../img/bg_buttons.png) no-repeat 0 -32px; }
#itemscontainerbanners ol#pagination li.prev, ol#pagination li.next{
	position:absolute;
	top:-260px;
	}
#itemscontainerbanners ol#pagination li.prev{left:10px;background:url(../img/bg_buttons.png) no-repeat 0 -64px;}
#itemscontainerbanners ol#pagination li.next{right:-70px; top: -260px; background:url(../img/bg_buttons.png) no-repeat 0 -48px;}

/* SLIDER INDEX END */

/* SLIDER */

#itemscontainer{	
		margin:0 auto;
		width:818px;
		text-align:left;
		position:relative;
		padding:0 0;
		}

ul#items{		
		margin:0 0;
		width:auto;
		height:120px;
		overflow:hidden;
		}
	ul#items li{
		list-style:none;
		float:left;
		height:120px;
		overflow:hidden;
		margin:0 0;
		color:#fff;
		text-align:center;
		color:#555;
		}
	ul#items li:hover{color:#333;}
	ul#items li .image{
		margin:1px 1px 1px 1px;
		width:112px;
		height:90px;
		overflow:hidden;
		}	
	ul#items h3{text-transform:uppercase;font-size:14px;font-weight:bold;margin:.25em 0;text-shadow:#f1f1f1 0 1px 0;}	
	ul#items .info{color:#999;text-shadow:#f1f1f1 0 1px 0;}	
	
	ol#pagination{ position:relative; text-align:center; }
	ol#pagination li{
		display:inline-block;
		width:16px;
		height:16px;
		background:url(../img/bg_buttons.png) no-repeat 0 0;
		text-align:left;
		text-indent:-8000px;
		list-style:none;
		cursor:pointer;
		margin:0 1px;
		}
	ol#pagination li:hover{background:url(../img/bg_buttons.png) no-repeat 0 -16px;}
	ol#pagination li.current{color:#f00;font-weight:bold;background:url(../img/bg_buttons.png) no-repeat 0 -32px; }
	ol#pagination li.prev, ol#pagination li.next{
		position:absolute;
		top:-80px;
		}
	ol#pagination li.prev{left:10px;background:url(../img/bg_buttons.png) no-repeat 0 -64px;}
	ol#pagination li.next{right:25px;background:url(../img/bg_buttons.png) no-repeat 0 -48px;}

/* SLIDER END */


/* TECH DETAILS */

.GarageTechDetails {
	width: 930px;
	/*border-top: 1px solid #232221;*/
	font-family: 'OpenSans', sans-serif;
	font-size: 13px;
	padding-top: 20px;
}

#grid .GarageTechDetails  img{
	margin: 1px 1px 1px 1px;
	border: 3px solid #000;
}

.GarageTechDetails H3 {
	font-family: 'OpenSans', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 35px;
	margin: 0;
}

.GarageTechDetails UL {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 14px 0;
}

.GarageTechDetails UL LI {
	border-bottom: 1px solid #191d20;
	color: #698deb;
	padding: 1px 0 1px 0;
	font-weight: bold;
}

.GarageTechDetails UL#Left {
	width: 305px;
}

.GarageTechDetails UL#Center {
	width: 280px;
}

.GarageTechDetails UL#Right {
	width: 325px;
}

.GarageTechDetails UL LI .Value {
	color: #FFF;
	padding-left: 5px;
	font-weight: normal;
	font-size: 13px;
}

/* END TECH DETAILS */

#footer
{
	border-top: 1px solid #111111;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	height: 50px;
	width: 930px;
	margin: auto;
	background: rgba(0,0,0,0.7);
	text-align: justify;
	color: #FFFFFF;
	font-family: 'Akashi';
	font-size: 10px;
	font-weight: normal;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
	-moz-box-shadow:1px 1px 4px #222;
	-webkit-box-shadow:1px 1px 4px #222;
	box-shadow:1px 1px 4px #222;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#footer .logoracingfooter {
	color:#FFF;
	font-family: 'WideAwakeBlack', sans-serif;
	font-size:22px;
	text-decoration:none;
	font-weight: bold;
	text-shadow: 2px 4px 3px rgba(0,0,0,1);
}

#footer .logosmfooter {
	color: rgba(93,138,255,1);
	font-family: 'WideAwakeBlack', sans-serif;
	font-size:26px;
	text-decoration:none;
	font-weight: bold;
	text-shadow: 2px 4px 3px rgba(0,0,0,1);
}
	
#container {
	width: 980px;
	height: auto;
	margin: auto;
	/*margin-top: 10px;*/
	/*background:rgba(0,0,0,.2);*/
	text-align:center;
}

#container h1 {
	color:#ccc;
	font-family: 'PtSans', sans-serif;
	font-size:10px;
	text-decoration:none;
	font-weight: bold;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#container .headerlogo {
	float: left;
	padding-left: 25px;
	padding-top: 10px;
}

#container .moto {
	top: 0px; left: 0px; position: relative; font-family: 'Akashi'; text-transform: uppercase; color: #FFF; text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
}

#container .logoracing {
	color:#FFF;
	font-family: 'WideAwakeBlack', sans-serif;
	font-size:70px;
	text-decoration:none;
	font-weight: bold;
	text-shadow: 2px 4px 3px rgba(0,0,0,1);
}

#container .logosm {
	color: rgba(93,138,255,1);
	font-family: 'WideAwakeBlack', sans-serif;
	font-size:72px;
	text-decoration:none;
	font-weight: bold;
	text-shadow: 2px 4px 3px rgba(0,0,0,1);
}

#container .RSMHeaderNavi 			{ 
	float:right; 
	margin-top:10px;
	margin-right:25px; 
	text-align:right; 
}
#container .RSMHeaderNavi a:link  	{ 
	padding-left: 25px; 
	font-family: 'Days-webfont', sans-serif; 
	color: #FFF; 
	text-decoration: none; 
	font-size: 12px; 
	text-shadow: 2px 2px 2px #000; 
}
#container .RSMHeaderNavi a:visited 	{ 
	color: #FFF;
}
#container .RSMHeaderNavi a:hover { 
	color: rgba(93,138,255,1);
	text-shadow: 1px 1px 1px #000; 
}

#container .menubikes {
	height: auto;
	width: 954px;
	margin: 0 auto;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 5px;
	position: relative;
	float: left;
}

#container .banner-container {
width:910px; border: 10px solid #000; margin-top: -8px; margin-bottom: 35px;
}

/* IMPORTAÇÃO DE FONTES */

@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans-Regular.eot');
	src: local('‚ò∫'), url('fonts/OpenSans-Regular.woff') format('woff'), url('fonts/OpenSans-Regular.ttf') format('truetype'), url('fonts/OpenSans-Bold.svg#webfontCRDciSXC') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Akashi';
	src: url('fonts/Akashi.eot');
	src: local('‚ò∫'), url('fonts/Akashi.woff') format('woff'), url('fonts/Akashi.ttf') format('truetype'), url('fonts/Akashi.svg#webfontCRDciSXC') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'WideAwakeBlack';
	src: url('fonts/Wide_awake_Black-webfont.eot');
	src: local('‚ò∫'), url('fonts/Wide_awake_Black-webfont.woff') format('woff'), url('fonts/Wide_awake_Black-webfont.ttf') format('truetype'), url('fonts/Wide_awake_Black-webfont.svg#webfontCRDciSXC') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PtSans';
	src: url('PTN57F-webfont.eot');
	src: local('‚ò∫'), url('PTN57F-webfont.woff') format('woff'), url('PTN57F-webfont.ttf') format('truetype'), url('PTN57F-webfont.svg#webfontCRDciSXC') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Dharma';
	src: url("fonts/DharmaGothicE-ExBold.otf") format("opentype");
}

@font-face {
	font-family: 'Bebas';
	src: url("fonts/BebasNeue.otf") format("opentype");
}
@font-face {
	font-family: 'Days-webfont';
	src: url('fonts/Days-webfont.eot');
	src: local('‚ò∫'), url('fonts/Days-webfont.woff') format('woff'), url('fonts/Days-webfont.ttf') format('truetype'), url('fonts/Days-webfont.svg#webfontCRDciSXC') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Grid */

#grid {
	margin-top: -30px;
}

#gridindex{
	width: 950px;
	margin: auto;
	background:rgba(0,0,0,.4); 
	border: 2px solid #000;
}

#grid h2{
	text-align: left;
	margin-left: 10px;
	font-size: 42px;
	font-family: 'Dharma', sans-serif;
	margin-bottom: 3px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 4px 3px rgba(0,0,0,1);
}

#grid h4{
	text-align: left;
	font-size: 34px;
	font-family: 'PtSans', sans-serif;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 4px 3px rgba(0,0,0,1);
}

#grid .tituloindex {
	padding-left: 5px;
	padding-top: 5px;
	text-align: left;
	font-size: 44px;
	font-family: 'Dharma', sans-serif;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 4px 3px rgba(0,0,0,1);
	text-align: left;
}

#grid .titulo{
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 34px;
	font-family: 'PtSans', sans-serif;
	margin-bottom: 3px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 4px 3px rgba(0,0,0,1);
}

#grid .titulonoticia {
	font-size: 14px;
	font-family: 'PtSans', sans-serif;
	margin-top: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: rgba(93,138,255,1);
	text-shadow: 2px 4px 3px rgba(0,0,0,1);
}

#grid .datanoticia {
	font-size: 13px;
	font-family: 'PtSans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 2px 4px 3px rgba(0,0,0,1);
}

#grid .noticia {
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	color: #FFF;
	text-shadow: 2px 4px 3px rgba(0,0,0,1);
}


#grid p{
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
	font-family: 'OpenSans', sans-serif;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 3px;
	font-size: 13px;
	margin-top: 0px;
	line-height: 20px;
}

#grid .vel{
	color: #fff;
	font-family: 'PtSans', sans-serif;
	text-align: left;
	font-size: 16px;
	margin-top: 40px;
	line-height: 20px;
}

#grid .cavalos {
font-weight:normal; 
color: #FFF; 
font-size: 16px;
text-align: center;
line-height: 19px;
width: 95%;
}

.label { font-family: Verdana; font-size: 11px; font-weight: bold; }
.textbox { font-family: 'PtSans', sans-serif; font-size: 14px; font-weight: normal; width: 50px; height: 18px; }

#grid .dropdownvel {
font-family: 'PtSans', sans-serif;
font-size: 14px; 
font-weight: normal; 
height: 25px;
width: 190px;
}

#grid .tab_container a {
    display: inline-block;
	margin: 0px;
}
#grid .tab_container a img {
    display: block;
    margin-bottom: 1px;
    max-height: 160px;
    max-width: 120px;
}

#grid .accordion_container a {
    display: inline-block;
	margin: 0px;
}
#grid .accordion_container a img {
    display: block;
    margin-bottom: 1px;
    max-height: 160px;
    max-width: 120px;
}

#grid .imagebanner {
    position:relative;
    float:left; /* optional */
}
#grid .imagebanner .text {
	background: rgba(0,0,0,0.7);
    position:absolute;
    top: 275px; /* in conjunction with left property, decides the text position */
    left:10px;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
    width: 845px; /* optional, though better have one */
}

#grid .imagebanner .text .titulo{
	text-align: left;
	font-size: 34px;
	font-family: 'PtSans', sans-serif;
	margin-bottom: 3px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 4px 3px rgba(0,0,0,1);
	margin-top: -1px;
}

#grid .imagebanner .text .noticia{
text-align: left;
	font-size: 16px;
	font-family: 'PtSans', sans-serif;
	margin-bottom: 3px;
	font-weight: normal;
	color: #FFF;
	text-shadow: 2px 4px 3px rgba(0,0,0,1);
}

#grid img {
	/*margin: 20px 10px 20px 10px;*/
	border: 3px solid #000;
}

#grid a:hover img{
	border: 3px solid #fff;
}

#header a{
	color: #fff;
	margin: 0;
	padding: 10px;
	display: block;
	background:rgba(0,0,0,.8);
	text-align: center;
}
