/* Element IDs */
#Egedesoe {
	margin: 0px;
	padding: 0px;
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000000;
	background-color: #E0E0E0;
	background-image: url(../gfx/bikersbest/bg.gif);
	background-repeat:repeat-x;
}

#Logo {
	position: relative;
	float: right;
	width: 151px;
	height: 110px;
    background-image: url(../gfx/bikersbest/company_logo.gif);
    background-repeat: no-repeat;
    background-position: 0,44px;
}

#SearchContainer {
	position: relative;
	float: right;
	width: 151px;
	background-image: url(../gfx/bikersbest/searchtop-hack.gif);
    background-repeat: repeat-x;
}

#MainContainer {
	position: relative;
	width: 763px;
	margin: 0px auto;
	text-align: left;
	clear: both;
    background-image: url(../gfx/bikersbest/bg-hack.gif);
}

#ProductSelectorContainer {
	position: relative;
	float: right;
	width: 151px;
	color: #000000;
	background-color: #B0B0B0;
	/*background-color: green;*/
	
	height: 187px;
	/*min-height: 187px;*/ /* Mozilla Move to make it work */
}

#Menu1 {
	width: 150px;
	height: 24;
}
#Menu2 {
	width: 122px;
	height: 24;
}
#Menu3 {
	width: 91px;
	height: 24;
}
#Menu4 {
	width: 181px;
	height: 24;
}
#Menu5 {
	/*width: 137px;*/
	width: 157px;
	height: 24;
}
#Menu6 {
	width: 90px;
	height: 24;
}

/* Extra Divs */
#MainContainerExtraDiv1 {
	/* bg overlay */
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 763px;
	height: 44px;
    background-image: url(../gfx/bikersbest/bg.gif);
    background-repeat: repeat-x;
}

/* Element Classes */
.LeftHeadline {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

.TopmenuCommon {
	display: block;
	float: left;
	text-align: center;
	background-color: #5E5E5E;
	background-image: url(../gfx/bikersbest/menu-bg.gif);
	background-repeat: repeat-y;
}