* {
	padding: 0;
	margin: 0;
}
.tboxwrap1 {
	background: #111111 url(../images/drp_rep_left.jpg) repeat-y top left;
	display: block;
	margin: auto;
	max-width: 800px;
}
.tboxwrap2 {
	background: url(../images/drp_rep_right.jpg) repeat-y top right;
	display: block;
}
.LLT, .RRT, .RR, .LL, .BL, .BR, .BBL, .BB {
	display: none;
}
body {
	background: url(/images/checker.jpg) #272727;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
	width: 100%;
}
#bggrad {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(/images/bggrad.jpg) #000;
	height: 500px;
	z-index: -1;
}
#grad_btm {
	visibility: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	background: url(/images/bggrad_btm.jpg) #000;
	height: 500px;
	z-index: -2;
}
/* scaffolding */

#wrapper {
	position: relative;
	margin: 40px auto 40px auto;
	width: 80%;
	color: #fff;
	background-color: #111111;
}
#banner {
	height: 195px;
	position: relative;
	overflow: hidden;
}
#banner_img {
	margin-top: 20px;
}
#upgrade_img {
	margin-top: 10px;
}
#login_form img {
	margin-right: -5px;
}
#navbar {
	font-size: 16px;
}
#content {
	background: url(/images/smoke.jpg);
	width: 99%;
	padding: 10px 0 20px 1%;
}
/* columns working with 96% leeway */
/* 1% left and right padding on each column = 4% */
#leftcol {
	float: left;
	width: 70%;
	margin-right: 2%;
}
#rightcol {
	float: left;
	width: 25%;
	text-align: right;
}
#footer {
	padding: 10px;
	color: #888;
	background: #000;
	text-align: center;
}
#admin {
	margin: 20px;
	padding: 10px;
	background: #444;
	border: 1px solid #777;
}
/* common elements */

td {
}
p {
	padding-bottom: 10px;
}
h1 {
	display: block;
	text-indent: -5000px;
	height: 100px;
}
h2 {
	font-size: 24px;
	margin-bottom: 5px;
}
h3 {
	font-size: 18px !important;
	margin: 5px 0;
}
h4 {
	font-size: 12px !important;
}
h6 {
	width: auto
}
img {
	border: none;
}
#news img, #interviews img, #feat_prod img {
	float: left;
	margin-right: 10px;
}
#rightcol img {
	padding: 5px;
	background: #8E8E8E;
}
a {
	color: #ec0;
	text-decoration: none;
}
a:hover, a:active {
	color: #f60;
}
/* common classes */

div.row {
	width: 100%;
	margin-bottom: 30px;
	clear: both;
}
.article {
	width: 30.4%;
	margin: 1px;
}
div.half>div {
	float: left;
	margin-right: 1%;
}
div.galthumb {
	text-align: center;
	float: left;
	height: auto;
	margin: 0 20px 20px 0;
}
div.third>div {
	float: left;
	margin-right: 1%;
}
div.prodphoto {
	height: 149px;
	width: 149px;
	margin: auto;
}
*.more {
	position: absolute;
	right: 50px;
	bottom: 40px;
}
div.photo {
	float: left;
	margin: 0 20px 20px 0;
	width: 100px;
	height: 100px;
}
div.widebtn {
	margin-right: 10%;
	margin-left: 10%;
}
.center, .center table {
	text-align: center;
	margin: auto;
}
/* form stuff */

textarea, input, select {
	background: #ccc;
	color: #444;
	padding: 3px;
	border: 1px solid #444;
	line-height: 150%;
}
select {
	padding-bottom: 0px;
}
option {
	padding: 3px;
}
#contact_form input, #contact_form label {
	clear: both;
	display: block;
	margin: 5px;
}
/* live validation stuff */

.LV_validation_message {
	font-weight:bold;
	margin:0 0 0 5px;
}
.LV_valid {
	color:#00CC00;
	clear: both;
	display: block;
	font-weight:bold;
}
.LV_invalid {
	color:#CC0000;
	clear: both;
	display: block;
	font-weight:bold;
}
.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
	border: 1px solid #00CC00;
}
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
	border: 1px solid #CC0000;
}
/* other stuff 

#content div {
padding: 1%;
margin-bottom: 10px;
}

.textbox {
background:#282828;
margin:10px;
padding:20px;
border: 1px solid #555;
}*/
#feat_prod {
	max-width: 800px;
	margin:auto;
}
.alert {
	margin:20px;
	padding:10px;
	background:#b11;
	color:white;
	font-weight:bold;
	border: 1px solid #800;
}
div#login_form {
	position: absolute;
	right: 10px;
	bottom: 30px;
	height: 130px;
	text-align: right;
	line-height: 17px;
}
#login_form div.login_box {
	float:right;
	background: url(/images/loginbg.png) no-repeat bottom;
	width: 268px;
	height: 45px;
	padding: 10px 10px 10px 10px;
	color: #666633;
}
.login_box form {
}
#login_form div.welcome_box {
	position: absolute;
	top: 10px;
	right: 10px;
}
.regmsg {
	font-weight:bold;
	color:#f08a40;
	font-variant:small-caps;
	text-align:center;
	width:300px;
}
a.regmsg {
	color:f08a40;
}
#login_form h2 {
	height: 30px;
}
#login_form a {
	color: #555522;
}
#login_form a:hover {
	color: #fff;
}
#login_form input {
	color: #fff;
	background: #000;
	border: none;
	padding: 2px;
	margin: 0;
	height: 18px;
	font-size: 12px;
}
#content ul {
	margin-left: 40px;
}
#rightcol h2 {
	margin-top: 20px;
}
#products p {
	margin-top: 10px;
}
#news>div, #interviews>div {
	position: relative;
}
div#vidwrapper {
	margin: 0 auto 20px auto;
	width: 750px;
	height: 640px;
	overflow: hidden;
	background: #E1E1E1;
	padding: 0;
}
#vidwrapper.home {
	width: 350px;
	height: auto;
	margin: 0;
}
#vidwrapper.home #playlist {
	width: 100%;
	height: auto;
}
#vidwrapper.home #currentvid {
	width: auto;
	height: 240px;
}
#vidwrapper>div {
	float: left;
}
#currentvid {
	width: 750px;
	float: none;
	clear: both;
	background: #555;
	line-height:0;
}
#vidinfo {
	padding: 0 10px 10px 10px;
	color: #555;
	overflow: auto;
	height: 210px;
	width: 465px;
	float: left;
}
#playlist {
	width: 265px;
	background: #aaa;
	float: right;
	height: 220px;
	overflow: scroll;
}
#vidwrapper.home #playlist {
	overflow-y: scroll;
	overflow-x: auto;
	height: 130px;
}
#playlist ul {
	margin: 0;
	padding: 0;
	background: #aaa;
	font-size: 12px;
}
#vidwrapper.home #playlist ul {
	font-size: .8em;
}
#playlist h3 {
	padding-left: 20px;
	margin: 0;
	background: url(/images/playlistheadbg.jpg) top left;
}
#vidwrapper.home #playlist h3 {
	background: #656565;
	text-align: center;
	font-size: .8em !important;
	letter-spacing: .5em;
	text-transform: uppercase;
	padding: 0;
}
#playlist li {
	list-style-type: none;
	margin: 0 0 1px 0;
	padding-left: 5px;
	overflow: hidden;
	font-weight: bold;
	color: #555;
	background: url(/images/playlistbg.jpg) repeat-x center center;
}
#playlist a {
	color: #fff;
	font-weight: bold;
	padding: 0 0 0 15px;
	background: #888;
	height: 100%;
	margin-left: -15px;
	display: block;
}
#playlist a:hover {
	color: #fff;
	background: #656565;
}
div#extra {
	width:100%;
	float: none;
	clear: both;
}
div.picture {
	float: left;
	text-align: center;
	color: #fff;
	margin-right: 10px;/*
width: auto !important; 
background: #555;*/
}
div.picture * {
	width: auto;
}
div.int_content, div.n_content {
	float: none !important; /*padding: 0 !important;*/
}
#interviews {
	width: 100%
}
.int_blurb {
	margin-top:5px;
	font-style:italic;
	font-size:16px;
display:
}
#poll {
	line-height: 200%;
}
#poll h3 {
	text-align: left;
}
#poll table {
	margin: auto;
}
tr.text td {
	height: 25px;
}
div.rclass>div {
	margin-right: 20px;
}
.etable {
}
.etable tr.tbl_title {
	background: #445;
}
.etable table {
	background: #445;
	padding: 3px;
}
.etable tr.tbl_headers {
	background: #556;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}
.etable tr {
	background: #667;
}
.etable table tr td {
	padding: 3px;
	margin-bottom: 10px;
}
.race_col {
	float: left;
	width: 24%;
	margin-right: 1%;
}
.race_col {
	text-align:center;
}
.race_col ul {
	margin-left: 0 !important;
}
.race_col li, .upload_option {
	list-style-type: none;
	font-size: 1.2em;
	line-height: 200%;
}
.ast {
	font-size: 40px;
	position: relative;
	bottom: -17px;
	margin-right: 4px;
	color: red;
}
div.one-image {
	line-height: 0;
}
.log_msg {
	margin:50px auto;
	padding:20px;
	width:600px;
	background:#333;
	color:#999;
	font-size:18px;
	border:1px solid #555;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.log_msg a {
	font-size:.7em;
	width: 100%;
}
#footer p {
	margin: 10px;
	font-size: 12px;
	color: #444;
}

.cssbox_body {
  color: white !important;
}
