/* ********************************* general ***************************************** */

	body {
		background-color: #FFFFFF;
		font-family:verdana,helvetica;
		font-size:10px;
		margin:0;
	}

.imgBorder{
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid; 
}
/* ********************************* images ***************************************** */

	div.marquee 			{background-image: url(images/page_drop_right.gif);}

/* ********************************* marquee ***************************************** */
	div.marquee {
		width:265px;
		background: url(images/page_drop_right.gif) repeat-y right center;
		overflow:hidden;
	}
	div.marqueebg {
		width:272px;
		margin-right:-27px;
		height:120px;
		overflow:hidden;
	}
	div.marquee #marqueecontainer {
		position:relative;
		left:0px;
		top:0;
		width:242px;
		height:120px;
	}
	div.marquee div.marqueetable {
		position:absolute;
		left:25px;
		top:0;
		clip:rect(0px,192px,120px,0px);
		width:192px;
		overflow:hidden;
	}
	div.marquee div.marqueeFade {
		position:absolute;
		margin-left: -15px;
		top:0;
		width:20px;
		height:120px;
		background:white;
		visibility:hidden !important;
		visibility:visible;
	}
	/*div.marquee .fadeLeft {
		filter:progid:DXImageTransform.Microsoft.Alpha( style=1,opacity=0,finishOpacity=100,startX=100,finishX=0,startY=0,finishY=0);
	}
	div.marquee .fadeRight {
		filter:progid:DXImageTransform.Microsoft.Alpha( style=1,opacity=0,finishOpacity=100,startX=0,finishX=100,startY=0,finishY=0);
	}*/
	.showroom td {
		vertical-align:top;
	}
	.showroom td img {
		margin:0;
	}
	.showroom a:hover b {
	}

/* ********************************* showroom (& marquee) ***************************************** */
	.showroom td {text-align:center}
	.showroom a {
		font-size:10px;
		font-weight:bold;
		color:black;
		text-decoration:none;
		font-family:tahoma,helvetica;
	}
	.showroom i {
		font-size:10px;
		font-style:normal;
		color:#999999;
	}
	.showroom{position:relative;top:0;left:0;}

