/* Resets */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

.hide {
	display: none;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

img.left {
	float: left;
	margin: 0 0 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 0;
}



/* Main Styles  */

body {
	background: #040404;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#mainbg {
	width: 100%;
	height: 1000px;
	background:url(../images/mainbg_full.jpg) center top no-repeat;
}

#innerbg {
	width: 900px;
	height: 1000px;
	margin: 0 auto;
	position: relative;
}

#screen_link {
	display: block;
	position: absolute;
	top: 520px;
	left: 85px;
	width: 130px;
	height: 65px;
	cursor: pointer;
	z-index: 90;
}	

/* SideBar */

#sidebar {
	width: 270px;
	height: 418px;
	float: left;
}

#logo {
	width: 209px;
	height: 179px;
	float: left;
	margin-top: 14px;
	margin-left: 62px;
}

#search {
	width: 201px;
	height: 25px;
	background:url(../images/searchbg.png) no-repeat;
	float: left;
	margin-top: 22px;
	margin-left: 66px;
}

#searchInput {
	width: 155px;
	border: 0px;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #939393;
	margin-top: 3px;
	margin-left: 7px;
	float: left;
}

#searchSubmit {
	width: 36px;
	height: 25px;
	background:url(../images/searchicon.png) center center no-repeat;
	float: right;
	border: 0px;
	cursor: default;
}

#main_sponsor {
	width:266px;
	height:80px;
	float: left;
	margin-left: 34px;
	margin-top: 17px;
	text-align: center;

}

#main_sponsor img {
	margin: 10px 5px;
}

#facebook {
	height: 31px;
	width: 250px;
	float: left;
	background:url(../images/fbicon.png) left center no-repeat;
	line-height: 31px;
	text-indent: 40px;
	margin-top: 13px;
	margin-left: 64px;
}

#facebook img {
	margin: 0 5px;
}

#facebook a {
	color: #0076fa;
	text-decoration: none;
	font-size: 14px;
}

#facebook span {
	color: black;
}

#newsletter {
	color: white;
	text-align: center;
	font-size: 14px;
	float: left;
	margin-top: 24px;
	margin-left: 26px; /* margin-left: 36px; */
	overflow: hidden;
	width: 270px;
	height:80px;
	position: relative;
	color:#333;
}

.newsletterbtn {
	margin-top: 6px;
	cursor: pointer;
}

#newsletter_ready {
	width: 270px;
	position: absolute;
	top: 0;
	left: 0;
	
}

#newsletter_submit {
	width: 270px;
	position: absolute;
	top: 0;
	left: -270px;
}

#newsletter_done {
	width: 270px;
	position: absolute;
	top: 80px;
	left: 0;
}

.newsletter_mail_input {
	border: none;
	padding: 3px;
	margin: 5px;
	color:#333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

.newsletterbtn_back {
	cursor: pointer;
	color:#666;
}

.newsletterbtn_submit {
	cursor: pointer;
	color:#146707;
}

#newsletter_done {
	color: #333;
}

#newsletter_done .green{
	color: #146707;
}

/* NavBar */

#navbar {
	width: 630px;
	height: 68px;
	float: right;
	margin-top: 15px;
}

#mainNav {
	margin-top: 10px;
}

#mainNav li {
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 12px;
	color: white;		
}

#mainNav li#trigger {
	padding: 5px 10px;
}

#mainNav li a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}

#mainNav li.navActive {
	color: #6F0;
}

#mainNav li.navActive a {
	color: #6F0;
}

#mainNav li a.highlight {
	color: #FFF812;
}

/* FanBar */

#fanbar {
	width: 448px;
	height: 20px;
	float: right;
	margin-top: -40px;
}

#fanNav {
	margin-top: 5px;
}

#fanNav li {
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	color: white;
	padding: 0 10px 0 10px;
	border-right: 1px solid #323232;
}

#fanNav li a{
	color: white;
	text-decoration: none;
}

#fanNav li.navActive {
	color: #6F0;
}

#fanNav li.navActive a {
	color: #6F0;
}

#fanNav li.last {
	border-right: none;
}


/* Content - News */

#newsbox {
	width: 630px;
	height: 350px;
	float: right;
	margin-top: -15px;
	margin-bottom: 15px;
}

#newsbox a {
	text-decoration: none;
}

#newsbox #recent {
	height: 121px;
	float: left;
	margin-left: 60px;
	padding: 10px 0;
}

#newsbox .date {
	font-size: 10px;
	color: white;
	text-align: center;
	width: 26px;
	padding-right: 7px;
	padding-left: 8px;
	float: left;
}

#newsbox #old .date {
	color: #666666;
}

#newsbox .content {
	float: left;
	width: 500px;
	font-size: 12px;
	color: #262626;
	line-height: 14px;
}

#newsbox #old {
	margin-left: 60px;
}

#old, .news {
	float: left;
}

.news {
	padding-top: 10px;
}

.news:hover, #recent:hover {
	background:url(../images/over.png);
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#newsbox #old .content {
	color: white;
}

#recent .content #recent_img {
	margin-right: 10px;
	float: left;
}

#recent .content #recent_img img {
	border: 3px solid white;
}

#newsbox p.title {
	font-size: 16px;
	color: white;
	margin-bottom: 10px;
	font-weight:bold;
}

#newsbox #old p.title {
	color: black;
	font-weight:normal;
	margin-bottom: 4px;
}

.news .content {
	padding-bottom: 12px;
	line-height: 14px;
}

.last .content {
	border: none;
}

/* Race Recap */

#contentLink {
	float: left;
	width: 100%;
	height: 300px;
	position: relative;
}

#raceRecap {
	position: absolute;
	right: 40px;
	bottom: 20px;
	width: 215px;
	height: 215px;
	background:url(../images/tachimetro.png) no-repeat;
}

#arrow {
	
	width: 215px;
	height: 215px;
}

#arrow_holder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 215px;
	height: 215px;
}

#australia {
	cursor:pointer;
	position:absolute;
	bottom: -20px;
	left: 94px;
	padding: 5px;
}

#europa {
	cursor:pointer;
	position: absolute;
	bottom: -15px;
	left: 59px;
	padding: 5px;
}

#olanda {
	cursor:pointer;
	position: absolute;
	bottom: -2px;
	left: 27px;
	padding: 5px;
}

#italia-monza {
	cursor:pointer;
	position: absolute;
	bottom: 20px;
	left: 3px;
	padding: 5px;
}

#usa {
	cursor:pointer;
	position: absolute;
	bottom: 47px;
	left: -15px;
	padding: 5px;
}

#sanmarino {
	cursor:pointer;
	position: absolute;
	bottom: 76px;
	left: -24px;
	padding: 5px;
}

#spagna {
	cursor:pointer;
	position: absolute;
	bottom: 106px;
	left: -25px;
	padding: 5px;
}

#repceca {
	cursor:pointer;
	position: absolute;
	bottom: 137px;
	left: -18px;
	padding: 5px;
}

#uk {
	cursor:pointer;
	position: absolute;
	bottom: 167px;
	left: -2px;
	padding: 5px;
}

#germania {
	cursor:pointer;
	position: absolute;
	bottom: 191px;
	left: 19px;
	padding: 5px;
}

#italia-imola {
	cursor:pointer;
	position: absolute;
	bottom: 207px;
	left: 50px;
	padding: 5px;
}

#francia {
	cursor:pointer;
	position: absolute;
	bottom: 213px;
	left: 84px;
	padding: 5px;
}

#portogallo {
	cursor:pointer;
	position: absolute;
	bottom: 211px;
	left: 118px;
	padding: 5px;
}
/*
#14 {
	cursor: pointer;
	position: absolute;
	bottom: 200px;
	left: 152px;
	padding: 5px;
}

#15 {
	cursor:pointer;
	position: absolute;
	bottom: 183px;
	left: 179px;
	padding: 5px;
}

#16 {
	cursor:pointer;
	position: absolute;
	bottom: 157px;
	left: 198px;
	padding: 5px;
}

#17 {
	cursor:pointer;
	position: absolute;
	bottom: 127px;
	left: 210px;
	padding: 5px;
}

#18 {
	cursor:pointer;
	position: absolute;
	bottom: 98px;
	left: 214px;
	padding: 5px;
}
*/

#display {
	width: 117px;
	height: 108px;
	background:url(../images/displaybg.png) no-repeat;
	position: absolute;
	bottom: -15px;
	left: 122px;
	font-size: 10px;
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-style: oblique;
}

#display #data {
	margin-top: 4px;
	margin-left: 10px;
}

#display #gara {	
	margin-left: 10px;
	height: 11px;
	margin-bottom: 15px;
}

#display #gara img {
	margin-right: 4px;
	margin-top: 2px;
}

#display .pos_gara {
	width: 117px;
	text-align: center;
	margin-top: 5px;
}

#display .pos_gara span {
	color: red;
}

#display #pos_mondiale {
	margin-left: 10px;
	line-height: 27px;
	margin-top: 6px;
}

#display #pos_mondialeBox {
	position: absolute;
	bottom: 4px;
	right: 0;
	width: 32px;
	height: 27px;
	background:url(../images/posmondialebg.png) no-repeat;
	margin-right: 6px;
}

#display #pos_mondialeBox #pos {
	width: 32px;
	text-align: center;
	color: red;
	line-height: 10px;
	margin-top: 2px;
}

#display #pos_mondialeBox #global {
	width: 32px;
	text-align: center;
	line-height: 10px;
	margin-top: 2px;
}

#demotip {     
	display:none;     
	background: #999;    
	font-size:12px;     
	height:20px;     
	width:100px;     
	padding:5px;     
	color:#fff;     
}


#site {
	position: absolute;
	top: 3px;
	right: 3px;
	background:#F0F0F0;
	font-size: 12px;
	line-height: 12px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #ccc;
}

#site a {
	color: #333;
	text-decoration:none;	
}

/* Footer */

#footer {
	width: 900px;
	margin-top: 34px;
	color: #CCC;
	float: left;
	text-align: center;
	font-size: 12px;
	height: 120px;
}

#footer a.ftc {
	color:#3CF;
	text-decoration: none;
}

#footer a.admin {
	color:#333;
	text-decoration: none;
}

/** NL Switch **/

#nlswitch {
	margin: 0 auto;
	width: 900px;
	top: 0;
	left: 0;
	text-align: center;
	height: 418px;
}

#nlswitch img {
	margin-top: 20px;
	margin-bottom: 30px;
}

#nlswitch  #newsletter_form p {
	color: black;
	font-size: 18px;
}

#nlswitch .newsletter_mail_input {
	margin: 20px 0;
	padding: 10px;
	width: 250px;
}

#nlswitch .nlswitch_submit {
	cursor: pointer;
	color:#333;
	text-decoration: underline;
}

#nlswitch #nlswitch_done {
	display: none;
	line-height: 30px;
}

#nlswitch #nlswitch_done a {
	color: white;
	cursor: pointer;
	text-decoration: none;
}
	
