﻿/*==Begin CSS Reset==*/
/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*/
/* HTML5 display-role reset for older browsers */
/*
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
*/
/*==End CSS Reset==*/
body {
	background-position: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: black;
	font-size: 12px;
	margin: 0px;
	width: auto;
/*background-color: white;*/
	background-color:gray;
	/*background-color:#202020;  For background2.png*/
	/*background-color: #011e9c;*/
/*background-image: url('images/backdrop-faded-white2.jpg');*/
	background-image: url('images/background.png');
	/*background-image: url('images/background2.png');*/
/*=========*/
	background-repeat: repeat-y;
	/*background: url('images/bg_fade.gif') repeat-x;*/
	padding: 0;
	line-height:1.5;
}
#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.imagebox {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #0F0656;
	margin: 1px;
	width: 200px;
}
.imagebox img {
	border:0px;
}
.imagetext {
	background-color: #FFFFFF;
	color:#b92731;
	padding: 1px;
	margin: 0px;
	width: 200px;
	font-size: 10px;	
}
.cartbox {
	background-position: bottom;
	border: 1px solid gray;
	width: 800px;
	margin: 5px auto 5px auto;
	padding: 5px;
	overflow: hidden;
	background-image: url('images/bg_fade.gif');
	background-repeat: repeat-x;
}
.cartimage {
	border: 1px solid gray;
	padding:1px;
	width: 100px;
	height: 107px;
	float: left;
	clear: left;
	margin-right:3px;
}
.carttext {
	text-align: left;
	padding-left: 10px;
	width: 600px;
	float: left;
}
.cartbuy {
	width: 75px;
	height: 20px;
	background-color: #ECE9D8;
	color: black;
	text-align: center;
	float: right;
	border-width: 2px;
	border-color: #F9F8F2 #CAC193 #CAC193 #F9F8F2;
	border-style:solid;
}

p, ul, li {
	color: black;
}
h1 {
	color:#0F0656;
	font-weight: bold;
	font-size: 16px;
}
h2 {
	color:#0F0656;
	font-weight: bold;
	font-size: 14px;
}
h3 {
	color:#0F0656;	
	font-weight: bold;
	font-size: 12px;
}
h4 {
	font-weight: bold;
	font-size: 12px;
	color:#8D0B0B;
}
h5 {
	font-weight: bold;
	font-size: 10px;
	color:#8D0B0B;
}
h6 {
	color: black;
	font-weight: bold;
	font-size: 10px;
}
h1.inline, h2.inline {
	display: inline;
}
h3.inline, h4.inline, h5.inline {
	color: black;
	display: inline;
}
A:link {
	color: #b92731;
	font-weight: bold;
	text-decoration: none;
}
A:visited {
	color: #b92731;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: #b92731;
	font-weight: bold;
	background-color: transparent;
	text-decoration: underline;
}
A:active {
	color: #b92731;
	font-weight: bold;
	text-decoration: none;
}
.noborder {
	border:0px;
}
li.over {
	margin: 0 1em 0em 2.5em;
}
.indented {
	padding-left:40px;
	padding-right:40px;
}
div.steel, table.steel, tr.steel, th.steel, td.steel {
	font-size: 9px;
	text-align: center;
}
.masthead1 {
	background-image: url('images/TPI-Banner-a.jpg');
	position: relative;
	height: 130px;
	min-width: 600px;
	width: 920px;
}

/*-- Added New Flyout Menu on 9/22/11, by TKB --*/
#navmenudiv {
	width: 920px;
	height: 26px;
	z-index: 10;
}
.element {
	float: right;
	margin-right:10px;
	margin-top:14px;		
}
.element.img {
	width:180px;
	height:80px;	
}
.tpilogo {
	margin-left: 346px;
	float: left;
	width: 230px;
	height: 100px;
	position: relative;
	top: 10px;
}
.menubar {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #0F0656;
	font-weight:bold;
}
.menubar A:link {
	color: #FFFFFF;
	text-decoration: none;	
}
.menubar A:visited {
	color: #eeeeee;
	text-decoration: none;
}
.menubar A:hover {
	color: yellow;
	text-decoration: none;
}
.menubar A:active {
	color: #eeeeee;
	text-decoration: none;
}
/*-Top level menu*/
.menubar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menubar ul li {
	position: relative;
	display: inline;
	float: left;
}
.menubar ul li a {
	display: inline-block;
/*border-right: 1px solid #778;*/
	background:#0F0656; /*background of tabs (default state)*/
	color: white;
	padding: 4px 10px;
	text-decoration: none;
}
.menubar ul li:hover ul {
	display: block;
}
.menubar ul li:hover ul ul {
	display: none;
}
/*--Second level menu*/
.menubar ul li ul {
	position: absolute;
	left: 0;
	top: 26px;
	display: none;
	width: 170px; /*must match "left" on .menubar ul li ul li ul */
	text-align: left;
}
.menubar ul li ul li {
	display: list-item;
	float: none;
}
.menubar ul li ul li a {
	font: normal 12px Verdana;
	display: block;
	background-color:#414141; /*background of menu items (default state)*/
	padding: 4px 7px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: gray;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: white;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: black;
}
.menubar ul li ul li a:hover {
	background-color:#0F0656;
	color: white;
}
.menubar ul li ul li:hover ul {
	display: block;
}
/*---Third level menu*/
.menubar ul li ul li ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 170px; /*must match "width" on .menubar ul li ul */
}
/*------End Flyout Menu Group------*/

.menu_shadow {
	height: 18px;
	background: url('images/menu_shadow.gif') repeat-x;
}
/*** Breadcrumb (to help the helpless) ***/
#breadCrumb {
	width: 800px;
	float: left;
	font-size: 10px;
	padding: 1px 10px 1px 10px;
	color:#666666;	
}
#breadCrumb .pageName {
	font-size:10px;
	font-weight:bold;
	color:#666666;
}
#breadCrumb a:link {
	color:#666666;
	font-weight: bold;
	text-decoration: none;
}
#breadCrumb a:visited {
	color:#666666;
	text-decoration: none;
}
#breadCrumb a:hover {
	color:#666666;
	text-decoration: underline;
}
#breadCrumb a:active {
	color:#666666;
	text-decoration: none;
}

.mainbody {
	border-color: transparent transparent #778 transparent;
	border-bottom: #778;
	padding: 10px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	margin-bottom: 1px;
	overflow: hidden;
	/*background: url('images/menu_shadow.gif') repeat-x;*/
}
.mainbody-left {
	width: 656px;
	float: left;
	overflow: auto;
}
.mainbody-right {
	width: 240px;
	float: right;
	font-size: 10px;
}
.productbody {
	padding: 5px;
	width: 890px;
	margin-bottom: 1px;
	overflow: auto;
}
.producttext {
	padding: 5px;
	width: 650px;
	margin-bottom: 1px;
	overflow: auto;
	float: left;
}
.productphotos {
	padding: 5px;
	width: 210px;
	margin-bottom: 1px;
	float: right;
}
.productdetails {
	width: 900px;
	margin-bottom: 1px;
}

.vcard {
	font-family: gillsans,verdana,arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	white-space: nowrap;
	background-color: white;
	width: 920px;
	clear: left;
	z-index: 0;
}
.copyright {
	color: black;
	background-color: white;
	font-size: 10px;
	text-align: center;
	float:left;
	width:609px;
}
.white_on_red {
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	color: white;
	background-color: #c00000;
	font-size: 9px;
	text-align: center;
}

/* Standard Color definitions */
.emphasis-red {
	font-weight: bold;
	color:#8D0B0B;
}
.yellow {
	font-weight: bold;
	color: yellow;
}
.white {
	font-weight: bold;
	color: white;
}
.red {
	font-weight: bold;
	color:#8D0B0B;
}
.blue {
	font-weight: bold;
	color: #06089b;
}
.lime {
	font-weight: bold;
	color: lime;
}
.green {
	font-weight: bold;
	color: green;
}

.imgmap {
	border: 1px solid #b92731;
}
li.numb {
	list-style: decimal;
}
.inpbox {
	border: 1px solid #b92731;
}
.redborder {
	border: 1px solid #c00000;
}
.submit {
	font-family: arial,helvetica,sans-serif;
	color: #ffcc00;
	font-weight: bold;
	background-color: #b92731;
	font-size: 12px;
	clear: both;
	border: 2px #b92731;
}
.browse_button {
	font-family: arial,helvetica,sans-serif;
	color: #ffcc00;
	font-weight: bold;
	background-color: #b92731;
	font-size: 12px;
	clear: both;
	border: 2px #b92731;
}
/* Standard Tables using Divs */
.tblframe {
	border: 2px solid black;
	margin-left: auto;
	margin-right: auto;
}
.tbltitle{
	border: 2px solid black;
	padding: 4px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.tblcolumn{
	float:left;
}
.tblheader{
	border: 1px solid black;
	padding: 3px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}
.tbldata{
	border: 1px solid black;
	padding: 3px;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	clear: right;
}
.tblfooter{
	border: 2px solid black;
	font-size:10px;
	text-align:left;
	padding: 4px;
	clear:left;
}
/* Basic Table layout using Tables */
.csstbl {
	border-collapse:collapse;
	border-color:#333;
	border-style:solid;
	border-width:2px;
	margin-left:auto;
	margin-right:auto;
}
.csstbl td, .csstbl th {
	border-color:#666;
	border-style:solid;
	border-width:1px;
	text-align:center;
}
.csstbl th[scope=row] {
	text-align:left;
	font-weight:normal;
}
.csstbl th[scope=col] {
	text-align:center;
	font-weight:bold;
}
.csstblsup {
    font-size: 0.65em;
    font-weight:normal;
    vertical-align: text-top;
}
/* End Table design */

/* begin css tabs */
ul#tabnav {
	/* general settings */
	text-align: left; /* set to left, right or center */;
	margin: 1em 0 1em 0; /* set margins as desired */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #011e9c; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 1px 10px; /* THIRD number must change with respect to padding-top (X) below */
}
ul#tabnav li { /* do not change */
	display: inline;
}
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5 { /* settings for selected tab */
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}
body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a { /* settings for selected tab link */
	background-color: #fff; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}
ul#tabnav li a {
	/* settings for all tab links */
	padding: 3px 4px 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above *//* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #336699; /* set unselected tab background color as desired */;
	color: #FFFFFF; /* set unselected tab link color as desired */;
	margin-right: 0px; /* set additional spacing between tabs as desired */;
	text-decoration: none;
	border-bottom: none;
	border-style: solid;
	border-width: 1px;
	border-color: #011e9c;
	margin-left: 0px;
}
ul#tabnav a:hover { /* settings for hover effect */
	background: #011e9c; /* set desired hover color */
}
/* end css tabs */
#news {
	padding: 5px;
	width: 840px;
	margin-bottom: 1px;
	margin-left: 30px;
	margin-right: 30px;
	overflow: auto;
	float: left;
	font-family: "Courier New", Courier, monospace;
	color: black;
}
#news h1 {
	font-weight: bold;
	font-size: 16px;
	color: black;	
}
#news h3 {
	border-bottom:1px solid #888;
	font-weight: bold;
	font-size: 12px;
}
#news p {
	text-align:justify;
}

