html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body, p, td, th {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #444;
}

body.index {
	background-image: url(images/black_bar.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-color: white;
}

.index #bg {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 1000px;
	height: 500px;
	z-index: 1;
	overflow: default;
}

.index #flashbox {
	position: absolute;
	z-index: 2;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}

.index, td {
	padding: 0;
	margin: 0;
}
.index td.line {
}
div.plug {
	margin: 0px;
	width: 127px;
	position: absolute;
	bottom: 1px;
	font-size: 9px;
	color: #444;
	left: 0px;
	text-align: center;
}
div.plug a {
	color: #444;
	text-decoration: none;
}
div.plug a:hover, a:active {
	color: #666;
	text-decoration: none;
}


body.ecommerce {
	background-color: #fff;
	background-image: url(images/ecommerce_rpt.gif);
	background-repeat: repeat-y;
}

.ecommerce #vidbar {
	position: absolute;
	top: 0px;
	float: left;
	height: 100%;
	width: 127px;
	margin: 0px;
	padding: 0px;
	background-color: black;
}

.ecommerce #header {
	margin: 0px 0px 0px 127px;
	padding: 0px;
}
.ecommerce #header #db {
	text-align: left;
	padding-left: 408px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px black solid;
}
.ecommerce #header #dc {
	text-align: right;
	width: 690px;
}

.ecommerce #content {
	margin: 0px 0px 0px 127px;
	padding: 10px;
	width: 670px;
}

.ecommerce #footer {
	margin: 0px 0px 0px 127px;
	padding: 10px;
	text-align: left;
	font-size: 8px;
	border-top: 1px #666 solid;
	border-right: none;
	border-left: none;
	border-bottom: none;
}



/* html that is generated by the CMS */
p.gears_html, #copy p.gears_html {
	margin-top: 0px;
	margin-bottom: 0px;
}
p.gears_html_empty, #copy p.gears_html_empty {
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.gears_html {
	margin-top: 0px;
	margin-bottom: 0px;
}