@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #5e2320;
	margin: 0 auto;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
div#container {
	min-height: 100%;
	height: auto;
	margin: 0 auto;
	width: 735px;
	background-color: #0f0605;
	float: center;
}
div#header {
	width: 735px;
	height: 120px;
	background-image:url(images/top_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
	float: left;
}
div#header a {
	display: block;
	width: 735px;
	height: 120px;
	border: none;
	text-decoration: none;
}
div#navigation {
	width: 735px;
	height: 33px;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	float: left;
}
div#content {
	width: 735px;
	background-image: url(images/design_bak.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	float: left;
}
h1 {
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px;
	font-size: 18px;
	color: #CCCCCC;
	padding-top: 25px;
	margin-left: 105px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing: 2px;
}
h2 {
	font: normal 1.4em georgia, sans-serif;
	letter-spacing: 1px;
	font-size: 16px;
	letter-spacing: 2px;
}
div#main_content {
	float: left;
	width: 650px;
	margin-left: 85px;
	display: inline;
}
div#main_content a {
	color: #999999;
	text-decoration: none;
}
div#main_content a:hover {
	color: #fff;
	text-decoration: underline;
}
div#main_content_left {
	width: 415px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d7673;
	float: left;
	line-height: 17px;
	padding-top: 10px;
}
div#main_content_right {
	width: 225px;
	float: left;
	margin-left: 10px;
}
div#main_content_full {
	width: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d7673;
	float: left;
	line-height: 17px;
	padding-top: 10px;
}
div#side_layer {
	position:absolute;
	top:0px;
	left: 50%;
	width:47px;
	height:848px;
	z-index: 1;
	margin-left: -415px;
 	background-image: url(images/design_side.gif);
	background-repeat: no-repeat;
}
div#head_icon {
	position:absolute;
	top:190px;
	left: 50%;
	width:55px;
	height:15px;
	z-index: 1;
	margin-left: -325px;
 	background-image: url(images/head_icon.gif);
	background-repeat: no-repeat;
}
div#footer {
	width: 735px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
div#footer a {
	color: #999999;
	text-decoration: none;
}
div#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
div#flashcontent_main {
	z-index:0;
}
div#gallery {
	padding-top: 10px;
	margin-left: -10px;
}
div#gallery p {
	background-color: #211412;
	color: #c4c4c4;
	font-size: 10px;
	margin-bottom: 2px;
	letter-spacing: 1px;
	padding: 1px 0px 0px 10px;
	width: 644px;
}
div#gallery p a {
	color: #936058;
	text-decoration: none;
}
div#gallery p a:hover {
	color: #fff;
	text-decoration: underline;
}
.galleria {
	width: 650px;
	height: 110px;
	background-color: #2a1a17;
	padding-left: 4px;
	margin-bottom: 24px;
}
.galleria img {
	margin: 9px 3px 9px 3px;
	border: none;
	text-decoration: none;
}
.galleria img:hover {
	margin: 6px 0px 6px 0px;
	border: 3px solid #fff;
}
.store_display img {
	margin: 9px 3px 9px 3px;
	border: none;
	text-decoration: none;
}
.store_display img:hover {
	margin: 6px 0px 6px 0px;
	border: 3px solid #fff;
}
div.store_object {
	float: left;
	padding: 5px;
	margin: 10px;
}
div.store_object img {
	border: 1px solid #999999;
	padding: 5px;
}
div.product_details p {
	color: #999999;
}
form label {
	clear:left; 
	display:block; 
	float:left; 
	width:70px; 
	text-align:right; 
	padding-right:10px; 
	margin-bottom:0.5em;
}
form select { 
	margin-bottom:0.6em; 
}