ul.pagenav {
	list-style: none;
}

ul.pagenav li {
	list-style: none;
}

h3 {
	font-size: 12pt;
	padding-top:10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.smartguideProduct {
	background-image: url(images/product_background.jpg);
	background-repeat: repeat-x;
	padding: 0px 10px;
	margin-bottom: 30px;
	margin-top: 0px;
	clear:both;
	overflow: auto;
}
h2.heading {
	color: white;
	background-color: black;
	/*background-color: #0b3d91;*/
	padding: 10px 5px;
	-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
	margin-bottom: 5px;
}


ul.productList {
	background-image: url(images/product_background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 60px;
	display:block;
	height: 170px;
	width: 100%;
}
ul.productList li {
	display: inline;
}
ul.productList li a {
	display: block;
	float: left;
	height: 50px;
	width: 165px;
	padding-top: 130px;
	color: black;
	text-decoration: none;

}
ul.productList li a:hover {
	text-decoration: underline;
}

ul.productList li a.btnInfo {
	background-image: url(images/smartguide_information_displays.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	text-align: center;
}

ul.productList li a.btnInfo2 {
	background-image: url(images/smartguide_panels_and_information_displays2.gif);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	text-align: center;
}

ul.productList li a.btnVehicleTracking{
	background-image: url(images/smartguide_vehicle_tracking.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	text-align: center;
}

ul.productList li a.btnMediaPlayer{
	background-image: url(images/products_media_player2.gif);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	text-align: center;
}
ul.productList li a.btnVehicleData{
	background-image: url(images/RunSmartConnectEasyImage3.gif);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	text-align: center;
}

ul.productList li a.btnTicketing{
	background-image: url(images/smartguide_ticketing_system2.gif);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	text-align: center;
}

.productImage {

float: right; margin-left: 10px;
margin-bottom: 20px;
}
