/* MENU SYSTEM classes */
.clearFix:after { /* for modern browsers */
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
	}
.clearFix { /* for IE7/Win */
    min-height:1px;
	}
* html .clearFix { /* for IE5-6/Win */
    height:1px;
	}
* html>body .clearFix { /* for IE5/Mac */
    height:auto;
    display:inline-block;
	}

/* REGULAR classes */
A 
{
	color: #ffffcd;
	text-decoration: none;
}

A:hover 
{
	color: #f1c751;
	text-decoration: underline;
}

BODY 
{ 
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #fcfcfc;
	background: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

FONT
{
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #fcfcfc;
}
	
#wrapper
{
	width: 985px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header 
{ 
	height: 56px;
	width: 985px;
	padding-left: 10px;
	border: solid 0px #ffffff;
}

#headerFont
{
	font-size: 11px;
	color: #cccccc;
}

#interiorMain
{
	width: 985px;
	height: 174px;
}

#interiorLogo
{
	width: 340px;
	padding-top: 70px;
	padding-left: 23px;
}

#splashMain
{
	width: 985px;
	height: 324px;
}

#splashLogo
{
	width: 340px;
	padding-top: 120px;
}

#splashLogin
{
	width: 340px;
	padding-top: 60px;
	padding-left: 14px;
	color: white;
	font-weight: bold;
}

.splashLoginButton {
	border: 0px;
	cursor: pointer;
	width: 18px;
	height: 18px;
	padding: 1px 2px;
	background: url('/images_new/home/splashLoginButton.gif') no-repeat left top;
}

#splashContent
{
	width: 985px;
	background-image: url('/images_new/content-bg.jpg');
	background-repeat: no-repeat; 
	background-position: top center;
}

#Content
{
	width: 985px;
	min-height: 500px;
	background-image: url('/images_new/content-bg.jpg');
	background-repeat: no-repeat; 
	background-position: top center;
}

#inventoryByBrand
{
	margin-top: 15px;
	background-image: url(/images_new/home/inventoryByBrand.gif);
	background-repeat: no-repeat;
	width: 230px;
	height: 97px;
}

#inventoryByWarehouse
{
	margin-top: 15px;
	background-image: url(/images_new/home/inventoryByWarehouse.gif);
	background-repeat: no-repeat;
	width: 230px;
	height: 97px;
}

#quickLinks
{
	margin-top: 25px;
	margin-right: 15px;
	margin-left: 15px;
}

#navTierTwo
{
	margin: 10px 25px 25px 15px;
}

.xsmall
{
	font-size: 10px;
}

.small
{
	font-size: 11px;
}

.medium
{
	font-size: 14px;
}

.large
{
	font-size: 17px;
}

.tooltip_small
{
	font-size: 11px;
	color: black;
}

#pageTitle 
{
	padding: 13px 0px 10px 0px;
	font-size: 23px;
	color: #fefefe;
}

/* SPONSOR LOGO SLIDESHOW */
div#tmpSlideshow {
    margin: 0px;
    padding: 30px 0 0 0;
    position: relative;
    width: 200px;
    height: 30px;
}
div.tmpSlide {
    position: absolute;
    top: 26;
    left: 0;
    width: 200px;
    height: 42px;
    display: none;
	text-align: center;
}

div#tmpSlideshowControls {
    position: relative;
    top: 6px;
    left: 39px;
    width: 200px;
}

div.tmpSlideshowControl {
    border: 1px solid #f1f1f1;
    float: left;
    margin: 0 3px 3px 0;
    background: #f1f1f1;
    width: 15px;
    height: 15px;
    color: #554d31;
    font: 10px Arial, sans-serif;
    text-align: center;
	font-style: italic;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 15px;
    vertical-align: middle;
}
div.tmpSlideshowControlActive {
    border: 1px solid #c40c0c;
	background: #c40c0c;
	color: #ffffff;
}

.popuptitle
{
background: #c4110a;
color: #ffffff;
font-size: 12px;
font-family: Arial;
font-weight: bold;
padding: 4px;
}

.popuptext
{
color: black;
font-size: 11px;
font-family: Arial;
padding: 4px;
}

#dhtmltooltip{
position: absolute;
width: 350px;
border: 2px solid #c4110a;
padding: 0px;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
