/*===== Default styles =====*/

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#231f20;
	background-color:#231f20;
}

h1 {
	font-size:30px;
	font-weight:bold;
	margin-bottom:15px;
	color:#ed1c24;
	font-style:italic;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}

h4 {
	font-size:14px;
	font-weight:bold;
}

img {
	border:0;
}

p {
	margin:0 0 15px 0;
	line-height:15px
}

a {
	color:#ed1c24;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.hr {
	height:1px;
	line-height:1px;
	margin:20px 0;
	clear:both;
	background-image:url("/gfx/hr.gif");
	background-position:bottom;
	background-repeat:repeat-x;
}

.cleaner {
	height:1px;
	line-height:1px;
	clear:both;
}

.hidden {
	display:none;
}

#main ul, #main ol {
	margin:12px 0;
	line-height:15px;
}
	
#main ol {
	padding-left:30px;
}

#main ol li {
	margin-bottom:5px;
}

#main ul li {
	padding-left:30px;
	list-style-type:none;
	background-image:url("/gfx/bullet.gif");
	background-position:10px 5px;
	background-repeat:no-repeat;
	margin-bottom:5px;
}


/*===== Layout etc =====*/

#loginWrapper {
	background-color:#ed1c24;
}

	#loginContainer {
		margin:0 auto;
		width:940px;
	}
	
	#login {
		width:750px;
		height:24px;
		padding:12px 0 10px;
		float:left;
	}
	
	#loginMsg {
		width:190px;
		height:24px;
		padding:11px 0 10px;
		float:left;
		color:#fff;
		line-height:24px;
	}
	
		#login label {
			color:#fff;
			font-weight:bold;
		}
		
		#loginEmail {
			margin-right:40px;
		}
		
		#loginPassword, #loginEmail {
			width:200px;
			padding:2px;
			background-color:#fff;
			border:1px solid #cbcbcb;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
		}
	
		#loginButton {
			vertical-align:middle;
			margin-left:50px;
		}
		
	#forgottenPass {
		float:right;
		width:140px;
		font-size:10px;
		text-align:right;
		padding-top:10px;
	}
	
		#forgottenPass a {
			color:#fff;
		}

#mainWrapper {
	background-image:url("/gfx/bodyBg.jpg");
	background-repeat:repeat-x;
	background-position:top center;
	border-top:1px solid #ed1c24;
}
	
	#innerWrapper {
		background-image:url("/gfx/bigBg.jpg");
		background-repeat:no-repeat;
		background-position:top center;
	}
	
		#topMenu {
			background-image:url("/gfx/topMenu.gif");
			background-repeat:no-repeat;
			background-position:top center;
			width:990px;
			height:34px;
			margin:0 auto;
		}
			#topMenu ul {
				float:right;
				margin-right:18px;
				padding:6px 0;
			}
				#topMenu ul li {
					display:inline;
					padding:0 9px 0 11px;
					font-weight:bold;
					background-image:url("/gfx/divider.gif");
					background-position:0 4px;
					background-repeat:no-repeat;
					list-style:none;
				}
				
					#topMenu ul li.first {
						background-image:none;
					}
					
					#topMenu ul li a {
						color:#fff;
					}
				
			.login {
				float:right;
				width:125px;
				height:24px;
				margin-right:7px;
				display:block;
				color:#fff;
				padding-left:15px;
				font-weight:bold;
				line-height:23px;
			}
			
			#topMenu .addthis_button {
				float:left;
				margin-left:15px;
				margin-top:6px;
			}
			
			
		
		#header {
			margin:0 auto;
			width:990px;
			height:136px;
			position:relative;
		}
		
			#logo {
				position:absolute;
				top:12px;
				left:3px;
			}
			
			#tagline {
				position:absolute;
				top:47px;
				left:329px;
			}
			
			#contactInfo {
				font-size:14px;	
				position:absolute;
				top:90px;
				left:329px;
			}
			
		#mainMenu, #raceTabs {
			border-bottom:2px solid #ed1c24;
			width:980px;
			margin:0 auto;
			background-image:url("/gfx/mainMenuBg.gif");
			background-repeat:no-repeat;
			background-position:right top;
		}
		
		#raceTabs {
			width:680px;
			float:left;
			background-image:url("/gfx/raceTabs.gif");
			background-repeat:repeat-x;
		}
			
			#mainMenu ul li, #raceTabs ul li {
				float:left;
				list-style:none;
				height:35px;
				line-height:35px;
			}
			
				#mainMenu ul li a, #raceTabs ul li a {
					color:#fff;
					padding:0 11px 0 14px;
					display:block;
					font-weight:bold;
					background-image:url("/gfx/mainMenu.gif");
					background-position:left;
					background-repeat:no-repeat;
				}
				
				#raceTabs ul li a {
					padding:0 8px 0 10px;	
				}
				
				#mainMenu ul li a.first {
					background-image:url("/gfx/mainMenuFirst.gif");
				}
				
				#mainMenu ul li a.on, #mainMenu ul li a.onLast{
					background-image:url("/gfx/mainMenuFirstOn.gif");
					background-position:right;
					border-left:1px solid #000;
					padding:0 11px 0 13px;
				}
				
				#raceTabs ul li a.on{
					background-image:url("/gfx/mainMenuFirstOn.gif");
					background-position:right;
					border-left:1px solid #000;
					padding:0 8px 0 9px;	
				}
				
				#mainMenu ul li a.onFirst {
					background-image:url("/gfx/mainMenuFirstOn.gif");
					background-position:left;
				}
			
			#mainMenu .cleaner {
				background-color:#ed1c24;
			}
			
		#mainContainer {
			margin:0 auto;
			width:980px;
			background-color:#fff;
			background-image:url("/gfx/mainContainer.gif");
			background-repeat:repeat-y;
		}
			
		#slider {
			width:980px;
			height:250px;
			overflow:hidden;
			position:relative;
		}
			
			.offerBadge {
				position:absolute;
				top:17px;
				right:14px;
				z-index:1000;
				width:180px;
				height:180px;
				background-image:url("/gfx/offerBadge.png");
				background-position:0 0;
				background-repeat:no-repeat;
				color:#fff;
				line-height:185px;
				font-size:38px;
				font-weight:900;
				text-align:center;
				font-family:"HelveticaNeue-Heavy", "Helvetica Neue Heavy", "Helvetica Neue", Helvetica, Arial, sans-serif;
			}
			
			#slider li {
				list-style:none;
				float:left;
				width:980px;
				height:250px;
			}
			
			.seeThruBackground {
				padding:0 10px 0 30px;
				background-image:url("/gfx/seeThru.png");
			}
				
				.red {
					color:#ed1c24;
				}
			
			.heroText {
				font-weight:bold;
				font-size:36px;
				color:#fff;
				line-height:43px;
				height:129px;
				width:980px;
				margin-top:121px;
			}
		
			
			#breadcrumbs {
				background-image:url("/gfx/breadcrumb.gif");
				background-position:left center;
				background-repeat:no-repeat;
				height:32px;
				overflow:hidden;
			}
			
				#breadcrumbs li {
					list-style:none;		
					background-image:url("/gfx/raquo.gif");
					background-position:0 13px;
					background-repeat:no-repeat;
					padding:0 10px 0 15px;
					line-height:31px;
					height:31px;
					float:left;
				}
				
				#breadcrumbs li.first {
					background-image:url("/gfx/home.gif");
					background-position:0 8px;
					background-repeat:no-repeat;
					text-indent:-10000px;
					width:16px;
					margin-left:27px;
					margin-right:10px;
					padding:0;
					display:inline;
				}
				
					#breadcrumbs li.first a {
						display:block;
						width:16px;
						height:31px;
						overflow:hidden;
					}
				
			#main {
				width:620px;
				float:left;
				padding:25px 30px;
			}

				.share {
					width:140px;
					float:left;
					margin-right:30px;
				}
			
					.share p {
						margin-bottom:10px;
					}
					
				.follow {
					width:140px;
					float:left;
				}
			
					.follow p {
						margin-bottom:7px;
					}
					
				
			#sideBar {
				width:300px;
				float:right;
			}
			
				#sideMenu {
					
				}
				
					#sideMenu ul {
						
					}
					
						#sideMenu ul li {
							list-style:none;
							margin-bottom:1px;
						}
						
							#sideMenu ul li a {
								background-color:#231f20;	
								display:block;
								color:#fff;
								font-weight:bold;
								padding:10px 30px;
							}
						
							#sideMenu ul li a.on {
								background-color:#ed1c24;	
							}
							
								#sideMenu ul ul li {

								}
							
									#sideMenu ul ul li a {
										background-color:transparent;
										background-image:url("/gfx/bullet3.gif");
										background-position:30px 4px;
										background-repeat:no-repeat;
										padding:0 0 0 45px;
										margin:10px 0;
										color:#231f20;
									}
							
									#sideMenu ul ul li a.on {
										background-color:transparent;
										color:#ed1c24;
									}
			
				.widget {
					border-bottom:1px solid #cbcbcb;
					padding:30px;
					position:relative;
				}
				
					#abta2, #atol2 {
						float:left;
						width:53px;
						margin-right:15px;
					}
					
					.money {
						margin-bottom:10px;
					}
					
						.money p, .money2 p {
							margin-bottom:0;
							padding-top:5px;
						}
						
					.money2 {
						margin-bottom:20px;
					}

					#email {
						float:left;
						font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
						padding:2px;
						width:132px;
						height:17px;
						border:1px solid #cbcbcb;
						margin-right:10px;
					}
					
		#mainContainerBot {
			margin:0 auto;
			width:980px;
			height:5px;
			background-image:url("/gfx/mainContainerBot.gif");
			background-repeat:no-repeat;
			margin-bottom:20px;
		}
		
		#linkPanelTop {
			margin:0 auto;
			width:980px;
			height:5px;
			background-image:url("/gfx/linkPanelTop.gif");
			background-repeat:no-repeat;
		}
		
		#linkPanel {
			background-color:#fff;
			margin:0 auto;
			width:980px;
			padding:15px 0;
		}
			
			.linkBox {
				width:165px;
				margin-left:30px;
				float:left;
				border-right:1px solid #c7c6c6;
			}
			
				.noBorder {
					border:none;
				}
			
		#linkPanelBot {
			margin:0 auto;
			width:980px;
			height:5px;
			background-image:url("/gfx/linkPanelBot.gif");
			background-repeat:no-repeat;
			margin-bottom:20px;
		}
		
		#footer {
			margin:0 auto;
			width:980px;
			margin-bottom:30px;
		}
		
			#footer ul {
				float:left;
			}
				#footer ul li {
					display:inline;
					padding:0 9px 0 11px;
					font-weight:bold;
					background-image:url("/gfx/divider.gif");
					background-position:0 4px;
					background-repeat:no-repeat;
					list-style:none;
				}
				
					#footer ul li.first {
						background-image:none;
						padding-left:0;
					}
					
					#footer ul li a {
						color:#fff;
					}
					
			#copyright {
				color:#fff;
				font-weight:bold;
				float:left;
				clear:left;
				margin-top:10px;
			}
			
			#abta {
				float:right;
			}
			
			#atol {
				float:right;
				margin-right:15px;
			}
			
			#fivesite {
				float:right;
				margin-right:20px;
				margin-top:20px;
				padding-left:45px;
				background-image:url("/gfx/fivesite.gif");
				background-position:left;
				background-repeat:no-repeat;
				height:17px;
				line-height:19px;
			}
			
				#fivesite a {
					color:#fff;
					font-weight:bold;
					font-size:10px;
				}
			

