body {
	background-color: #333;
  min-width: 740px;
	min-height: 410px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.1em;
}
p {
	margin-right: 12px;
}
h1 {
	color: #FF6600;
	font-family: Akzidenz-Grotesk Condensed BQ, Arial Narrow, Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
	line-height: 0.9em;
	text-transform: uppercase;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
img {
	border: 0;
}
table, tr, td {
	border: 0;
	margin: 0;
	padding: 0;
}
td {
	vertical-align: top;
}
#container_shadow {
	position: absolute;
	background-image: url(../images/background.png);
  width: 836px;
	height: 506px;
	left: 50%;
	top: 50%;
  margin-left: -418px;
  margin-top: -253px;
}
#container {
	position: absolute;
	background-color: #000;
  width: 740px;
	height: 410px;
	left: 50%;
	top: 50%;
  margin-left: -370px;
  margin-top: -205px;
}
#logo {
	position: absolute;
	display: block;
	right: 0;
	width: 300px;
	height: 126px;
	background-image: url(../images/logo.gif);
}
#nav {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
}
#nav li {
	position: absolute;
	display: block;
	height: 78px;
}
#nav .home {
	width: 76px;
	background-image: url(../images/home.png);
}
#nav .design_service {
	width: 121px;
	left: 76px;
	background-image: url(../images/design_service.png);			
}
#nav .the_shop {
	width: 87px;
	left: 197px;
	background-image: url(../images/the_shop.png);
}
#nav .contact {
	width: 74px;
	left: 284px;
	background-image: url(../images/contact.png);
}
#nav a {
	display: block;
	height: 78px;
}
#nav li.home a.selected { background-image: url(../images/home-selected.png); }
#nav li.design_service a.selected { background-image: url(../images/design_service-selected.png); }
#nav li.the_shop a.selected { background-image: url(../images/the_shop-selected.png); }
#nav li.contact a.selected { background-image: url(../images/contact-selected.png); }
#nav li.home a.active:hover { background-image: url(../images/home-hover.png); }
#nav li.design_service a.active:hover { background-image: url(../images/design_service-hover.png); }
#nav li.the_shop a.active:hover { background-image: url(../images/the_shop-hover.png); }
#nav li.contact a.active:hover { background-image: url(../images/contact-hover.png); }
#nav span, #logo span, #image_controls span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#content {
	position: absolute;
	display: block;
	top: 136px;
	left: 32px;			
	width: 360px;
	height: 224px;
	overflow: auto;
}
#gallery_images_frame {
	position: absolute;
	display: block;
	top: 136px;
	right: 42px;			
	width: 304px;
	height: 212px;
	overflow: hidden;
}
#gallery_images {
	position: relative;
	display: block;
}
#gallery_controls {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	right: 42px;			
	bottom: 24px;
	width: 304px;
	height: 12px;
	list-style: none;
}
#gallery_controls li {
	display: inline;
	position: relative;
}
#gallery_controls li a {
	display: -moz-inline-box;
	display: inline-block; position: relative;
	margin: 0;
	padding: 0;
}
#gallery_controls a img.active { display: block; }
#gallery_controls a img.hover { display: none; }
#gallery_controls a:hover img.active, #gallery_controls a.ActiveButton img.active { display: none; }
#gallery_controls a:hover img.hover, #gallery_controls a.ActiveButton img.hover { display: block; }
#gallery_controls a.Disabled {
	visibility: hidden;
	cursor: default;
}
.GalleryImage {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.GalleryImageEnhanced {
	position: absolute;
	display: block; 
	padding: 0; 
	margin: 0;
	top: 0;
}
.ImageCaption {
	font-size: 10px;
	margin-top: 12px;
}
#footer {
	position: absolute;
	margin: 0;
	padding: 0;
	margin-left: 32px;
	margin-right: 42px;
	bottom: 25px;
	height: 12px;
	list-style: none;
}
#footer li {
	display: inline;
	margin-right: 32px;
}
#footer a {
	color: #666;
	padding-right: 30px;
	background-image: url(../images/pointer_right.png);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
}
#footer a:hover {
	color: #FF6600;
	background-image: url(../images/pointer_right-hover.png);
	background-position: right;
	background-repeat: no-repeat;
}
#footer a:hover img {
	display: none;
}
#footer img {
	margin-left: 10px;
}
