/* CSS Sheet created November 10, 2004 */
/* for Now Distributing, www.nowdist.com */
/* Written by Bi-Tech Enterprises Web Design, www.bi-tech.net */


/* Links */

a:link 
	{
	color: navy;
	background: transparent;
	text-decoration: none;
	}
a:visited 
	{
	color: navy;
	background: transparent;
	text-decoration: none;
	}
a:active 
	{
	color: navy;
	background: transparent;
	text-decoration: none;
	}
a:hover
	{
	color: #CC0033;
	background: transparent;
	text-decoration: none;
	}


/* Universal Style */

html
	{ 
	height: 100%; 
	margin-bottom: 0.1em; 
	}
body,td
	{
	font: 14px arial,serif; 
	color: black;
	text-align: center;
	margin: 0px;
	background: white;
	}
h1 
	{
	color: white;
	background: navy;
	font-size: 20px;
	line-height: 20px;
	border-bottom: 2px navy solid;
	padding: 4px;
	margin: 0px;
	font-style: italic;
	}
h1 small
	{
		font-size: 14px;
	}
h2
	{
	color: black;
	background: transparent;
	font-size: 14px;
	line-height: 14px;
	font-style: italic;
	}
i
	{
		font-style: normal;
		font-size: 11px;
		line-height: 10px;
	}
/* Page Section Divs */

.header
	{
	background: url(http://www.nowtruckparts.com/images/truckparts-logo-sm.gif) white top center no-repeat;
	font: bold 18px "times new roman",serif;
	color: #000000;	
	padding: 5px;
	}
.header .date-text
	{
		text-align: right; 
		font: bold 9px verdana,arial,sans-serif;
	}
.infoline
	{
		font-size: 14px;
		font-weight: bold;
		padding: 5px;
		border-left: 1px navy solid;
		border-right: 1px navy solid;
		height: 50px;
	}
.main-content-area
	{
		border-left: 1px navy solid;
		border-right: 1px navy solid;
		padding-bottom: 2px;
	}
.main-content-area strong
	{
		font-style: italic;
		font-size: 20px;
		padding-bottom: 50px;
		display: block;
	}
.prod-white td
	{
		background-color: white;
		font: bold 11pt "times new roman",arial,sans-serif;
		border-top: 1px white solid;
		text-align: left;
		padding-left: 2px;
	}
.prod-gray td
	{
		background-color: #C0C0C0;
		font: bold 11pt "times new roman",arial,sans-serif;
		border-top: 1px white solid;
		text-align: left;
		padding-left: 2px;
	}
td.image
	{
		border: 2px solid black;
		width: 100px;
		padding: 0px;
	}
td.image img
	{
		border: 0px;
		padding: 0px;
		margin: 0px;
	}
.topofpage
	{
		text-align: right;
		font-weight: bold;
		padding: 5px;
	}
.titles
	{
		background-color: navy;
	}
.titles h2
	{
		font-size: 16px;
		font-weight: bold;
		padding: 0px;
		color: white;
		margin-top: 5px;
		margin-bottom: 5px;
	}
.nowdist
	{
	background: #FFFF66; 
	border-top: 1px navy solid;	
	color: #CC0000;
	border-left: 1px navy solid;
	border-right: 1px navy solid;
	padding: 10px;
	font: bold 16px arial,sans-serif;
	}
.nowdist hr
	{
		display: none;
	}
.footer
	{
		font: bold 11px arial,sans-serif;
		padding: 5px;
		background: #BBFFCC;
		color: black;
		border-top: solid navy 1px;
		border-left: 1px navy solid;
		border-right: 1px navy solid;
	}


/* Infoline Uneven Columns */

.thcols-one-two
	{
		width: 395px;
		float: left;
	}
	
.thcol-one
	{
		 width: 150px;
		 float: left;
		 text-align: left;
	}
	
.thcol-two
	{
		width: 235px;
		float: right;
		text-align: center;
	}
	
.thcol-three
	{
		width: 200px;
		float: right;
		text-align: right;
	} 
	