/* navigation */

a, a:link, a:visited {
	color: #23556f;
}

/* navigation-primary */

#nav-primary {
	background: #dfb86b url(../images/bg-nav-primary.png) bottom repeat-x;
	display: block;
	height: 30px;
	padding: 10px 0 0 0;
	border-right: #dfb86b solid 2px;
}

#nav-primary ul {
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#nav-primary ul a,
#nav-primary ul a:visited {
	color: #23556f;
	font-weight: bold;
	display: block;
	float: left;
	height: 28px;
	padding-left: 10px;
	text-decoration: none;
}

#nav-primary ul a:hover {
	color: #23556f;
	background-color: ;
	background: url(../images/tab-white.png);
	height: 28px;
}

#nav-primary ul a:hover span {
	background: url(../images/tab-white.png) 100% 0;
	height: 28px;
}

#nav-primary ul span {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 2.5em;
	padding-right: 10px;
}

#nav-primary ul li {
	float: left;
	border-left: #dfb86b solid 2px;
}

/* on state */

#nav-primary ul a.on,
#nav-primary ul a.on:visited {
	color: #23556f;
	font-weight: bold;
	display: block;
	float: left;
	height: 30px;
	padding-left: 10px;
	text-decoration: none;
	background: url(../images/tab-white.png);
}

#nav-primary ul a.on:hover {
	color: #23556f;
	background-color: ;
	background: url(../images/tab-white.png);
	height: 30px;
}

#nav-primary ul a.on span,
#nav-primary ul a.on:visited span,
#nav-primary ul a.on:hover span {
	background: url(../images/tab-white.png) 100% 0;
	height: 30px;
}

/* sub */

#nav-primary ul a.sub,
#nav-primary ul a.sub:visited {
	color: #23556f;
	font-weight: bold;
	display: block;
	float: left;
	height: 28px;
	padding-left: 10px;
	text-decoration: none;
}

#nav-primary ul a.sub:hover {
	color: #fff;
	background-color: ;
	background: url(../images/tab-teal.png);
	height: 28px;
}

#nav-primary ul a.sub:hover span {
	background: url(../images/tab-teal.png) 100% 0;
	height: 28px;
}

/* sub on state */

#nav-primary ul a.sub.on,
#nav-primary ul a.sub.on:visited {
	color: #fff;
	font-weight: bold;
	display: block;
	float: left;
	height: 30px;
	padding-left: 10px;
	text-decoration: none;
	background: url(img/tab-teal.png);
}

#nav-primary ul a.sub.on:hover {
	color: #fff;
	background-color: ;
	background: url(img/tab-teal.png);
	height: 30px;
}

#nav-primary ul a.sub.on span,
#nav-primary ul a.sub.on:visited span,
#nav-primary ul a.sub.on:hover span {
	background: url(img/tab-teal.png) 100% 0;
	height: 30px;
}



/* navigation-secondary */

#nav-secondary {
	background: #23556f url(../images/bg-nav-secondary.png) repeat-x;
	display: block;
	height: 30px;
	padding: 10px 0 0 0;
	border-left: #568d9e solid 2px;
}

#nav-secondary ul {
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-secondary ul a,
#nav-secondary ul a:visited {
	color: #fff;
	font-weight: bold;
	display: block;
	float: left;
	height: 28px;
	padding-left: 10px;
	text-decoration: none;
}

#nav-secondary ul a:hover {
	color: #960;
	background-color: ;
	background: url(../images/tab-white-sub.png);
	height: 28px;
}

#nav-secondary ul a.on,
#nav-secondary ul a.on:hover {
	color: #960;
	background-color: ;
	background: url(../images/tab-white-sub.png);
	height: 30px;
}

#nav-secondary ul a:hover span {
	background: url(../images/tab-white-sub.png) 100% 0;
	height: 28px;
}

#nav-secondary ul a.on span,
#nav-secondary ul a.on:hover span {
	background: url(../images/tab-white-sub.png) 100% 0;
}

#nav-secondary ul li {
	float: left;
	border-right: #568d9e solid 2px;
}

/* on state */

#nav-secondary ul li.on a {
	background-position: 0 -60px;
	color: #fff;
	font-weight: bold;
}

#nav-secondary ul li.on span {
	background-position: 100% -60px;
}

#nav-secondary ul span {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 2.5em;
	padding-right: 10px;
}



/* nav-left */

#nav-left ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-left ul li a:link,
#nav-left ul li a:visited {
	display: block;
	height: 50px;
	padding: 0;
	margin: 0 0 1px 0;
	background: #d8b97b;
}

#nav-left ul li a:link img,
#nav-left ul li a:visited img {
	/* for IE */
/* 	filter:alpha(opacity=70);*/
	/* CSS3 standard */
/*	opacity:0.7*/
}

#nav-left ul li a:link.on img,
#nav-left ul li a:visited.on img,
#nav-left ul li a:hover img {
	/* for IE */
 	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1.0
}

/*search */

#nav-primary form {
	margin: -3px 5px 0 10px;
	padding: 0;
	float: left;
}

#nav-primary form input {
	border: #23556f solid 1px;
}

#nav-primary form input.search {
	width: 100px;
	padding: 3px 5px;
}

#nav-primary form input.search-button {
	background: #23556f;
	color: #fff;
	font-weight: bold;
}

/* buy button */

a:link.buy,
a:visited.buy {
	display: inline-table;
	padding: 10px;
	color: #c00;
/*	background: #fc0;*/
	background: url(../images/where2buy-round-1.png) 100% 0 no-repeat;
/*	border: #c00 solid 1px;*/
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

a:hover.buy {
/*	background: #ff0;*/
	background: url(../images/where2buy-round.png) 100% 0 no-repeat;
}

#topnav a,
#topnav a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	
}
a:link.dealer,
a:visited.dealer {
	display: in-line;
	padding: 2px;
	color: #fff;
	background: url(../images/tab-dealer.png) 100% 0;
	font-weight: bold;
	text-decoration: none;
}
a:hover.dealer {
/*	background: #ff0;*/
	background: url(../images/tab-dealer.png) 100% 0;
}
