@charset "utf-8";
/* CSS Document */

html {}

img#background {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: -1;
} 

body {
	font: 12px "Arial Rounded MT Bold", Arial, sans-serif;
	color: #000000;
}

h1	{
	font: 26px "Arial Rounded MT Bold", Arial, sans-serif;
	color: #0769A8;
	text-transform: lowercase;
}	

.left {float: left;}
.right {float: right;}
.center {text-align: center;}
.float-center { margin: 0 auto;}
.text_left {text-align: left;}
.text_right {text-align: right;}
.clear {clear: both;}

/* nav */

#nav {
    margin: 10px 10px -5px 0;
	float: right;
}

#nav li {
	position: relative;
	/*line-height: 29px;*/
	list-style: none;
	float: left;
}

#nav li:first-child {}

#nav li a {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    padding: 5px 16px 5px 16px;
    text-align: center;
    /*width: 45px;*/
    text-decoration: none;
    margin: 0 0px 0 10px;
}


#home_tab { background: transparent url(../images/home_tab_up.png) center no-repeat; }

#home_tab:hover {background: transparent url(../images/home_tab_over.png) center no-repeat; }

#brands_tab { background: transparent url(../images/brands_tab_up.png) center no-repeat; }

#brands_tab:hover { background: transparent url(../images/brands_tab_over.png) center no-repeat; }

#rti_tab { background: transparent url(../images/rti_tab_up.png) center no-repeat; }

#rti_tab:hover { background: transparent url(../images/rti_tab_over.png) center no-repeat; }

#stockLocation_tab { background: transparent url(../images/stockLoc_tab_up.png) center no-repeat; }

#stockLocation_tab:hover { background: transparent url(../images/stockLoc_tab_over.png) center no-repeat; }

#stockLogin_tab { background: transparent url(../images/stockLogin_tab_up.png) center no-repeat; }

#stockLogin_tab:hover { background: transparent url(../images/stockLogin_tab_over.png) center no-repeat; }


#nav li a.long {
    letter-spacing: -2px;
}

/* default page */

#defaultwrapper {
    margin: 0 auto;
    width: 818px;
    text-align: left;
}

#defaultnav {
    margin: 0 auto 0 auto;
    width: 100%;
}

#defaultnav #nav li a {
    margin: 0px 3px 0px 3px;
}

#defaultlogo {
    width: auto;
    margin: 0 auto;
    margin: 40px auto 10px auto;
}

#defaultlogo a {
	display: block;
	width: auto;
	height: 80px;
	background: url(../images/logo.png) no-repeat left top;
	margin: 0;
	outline: none;
} 

#defaultlogo a span {
	display: none;
}

#defaultcontent {}

#defaultfooter {
	margin: 0 auto;
    width: 818px;
}

#defaultfooter #footer {
    padding: 0 10px;
}

#flashcontent 
{
    padding-bottom: 5px;
    margin-top:5px;
}

/* Footer region */

#footer {
	font-size: 10px;
	float: right;
	/*padding-top: 10px;*/
}

#footer_nav {
	color: #FFF;
	width: auto;
	margin: 0 auto;
	float: left;
}

#footer_nav ul {
	margin-left: 10px;
}

#footer_nav ul li {
	float: left;
	padding: 0 0 0 24px;
	list-style: none;
}

#footer_nav ul li a:link,
#footer_nav ul li a:visited {
	/*padding: 5px;*/
	color: #FFF;
	text-decoration: none;
}

#footer_nav ul li a:hover,
#footer_nav ul li a:active {
	color: #FFF;
}

#footer_nav ul li.gap {
	margin-left: 107px;
}

#footer #copyright {
	float: left;
}

#footer #credits {
	float: right;
}

#footer #credits a:link,
#footer #credits a:visited {
	color: #666;
	text-decoration: none;
}

#footer #credits a:hover,
#footer #credits a:active {
	color: #000;
}

/* FF Category.aspx fixer */
#flash table 
{
    
}

.product 
{
    float: left;
    width: 150px;
    margin: 10px 20px;
}

div.product div.thumb 
{
    height: 160px;
}
.desc 
{
    height: 60px;
}

.thumbs 
{
    width: 180px;
}

.thumbs img {
		
	vertical-align:middle;
	height:150px;
	text-align: center;
		
}

.thumbs a h3 {
	color: #005299;
	font: bold 14px Arial;
	text-decoration:none;
	text-align: center;
	
	
}

.thumbs h3 {
	color: #005299;
	font: bold 14px Arial;
	text-align: center;
	
	
}


