/* CSS Document */
.body {
	background-image: url(images/header.jpg);
	height: 550px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: center;
}

.body2 {
	background-image: url(images/header.jpg);
	height: 600px;
	width: 800px;
	background-repeat: no-repeat;
}

.font-judul{
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 14px;
}

.font-paragraf{
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 10px;
	font-style: normal;
	text-align: justify;
}

.font-next {
	font-family: "Trebuchet MS";
	font-style: italic;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
.font-next a:link {
	font-family: "Trebuchet MS";
	font-style: italic;
	color: #FF9900;
	text-decoration: none;
	font-size: 12px;
}
.font-next a:hover {
	font-family: "Trebuchet MS";
	font-style: italic;
	color: #FF9900;
	text-decoration: underline;
	font-size: 12px;
}

.font-back {
	font-family: "Trebuchet MS";
	font-style: italic;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
.font-back a:link {
	font-family: "Trebuchet MS";
	font-style: italic;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
.font-back a:hover {
	font-family: "Trebuchet MS";
	font-style: italic;
	color: #FF9900;
	text-decoration: underline;
	font-size: 12px;
}

.font-menu {
	font-family: "Trebuchet MS";
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}
.font-menu a:link {
	font-family: "Trebuchet MS";
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
}
.font-menu a:hover {
	font-family: "Trebuchet MS";
	color: #FF0000;
	text-decoration: underline;
	text-align: center;
	font-size: 10px;
}

/* Images Hover */
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 135px;
	height: 100px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	width: 200px;
	height: 150px;
}

.workshop
{
	cursor: default;
	list-style: none;
}

.workshop a
{
	cursor: default;
}

.workshop a .show
{
	display: none;
}

.workshop a:hover .show
{
	display: block;
	position: absolute;
}

.workshop img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 100px;
}

.workshop li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.workshop .show
{
	width: 200px;
	height: 150px;
}

.showroom
{
	cursor: default;
	list-style: none;
}

.showroom a
{
	cursor: default;
}

.showroom a .show2
{
	display: none;
}

.showroom a:hover .show2
{
	display: block;
	position: absolute;
}

.showroom img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 135;
	height: 200px;
}

.showroom li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.showroom .show2
{
	width: 150px;
	height: 200px;
}

.linksubmenu {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 12px;
}

.linksubmenu:hover {
	COLOR: #ff0000;
	TEXT-DECORATION: underline;
	font-family: Tahoma;
	font-size: 12px;
}