body {
	background: #312112;
	letter-spacing: 0.09em;
	color: #fffbeb;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-weight: 300;
	text-shadow:0 0 1px #a48f7b;
}

a:link {
	color: #312112;
	outline: none;
	text-decoration: underline;
}

a:visited {
	color: #312112;
	text-decoration: none;
}

a:hover {
	color: #f5f3f1;
	text-decoration: underline;
	text-shadow: none;
}

a:active {
	color: #fff;
}

h1 {
	color: #312112;
	font-size: 2em;
	text-shadow:0 0 1px #a48f7b;
	padding: 0px 20px;
	margin: 20px 0px 0px 0px;
	
}

.white {
	color: #f5f3f1;
}

.light_brown {
	color: #a48f7b;
}

.dark_brown {
	color: #312112;
}

.black {
	color: #140c04;
}

.error {
	color: red;
	padding: 5px 0 5px 32px;
	background: url(/images/remove24.png) #ffe4e7 left center no-repeat;
	display: block;
}

.success {
	color: green;
	padding-left: 32px;
	background: url(/images/accept24.png) left center;
}

.warning {
	color: red;
	padding: 5px 5px 5px 32px;
	margin: 5px;
	background: url(/images/warning24.png) left center;
	border: 1px solid red;
}

.product {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.product_short_desc {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	color: #3e2c13;
}

.product_desc_box {
	width: 60%;
	float: left;
	clear: right;
	margin-top: 20px;
}

.product_desc_image {
	width: 30%;
	margin: 20px 20px 20px 20px;
	float: left;
	clear: left;
	text-align: center;
}

.detail_desc_box {
	float: left;
	clear: left;
	margin: 80px 20px 40px 40px;
	width: 300px;
}

.detail_desc_image {
	margin: 40px 0px;
	float: left;
	clear: right;
}

.detail_thumbnails {
	margin: 2px;
}

.view_message {
	display: block;
	clear: both;
	padding: 5px;
}

.thumbnail_box {
}

.center {
	text-align: center;
}

.wrapper {
	width: 100%;
}

.content {
	text-align: center;
	width: 1000px;
	margin: 50px auto;
	border: 1px solid #97877b;
	padding: 334px 0 0 0;
	background: url(../images/index_logo.gif) top center no-repeat;
}

	.content .footer {
		margin: 90px 0 70px 0;
	}
	
	.content .footer a:link {
		color: #f5f3f1;
	}

.flourish {
	width: 1000px;
	margin: auto;
	height: 100%;
	background: url(../images/index_flourish.jpg) bottom left no-repeat;
}

.title_bar {
	margin: auto;
	width: 1000px;
	background: url(../images/layout/index_stripe_background.gif);
	border-top: 1px solid #f5f3f1;
	border-bottom: 1px solid #f5f3f1;
}

.links {
	margin: auto;
	width: 321px;
}

.antiques {
	float: left;
	clear: left;
}

.maison {
	float: left;
	clear: right;
}