* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#Legend {
	position: relative;
	bottom: 3px;
}

#wrapper {
	width: 760px;
	height: 560px;
	margin: 0 auto;
	border-left: 1px solid #006d9e;
	border-right: 1px solid #006d9e;
	border-bottom: 1px solid #006d9e;
}

#header {
	height: 110px;
}

#header h1 {
	position: relative;
	width: 760px;
	height: 110px;
	overflow: hidden;
}

#header h1 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/top.png);
	background-repeat: no-repeat;
}

#menu {
	position: relative;
	height: 40px;
	padding: 0 5px;
}

#menu li {
	width: 68px;
	height: 26px;
	float: left;
	font-size: 11px;
	line-height: 12px;
	list-style: none;
	text-align: center;
	padding: 7px 0;
	position: relative;
}

#menu li a {
	text-decoration: none;
	color: #006d9e;
}

#menu li ul {
	position: absolute;
	top: 40px;
	left: 0;
	margin-left: -46px;
	display: none;
}

#menu li ul#home-menu {
	position: absolute;
	margin-left: 0;	
}

#menu li ul li {
	float: none;
	width: 160px;
	height: auto;
	padding: 10px 0;
	background: white;	
}

#menu li ul li a {
	color: #006d9e;
}

#menu li:hover ul,
#menu li.hover ul {
	display: block;
}

#content {
	height: 320px;
	padding: 20px;
}

#footer {
	height: 90px;
	position: relative;
	margin-top: -40px;
}


#footer #contact {
	position: absolute;
	left: 0;
	bottom: 0;	
}

#footer #languages {
	position: absolute;
	right: 5px;
	bottom: 25px;
}

#footer #languages a {
	float: left;
}

#footer p {
	position: absolute;
	right: 5px;
	bottom: -5px;
	font-size: 10px;
	line-height: 13px;
	color: white;
	margin-bottom: 11px;
}

#footer p a {
	color: white;
}

h1 {
	font-size: 14px;
}

h1 span {
	font-size: 14px;
}

.newsitem {
	margin: 0 10px;	
	font-size: 12px; 
	clear: both;
	border: 1px dashed #eee;
	padding: 10px;
	margin-bottom: 10px;
}

.newsitem h2 {
	float: left;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
}

.newsitem p {
	clear: left;
}

.newsitem .date {
	float: left;
	font-size: 12px;
	line-height: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.newsitem img {
	float: right;
	margin-left: 20px;
}

#pagination {
	clear: both;
	font-size: 10px;
	margin-bottom: 0;
}

.clear {
	clear: both;
}

.location {
	float: left;
	width: 240px;
	height: 120px;
	overflow: hidden;
}

.location h2 {
	font-size: 14px;
}

.location h3 {
	font-size: 12px;
}

.location p {
	font-size: 11px;
	width: 240px;
	margin-bottom: 0;
}

#legend {
	float: right;
}

.career {
	margin: 0 10px;	
	font-size: 12px; 
	clear: both;
	border: 1px dashed #eee;
	padding: 5px;
	margin-bottom: 10px;
}

.career h2 {
	float: left;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 5px;
}

.career p {
	clear: left;
	margin-bottom: 0px;
}

.career .postdate {
	float: left;
	font-size: 14px;
	line-height: 14px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.career .apply {
	float: right;	
}

.career img {
	float: right;
}

#aroma th {
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

#aroma td {
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}

#oils th {
	font-size: 10px;
	width: 50%;
}

#oils td {
	font-size: 10px;
	width: 50%;
	padding: 2px;
}

#oils td.image {
	width: 60px;	
}

p {
	font-size: 11px;
	margin-bottom: 5px;
	color: #666;
}

.right {
	float: right;
	margin-left: 20px;
}

#content ul {
	margin-bottom: 10px;
}

#content li {
	font-size: 11px;
	color: #666;
	margin-left: 1em;
	list-style-position: inside;
	list-style-image: none;
}

#content ul.sitemap {
	width: 50%;
	float: left;
	margin-bottom: 0;
}

.sitemap ul {
	margin-bottom: 0;
}

.sitemap ul ul {
	margin-bottom: 0;	
}

#content .sitemap ul {
	margin-bottom: 0;
}

.sitemap li {
	margin-left: 10px;
	margin-bottom: 0;
}

.sitemap li li {
	margin-bottom: 0;
}

#contact-form {
	width: 425px;
}

#contact-form p {
	font-size: 12px;
	margin-bottom: 10px;
}

#contact-form li {
	clear: both;
	list-style: none;
	padding-bottom: 2px;
}

#contact-form label {
	float: left;
	font-size: 10px;
	width: 200px;
	margin-bottom: 2px;	
}

#contact-form input {
	float: right;
	width: 200px;
	margin-bottom: 2px;
	font-size: 11px;
}

#contact-form input.submit {
	width: auto;
}

#contact-form textarea {
	float: right;
	width: 200px;
	margin-bottom: 2px;
	font-size: 11px;		
}

#contact-form select {
	float: right;
	width: 200px;
	margin-bottom: 2px;
	font-size: 11px;		
}

#contact-form li p {
	float: right;
	width: 200px;
	margin-bottom: 2px;
	font-size: 11px;
}

#panels {
	width: 760px;
	height: 320px;
	margin-left: -20px;
	margin-top: -20px;
}

#panels a.panel {
	width: 230px;
	height: 320px;
	float: left;
	padding: 0 10px;
}

a#skip {
	font-size: 14px;
	color: #006d9e;
	position: relative;
	top: 10px;
	z-index: 10;
}

a.panel#fragrances {
	background: url(../img/fragrances.png) no-repeat center center;
}

a.panel#aroma {
	background: url(../img/aroma.png) no-repeat center center;	
}

a.panel#oils {
	background: url(../img/oils.png) no-repeat center center;	
}

#content td ul {
	margin-bottom: 0;
}

.alt {
	display: none;
}

/*admin section*/

#adminlogin-form li p {
	float: left;
	width: 200px;
	margin-bottom: 2px;
	font-size: 11px;
}

#adminlogin-form li {
	clear: both;
	list-style: none;
	padding-bottom: 2px;
}

#adminlogin-form p {
	font-size: 12px;
	margin-bottom: 10px;
}

#adminlogin-form label {
	float: left;
	font-size: 10px;
	width: 75px;
	margin-bottom: 2px;	
}

#adminlogin-form input {
	float: left;
	width: 200px;
	margin-bottom: 2px;
	font-size: 11px;
}

#adminlogin-form input.submit {
	width: auto;
}

#admin-news li p {
	float: left;
	width: 200px;
	margin-bottom: 2px;
	font-size: 11px;
}

#admin-news li {
	clear: both;
	list-style: none;
	padding-bottom: 2px;
}

#admin-news p {
	font-size: 12px;
	margin-bottom: 10px;
}

#admin-news label {
	float: left;
	font-size: 10px;
	width: 75px;
	margin-bottom: 2px;	
}

#admin-news input {
	float: left;
	width: 200px;
	margin-bottom: 2px;
	font-size: 11px;
}

.aroma-legend {
	float: right;
}