@charset "UTF-8";

body {
	margin: 0;
	padding: 40px 20px 0 20px;
	background: #d1eaaa url(images/lavender.jpg) no-repeat top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#Wrapper {
	position: relative;
	padding: 0;
	margin: auto;
	width: 802px;
	background: transparent url(images/column.jpg) repeat-y top center;
}

#Header {
	padding: 0;
	margin: auto;
	width: 802px;
	height: 126px;
	background: transparent url(images/header.jpg) no-repeat top center;
}

#Header h1 {
	float: left;
	margin: 0 0 0 60px;
	padding: 40px 0 0 0;
	width: 300px;
	height: 60px;
	overflow: hidden;
}

#Header h1 a {
	display: block;
	height: 60px;
	text-indent: -3000px;
	font-size: 1px;
}

#Header ul {
	margin: 0 24px 0 0;
	padding: 0;
	list-style-type: none;
}

#Header li {
	margin: 0;
	padding: 0;
	float: right;
}

#Header li a {
	margin: 21px 0 0 4px;
	display: block;
	height: 90px;
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -3000px;
	overflow: hidden;
	text-decoration: none;
}

#Header li a:hover {
	background-position: center -90px;
}

#nav-fragrances {
	width: 125px;
	background-image: url(images/nav-fragrances.jpg);
}

#nav-history {
	width: 103px;
	background-image: url(images/nav-history.jpg);
}

#nav-about {
	width: 81px;
	background-image: url(images/nav-about.jpg);
}

#Fragrances #nav-fragrances, #nav-fragrances:hover {
	background-position: center -180px;
}

#About #nav-about, #About #nav-about:hover {
	background-position: center -180px;
}

#History #nav-history, #History #nav-history:hover {
	background-position: center -180px;
}

#Content {
	width: 600px;
	min-height: 150px;
	margin: auto;
	padding: 0;
}

#Content p {
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 22px;
	text-indent: 25px;
	color: #6d7a59;
}

#Content p.welcome {
	margin: 10px 0 20px 0;
}

#Content p.first {
	margin: 10px 0 0 0;
}

#Content a {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #97ae71;
	border-bottom: dashed 1px #97ae71;
}

#Content h2 {
	font-size: 18px;
	font-style: italic;
	text-align: center;
	color: #5b6847;
	margin: 10px 0 15px 0;
}

#Content a:hover {
	color: #869d5F;
	border-bottom: solid 1px #97ae71;
}

#Fragrances #Content, #About #Content {
	width: 760px;
}

#Fragrance-Image {
	width: 240px;
	float: right;
}

#Fragrance-Image p {
	margin: 0 30px 0 0;
	text-align: center;
	font-style: italic;
}

#Fragrance-Description {
	width: 310px;
	float: right;
	padding-top: 10px;
}

#Fragrance-Description.extended {
	width: 550px;
	float: right;
	padding-top: 10px;
}

#Fragrance-Description.extended p {
	padding-right: 15px;
}

#Fragrance-Description.extended div.hr {
	position: relative;
	left: -15px;
}

#Fragrance-Description h2 {
	display: none;
}

#Fragrance-List {
	width: 210px;
	float: right;
	margin: 0;
	padding: 0 0 35px 0;
	list-style-type: none;
	background: transparent url(images/sidenav.jpg) no-repeat bottom center;
}

#Fragrance-List li {
	height: 35px;
	background-image: url(images/sidenav.jpg);
}

#Fragrance-List li {
	height: 35px;
	background-image: url(images/sidenav.jpg);
	background-position: bottom left;
}

#Fragrance-List li.first {
	background: none;
}

#Fragrance-List li.selected {
	background: url(images/sidenav-current.jpg);
	padding-left: 15px;
}

#Fragrance-List li.first-selected {
	background: url(images/sidenav-first-current.jpg);
	padding-left: 15px;
}

#Fragrance-List a {
	margin-left: 20px;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #7b8f5b;
	border: none;
	position: relative;
	top: 10px;
}

#Fragrance-List a:hover {
	color: #5b6b41;
	border: none;
}

#Fragrance-List li.selected a, #Fragrance-List li.first-selected a {
	color: #5b6b41;
}

.hr {
	width: 60px;
	height: 20px;
	margin: 20px auto 0 auto;
	background: transparent url(images/leaf.jpg) no-repeat center center;
	border: none;
}

.clear {
	visibility: hidden;
	clear: both;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.hr hr, .clear hr {
	display: none;
}

.bold {
	font-weight: bold;
}

#Footer {
	width: 802px;
	margin: auto;
	padding: 100px 0 20px 0;
	background: transparent url(images/footer.jpg) no-repeat center top;
	clear: both;
}

#Footer p {
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	color: #a5bf7c;
	font-style: italic;
	background-color: #def4bb;
	position: relative;
	display: block;
	width: 180px;
}