/*
CSS Style Sheet
Site: www.rockymountaintruckworks.com
Company: www.mediatechproductions.com
Author: Casey Landreth
*/
HTML, BODY
{
	margin: 0px;
	height: 100%;
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
}
A
{
	color: #FF0000;
	text-decoration: none;
}
A:HOVER
{
	color: #CCCCCC;
}
H1
{
	color: #B7BDBD;
	font-size: 14pt;
	text-transform: uppercase;
}
TD
{
	font-size: 10pt;
}
IMG
{
	display: block;
}
/* Text Styles */
.txt8
{
	font-size: 8pt;
}
.txt10
{
	font-size: 10pt;
}
.txtRed
{
	color: #FF0000;
}
/* Layout */
#mainLayout
{
	width: 986px;
	margin: auto;
}
#header
{
	width: 986px;
	height: 126px;
}
.tableContent
{
	background-image: url("/images/tableBG.jpg");
	background-repeat: no-repeat;
	text-align: justify;
	padding: 5px 10px;
	font-size: 10pt;
}
.tableBG
{
	background-image: url("/images/tableFill.jpg");
}
/* Middle Nav */
#midNav
{
	width: 986px;
	height: 20px;
}
/* Flyout */
.IEfade
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 252px;
	overflow: hidden;
}
.flyout
{
	position: absolute;
	top: 16px;
	left: 0px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	display: none;
	z-index: 3;
}
.flyout A
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
.flyout A:HOVER
{
	color: #FF0000;
}
.subLinkOn
{
	background-color: #000000;
	padding: 2px 0px;
}
.subLinkOff
{
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 0px;
}
.tdTop
{
	border: 1px solid #CCCCCC;
	border-top: 0px;
}
/* Footer */
#footer
{
	width: 100%;
	height: 10px;
	clear: both;
	font-size: 8pt;
	text-align: center;
	padding: 3px 0px;
	color: #3D3D3D;
}
#footer A
{
	color: #3D3D3D;
	text-decoration: none;
}
#footer A:HOVER
{
	color: #FF0000;
}
#footerCell
{
	border-bottom: 2px solid #FFFFFF;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
/*
Gallery
Misc
*/
.tableHead
{
	background-color: #C2C2C2;
	border: 1px solid #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.subLink A
{
	color: #FFFFFF;
	font-weight: bold;
}
.subLink A:HOVER
{
	color: #CCCCCC;
}
.truckPreview
{
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	background-image: url("/images/previewBG.jpg");
}
.previewOff
{
	opacity: 1;
}
.previewOn
{
	opacity: 0.75;
}
/* Forms */
INPUT, TEXTAREA
{
	background-color: #3D3D3D;
	border: 1px solid #CCCCCC;
	padding-left: 3px;
	color: #FFFFFF;
}
.button
{
	background-color: #3D3D3D;
	text-transform: uppercase;
	font-size: 8pt;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.inputSelect
{
	background-color: #FFFFFF;
	color: #000000;
}
.radioButton
{
	border: 0px;
}

a.nav-link
{
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size?:10px;
	font-weight:bold;
	padding: 0px 4px 0px 4px;
}

a:hover.nav-link
{
	color:#FF0000;
}