/* CSS Document */ /******* GH  index page **/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #8a8989;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

a img {
	border: none;
}

a {
	color: #d51818;
}

a:hover {
	color: #fff;
}

a:visited {
	color: #d51818;
}

body#home {
	background-color: #000;
}

#home { /*margin: 1em auto;   */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#home a {
	color: #009EFF;
}

#home a:hover {
	color: #7CFFFF;
}

#home   h3 {
	font-size: 1.2em;
	border-bottom: 1px solid #666666;
	color: white;
	margin: 0px;
	padding: 4px;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
	background: #333;
}

#home .content {
	text-align: center;
	width: 1025px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-size: 1.1em;
}

#home .content  a {
	text-decoration: none;
}

#home .columns {
		margin-left: auto;
	margin-right: auto;
	background: #000 url('/images/home/red_bg.png') repeat-x;
	background-position: 0px 100px;
}

#home .column {
	width: 178px;
	margin: 10px;
	float: left;
	background: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#home .content .first {
	margin-left: 0px;
}

#home .content .last {
	margin-right: 0px;
        height:400px;
}

#home .content .verticalBar {
	float: left;
	margin-left: 25px;
	margin-right: 10px
}

/* Navigation ---------------------------------------*/
#home .bottomNavAlign {
	width: 605px;
	margin-left: auto;
	margin-right: auto;
}

#home .bottomNav {
	float: left;
	clear: left;
	display: table-row;
	margin: 0px;
	padding: 0px;
	background: #005293 url('/images/home/nav_bg.png') repeat-x top left;
	font-size: 9px;
	font-weight: bold;
	border-top: 1px solid #00509d;
	border-left: 1px solid #00509d;
	border-right: 1px solid #00509d;
	border-bottom: 1px solid #003a74;
	position: relative;
	width: 605px;
}

#home .bottomNav  li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	text-align: left;
	width: auto;
	display: table-cell;
	height: 100%;
}

#home .bottomNav li:hover ul,#home .bottomNav .menuHover ul {
	left: auto;
}

#home .bottomNav a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding-top: 3px;
	padding-left: 29px;
	padding-right: 29px;
	width: 100%;
}

#home .bottomNav div.part {
	width: 2px;
	height: 18px;
	float: left;
	background: #005293 url('/images/home/nav_part.png') repeat-y top left;
}

/* submenu ---*/
#home .bottomNav li ul {
	display: block;
	left: -1000em;
	position: absolute;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	width: 160px;
	border-top: 1px solid #003A74;
	border-left: 1px solid #00509d;
	border-right: 1px solid #00509d;
	border-bottom: 1px solid #003a74;
}

#home .bottomNav ul li {
	clear: left;
	margin-left: 0px;
	width: 150px;
	display: block !important;
}

#home .bottomNav ul li a {
	margin: 0px;
	padding: 5px;
	display: block !important;
	background-color: #005293;
}

#home .bottomNav ul li a:hover {
	background-color: #38A0DF;
}

#home .nav {
	padding: 0px;
	width: 917px;
	margin-left: auto;
	margin-right: auto;
}

#home .nav  a {
	margin: 0px;
	color: #ffffff;
	text-decoration: none;
}

#home .nav img {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}

#home .nav  a:hover {
	color: #cc0000;
}

/* Slideshow area -----------------*/
#home .slideshow {
	background: url('/images/home/dirt_bg.jpg') no-repeat;
	width: 917px;
	height: 287px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 28px;
}

#home .slideshow .screen {
	width: 700px;
	height: 262px;
	clear: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}

/* Results --------------------- */
#home img.rss {
	float: right;
	padding: 0px;
	margin: 0px;
	margin-top: -1px;
}

#home  .block {
	width: 100%;
	/*  border: 2px solid red;   */
	margin-bottom: 0px;
	text-align: left;
	font-size: 0.8em;
}

#home .block h4 {
	font-size: 10px;
	text-align: center;
	margin: 0px;
	margin-top: -0.8em;
}

#home .race,#home .news,#home .clubs {
	padding: 0 4px 0 4px;
}

#home .clubs li {
	margin-left: 20px;
}

#home .clubs ul {
	padding: 0px;
	margin: 0px;
}

#home  .logo {
	width: 100%;
	/*  border: 2px solid red;   */
	margin-bottom: 0px;
	text-align: left;
	font-size: 0.8em;
	background: #000000;
}

#home .scores {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
}

#home .scores td {
	border-bottom: 1px solid #393939;
	line-height: 18px;
	padding: 0 0 0 3px;
}

#home .scores .pos {
	font-weight: bold;
	padding-right: 3px;
}

#home .scores .driver {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}

#home .scores .points {
	white-space: nowrap;
}

#home   span.sub {
	font-size: 0.5em;
}

#home .news {
	height: 3.5em;
}

#home .news .date {
	display: inline;
	margin-left: 5px;
	white-space: pre;
	color: #999;
}

#home .drivers {
	height: 240px;
}

#home .logos {
	width: 185px;
	float: left;
}

#home .logos img {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

#home .date {
	vertical-align: top
}

.clear20 {
	height: 20px;
	clear: both;
	overflow: hidden;
}
