@charset "utf-8";
/* CSS Document */

body{
background-color:#000000;
margin: 0;
}


#pageholder {
height: 768px;
width: 1024px;
background-image:url(bg.jpg);
background-color:#000000;
}

#header {
	margin-top:60px;
	height:125px;
	width:800px;
	background-image:url(silverbar.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	clear: none;
	margin-bottom: 25px;
}
#pageright img {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


#logo {
	float:left;
	margin-top: 25px;
}

#top {
	background-image: url(logo.gif);
	width:280px;
	height:33px;
}
#bottom {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 25px;
}

#toptruck {
	float:right;
	height:155px;
	width:275px;
	background-image:url(toptruck.gif);
}

#page {
	width: 800px;
	clear: both;
	height: 730px;
	
}
.product a {
	color: #FFFFFF;
	text-decoration: none;
}

.product a:hover {
	text-decoration:underline; 
}

#pageleft {
	float:left;
	height: 350px;
	width: 500px;
}

#pageright {
	float:right;
	height: 350px;
	width: 300px;
	padding-top: 25px;
}

.product {
	height: 180px;
	width: 220px;
	float: left;
	margin: 10px;
}

.product h1 {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	padding: 0px;
	margin: 0px;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.7em;

}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
	width: 300px;
	clear: both;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}


.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.6em;
	font-style: italic;
	float: none;
	width: 200px;
}
