@charset "utf-8";
/* CSS Document */
/* ------------------------------------- MAIN */
h1 {
	/* structure */
	margin: 0 0 14px 0;
	/* presentation */
	color: #343a40;
}
/* ------------------------------------- LAYOUT */
/* ------------------------------------- MAIN MENU */
#navigation ul {
	/* presentation */
	background: #000 url(../../images/global/nissan/nav-bg.png) top right repeat-x;
}
#navigation ul li {
	/* presentation */
	background: url(../../images/global/nissan/nav-divider.png) top right no-repeat;
}
#navigation ul .first {
	/* presentation */
	background: url(../../images/global/nav-divider.png) top right no-repeat;
}
#navigation ul li a {
	/* presentation */
	background: #000 url(../../images/global/nissan/nav-bg.png) top right repeat-x;
}
#navigation ul li a:hover {
	/* presentation */
	background: #272C33;
}
/* ------------------------------------- CONTENT */
.quicklinkpanels .panel {
	color: #1e1e1e;
	font-size: 1.09em;
}
.quicklinkpanels .panel .text {
	/* presentation */
	background: url(../../images/panels/panels-text-bg.gif);
}
.quicklinkpanels .newvehicles {
	/* presentation */
	background: url(../../images/panels/nissan/new-vehicles-bg.jpg) bottom left no-repeat;
}
.quicklinkpanels .specialoffers {
	/* presentation */
	background: url(../../images/panels/nissan/special-offers-bg.jpg) bottom left no-repeat;
}
.quicklinkpanels .demonstrators {
	/* presentation */
	background: url(../../images/panels/nissan/demonstrators-bg.jpg) bottom left no-repeat;
}
/* ------------------------------------- FOOTER */