@charset "utf-8";
/* CSS Document */
* {
margin: 0px;
padding: 0px;
}
body {
	background-color: #323e3e;
}

p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #323e3e;
}

.header1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #e08931;
	margin-left: 55px;
}

.footer {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9px;
	color: #f8f9f2;
}

#footer a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9px;
	color: #f8f9f2;
	text-decoration: none;
}

#footer a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9px;
	color: #e08931;
	text-decoration: underline;
}

#wrapper {
	background-color: #f8f9f2;
	width: 750px;
	height: 650px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	position: relative;
	border-bottom: 15px solid #6d7674;
}

#banner {
	width: 750px;
	height: 150px;
	background-image: url(../images/banner-naturopathy.jpg);
	background-repeat: no-repeat;
} 


#content1 {
	width: 350px;
	height: 350px;
	position: absolute;
	left: 43px;
	top: 279px;
	position: absolute;
}

#header1 {
	width: 375px;
	height: 51px;
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 226px;
}
#header1-text {
	width: 375px;
	height: 25px;
	position: absolute;
	top: 19px;
	left: -1px;
}

#divider {
	width: 14px;
	height: 212px;
	background-image: url(../images/content2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 410px;
	top: 226px;
}

#content2 {
	width: 315px;
	height: 350px;
	position: absolute;
	left: 450px;
	top: 279px;
	position: absolute;
	z-index: 1;
}

#header2 {
	width: 340px;
	height: 51px;
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 226px;
	left: 426px;
}

#header2-text {
	width: 340px;
	height: 25px;
	position: absolute;
	top: 19px;
	left: -1px;
}

#watermark {
	width: 119px;
	width: 119px;
	background-image: url(../images/bg-logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 671px;
	top: 571px;
	height: 119px;
}

#footer {
	width: 790px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	position: relative;
}

/*links*/


#wrapper #content1 a {
	font-size: 12px;
	color: #e08931;
	text-decoration: none;
}

#wrapper #content1 a:hover {
	font-size: 12px;
	color: #e08931;
	text-decoration: underline;
}
#wrapper #navigation #navlist #active #current {
	color: #e08931;
}#wrapper #navigation #navlist #active a {
	color: #e08931;
}
#wrapper #content1 li {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #323e3e;
}
/* Navigation */

#navigation {
	position: absolute;
	background-color: #ebce79;
	z-index: 4000;
	left: 20px;
	top: 176px;
	border-bottom: 2px solid #cfa85e;
}

/* ----------| Navigation |---------- */ 

#navigation ul#nav {
	z-index: 4000;
	background: #ebce79;
	list-style: none;
}

#navigation ul#nav li { 
	position: relative;
	float: left;
	text-align: center;
	line-height: 1em;
	list-style: none;
}

#navigation ul#nav li a { 
	display: block;
	padding: 12px 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #323e3e;
	text-decoration: none;
	text-align: center;
}

#navigation ul#nav li a span {
	padding: 0 5px 0 5px;
}

#navigation .item1 {
	width: 66px;
}
#navigation .item2 {
	width: 87px;
}
#navigation .item3 {
	width: 87px;
}
#navigation .item4 {
	width: 87px;
}
#navigation .item5 {
	width: 121px;
}
#navigation .item6 {
	width: 111px;
}
#navigation .item7 {
	width: 62px;
}
#navigation .item8 {
	width: 80px;
}

#navigation .item9 {
	width: 50px;
}

		/* ----------| Navigation (Drop Down) |---------- */ 

		#navigation ul#nav  li ul { 
			display: block;
			position: absolute;
			left: -999em;
			width: 162px;
			padding: 3px 5px 3px 5px;
			background: #ebce79;
			border-bottom: 5px solid #cfa85e;
		}

		#navigation ul#nav  li:hover ul, 
		#navigation ul#nav  li.over ul /* used to target IE via script */ { 
			display: block;
			left: 0;
			top: 100%;
			position: absolute;
			z-index: 3000;
			width: 146px;
		}

		#navigation ul#nav  li ul li { 
			width: 146px;
			height: auto;
			background: transparent;
			text-indent: 0;
			padding: 0;
		}

		#navigation ul#nav  li:hover ul li a, 
		#navigation ul#nav  li.over ul li a { 
			display: block;
			width: 126px;
			background: transparent;
			padding: 5px 10px;
			text-decoration: none;
			margin: 0;
			color: #323e3e;
			text-indent: 0;
			text-align: left;
			font-size: 11px;
			white-space: nowrap;
		}

		#navigation ul#nav li ul li a:hover { 
			color: #fff;
			background-color: #cfa85e;
		}
		
#navigation ul#nav li.active a, 
#navigation ul#nav li a:hover, 
#navigation ul#nav li:hover a, 
#navigation ul#nav li.over a { 
	background: #cfa85e;
}
