body {
	background: #fff;
	letter-spacing: 0.05em;
	color: #a48f7b;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
}

a:link {
	color: #312112;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #312112;
	text-decoration: none;
}

a:hover {
	color: #a48f7b;
	text-decoration: underline;
}

a:active {
	color: #fff;
}

h1 {
	color: #312112;
	font-size: 2em;
	text-shadow:0 0 1px #a48f7b;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	
}

.white {
	color: #f5f3f1;
}

.light_brown {
	color: #a48f7b;
}

.dark_brown {
	color: #312112;
}

.black {
	color: #140c04;
}

.error {
	color: red;
}

.success {
	color: green;
}

.product {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.product_short_desc {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	color: #3e2c13;
	font-weight: 200;
}

.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: right;
	margin: 20px 0 40px 20px;
	width: 280px;
}

.detail_desc_image {
	margin: 0px 0 30px 0px;
	width: 380px;
	float: left;
	clear: left;
}

.detail_thumbnails {
	margin: 2px;
}

.view_message {
	display: block;
	clear: both;
	padding: 5px;
}

.thumbnail_box {
}

.center {
	text-align: center;
}

.shadow {
	-moz-box-shadow: 0px 3px 5px #645241;
	-webkit-box-shadow: 0px 3px 5px #645241;
	box-shadow: 0px 3px 5px #645241;
}

.shadow2 {
	background: #000;
	display: block;
}

/* THE FOUR BLOCKS THAT MAKE UP THE ANTIQUE PAGE */

/* HEADER */
.header_brown {
	width: 100%;
	height: 220px;
	background: url(../images/layout/header_background.gif) repeat-x;
}

.header_white {
	width: 960px;
	height: 80px;
	/*background: url(../images/layout/white_header_background.gif) repeat-x;*/
	background:none;
}

.header {
	margin: 0 0 0 30px;
}

	.header_logo {
		width: 524px;
		margin: 0 auto;
	}


/* MENU */
.menu {
	width: 730px;
	height: 44px;
	/*background: url(../images/layout/menu_background.gif) repeat-x;*/
}

	.menu_box {
		margin-left: 20px;
	}

		.menu_box ul {
			text-align: center;
			padding: 5px 0 0 0;
			margin: auto;
			list-style-type: none;
		}
		
		.menu_box li {
			display: inline;
			margin: 0;
		}
		
		.menu_box .first {
			padding: 0 8px 0 0;
			border-right: 1px solid #312112;
		}
		
		.menu_box .middle {
			padding: 0 7px 0 2px;
			border-right: 1px solid #312112;
		}
		
		.menu_box .last {
			padding: 0 0 0 2px;
		}
		
		.menu_box a {
			border: none;
			text-decoration: none;
		}

/* BODY Content goes here */

.maison_column {
	width: 102px;
	padding: 0 2px;
	float:left;
}

	.maison_column a img {
		margin: 2px 0;
	}
	
	.maison_column a img:hover {
		-moz-box-shadow: 0px 1px 2px #3e2c13;
		-webkit-box-shadow: 0px 1px 2px #3e2c13;
		box-shadow: 0px 1px 2px #3e2c13;
	}
	
/* WHITE background */
.white_striped_content_wrapper, .brown_striped_content_wrapper {
	width: 100%;
	/*background: url(../images/layout/body_background.gif);*/
}

	.white_striped_content_wrapper .white_content, .brown_striped_content_wrapper .brown_content {
		width: 960px;
		margin: auto;
		padding: 40px 0 10px 0;
		background: #fff;
	}

	.white_striped_content_wrapper .brown_content {
		width: 780px;
		margin: auto;
		padding: 40px 0 10px 0;
		background: #877059;
		color: #f5f3f1;
	}

.white_content_wrapper, .brown_content_wrapper {
	width: 960px;
	background: none;
	margin: auto;
	box-shadow: 0 0 7px black;
	-moz-box-shadow: 0 0 7px black;
	-webkit-box-shadow: 0 0 7px black;
	border: 1px solid #color: #312112;
}

	.white_content_wrapper .white_content, .brown_content_wrapper .brown_content {
		width: 960px;
		margin: auto;
		padding: 0;
	}
	
	.white_content p, .brown_content p {
		font-size: 1.2em;
		padding: 0 30px;
	}
	
		.white_left_column, .brown_left_column {
			width: 300px;
			float: left;
			clear: left;
		}
		
		.white_middle_column, .brown_middle_column {
			width: 500px;
			border-left: 1px solid #877059;
			float: left;
			margin: 0 0 0 40px;
		}
		
		.white_border_left, .brown_border_left {
			float: left;
			clear: right;
			display: inline;
			width: 735px;
		}
		
			.index-content {
				margin: 25px 0 0 20px;
			}
			
			.index-content-maison {
				margin: 15px 0 0 20px;
			}
			
			.index-content-maison>h2>img {
				width: 720px;
			}
			
				.index-content h1, .index-content-maison h1 {
					padding-bottom: 10px;
					display: none;
				}
				
				.index-content h2, .index-content-maison h2 {
					color: #8d8884;
					margin: 0 0 5px 0;
					clear:left;
				}
		
		.wide_content {
			width: 960px;
			padding: 150px 0 0 0;
		}
		
		.narrow_content {
			width: 735px;
			padding: 150px 0 0 0;
			margin-left: 195px;
		}
		
		.white_right_column, .brown_right_column {
			float: left;
		}
		
			.intro {
				font-style: italic;
			}
			
				.intro h1 {
					color: #312112;
					font-size: 1.75em;
					text-shadow:0 0 1px #a48f7b;
					padding: 0px 0px;
					margin: 10px 0px 0px 0px;
				}
			
.header_scroller {
	top: 0px;
	width: 225px;
	float: left;
}

.float_menu {
	position: relative;
	top: 0px;
	width: 225px;
	float: left;
	clear: left;
	display: inline;
}
			
.furniture_nav {
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 35px 10px 35px 0;
	width: 210px;
}
	.furniture_nav li {
		margin: 0 0 3px 0;
		padding: 0;
		display: inline-table;
		line-height: 1.2em;
		width: 100%;
	}

	.furniture_nav .main {
		color: #3e2c13;
		text-shadow:0 0 1px #f5f3f1;
		margin-bottom: 5px;
	}
	
		.furniture_nav ul {
			display: none;
			margin:0;
			padding:0;
		}
	
	.furniture_nav .with_sub {
		margin-bottom: 5px;
	}
	
	.furniture_nav .sub {
		font-size: .9em;
		color: #8f7e6f;
		text-shadow:0 0 1px #f5f3f1;
	}
	
	.furniture_nav ul ul {
		padding: 0 10px 10px 0;
		display: none;
	}
	
		.furniture_nav ul ul li {
			margin: 0;
			padding: 0;
		}
	
	.furniture_nav .tertiary {
		font-size: .8em;
	}
	
	#accessories>a, #clocks>a, #furniture>a, #mirrors>a, #garden>a, #lighting>a, #textiles>a, #wall-decor>a {
		font-size: 1.1em;
	}
	
	.secondary {
		font-size: .9em;
	}
	
	.furniture_nav .last {
		margin-bottom: 0px;
	}
	
.furniture_nav li a {
	cursor: pointer;
	width: 225px;
}

.furniture_nav .main a:link {
	text-shadow: none;
	text-decoration: none;
}

.furniture_nav .main a:hover {
	color: #312112;
	text-shadow: none;
	text-decoration: underline;
}

.furniture_nav .sub a:link {
	color: #877059;
	text-shadow: none;
	text-decoration: none;
}

.furniture_nav .sub a:hover {
	color: #312112;
	text-shadow: none;
	text-decoration: underline;
}

.product_desc_box p {
	margin: 0px;
	padding: 0px;
	font-size: .9em;
}
	
/* FOOTER */
.footer {
	width: 960px;
	margin: auto;
	padding: 30px 0 30px 0px;
}

	.footer_text {
		text-align: center;
	}
	

.sub-product, .antique-sub-product {
	float: left;
	width: 225px;
	height: 285px;
	margin: 0 15px 0 0;
	padding: 0;
	color: #312112;
}

	.antique-sub-product {
		margin-left: 0;
	}

	.sub-product img, .sub-product-last img {
		width: 225px;
	}
	
	.antique-sub-product img, .antique-sub-product-last img {
		width: 200px;
	}

	.sub-product-last, .antique-sub-product-last {
		float: left;
		width: 200px;
		height: 285px;
		color: #312112;
	}

	.sub-product p, .sub-product-last p{
		text-align: center;
		width: 230px;
		margin: 5px 0 0 0;
		padding: 0px;
		font-size: .9em;
	}
	
	.antique-sub-product p, .antique-sub-product-last p {
		text-align: center;
		width: 200px;
		margin: 5px 0 0 0;
		padding: 0px;
		font-size: .9em;
		text-shadow: 0px 0px 4px white;
		
	}
	
	.antique-sub-product, .antique-sub-product-last {
		height: 265px;
	}
		
.antiques-vig, .maison-vig, .press-vig {
	float: left;
	width: 230px;
	height: 413px;
	margin: 0 10px 0 0;
	padding: 0;
	color: #312112;
	-moz-box-shadow: 0px 3px 5px #645241;
	-webkit-box-shadow: 0px 3px 5px #645241;
	box-shadow: 0px 3px 5px #645241;
}

	.antiques-vig img, .press-vig img {
		display: none;
	}

.antiques-vig:last-child, .press-vig:last-child {
	margin: 0;
}

.maison-vig {
	width: 696px;
	height: 463px;
	margin: 0 0 0 5px;
}

.maison-vig img {
	display: none;
}

.press-vig {
	height: 298px;
}

.linen {
	background: url(/antiques/images/linen.jpg);
}

.linen .header {
	margin-left: 20px;
}

.linen .menu_box {
	background: white;
	padding: 3px 0 8px 0;
	-moz-box-shadow: 0px 2px 5px #312112;
	-webkit-box-shadow: 0px 2px 5px #312112;
	box-shadow: 0px 2px 5px #312112;
}

.antiques-wrapper {
	background: white;
	padding-top: 80px;
}

.advert-float {
	margin: 20px 40px;
	float: left;
	text-align: center;
}

	.advert-float a:hover {
		text-decoration: none;
	}
	
	.advert-float img {
		-moz-box-shadow: 0px 2px 5px #312112;
		-webkit-box-shadow: 0px 2px 5px #312112;
		box-shadow: 0px 2px 5px #312112;
	}
