/* metzger.css */
body {
	margin: 10px 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #bfbbb6;
	background-color: #36312d;
}
a {
	color: #eebb77;
	text-decoration: none;
	outline: none;
}
a:hover {color: #F0E0C7;}	
a img {border: 0;}
p {margin: 1em 0;}
hr {display: none;}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



/* wrapper
------------------------------ */
div#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background: transparent url('/images/wrapper-bg.png') 0 0 no-repeat;
}



/* header
------------------------------ */
div#header {
	position: relative;
	padding: 0 0 20px 0;
	height: 160px;
}
div#header h1.fr, div#header h1.en  {
	position: absolute;
	top: 50px;
	left: 240px;
	margin: 0;
	width: 720px;
	height: 0;
	padding-top: 86px;
	overflow: hidden;
	background: transparent url('/images/antiquites-jacques-metzger.png') 0 0 no-repeat;
}
div#header h1.en {background: transparent url('/images/jacques-metzger-antiques.png') 0 0 no-repeat;}
ul#headerMenu {	
	position: absolute;
	bottom: 20px;
	left: 260px;
}
ul#headerMenu li {
	display: inline;
	padding: 0 1px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url('/images/menu-sep.png') left center no-repeat;
}
ul#headerMenu li.first {
	background: none;
	padding-left: 0;
}
ul#headerMenu li#lang {
	width: 50px;
	font-style: italic;
	color: #8a7c72;
	text-align: right;
	text-transform: none;
	background: none;
}
ul#headerMenu li#lang a {
	color: #D05825;
	text-decoration: underline;
}



/* sidebar
------------------------------ */
div#sidebar {
	display: inline;
	float: left;
	margin: 55px 0 20px 0;
	width: 240px;
	text-align: right;
}
ul.sidebarMenu {padding-bottom: 24px;}
ul.sidebarMenu li {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	font-style: italic;
	font-size: 18px;	
}
ul.sidebarMenu li a {color: #e3dfda;}
ul.sidebarMenu li a:hover {color: #fff;}



/* home
------------------------------ */
 div#home {
	position: relative;
	margin: 0 auto;
	width: 602px;
	height: 321px;
}
div#home a#newsletterButton {
	position: absolute;
	bottom: 0;
	left: -164px;
}



/* content
------------------------------ */
div#content {
	display: inline;
	float: left;
	padding: 20px;
	width: 680px;
	min-height: 150px;
}
div#content h2 {
	margin: 0 0 0.75em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #D05825;
}
div#content a {font-weight: bold;}
div#content a img {border: 1px solid #e3dfda;}



/* footer
------------------------------ */
div#footer {
	clear: both;
	padding-top: 33px;
	font-size: 11px;
	color: #8a7c72;
	text-align: center;
	background: transparent url('/images/footer-bg.png') 0 20px no-repeat;
}
ul#footerMenu {	text-align: center;}
ul#footerMenu li {
	display: inline;
	padding: 0 1px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url('/images/menu-sep.png') left center no-repeat;
}
ul#footerMenu li.first {
	background: none;
	padding-left: 0;
}
div#footer p {margin-top: 0.75em;}