/* www.dentwizard.co.uk */
/* Navigation styles */
/* December 2008 */
/* simon.hudson@manheimeurope.com */

/*--------------------------------------------------*/
/* COMMON STYLES */
/*--------------------------------------------------*/

a {
	color: #014991;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover {
	color: #2C74BD;
	}

/*--------------------------------------------------*/
/* MAIN NAV BAR */
/*--------------------------------------------------*/

#navbar {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0;
	}
	
#navbar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	
#navbar ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline;
	}

#navbar ul li a {
	text-decoration: none;
	color: #014991;
	padding: 4px 7px 7px 7px;
	font-size: 105%;
	font-weight: bold;
	}
	
#navbar ul li a:hover {
	color: #2C74BD;
	}
	
#navbar ul li a.current,
#navbar ul li a.current:hover {
	color: #FFFFFF;
	background: #E81734;
	}
	
/* Align the FC & WW logos in the navbar */	
#navbar ul li img {
	vertical-align: middle;
	padding: 0 0 0 0;
	margin: -3px 0 0 0;
	}
	
/*--------------------------------------------------*/
/* SIDE PANEL NAV BAR */
/*--------------------------------------------------*/

ul#sidenav {
	padding: 0 0 0 0;
	margin: 0;
	width: 100%;
	border-top: 1px dotted #EAEAEA;
	list-style-type: none;
	}
	
ul#sidenav li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 0;
	}
	
ul#sidenav li a {
	color: #014991;
	text-decoration: none;
	display: block;
	background: url(../images/sidenavbullet.gif) top left no-repeat;
	padding: 8px 5px 8px 10px;
	font-weight: bold;
	font-size: 105%;
	border-bottom: 1px dotted #EAEAEA;
	}

ul#sidenav li a:hover {
	color: #2C74BD;
	background: url(../images/sidenavbullet_current.gif) top left no-repeat;
	}
	
ul#sidenav li a.current {
	color: #2C74BD;
	background: url(../images/sidenavbullet_current.gif) top left no-repeat;
	}

/* For the Repair Your Vehicle side nav */	
ul#sidenav li a span {
	font-weight: normal;
	}
	
/*--------------------------------------------------*/
/* FOOTER NAV */
/*--------------------------------------------------*/

#footer a {
	color: #A6A6A6;
	text-decoration: underline;
	font-weight: normal;
	}
	
#footer a:hover {
	color: #868686;
	}
	
#footer ul.smalllinks {
	float: right;
	font-size: 80%;
	padding: 7px 0 0 0;
	margin: 0;
	clear: both;
	}
	
#footer ul.smalllinks li {
	list-style-type: none;
	display: inline;
	}
	
ul#footerlogos {
	width: 300px;
	padding: 0;
	float: left;
	clear: both;
	}
	
ul#footerlogos li {
	margin: 0 20px 0 0;
	display: inline;
	}
	
/*--------------------------------------------------*/
/* SITE MAP */
/*--------------------------------------------------*/

ul#sitemap li {
	margin: 0 0 20px 0;
	}

ul#sitemap ul {
	padding: 10px 0 0 20px;
	}
	
ul#sitemap ul li {
	list-style: circle;
	margin: 0 0 8px 0;
	}
	
ul#sitemap ul li a {
	font-weight: normal;
	}