
/*

	MAIN NAV

*/

#nav {
	height: 85px;
	background: #CCCCCC url(../images/nav/nav.gif);
	border-bottom: 5px solid #CCC;	
	padding: 0;
	margin: 0;
	z-index: 1000;
	position: relative;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	width: 133px;
	margin: 0 2px 0 0;
	position: relative;
}

#nav ul li a {
	display: block;
	height: 85px;
	text-decoration: none; /* otherwise firefox gets crazy underlines */
	text-indent: -9999px;
	outline: none;
}

li#nav-li-0 { width: 175px; margin-right: 5px; }
li#nav-li-0 a:hover { background: transparent url(../images/nav/nav.gif) 0 -100px no-repeat; }

li#nav-li-1 { width: 134px; }
html#indexPage li#nav-li-1 a { background: transparent url(../images/nav/nav.gif) -180px -200px no-repeat; }
li#nav-li-1 a:hover, html#indexPage li#nav-li-1 a:hover { background: transparent url(../images/nav/nav.gif) -180px -100px no-repeat; }

html#specialsPage li#nav-li-2 a { background: transparent url(../images/nav/nav.gif) -316px -200px no-repeat; }
li#nav-li-2 a:hover, html#specialsPage li#nav-li-2 a:hover { background: transparent url(../images/nav/nav.gif) -316px -100px no-repeat; }

html#productsPage li#nav-li-3 a { background: transparent url(../images/nav/nav.gif) -451px -200px no-repeat; }
li#nav-li-3 a:hover, html#servicesPage li#nav-li-3 a:hover, html#repairsPage li#nav-li-3 a:hover, html#valuationsPage li#nav-li-3 a:hover { background: transparent url(../images/nav/nav.gif) -451px -100px no-repeat; }

html#services li#nav-li-4 a { background: transparent url(../images/nav/nav.gif) -586px -200px no-repeat; }
li#nav-li-4 a:hover, html#aboutPage li#nav-li-4 a:hover { background: transparent url(../images/nav/nav.gif) -586px -100px no-repeat; }

html#aboutPage li#nav-li-5 a { background: transparent url(../images/nav/nav.gif) -721px -200px no-repeat; }
li#nav-li-5 a:hover, html#jobsPage li#nav-li-5 a:hover { background: transparent url(../images/nav/nav.gif) -721px -100px no-repeat; }

li#nav-li-6 { width: 134px; margin: 0; }
html#contactPage li#nav-li-6 a { background: transparent url(../images/nav/nav.gif) -856px -200px no-repeat; }
li#nav-li-6 a:hover, html#contactPage li#nav-li-6 a:hover { background: transparent url(../images/nav/nav.gif) -856px -100px no-repeat; }

#nav li ul {
	list-style: none;
	position: absolute;
	width: 136px;
	left: -9999px;
	padding: 0 0 0 0;
	margin: 0;
	border-top: 5px solid #ccc;
	z-index: 1000;
}

#nav li ul li { /* second-level list items */
	margin: 0;
	padding: 0;
	float: none;
	background: none;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

#nav li ul li a { /* second-level list items */
	background: #4F6795;
	font-size: 11px;
	text-indent: 0;
	color: #fff;
	height: 19px;
	line-height: 17px;
	text-align: center;
}
html#servicesPage #nav li ul li a, html#repairsPage #nav li ul li a, html#valuationsPage #nav li ul li a, #nav li ul li a {
	background: #4F6795;
}
html#servicesPage #nav li ul li#subnav-li-0 a, html#repairsPage #nav li ul li#subnav-li-1 a, html#valuationsPage #nav li ul li#subnav-li-2 a, html#servicesPage #nav li ul li a:hover, html#repairsPage #nav li ul li a:hover, html#valuationsPage #nav li ul li a:hover, #nav li ul li a:hover {
	background: #002E62;
	color: #FCB813;
}

#nav ul li:hover ul, #nav ul li.sfhover ul { /* lists nested under hovered list items */ 
	left: -2px;
	z-index: 999;
}


/*

	LEFT SIDEBOX - NAVIGATION

*/
.cat-divider {
	margin-top: 10px;
	border-bottom: 2px solid #647BA4;
}

h3#categoriesHeading, h3#accessoriesHeading, h3#dvdHeading, h3#giftHeading {
	margin: 0 0 0 10px;
	padding: 0;
	height: 25px;
	text-align: left;
	border: 0;
}

h3#categoriesHeading a, h3#accessoriesHeading a, h3#dvdHeading a, h3#giftHeading a {
	font-size: 0;
	text-indent: -9999px;
	height: 25px;
	width: 100px;
	display: block;
	outline: 0;
	border: 0;
}

h3#categoriesHeading a { background: url('../images/categories_heading.gif') no-repeat 0 0; }
html#productsPage h3#categoriesHeading a { background: url('../images/categories_heading.gif') no-repeat 0 -100px; }
h3#categoriesHeading a:hover, html#productsPage h3#categoriesHeading a:hover { background: url('../images/categories_heading.gif') no-repeat 0 -50px; }

h3#accessoriesHeading a { background: url('../images/accessories_heading.gif') no-repeat 0 0; }
html#accessoriesPage h3#accessoriesHeading a { background: url('../images/accessories_heading.gif') no-repeat 0 -100px; }
h3#accessoriesHeading a:hover, html#accessoriesPage h3#accessoriesHeading a:hover { background: url('../images/accessories_heading.gif') no-repeat 0 -50px; }

h3#dvdHeading a { width: 150px; background: url('../images/dvd_heading.gif') no-repeat 0 0; }
html#dvdPage h3#dvdHeading a { width: 150px; background: url('../images/dvd_heading.gif') no-repeat 0 -100px; }
h3#dvdHeading a:hover, html#dvdPage h3#dvdHeading a:hover { background: url('../images/dvd_heading.gif') no-repeat 0 -50px; }

h3#giftHeading a { width: 150px; background: url('../images/gift_heading.gif') no-repeat 0 0; }
html#giftPage h3#giftHeading a { width: 150px; background: url('../images/gift_heading.gif') no-repeat 0 -100px; }
h3#giftHeading a:hover, html#giftPage h3#giftHeading a:hover { background: url('../images/gift_heading.gif') no-repeat 0 -50px; }

a.category-top {
	border-top: 2px solid #647BA4;
	border-bottom: 2px solid #647BA4;
	display: block;
	padding: 2px 0 3px 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	margin: 10px 0 3px 0;
}
a.no-bottom {
	border-bottom: 0;
}


a.category-top:link, a.category-top:active, a.category-top:visited {
	color: #fff;
	font-weight: bold;
}
a.category-top:hover {
	color: #FDB913;
}

a.category-products {
	margin: 0;
	padding: 0 0 0 5px;
	text-transform:capitalize;
}
a.category-products:link, a.category-products:active, a.category-products:visited {
	font-weight: normal;
	color: #fff;
	font-size: 11px;
}
a.category-products:hover {
	color: #FDB913;
}

a.category-subs-parent:link, a.category-subs-parent:active, a.category-subs-parent:visited {
	color: #FDB913;
	font-weight: bold;
}
a.category-subs-selected:link, a.category-subs-selected:active, a.category-subs-selected:visited {
	color: #FDB913;
	font-weight: normal;
}

#navColumnOneWrapper {
	padding-bottom: 30px;
}

#accessoriesTop {
	border-top: 2px solid #647BA4;
	padding: 2px 0 3px 5px;
	margin: 10px 0 3px 0;
}

