/* 

TRUTONE SPLASH 1.0 —
Created by Dante Ferrarini of kosaminore.com

*/


/* MAIN SHELL */

body,td,th {
	color: #999999;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
}

a:link, a:visited {
	color: #f9e08c;
	font-style: normal;
	font-weight: bold;
	font-size: 1.15em;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FFD84E;
}




.header {
	height: 117px;
	width: 100%;
	background-image: url(../_images/hdr_bkd.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


.hdr_grad {
	background-image: url(../_images/hdr_ctr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.hdr_center {
	height: 62px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	padding-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f9e08c;
	overflow: hidden;
	padding-bottom: 0px;
	line-height: 1.4em;
}

.hdr_center .large {
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
}

.hdr_center .small {
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
}

.logoContainer {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	height: 361px;
}

.LogoBoxL, .LogoBoxR {
	height: 300px;
	width: 303px;
	padding-top: 31px;
	padding-right: 30px;
	padding-left: 30px;
	overflow: hidden;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-bottom: 30px;
}


.LogoBoxL {
	float: left;
	background-image: url(../_images/logobox_tr_mas.jpg);
}

.LogoBoxR {
	float: right;
	background-image: url(../_images/logobox_tr_rep.jpg);
}

.smallLink a:link, .smallLink a:visited {
	font-size: 0.9em;
	line-height: 1.6em;
	text-decoration: none;
}

.smallLink a:hover, .smallLink a:active {
}
