/* Sets elements to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address {
	margin: 0;
    padding: 0;
    border: 0;
}
/****************** "Jello Mold" page construction technique *****************/
body {
	margin-top: 5px;
	padding: 0 220px; /* the critical side padding that sets the natural min-width! */
	text-align: center; /* centers the #sizer element in IE5.x/win */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%; /* this body font-size fixes an IE bug and keeps x-browser uniformity */
	background: #00F; /* the BG of the area outside the columns */
}
#sizer {
	margin: 0 auto; /* centers #sizer in standard browsers */
 	padding: 0;
 	width: 96%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
	max-width: 760px;
  	text-align: left; /* resets the default text alignment for page */
}
#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -220px; /* neg side margin values should be < or = to side body padding */
	position: relative; /* makes #expander visible outside #sizer in IEwin */
	min-width: 600px; /* This prevents Safari from losing the negative margins in small windows */
	min-height: 1px; /* This harmless declaration gives Layout to IE7, which can't read the Holly hack below */
} 
/*\*/
* html #expander {height: 0;} /* #expander must have "height: 0" in IEwin bug fixing */
/* Any % value on this element causes a horrendous IE bug! */
#wrapper {
	position: relative;
	background: #3CF; /* this BG tiles the left column */
	font-size: .9em; /* set global font-size here */ 
	/* border: 3px solid #000; */
}
/****************** Main Page Structure *****************/
/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */
.sections {
  background: #FFF; /* this BG tiles the center column */
  border-left: 2px solid #000; /*** Critical left divider dimension value ***/
  /*** border-right: 2px solid #090; Critical right divider dimension value ***/
  margin-left: 202px; /*** Critical left col width value ***/
}
.content {
  background-color: #FFF;
}
.float-wrap {
  float: left;
  width: 100%;
}
.center {
  float: right;
  width: 100%;
}
.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 202px;    /*** Critical left col width value ***/
  margin-left: -204px;    /*** Critical left col width value + left divider dimension value ***/

}
.centerbox {
  font-weight: bold;
  text-align: justify;
  width: 100%;
}
/*************** Header Footer and Navigation elements *****************/
.header {
	width: 100%;
	height: 120px;
	padding: 0px;
	background: url(/images/RgtCorners.gif) no-repeat top right;
	color: #00F;
}
.header h1 {
	position: relative;
	top: 15px;
	left: 15px;
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
}
.header span {
	position: absolute;
	width: 440px;
	height: 90px;
	background: url('../images/textrollabs_banner.gif');
	background-repeat: no-repeat;
}
.corners {
	width: 100%;
	background: #FFF url(/images/LftCorners.gif) no-repeat top left;
}
.footer {
	width: 100%;
	clear: both;
	padding: 2px 0;
	position: relative;
	background: #000;
}
.footer p {
	color: #FFF;
	font-size: .7em;
	font-weight: bold;
	margin-left: 10px;
}
#navbar ul {
	text-align: center;
	padding: 9px 0;
	margin: 0;
	background-color: #00F;
	color: white;
	width: 100%;
	font-size: .8em;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 18px; /* fixes Firefox 0.9.3 */
}
#navbar ul li {
	display: inline;
	margin: 0;
	padding: 5px 4px; /* matches link padding except for left and right */
}
#navbar ul li a {
	padding: 5px 10px;
	color: white;
	text-decoration: none;
	border: 2px #CCC solid;
	border-bottom: 2px #000 solid;
	border-right: 2px #000 solid;
	background: url(/images/tabs_under.jpg) no-repeat right bottom;
}
#navbar ul li a:hover {
	background: #0CF url(/images/tabs_over.jpg) no-repeat right bottom;
	color: #000;
}
body#home #t-home a,
body#prod #t-prod a,
body#applicate #t-applicate a,
body#replace #t-replace a,
body#repair #t-repair a,
body#vids #t-vids a,
body#warranty #t-warranty a,
body#about #t-about a,
body#contact #t-contact a {
	color: #000;
	border: 2px #CCC solid;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	background: #FFF url(/images/tabs_selected.jpg);
}
/************** Spacing Controls for various column contents ***************/
.content ul {
  text-align: center;
  margin: 10px 0;
}
.textpadder {padding: 10px;}
.reprhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:	normal;
	text-decoration: underline;
}
/************** Generic Rules *************/
p {
	margin: .8em 0;
	font-size: .9em;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}
h3 {
	margin-top: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	color: #A10;/*#C00*/
}
h5 {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #C00;
	text-align: center;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	color: #000;
}
.formlnk {
	padding: 10px;
}
.formlnk h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
/************** Fancy Nav Buttons *************/
#prodbar p {
	padding: 12px 2px 0px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
}
#prodbar ul {
	position: relative;
}
#prodbar li {
	margin: 2px;
	list-style: none;
	text-align: center;
	position: relative;
	border: 2px solid #000;
}
#prodbar li a {
	display: block;
	width: 100%;
	color: #000;
	text-decoration: none;
	background: #FF6 url(/images/prod_tabs_under.jpg) top repeat-x;
	padding: 6px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
}
#prodbar li a:hover {
	color:#FFF;
	border-color: #000;
	padding: 6px 0;
	background: #06F url(/images/prod_tabs_selected.jpg) bottom repeat-x;
}
body#prod #adjust #t-adjust a,
body#prod #accmp #t-accmp a,
body#prod #acct #t-acct a,
body#prod #ctrlpwr #t-ctrlpwr a,
body#prod #gebrake #t-gebrake a,
body#prod #tanbrk #t-tanbrk a,
body#prod #tenmet #t-tenmet a,
body#prod #carier #t-carier a,
body#prod #whls #t-whls a,
body#prod #tdcs #t-tdcs a {
	color:#FFF;
	border-color: #000;
	padding: 6px 0;
	background: #06F url(/images/prod_tabs_selected.jpg) bottom repeat-x;
}
/************** List Styles and Controls *************/
.ranges {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ranges li {
	margin: 0;
	padding: 0;
	width: 40%;
	line-height: 1.2em;
	font-weight: bold;
}
li.unita, li.unitb, li.unitc {margin-left: 45px;} /*list of 6 items*/
li.unitd, li.unite, li.unitf {margin-left: 50%;} /*list of 6 items*/
li.unitd {margin-top: -3.6em;} /*list of 6 items*/
li.unit1, li.unit2, li.unit3, li.unit4 {margin-left: 45px;} /*list of 8 items*/
li.unit5, li.unit6, li.unit7, li.unit8 {margin-left: 50%;} /*list of 8 items*/
li.unit5 {margin-top: -4.8em;} /*list of 8 items*/
li.unit1a, li.unit2b, li.unit3c, li.unit4d, li.unit5e, li.unit6f {margin-left: 45px;} /*list of 11 items*/
li.unit7g, li.unit8h, li.unit9i, li.unit10j, li.unit11k {margin-left: 50%;} /*list of 11 items*/
li.unit7g {margin-top: -8em;} /*list of 11 items*/
li.unit6f {margin-bottom: 2em;} /*list of 11 items*/
.listing {
	margin: 0;
	padding: 0;
	width: 100%;	
}
.listing li {
	margin: 0 0 0 45px;
	line-height: .9em;
	font-weight: bold;
}
.repairlst {
	margin: 0;
	padding: 0;
	width: 100%;
}
.repairlst li{
	margin: 0 0 0 45px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style:	normal;
}
.lstwdth {
	width: 65%;
}

/************** Image alignment and control *************/
.prodimg {
	width: 98%;
	margin: 0px 1%;
}
.caption {
	width: 168px;
	float: left;
	margin: 0px 1.25% 5px 0px;
	background: #6CF;
	text-align: center;
}
.caption img {
	padding: 5px;
	background: #09F;
	border: 4px #999 solid;
	border-bottom-color: #000;
	border-right-color: #000;
}
.map {
	width: 44%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
.map img {
	border: 4px #000 solid;
}
.centerimg {
	text-align: center;
	border: 4px #000 solid;
}
.fltrt {
	float: right;
}
.fltlft {
	float: left;
	margin-right: 5px;
}
.lftflt {
	float: left;
}

/************** Contact page and Form control *************/
.addy {
	width: 24%;
	float: left;
	margin-right: 2%;
}
.addy p {
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.clt {
	width: 24%;
	margin-left: 2%;
	float: right;
}
.clt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}
/************** Special Fixes *************/
img {max-width: 100%;} 
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper,
* html .sections,
* html .content a, 
* html .container-left, 
* html .content,
* html h2,
* html .sidenav li a 
{height: 1%;}
/* Holly hack */

#wrapper,
.sections,
.content a, 
.container-left, 
.content,
h2,
.sidenav li a 
{min-height: 1%;}
/* gives layout for IE7 */

/*** Variance fixes for IEwin ***/
/*\*/
* html .content p {margin-right: -6px;}
/* */
/**************** Utility Rules *******************/
.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}
