body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 1.0 em;
	color: #7f6d6d;
	background-color:#333333;
	background-image: url(../img/bg_main.jpg); 
	  background-position: center top;
    background-repeat:repeat-x;
}
	a:link {color:#ff0000;}      /* unvisited link */
	a:visited {color:#ff0000;}  /* visited link */
	a:hover {color:#FFF;}  /* mouse over link */
	a:active {color:#ff0000;}  /* selected link */
	a {text-decoration: none;}

#banner
{
	position: fixed;
	height: 85px;
	z-index: 600;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color:#000;
	display: none;
}

	
#searchbanner
{
	top: 85px;
	left: 0px;
	position: fixed;
	height: 50px;
	z-index: 600;
	width: 100%;
	background-color:#1f1f1f;
	display: none;
}


.left_content
{
	width: 100%;	
}


.right_content
{
	display: none;
}

#content
{	
	position: relative;
	width: 900px;
	left: 500px;
	height: 800px;
	background-color: #1f1f1f;
	
}

#content_about
{	
	position: relative;
	width: 900px;
	left: 500px;
	height: 800px;
	background-color: #1f1f1f;
}

#content_contact
{	
	position: relative;
	width: 900px;
	left: 500px;
	height: 800px;
	background-color: #1f1f1f;
}

#content_careers
{	
	position: relative;
	width: 900px;
	left: 500px;
	height: 800px;
	background-color: #1f1f1f;
}

#content_prods
{	
	position: relative;
	width: 900px;
	left: 500px;
	height: 800px;
	background-color: #1f1f1f;

}




#logo
{
	background: url(../img/TR_logo.png);
	position: fixed;
	z-index: 10000;
	top: 8px;
	left: 20px;
	width: 316px;
	height: 85px;
	outline: none;
	border:none;
	display: none;
}

.logo_print
{
	display: inherit;
}

#slogan
{
	background: url(../img/TR_Slogan.jpg);
	position: fixed;
	z-index :10000;
	top: 98px;
	left: 110px;
	width: 275px;
	height: 25px;
	outline: none;
	border:none;
	display: none;
}

#navigation
{
	position: fixed;
	z-index :10001;
	top: 52px;
	right: 220px;
	width: 275px;
	height: 25px;	
	display: none;
}



img.a1 { /* 76 */
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
    }

img.b1 {
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
img.a2 { /* 105 */
	position: absolute;
	top: 0px;
	left: 76px; 
	z-index: 10;
    }

img.b2 {
	position: absolute;
	top: 0px;
	left: 76px;
	}
	
img.a3 {  /* 111 */
	position: absolute;
	top: 0px; 
	left: 181px;
	z-index: 10;
    }

img.b3 {
	position: absolute;
	top: 0px;
	left: 181px;
	}
	
img.a4 {  /* not used - media */
	position: absolute;
	top: 0px;
	left: 292px;
	z-index: 10;
    }

img.b4 {
	position: absolute;
	top: 0px;
	left: 292px;
	}
	
img.a5 {  /* 101 */
	position: absolute;
	top: 0px;
	left: 292px;
	z-index: 10;
    }

img.b5 { 
	position: absolute;
	top: 0px;
	left: 292px;
	}
	
img.a6 {  /* 96 */
	position: absolute;
	top: 0px;
	left: 393px;
	z-index: 10;
    }

img.b6 {
	position: absolute;
	top: 0px;
	left: 393px;
	}
	




.major_content
{
	padding: 30px;

}

#major_content_div
{
	top: 263px;
	position:absolute;
}


#content_text
{
	padding-left: 20px;
	padding-right: 60px;
}









#bitchin_red_line
{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background-color: #ff0000;
	z-index: 2;
	display: none;
}

#bottom_banner
{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 53px;
	background-color: #000;
	z-index: 1;
	display:none; 
}

.bottom_banner_content
{
	width: 100%;	
}

.bottom_banner_content1
{
	padding: 10px;
	text-align:left;
	font-size:10px;
}

#search_button
{
	position:fixed;
	top:85px;
	right:50px;
	z-index:10;
	cursor:pointer;
	display: none;
	
}

input.custom {
    background-color: #b7a3a3;
    border:none;
    font-size: 12px;
	color: #444;
	width:212px;
	height:28px;
	z-index: 1200;
}


#search_boxer
{
	position:fixed;
	top:96px;
	right:98px;
	z-index:1100;
	display: none;
}


button {
    background:none!important;
     border:none; 
     padding:0!important;
    
    /*optional*/
    font-family:arial,sans-serif; /*input has OS specific font-family*/
	font-size:16px;
     color:#069;
     text-decoration:none;
     cursor:pointer;
	 z-index:1111;
}

.product_table
{
	width: 90%;
	vertical-align: top;

}

.product_table_navi
{
	width: 500px;
	vertical-align: top;
	position:absolut;
	left:50%;
	margin-left:250px;
	border-spacing:4px;
}

.product_td
{
	vertical-align: top;
}


#product_navi_div
{
	width:100%;
	background-color:#000;
	padding-top:20px;
	padding-bottom:20px;
}

#product_table_div
{
	width:100%;
	padding:20px;

}



#products_search
{
	width:980px;;
	background-color:#000;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;


}


.product_img {
    width: 960px;
	height: 288px;
}

/* resize images */
.product_img img {
    width: 100%;
    height: auto;
}

.active
{
	display: none;
}


#slideshow {
    position:relative;
	width: 900px;
    height:263px;
	display:none;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    opacity:0.0;
	
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:2;
}

#contact-area {
	width: 300px;
	margin-top: 25px;
	height: 450px;
}