@charset "utf-8";
/* Redefined Tags */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #4b484a;
	color: #999999;
	font-size: 12px;
	background-color: #000000;
	/* IE scroll colour */
	scrollbar-base-color: #787878;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #2a2a2a;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #E1E1E1;
	font-size: 12px;
}
a {
	color: #4b484a;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	color: #EF3931;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 15px 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #EF3931;
	padding: 0px;
	margin: 0px 15px 0px 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #4b484a;
	margin: 0px;
}
p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
/* FAQ answers are lighter text */

#rightCol td {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
}
ul.sitemap {
	margin:0px;
}
/* Contact us table - details are lighter */
#rightCol td.contact, .contact {
	color: #999999;
}
/* Content IDs and Classes */
#container {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 620px;
	margin-top: -330px; /* half of the height */
	margin-left: -500px; /* half of the width */
	/*background-image: url(images/tempBg.gif);*/
	background-repeat: no-repeat;
}
#nav {
	width: 1000px;
	height: 133px;
	margin-bottom:15px;
}
#nav a {
	text-decoration: none;
}
#content {
	height: 475px;
	width: 1000px;
}
#contentHome {
	height: 475px;
	width: 1000px;
}
#footer {
	font-size: 10px;
	margin-top: 10px;
}
#footer a {
	text-decoration: none;
}
#leftCol {
	height: 473px;
	width: 500px;
	position: absolute;
}
#rightCol {
	height: 472px;
	width: 390px;
	position: absolute;
	left: 555px;
	overflow: auto;
	padding-right: 50px;
	line-height: 22px;
}
/* For the STI section layout */
#middleColSTI {
	height: 250px;
	width: 191px;
	position: absolute;
	left: 445px;
	padding-top: 0px;
}
#rightColSTI {
	height: 472px;
	width: 322px;
	position: absolute;
	left: 642px;
	overflow: auto;
	padding-right: 35px;
	line-height: 22px;
}
/*** STInav bar ***/
ul.STInav {
	padding: 0;
	margin: 0;
	cursor: default;
	list-style-type: none;
}
ul.STInav{
	width: 150px;
}

.newProds ul.STInav li{
	padding-left:32px;
	background-image: url(site_images/general/new.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.newProds {
	left:415px !important;	
}

.STInav a{
	display:block;
	height:20px;
	width: 150px;
	margin: 2px;
	padding: 4px 0px 0px 5px;
	background-color: #1c1c1c;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
/* Rollover state */
.STInav a:hover{
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}
/* Selected state */
.STInav li#selected a{
	background-color: #2c2c2c;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}

