﻿body {
  background: #444444;
  font-family: Arial, Helvetica, Geneva, sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  display: block;
  border: none;
}

h1 {
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  
}

h2 {
  color: #796f6e;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

h3 {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

h4 {
  color: #f09bdf;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

p {
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

.header {
	width: 560px;
	height: 19px;
	border-bottom: 6px solid #796f63;
}

#current {
 color: #ffffff;
 background: #f09bdf;
 text-decoration: none;
}

.contact {
  background: #796f6e;
  font-size: 11px;
	width: 267px;
	height: 420px;
}

.detail {
  background: #948c8b;
	width: 560px;
	height: 420px;
  scrollbar-base-color: #796f6e; 
}

.detail p {
  font-size: 11px;

}

.detail a {
  color: #ffffff;
}

#showcase {
  background: url('images/01.jpg') no-repeat;
  width: 560px;
  height: 420px;
}

#showcaseimage {
  width: 560px;
  height: 420px;
  border: 0 none; 
  filter: alpha(opacity=0); 
  -moz-opacity: 0; 
  opacity: 0
}

#submenu {
  width: 560px;
  color: #ffffff;
  font-size: 11px;
  padding: 5px 0 0 10px;
}

#submenu li {
  width: 80px;
	font-size: 11px;
	list-style: none;
	position:relative;
  display: block;
  float: left;
}
#submenu a {
  background: url('images/bullet.jpg') no-repeat;
	font-size: 11px;
	color:#ffffff;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
	position:relative;
  display: block;
  float: left;
}

#submenu a:hover {
  background: url('images/bullet-over.jpg') no-repeat;
	font-size: 11px;
	color:#d4d4d4;
	text-decoration: none;
  position:relative;
  display: block;
  float: left;
}

#submenu a.current {
  background: url('images/bullet-over.jpg') no-repeat;
	font-size: 11px;
	color:#d4d4d4;
	text-decoration: none;
  position:relative;
  display: block;
  float: left;
}

#submenuproduct {
  height: 18px;
  color: #ffffff;
  font-size: 11px;
  padding: 5px 0 20px 10px;
}

#submenuproduct li {
  width: 150px;
	font-size: 11px;
	list-style: none;
	position:relative;
  display: block;
  float: left;
}
#submenuproduct a {
  background: url('images/bullet.jpg') no-repeat;
	font-size: 11px;
	color:#ffffff;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
	position:relative;
  display: block;
  float: left;
}

#submenuproduct a:hover {
  background: url('images/bullet-over.jpg') no-repeat;
	font-size: 11px;
	color:#d4d4d4;
	text-decoration: none;
  position:relative;
  display: block;
  float: left;
}

#submenuproduct a.current {
  background: url('images/bullet-over.jpg') no-repeat;
	font-size: 11px;
	color:#d4d4d4;
	text-decoration: none;
  position:relative;
  display: block;
  float: left;
}

#portrait {
  margin-left: 10px;
  margin-top: 60px;
  margin-bottom: 5px;
  width: 157px;
  position: relative;
  display: block;
  float: left;
}

#portrait img {
  border: 1px solid #ffffff;
}

#portrait-product {
  margin-left: 20px;
  margin-top: 40px;
  width: 177px;
  position: relative;
  display: block;
  float: left;
}

#portrait-product img {
  border: 1px solid #ffffff;
}

#product-text {
  width: 283px;
  margin-left: 20px;
  position: relative;
  display: block;
  float: left;
}

#product-text img {
  border: 1px solid #ffffff;
}

.footer {
  height: 25px;
  background: #ffffff;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 10px;
  color: #796f6e;
  padding: 5px 10px 0px 10px;
}

.footer a {
  color: #796f6e;
}

.footer a:hover {
  color: #f09bdf;
}


