/*-----------------------------------------------------------------------------
Main Style Sheet for RickHusemanRacing.com

author:   LEANTREE Media
email:    info@leantreemedia.com
website:  http://www.rickhusemanracing.com/
-----------------------------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px 0px;
	padding-top:0px;
	text-align: center;
	height: 110%;
	background-image:url(../images/huseman_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color:#212121;
	background-attachment: scroll;
	z-index: 1;
}
#container {
	width:835px;
	margin-left:auto;
	margin-right:auto;
	text-align:left; /* resets the centering hack for IE6 on the body tag */
}
#header { 
	height:210px;
	_height:210px;
	position:relative;
} 
#husemanLogo {
	margin:40px 0px 0px 50px;
	position: absolute;
	z-index:40;
}
#husemanTruck {
	margin:0px 0px 0px 380px;
	position: absolute;
	z-index:30;
}
#rickHuseman {
	margin: 30px 0px 0px -340px; /* top bottom right left*/
	position: absolute;
	z-index:10;
}
#topMenu {
	margin:146px 0px 0px 0px;
	padding:0;
	position:absolute;
	z-index: 2000;
}
#mainContent {
	background-image: url(../images/catbox_bg.png);
	background-repeat:no-repeat;
	width:575px;
	height:830px;
	position:relative;
	float:left;
	padding:24px;
	z-index:1000;
}
#Newsbox {
	overflow: auto; height: 340px;
}
#secondaryContent {
	position:relative;
	width:200px;
	float:right;
	z-index:2001;
}
#torcLogo {
	margin-top:30px;
	z-index:3000;
}
#sponsors {
	position: absolute;
	width: 850px;
	height:150px;
	text-align:center;
	display:block;
	left: 150px;
	top: 1080px;
}
p {
	margin-bottom:12px;
}
h1 {
	font-size:26px;
	margin:0px;
}
h4 {
	font-size:12px bold;
	color:#009900;
}
a:link  { 
	color: #009900; 
	text-decoration: none; 
}
a:visited { 
	color: #009900; 
	text-decoration: none 
}
a:hover  { 
	color: #00CC00; 
	text-decoration: underline 
}
.hr {
	color: #009900;
	size:1px;
	noshade: noshade;
}
/*-------Start Navigation Bar------*/
#navTable td {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.5em;
	line-height:2.5em;
	color: #FFFFFF;
	background: url(/css/img/nav_bg.png) repeat-x;
	text-align:center;
}
#navTable td a {
	display:block;
	height:52px;
	color: #FFFFFF;
	text-decoration:none;
}
#navTable td a:hover{
	background: url(/css/img/nav_mOver.png) repeat-x;
	color: #33FF00;
}
#navTable .ends {
	background: none;
}
/*-------End Navigation Bar------*/
.homeNewsbox {
	font-size:14px;
	line-height:18px;
}
.Newsbox {
	padding:15px 15px 30px 20px; /*-------top right bottom left------*/
}
#standingsTable {
	padding: 5px 5px;
	font-size:12px;
	background-color: #000000;
	filter:alpha(opacity=60); /* ie */
	-moz-opacity:0.6; /* mozilla */
	opacity:0.6; /* just in case */
}
#standingsTable tr:hover {
	background-color: #006600;
}
#standingsTable .odd {
	background-color:#000033;
}
#standingsTable td {
	border-bottom:1px solid #666666;
}
.carousel {float:center;
}
.schTable td {
	font-size:12px;
	border-bottom:1px solid #666666;
}
.teamCaptions h1, h2, h3 {
	margin:0px;
	padding:0px;
}
.footer {
	font-size:10px;
	font-weight:bold;
	line-height:24px;
	float:left;
}
