/* Redefined HTML Tags */

html {
	height: 100%;
	background-color: #666666;
	background-color: #aca29f;
	margin: 0px;
	padding: 0px;
}

#page_title {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	background-color: #c1bbb9;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #929382;
}

.pics_with_border {
	background-color: #808080;
	padding: 19px;
}

#ancienne {
	padding: 25px;
	padding-top: 0px;
}

.quote {
	background-color: #808080;
	background-color: #aca29f;
	color: white;
	padding: 15px;
}

.quote h2 {
	color: white;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
}

hr  {
	color: #55748b;
	height: 1px;
	width: 90%;
	border: 0;
	background-color: #a19e9c;
	text-align: center;
}

li {
	list-style-position: inside;
	list-style-type: circle;
}

h1 {
	text-transform: uppercase;
	font-size: 19px;
}

h1, h3 {
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	line-height: 130%;
}

h3 {
	color: white;
}

h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #999999;
	line-height: 130%;
	
}

em {
	font-style: italic;	
}

/* Custom Global Classes */

.container {
	position: relative;
	width: 854px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.header {
	position: relative;
	width: 854px;
	height: 240px;
}

.nav {
	position: relative;
	width: 804px;
	height: 28px;
	overflow: hidden;
	padding-left: 50px;	
	margin-top: -15px;
	background-image: url(../images/nav_static.jpg);
}

.nav a:hover {
	background-position: 0 -28px;
}

.nav_home, .nav_home a {
	position: relative;
	float: left;
	height: 28px;
	width: 82px;
	background-image: url(../images/nav_home.gif);
	text-align: left;
}

.nav_wines, .nav_wines a {
	position: relative;
	float: left;
	height: 28px;
	width: 85px;
	background-image: url(../images/nav_wines.gif);
	text-align: left;
}

.nav_info, .nav_info a {
	position: relative;
	float: left;
	height: 28px;
	width: 114px;
	background-image: url(../images/nav_info.gif);
	text-align: left;
}

.nav_champagnes, .nav_champagnes a {
	position: relative;
	float: left;
	height: 28px;
	width: 184px;
	background-image: url(../images/nav_champagnes.gif);
	text-align: left;
}

.nav_gallery, .nav_gallery a {
	position: relative;
	float: left;
	height: 28px;
	width: 86px;
	background-image: url(../images/nav_gallery.gif);
	text-align: left;
}

.nav_orders, .nav_orders a {
	position: relative;
	float: left;
	height: 28px;
	width: 88px;
	background-image: url(../images/nav_orders.gif);
	text-align: left;
}

.nav_contact, .nav_contact a {
	position: relative;
	float: left;
	height: 28px;
	width: 93px;
	background-image: url(../images/nav_contact.gif);
	text-align: left;
}

.content {
	position: relative;	
	width: 854px;
	height: auto;
}

.footer {
	position: relative;
	width: 854px;
	height: 87px;
	bottom: 0px;
}

.clear {
	clear: both;
}

.photos, .photos_end {
	z-index: 20;
	position: relative;
	float: left;
	margin-right: 28px;
}

.photos img, .photos_end img {
	border-style: solid;
	border-width: 2px;
	border-color: gray;
	margin-bottom: 28px;
}

.photos a:hover img, .photos_end a:hover img{
	border-color: #b36b37;
}

.photos_end {
	margin-right: 0px;
}
