#mainmenu {
	position:absolute;
	width:974px;
	height:105px;
	z-index:1;

}

#maingraphic {
	z-index:2;

}td {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
a:link {
	font-size: 11px;
	color: #6baaff;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-size: 11px;
	color: #6baaff;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-size: 11px;
	color: #ff9000;
	text-decoration: underline;
	font-weight: bold;
}
#productlist {
	height: 600px;
	width: 95%;
	z-index:1; 
	overflow: auto;
}
#showroombg{
	height: 550px;
	background-attachment: scroll;
	background-image: url(images/bg_showroom_g1.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.thumbbox{
	width:121px;
	height:108px;
	background-color: #FFFFFF;
}
.showroomlogin{
	background-attachment: scroll;
	background-image: url(images/bg_showroom_g2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 550px;
	width: 914px;
}
.showroomlogin2{
	background-attachment: scroll;
	background-image: url(images/bg_showroom_g2b.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 550px;
	width: 914px;
}
.showroomloginbox{
	width: 320px;
	height: 30px;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #076592;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}