/* CSS file for SBW Motorrad Website 2007 */
/* Master blue for the site #1f5495 */
/*  Light blue for the site #b0c8f0 */


/* These are the controls for the top and bottom banners  */

.TopBannerTD {
	height: 106px;
	background-attachment: scroll;
	background-image: url(../Images/top_banner_bg.gif);
	background-repeat: no-repeat;
}

#TopNav {
	position:absolute;
	z-index:1;
	left: 13px;
	top: 26px;
}

#Sales {
	position:absolute;
	left:60px;
	top:53px;
	width:275px;
	height:16px;
	z-index:2;
	visibility: hidden;
}
#Service {
	position:absolute;
	left:420px;
	top:53px;
	width:180px;
	height:16px;
	z-index:3;
	visibility: hidden;
}
#Training {
	position:absolute;
	left:430px;
	top:53px;
	height:16px;
	z-index:4;
	width: 300px;
	visibility: hidden;
}

/* Controls for the top hyperlinks on the navigation */

a.top:link {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}
a.top:visited {
	text-decoration: none;
	color: #FFFFFF;
		font-size: 13px;
}
a.top:active {
	text-decoration: none;
	color: #FFFFFF;
		font-size: 13px;
}
a.top:hover {
	color: #b0c8f0;
	font-size: 13px;
	text-decoration: none;
}

a.topsmall:link {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
a.topsmall:visited {
	text-decoration: none;
	color: #FFFFFF;
		font-size: 11px;
}
a.topsmall:active {
	text-decoration: none;
	color: #FFFFFF;
		font-size: 11px;
}
a.topsmall:hover {
	color: #b0c8f0;
	font-size: 11px;
	text-decoration: none;
}


.BottomBannerTD {
	height: 22px;
	width: 1000px;
	background: #3e3d3c;
	color: #FFFFFF;
	font-size: 10px;
}



/* Controls for the bottom hyperlinks on the navigation */

a.bottom:link {
	color: #FFFFFF;
	text-decoration: none;
		font-size: 10px;
}
a.bottom:visited {
	text-decoration: none;
	color: #FFFFFF;
		font-size: 10px;
}
a.bottom:active {
	text-decoration: none;
	color: #FFFFFF;
		font-size: 10px;
}
a.bottom:hover {
	color: #3e3d3c;
	font-size: 10px;
	background: #FFFFFF;
}

