/* ------------------- GENERAL FORMATING ------------------- */

body , form , font , li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:#000000;
	text-decoration: none;
}  
  
body {
	margin: 0px;
	padding: 0px;
	background-color: #ECECEC;
}

a:link , a:active , a:visited { 
	text-decoration: none;
	color: #990000; 
} 
a:hover {
	text-decoration: underline;
	color: #CC0000;
} 

h1 {  
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #ffffff; 
	font-weight:bold;
	text-transform: uppercase;
	margin-top:6px;	
	font-size : 16px;  
	margin-bottom : 2px;  
	padding-top : 2px;  
	padding-bottom : 2px;  
}  
h2 {  
	color: #000000; 
	font-weight:bold;
	margin-top:4px;	
	font-size : 14px;  
	margin-bottom : 2px;  
}  
h3 {
	font-size : 12px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom: 2px;
}  
h4 {
	font-weight:bold;
	margin-top:2px;
	font-size : 11px;
	color: #FFFFFF;
}

.nowrap { 
    white-space:nowrap
}

/* ------------------- CONTENT AREA ------------------- */

.productheader {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #990000
}

.bodytext {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333; 
	line-height: 14px;
}
A.bodytext:LINK , A.bodytext:VISITED , A.bodytext:ACTIVE { 
	color: #990000;
	text-decoration: none;
}
A.bodytext:HOVER { 
	color : #CC0000;
	text-decoration: underline;
}

.boldtext {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold
}
A.boldtext:LINK , A.boldtext:VISITED , A.boldtext:ACTIVE { 
	color: #333333;
	text-decoration: none;
}
A.boldtext:HOVER { 
	color : #990000;
	text-decoration: underline;
}
.bodytextsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 1.1em;
}
.bodytextlarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.subheaderbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.subheaderRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
/*---------------------- small text styles ----------*/
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
A.small:LINK , A.small:VISITED , A.small:ACTIVE { 
	color : #FFFFFF;
	text-decoration: none;
}
A.small:HOVER { 
	color : #FF0000;
	text-decoration: underline;
}
.smallGray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}


/* ------------------- more general text styles ------------------- */

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
	color : #FFFFFF;
	font-weight: normal;
}
	
A.white:LINK , A.white:ACTIVE , A.white:VISITED {
	color : #FFFFFF;
	text-decoration: underline;
}

A.white:HOVER {
	color : #FFE910;
	text-decoration: underline;
}

.red {
	color : #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A.red:LINK , A.red:VISITED , A.red:ACTIVE { 
	color : #FF0000;
	text-decoration: none;
}
A.red:HOVER { 
	color : #FF0000;
	text-decoration: underline;
}

.footer { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : normal;
	text-decoration: none;
	font-style : normal;
	color : #000000;
	line-height: 1.1em;
}
	
A.footer:LINK , A.footer:VISITED , A.footer:ACTIVE { 
	font-weight : normal;
	color : #000000;
	text-decoration: underline;
}

A.footer:HOVER { 
	color : #999999;
	text-decoration: underline;
}

/* ------------------- Images with Captions ---------------- */
 .imagelft {
	float: left;
	width: 86px;
	border: 1px solid #999;
	margin: 0 6px 4px 0;
	padding: 2px;
}
 .imagert {
	float: right;
	width: 86px;
	border: 1px solid #999;
	margin: 0 0px 4px 5;
	padding: 2px;
}

.clearboth { clear: both; }

 .imageBrdr { 
	border: 1px solid #666;
	width: 86px;
	margin: 5px;
	padding: 0px;
}

/* ------------------- Custom List Styles ----------------- */

ul.list
{
	margin: 0;
	padding-left: 0; 
	list-style: none; 
}

ul.list li
{
	padding-left: 15px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* ------------------- Table cell styles ------------------- */
#tdTopBar {
	background-color: #ECECEC;
	background-image: url(images/top_bckgd2.gif);
}
#tdLftBar {
	background-color: #CB051A;
	background-image: url(images/lft_bckgd2.gif);
	background-repeat: repeat-x;
	background-position:left top;
}

#tdMidBar {
	background-color: #BBBBBB;
	background-image: url(images/body_bckgd2.jpg);
	background-repeat: repeat-y;
	background-position:center top;
	height: 450px;
}
#tdRtBar {
	background-color: #BBBBBB;
	background-image: url(images/typeone_hdr_bckgd2.gif);
	background-repeat: repeat-x;
    background-position:left top;
}
#tdBtmBar {
	background-color: #ECECEC;
	border-top: 1px solid #ACACAC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	color: #333333;
	border-bottom: 1px solid #ACACAC;
}
#tdContentTop {
	background-image: url(images/content_bckgd2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px
}
#tdContent {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333; 
	line-height: 1.4em;
	text-align: left;
	padding: 5px 20px 5px 10px;
}

#tdHdrBtm {
	background-color: #BBBBBB;
	background-image: url(images/typeone_hdr_bckgd2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#tdBrdr {
	border: 1px solid #999999;
}


/*----------------------Product Nav Links with Tab Button Style----------*/

div#navcontainer ul 
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	padding: 10px 0 0;
	text-align: left;
	list-style-type: none;
	line-height: 1em;
}

div#navcontainer ul li {
	margin-left: 10px;
	margin-bottom: 7px;
}

div#navcontainer ul li a {
	color: #333333;
	text-decoration: none;
	
}

div#navcontainer ul li a:hover {
	color: #990000;
	text-decoration: underline;
}

#active a { color: #FFCC33; }  

/*---- LEFT SIDE  Global Navigation Styles --------*/

#leftnavcontainer ul {
	margin: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	padding: 10 2 0 0;
	text-align: right;
}
#leftnavcontainer li { margin: 0; } 
#leftnavcontainer a {
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;

}
#leftnavcontainer a:hover {
    color: #FFFFFF;
    text-decoration: underline; 
}
#leftnavcontainer ul ul li { 
    margin: 5 0 0; 
} 
#leftnavcontainer ul ul a {
	color: #FFFFFF;
	font-size:13px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}
#leftnavcontainer ul ul a:hover , a:active
{
	color: #FFFFFF;
	text-decoration: underline;
	
}

/*-------- Highlight the Active Link----------*/
body#home a#home,
body#link0 a#link0,
body#link1 a#link1,
body#link1a a#link1a,
body#link1b a#link1b,
body#link1c a#link1c,
body#link1d a#link1d,
body#link2 a#link2,
body#link2b a#link2b,
body#link2c a#link2c,
body#link3 a#link3,
body#link4 a#link4,
body#link5 a#link5,
body#link6 a#link6,
body#link7 a#link7,
body#link8 a#link8,
body#link9 a#link9,
body#link10 a#link10,
body#link11 a#link11,
body#link12 a#link12,
body#link13 a#link13,
body#link14 a#link14,
body#link15 a#link15,
body#link16 a#link16
{
	color: #990000;
	text-decoration: underline;
}
