/* 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;
	}
h2
	{
	color: black;
	background: transparent;
	font-size: 14px;
	line-height: 14px;
	font-style: italic;
	}
h3
	{
	color: black;
	background: transparent;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 15px;
	}
i
	{
		font-style: normal;
		font-size: 11px;
		line-height: 10px;
	}
/* Page Section Divs */

.skeleton
	{
	width: 600px;
	}
.navyborder
	{
	border: 1px solid navy;
	width: 600px;
	}
.header
	{
	background: url(http://www.nowtruckparts.com/images/truckparts-logo.jpg) white top center no-repeat;
	font: bold 18px "times new roman",serif;
	color: #000000;	
	padding-top:150px;
	width: 600px;
	}
.header .date-text
	{
		text-align: right; 
		font: bold 9px verdana,arial,sans-serif;
	}
.replacementparts-box
	{
	background: #BBFFCC;
	border-left: 1px navy solid;
	border-right: 1px navy solid;
	color: black;
	font: bold 18px/34px arial,serif;
	padding-bottom: 10px;
	width: 600px;
	height: 250px;
	}
.rollupdoors-box
	{
		background: #D4FDFF;
		border-left: 1px navy solid;
		border-right: 1px navy solid;
		color: black;
		font: bold 18px/38px arial,serif;
		padding-bottom: 10px;
		width: 600px;
		height: 235px;
	}
.grilleguards-box
	{
		background: #BBFFCC;
		border-left: 1px navy solid;
		border-right: 1px navy solid;
		color: black;
		font: bold 18px/38px arial,serif;
		padding-bottom: 10px;
		width: 600px;
		height: 75px;
	}
.otheritems-box
	{
		background: #D4FDFF;
		border-left: 1px navy solid;
		border-right: 1px navy solid;
		color: black;
		font: bold 18px/38px arial,serif;
		padding-bottom: 10px;
		width: 600px;
		height: 310px;
	}
.nowdist
	{
	background: #FFFF66; 
	border-top: 1px navy solid;	
	color: black;
	border-left: 1px navy solid;
	border-right: 1px navy solid;
	width: 600px;
	height: 125px;
	}
.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;
	}

/* Even 3 Column Arrangement */

.thcols-one-two
	{
		width: 395px;
		float: left;
	}
	
.thcol-one
	{
		 width: 190px;
		 float: left;
	}
	
.thcol-two
	{
		width: 190px;
		float: right;
	}
	
.thcol-three
	{
		width: 190px;
		float: right;
	} 

/* Even 2 Column Arrangement */

.twcol-one
	{
		 width: 295px;
		 float: left;
	}
	
.twcol-two
	{
		width: 295px;
		float: right;
	}
