@charset "UTF-8";

/**
 * You could create multiple hover background classes for different looks depending on the
 * image type. Use your imagination!
 */
#nav {
	margin-bottom: 3px;
	height: 111px;
	width: 750px;
	background-color: #374146;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* CSS Document */

/* --- Container configuration ---------------------------------------------------------- */
.viewport {
	float: left;
	overflow: hidden;
	position: relative;
}
#nav li {
	height: 92px;
	width: 165px;
	list-style-type: none;
	border: 3px solid #FFFFFF;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 13px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}

/* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar
   class to the last thumbnail in each row to get rid of the margin-right. */
.no-margin {
    margin-right: 0;
}

/* --- Link configuration that contains the image and label ----------------------------- */
.viewport a {
	display: block;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.viewport a img {
	height: 101px;
	position: relative;
	width: 182px;
	left: -10px;
	top: -9px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* --- Label configuration -------------------------------------------------------------- */
#nav span{
	position: absolute;
	text-decoration: none;
	z-index: 100;
	height: 40px;
	width: 165px;
	top: 25px;
}
.newCars {
	background-image: url(../images/nav/newCarsTitle.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.preCars{
	background-image: url(../images/nav/preCarsTitle.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.week{
	background-image: url(../images/nav/weekTitle.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.fleet{
	background-image: url(../images/nav/fleetTitle.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.sprinter{
	background-image: url(../images/nav/sprinterTitle.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

