
/* LAYOUT */
* {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
	margin: 0;
}

h1{
	font-family: Helvetica;
	font-size: 22px;
	line-height: 25px;
	color: #9bca08;
	font-weight: normal;
	padding-bottom:10px;
	padding-top:20px;
	font-variant: small-caps;
}

h2{
	font-family: Helvetica;
	font-size: 14px;
	color: #9bca08;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
}

a{
	color: #9bca08;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #888888;
	text-decoration: none;
}

/* SHOWROOM 

#showroom{
	z-index: 11010;
	position: absolute;

	width: 810px;
	height: 700px;
	background-color: #ffffff;
	border: solid 1px;

	top: 50px;
	left:50%;
	margin-left:-405px;
	padding: 10px;
}

#showroom #framebox{
	position: relative;
	width: 810px;
	height: 675px;
}

#showroom #frameboxclose {
	position: absolute;
	top: 670px;
	left: 630px;
}

#showroom iframe{
	position: absolute;
	top:0px;
	width: 800px;
	height: 650px;
}

#lbOverlay {
	position: fixed;
	z-index: 10009;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbOverlay2 {
	position: fixed;
	z-index: 10009;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}*/

/* SCROLLER */
div#scrollbar {
	position: absolute;
	left: 925px;
	top: 50px;
}

div#scroller {
	position: relative;
	left:2px;
	margin-bottom: 2px;
	margin-top: 2px;
}

div.slider {
	height: 408px;
	width: 7px;
	background-image:url('../layoutpics/slider2.gif');
	background-repeat: repeat-y;
}

div.slider div.knob {
	background: #666666;
	width: 7px;
	height: 1px;
}

div#pup{
	width: 11px;
	height: 9px;
	line-height: 1px;
	font-size: 1px;
	background-image:url('../layoutpics/pup.gif');
}

div#pdown{
	width: 11px;
	height: 9px;
	line-height: 1px;
	font-size: 1px;
	background-image:url('../layoutpics/pdown.gif');
}
