@charset "utf-8";
/* CSS Document */

*
{
    box-sizing: border-box;
}

html
{
	height: 100%;
}

body
{
	margin: 0px;
	height: 100%;
	background-color: #000;
	background-image: url('https://static.topendmotorsports.com/images/carbonfiber-tile.png');	
	font-size: 14px;
	font-family: 'Marvel', sans-serif;
	color: #000000;
}

a:link, a:visited, a:hover, a:active
{
	color: #000000; 
}

a
{
	text-decoration:none
}

textarea
{
	width: 75%;	
	min-width: 200px;	
}

input, select, textarea
{
	border-width : 1px;
	border-color: #666666;
	border-radius: 3px;
    font-size: 14px;
  	box-sizing: border-box;
	max-width: 98% !important;
}

hr.style-two
{ 
	margin: 20px 0;
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

font.cat-text-top
{
	position: absolute;
	text-align: left;
	top: 3px;
	left: 4px;
	font-size: 14pt;
	color: #FFFFCC;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#page-container
{
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.header-container a:link, .header-container a:visited, .header-container a:hover, .header-container a:active
{
	color: #FFFFFF;
}

div.header-container
{
	width: 98%;
	margin: auto;
	display: inline-block;
	color: #CCCCCC;
	vertical-align: middle;
}

div.header-logo
{
	float: left;
	padding-top: 8px;
	display: inline-block;
	vertical-align: middle;
}

.header-logo img
{
	width: auto;
	height: 80px;
}

div.header-signin
{
	float: right;
	height: 92px;
	padding: 5px 0px 0px 0px;
	display: inline-block;
}


div.bread-crumb, font.bread-crumb
{
	margin: auto;
	width: 100%;
	max-width: 1000px;
	min-height: 30px;
	color: #CCCCCC;
	padding-left: 15px;
	padding-top: 7px;
	text-align: left;
	vertical-align: middle;
	border-radius: 15px 15px 0px 0px;
	font-size: 14px;
	background-image: url('https://static.topendmotorsports.com/images/opacity-black.png');
}

ol.bread-crumb
{
	display: inline-block;
    list-style: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

ol.bread-crumb li
{
	display: inline;
	font-size: 14px;
}

ol.bread-crumb li+li:before
{
    color: #CCCCCC;
    content: "\00a0\00a0›\00a0\00a0";
}


div.bread-crumb a:link
{
	color: #CCCCCC;
}

div.main
{
	background-image: url('https://static.topendmotorsports.com/images/opacity-grey.png');
	width: 100%;
	margin: auto;
	text-align: left;
	display: inline-block;
}

div.main-inside
{
	margin: auto;
	text-align: left;
	width: 100%;
}

div.subhead-name, h1.subhead-name
{
	padding-left: 15px;
	padding-top: 15px;
	font-size: 22px;
	color: #FFFFFF;
    text-shadow: 1px 1px #000000;
}

div.subhead-description
{
	padding-top: 15px;
	font-size: 14px;
	color: #CCCCCC;
    text-shadow: 1px 1px #000000;
}

div.page-display
{
	text-align: center;
	padding: 10px 0px 30px 0px;
}

