body{
	background-color: #000000;
}

a{
	text-decoration: none;
}

img{
	border-style: none;
}

.backbone{
	position: relative;
	height: 100%;
	width: 100%; 
}

.topframe{
	position: relative;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 760px;
}

.cornerlt{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 30px;
	background-image: url(images/corner1.gif);
}

.topline{
	position: absolute;
	top: 0px;
	left: 30px;
	height: 30px;
	width: 700px;
	background-image: url(images/side1.gif);
}

.cornerrt{
	position: absolute;
	top: 0px;
	left: 730px;
	height: 30px;
	width: 30px;
	background-image: url(images/corner2.gif);
}

.mainframe{
	position: relative;
	top: 0px;
	left: 0px;
	min-height: 769px;
	width: 760px;
}

*html .mainframe{
	height: 769px;
}

.leftline{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 30px;
	background-image: url(images/side4.gif);
}

.noninfo{
	position: relative;
	height: 229px;
	width: 700px;
}

.top{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 139px;
	width: 700px;
	background-image: url(images/top.png);
}

.flags{
	position: absolute;
	right: 15px;
	height: 24px;
	width: 40px;
}

.flagnl{
	top: 13px;
}

.flagen{
	top: 50px;
}

.flagde{
	top: 87px;
}

.menu{
	position: absolute;
	top: 139px;
	left: 0px;
	height: 90px;
	width: 700px;
	background-image: url(images/menu.png);
}

.items{
	position: absolute;
	top: 44px;
	width: 111px;
}

.home{
	left: 5px;
}

.stock{
	left: 121px;
}

.incoming{
	left: 236px;
}

.sold{
	left: 352px;
}

.ondemand{
	left: 468px;
}

.links{
	left: 584px;
}

.items_text{
	font-family: Arial Black;
	font-size: 14px;
	color: #1314D2;
}

.info{
	position: relative;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
	left: 0px;
	min-height: 540px;
	width: 700px;
	background-image: url(images/back.png);
}

*html .info{
	height: 540px;
}

.info_img{
	border:solid #1314D2 1px;
}

.info_p{
	margin: 10px;
}

.info_text{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #1314D2;
}

.link_text{
	font-family: Arial Black;
	font-size: 10pt;
	color: #1314D2;
}

.rightline{
	position: absolute;
	top: 0px;
	left: 730px;
	height: 100%;
	width: 30px;
	background-image: url(images/side2.gif);
}


.bottomframe{
	position: relative;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 760px;
}

.cornerlb{
	position: absolute;
	left: 0px;
	height: 30px;
	width: 30px;
	background-image: url(images/corner4.gif);
}

.bottomline{
	position: absolute;
	top: 0px;
	left: 30px;
	height: 30px;
	width: 700px;
	background-image: url(images/side3.gif);
}

.cornerrb{
	position: absolute;
	top: 0px;
	left: 730px;
	height: 30px;
	width: 30px;
	background-image: url(images/corner3.gif);
}

.copyright_text{
	font-family: Arial;
	font-size: 9pt;
	color: #1314D2;
}