a {
	color: #4d7715;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	margin: 0; 
	padding: 0; 
	border: 0; 
	background-color: #6e7268; 
	color: #555;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; 
	font-size: .8em;
}

form {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #999;
}

h2 {
	font-size: 1.5em;
}

h4 {
	font-size: .9em;
	font-weight: normal;
	margin: 3em 0 0 0;
	padding-top: 3px;
	border-top: 1px dotted #ddd;
}

img {
	border: 0;
}

img.border {
	padding: 4px;
	border: 1px dotted #ccc;
}

img.thumb {
	padding: 4px;
	border: 1px dotted #ccc;
	background-color: white;
}

img.large {
	padding: 9px;
	border: 1px dotted #ccc;
	background-color: white;
}

p {
	margin: 1.5em 0; 
	line-height: 1.8em; 
	width: 540px;
}

p.top {
	clear: both;
	margin-top: 30px;
	line-height: 1.3em;
	text-align: left;
	width: 170px;
	border-top: 1px dotted #ddd;
	padding-top: 2px;
	color: #aaa;
	font-size: .8em;
}

p.order {
	font-size: .9em;
	color: #888;
	line-height: 1.2em;
}

table {
	font-size: 1em;
}

#first {

}

#bg-1 {
	width: 972px; 
	margin: 0 auto; 
	background-image: url(../assets/bg-repeat.gif);
	
}

#bg-2 {
	background-image: url(../assets/bg-top.gif);
	background-repeat: no-repeat;
	
}

#bg-3 {
	background-image: url(../assets/bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
}

#frame-1 {
	width: 900px;
	margin: 0 auto;
	padding-top: 26px;
	padding-bottom: 46px;
	
}

#frame-2 {
	background-repeat: no-repeat;
	background-position: bottom right;
	
}

#header {
	height: 162px; 
	background-repeat: no-repeat;
}

#header2 {
	height: 58px; 
	background-repeat: no-repeat;
}

#lang {
	padding: 0 10px 0 0;
	text-align: right;
	font-size: .9em;
	color: #999;
}

#lang a {
	color: #999;
	/*border: 1px solid white;
	padding: 0 3px;*/
}

#main {
	padding: 10px 10px 10px 0;
	
}

#nav {
	float: left;
	width: 230px;
	padding-top: 5px;
	padding-bottom: 190px;
	font-size: .78em;

}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	width: 195px;
}

#nav li { 
	text-align: right;
	padding: 8px 0;
	text-transform: uppercase;
	letter-spacing: 1px;

}

#nav a {
	color: #555; 
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#topnav {
	float: left;
	width: 650px;
	height: 60px; 
	color: #888;
	margin: -10px 0 0 0;
}

#topnav img {

}

#breadcrumb {
	float: left;
	padding-left: 10px;
	color: #999;
	font-size: .9em;
	margin: -10px 0 25px 0;
	width: 640px;
}

#content {
	float: left;
	padding-left: 10px;
	padding-bottom: 100px;
}

#content li {
	line-height: 1.8em;
}

#content strong {
	color: #333;
}

#content ul {
	margin: 1.5em 0;
	padding: 0;
	list-style: none;
}

#content table {
	border-collapse: collapse;
	empty-cells: show;
	margin: 20px 0;
}

#content th, #content td {
	text-align: center;
	padding: 10px 0;
	font-weight: normal;
}

#content td a {
	color: #aaa;
	font-size: .8em;
}

#content table a {
	text-decoration: none;
}

#content table a:hover {
	text-decoration: underline;
}

#content .th-top {
	width: 10em;
	padding-top: 3px;
}

#content .th-left {
	padding-top: 36px;
	padding-left: 2em;
	padding-right: 1em;
	vertical-align: top;
	text-align: right;
}

#content .tr-top th {
	font-weight: bold;
}

#gallery-list {
	float: left;
	margin-top: 20px;
}

#gallery-detail {
	width: 560px;
}

#footer {
	clear: both;
	font-size: .8em;
	color: #333;
	text-align: center;
	padding: 40px 0 5px 0;
	background-repeat: no-repeat;
	background-position: bottom;
}

#contact-form {
	margin-top: 35px;
	margin-bottom: 20px;
	color: #888;
	font-size: 1em;
}

#contact-form .col1 {
	text-align: left;
	float: left;
	clear: both;
	width: 6em;
	padding: 2px 0 0 0;
}

#contact-form .col2 {
	width: 500px;
	float: left;
	padding-bottom: 4px;
	.padding-bottom: 2px;
}

#contact-form .col2 input {
	width: 350px;
}

#contact-form textarea {
	width: 450px;
	height: 200px;
	padding: 2px;
	font-family: "lucida grande", verdana, helvetica, arial, sans-serif; 
	font-size: 1em;
}

#contact-form .clear {
	margin-bottom: 4px;
	.margin-bottom: 0;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.gallery-list-item {
	float: left;
	width: 200px;
	padding-bottom: 30px;
}

.grid {
	vertical-align: bottom; 
	padding: 13px 26px 13px 0;
}

.haengend p {

}

.error {
	color: #900;
}

.img-detail-title {

}

.img-detail-subtitle {
	margin-top: -.8em;
}

.img-detail-price {
	margin-top: -.8em;
}

.light {
	color: #888;
}

.nav-img {
	font-size: .8em;
	color: #aaa;
	padding: 6px 0;
}

.nav-img a {
	color: #aaa;
	text-decoration: none;
}

.nav-img a:hover {
	text-decoration: underline;
}

.small {
	font-size: .9em;
}

.subclasses {
	color: #888;
	font-size: .9em;
	padding-bottom: 10px;
}

.tiny {
	width: 64px;
	height: 64px;
	margin: auto;
}

.tiny img {
	border: 1px dotted #ccc;
	padding: 1px;
}

p.top a {
	color: #aaa;
}