/*
CSS Style Sheet
Site: www.realitiesride.com
Company: www.mediatechproductions.com
Author: Casey Landreth
*/
HTML, BODY {
	margin: 0px;
	height: 100%;
	font-family: Verdana;
	font-size: 10pt;
	background-color: #000000;
	color: #FFDD00;
	background-image: url(/images/bodyBG.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
TABLE {
	margin: 0px;
	padding: 0px;
}
IMG {
	display: block;
}
H1 {
	font-size: 14pt;
}
A {
	color: #FF0000;
}
A:HOVER {
	color: #F7AD1A;
}
TD {
	font-family: Verdana;
	font-size: 10pt;
}
DIV {
	display: block;
}
B {
	color: #FFFFFF;
}
STRONG {
	color: #FFFFFF;
}
/*Text Styles*/
.txt8 {
	font-size: 8pt;
}
.txt10 {
	font-size: 10pt;
}
.txtRed {
	color: #FF0000;
}
.txtWhite {
	color: #FFFFFF;
}
/*Layout*/
#container {
	width: 800px;
	height: 100%;
	margin-left:25px;
}
#content {
	text-align: left;
	margin-bottom: 15px;
}
/*Middle Nav*/
#midNav {
	color: #44413C;
}
#midNav TD {
	color: #44413C;
	font-weight: bold;
}
#midNav A {
	color: #44413C;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
}
#midNav A:HOVER {
	color: #D1000D;
}
.midNavTD {
	padding: 0px 5px;
}
/*Footer*/
#footer {
	width: 893px;
	border-top: 2px solid #000000;
	background-color: #FFFFFF;
	height: 10px;
	clear: both;
	font-size: 8pt;
	text-align: center;
	padding: 3px 0px;
	color: #CCCCCC;
}
#footer A {
	color: #CCCCCC;
	text-decoration: none;
}
#footer A:HOVER {
	color: #0000FF;
}
#footerCell {
	border-bottom: 2px solid #FFFFFF;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
/*Misc*/
.tableHead {
	background-color: #B3B3B3;
	text-transform: uppercase;
	color: #44413C;
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	margin-bottom: 5px;
}
/*Forms*/
INPUT, TEXTAREA {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-left: 3px;
}
.button {
	background-color: #C2C2C2;
	text-transform: uppercase;
	font-size: 8pt;
}
.inputSelect {
	background-color: #EBEBEB;
}
.radioButton {
	border: 0px;
	background-color: transparent;
}
/*Gallery*/
.transOn {
	opacity: 0.5;
	border: 1px solid #CD0800;
}
.transOff {
	opacity: 1;
	border: 1px solid #CD0800;
}
.galleryNav {
	font-weight: bold;
}
.galleryNav A {
	color: #CD0800;
}
.galleryNav A:HOVER {
	color: #F7AD1A;
}
#banners {
	
}
