@charset "UTF-8";

/* Dirty Reset */
ul, ul li {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

p { font-size: 14px; line-height: 20px; }

.container {
	display: block;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
}

.subtle {
	display: block;
	float: right;
	color: #878793;
	font-size: 100%;
	padding: 20px 0;
}
#bb-blank-box td   {
	color: white;
}

h3 { padding: 10px 0 0 0; }

hr {
	display: block;
	float: left;
}

/* Indicators */
ul#billy_indicators,
ul#fade_indicators {
	width: auto;
	float: right;
	display: block;
	z-index: 90;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 40px;
}

	ul#billy_indicators li,
	ul#fade_indicators li {
		display: block;
		width: 9px;
		height: 9px;
		float: left;
		margin: 0 5px 0 0;
	}
		
		ul#billy_indicators li a,
		ul#fade_indicators li a {
	display: block;
	width: 9px;
	height: 9px;
	background: #a8b3b3;
	opacity: 0.4;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
		}	
		
		ul#billy_indicators li.active a,
		ul#fade_indicators li.active a { opacity: 1.0; }
		ul#billy_indicators li a:hover,
		ul#fade_indicators li a:hover { opacity: 0.6; }
			ul#billy_indicators li.active a:hover,
			ul#fade_indicators li.active a:hover { opacity: 1.0; }
		
/* Controls */
#clicker {
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 40px;
}

	#clicker a {
	background: transparent;
	border: 1px solid white;
	font-size: 10px;
	color: #003;
	padding: 5px 10px 4px;
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	}
	
		#clicker a:hover {
	color: #003;
	background-color: #999;
		}
		
/* Carousel */
#billy_clip {
	padding-top:10px;
	width: 960px;
	position: relative; /* For IE */
	overflow: hidden;
	height: 340px;
	z-index:0;
	background-color: #FFF;
}

ul#billy_scroller,
ul#billy_fader {
	width: 9999px;
	height: 340px;
	display: block;
	float: left;
	position: relative;
	z-index: 1;
}
	
	ul#billy_scroller li,
	ul#billy_fader li {
	width: 960px;
	height: 340px;
	float: left;
	display: block;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	}
	
/* Tabber */
ul#tabber {
	width: 9999px;
	height: 500px;
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
	
	ul#tabber li {
		width: 960px;
		height: 500px;
		float: left;
		display: block;
	}
	
/* Tabs */
#tabber_clip { 
	width: 960px; 
	position: relative; /* For IE */
	overflow: hidden;
	height: 500px;
	z-index:101;
	border-top: 1px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	border-left: 1px solid white;
	float: left;
}


ul#tabber_tabs {
	display: block;
	float: left;
	width: 960px;
	padding: 0;
	margin: 10px 0 0 0;
	float: left;
}
#bottom {
	background-image: url(images/bottom-image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

	ul#tabber_tabs li {
		display: block;
		float: left;
		margin: 0 10px 0 0;
	}
.cpr-left   {
	padding: 5px 6px 6px;
	display: block;
	font-size: 13px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d2dfdf;
	border-right-color: #d2dfdf;
	border-left-color: #d2dfdf;
		}
		
			ul#tabber_tabs li.active a {
				background: white;
				color: #252529;
			}

.codetab {
	padding: 10px;
	width: 880px;
	height: 380px;
	background: #646391;
	font-size: 0.9em;
	overflow: auto;
	display: block;
	float: left;
}
