/* Image replacement technique documented here:
 * http://waydechristie.com/2006/11/21/css-image-replacement-class/
 */   

body {
	min-width:750px;
	margin:0;
	padding:0;
	background: #006 url(/images/stripe.png) repeat;
	color:#000;
	font-family: Verdana, Helvetica, sans-serif;
}

#container {
  position: relative;
  top: 20px;
	background: #ffffff url(/images/american_flag.jpg) no-repeat 0px 0px;
	margin:0 auto;
	padding: 0px;
	width:750px;
	border: 2px solid #CC9;
}

#rider {
  background: url(/images/rider.png) no-repeat 0px 0px;
  height:185px;
  width:459px;
  position: relative;
  top:0px;
  left: -37px;
  behavior: url(/images/iepngfix.htc); /* fix IE5.5 and IE 6 transparent PNG bug */
}

#header {
  background:transparent url(/images/bbr.png) no-repeat scroll 0px;
  height:28px;
  width:410px;
  position:relative;
  top:10px;    
  left:13px;
  margin:0px;
  padding:0px;
  text-indent:-999em;
	behavior: url(/images/iepngfix.htc); /* fix IE5.5 and IE 6 transparent PNG bug */
}

#header h1 {
  	padding:0px;
    margin:0px;
}

#world_finals {
  width:184px;
  height:85px;
  position:absolute;
  top:10px;    
  right:10px;
  margin:0px;
  padding:0px;
}

#world_finals a {
  z-index:1;
  position:absolute; 
  top:0;
  left:0;
  width:184px;
  height:85px;
  background:transparent url(/images/world_finals_button.png) no-repeat;
  font-size:1em;
  behavior: url(/images/iepngfix.htc); /* fix IE5.5 and IE 6 transparent PNG bug */
}

#join_now {
  width:184px;
  height:85px;
  position:absolute;
  top:115px;    
  right:10px;
  margin:0px;
  padding:0px;
}

#join_now a {
  z-index:1;
  position:absolute; 
  top:0;
  left:0;
  width:184px;
  height:85px;
  background:transparent url(/images/join_now_button.png) no-repeat;
  font-size:1em;
  behavior: url(/images/iepngfix.htc); /* fix IE5.5 and IE 6 transparent PNG bug */
}

#nav {
  position: relative;
  top: 25px;
	background:#600 url(/images/nav_background.png) repeat-x top left;
	/* border-top: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000; */
	padding:5px;
	margin-bottom: 30px;
}

#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align: center;
}

#nav li{
	display:inline;
	margin:0;
	padding:0px 10px 0px 10px;
	font-size: 12px;
}

#nav li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#nav li a:hover {
  text-decoration: underline;
}

#main {
  position: relative;
  margin: 0px;
  padding: 0px 0px 0px 10px;
	background:transparent;
	float:left;
	width:510px;
}

#main h2, #main h3, #main p {
	/* padding:0 10px; */
  }

#sidebar {
  position: relative;
  margin: 0px;
  padding: 0px;
	background:transparent;
	float:right;
	width:220px;
}

#footer {
  position: relative;
	background:#600;
	clear:both;
}

#footer p {
	padding:0;
	margin:0;
}

#walls_gear {
  position: relative;
  left:28px;
  top: 2px;
  behavior: url(/images/iepngfix.htc); /* fix IE5.5 and IE 6 transparent PNG bug */
}

/* sponsors */

#walls_gear { 
  padding: 140px 0 0 0; 
  display: block;
  overflow: hidden; 
  background-image: url(/images/bbr_walls_shirts.png); 
  background-repeat: no-repeat; 
  height: 0px !important; 
  height /**/:140px;
  behavior: url(/images/iepngfix.htc);
}

div.sponsor p {
  width:110px;
  position: relative;
  margin: 40px 0px 40px 80px;
}

div.sponsor p a {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  height: 0px !important;
}



/* founders */

.founder {
	text-align: center;
	width: 100%;
}

.founder tr td {
	width: 16.66%;
}

.founder tr td img {
	border: 0;
  behavior: url(/images/iepngfix.htc);
}

/* contact form honeypot */

input.lastname {
	visibility: hidden;
	font-size: 0;
}
