/* basic elements */
body { 
	font: 10pt arial,sans-serif; 
	line-height: 150%;
	color: #ffffff; 
	background: #d36d0c; 
	margin: 0px; 

	scrollbar-3d-light-color: #E1E9EF;
	scrollbar-arrow-color: #003366;
	scrollbar-base-color: #E1E9EF;
	scrollbar-dark-shadow-color: #E1E9EF;
	scrollbar-face-color: #cc9966;
	scrollbar-highlight-color: #ecd5af;
	scrollbar-shadow-color: #b31b34;
	}
p { 
	font: 10pt arial,sans-serif;
	line-height: 150%;
	margin-top: 5px; 
	text-align: left;
	}
p.two { 
	font: 10pt arial,sans-serif;
	line-height: 110%;
	text-align: right;
	}

a:link { 
	color: #ffffff;
	font: 10pt arial,sans-serif;
	line-height: 180%;
	text-decoration: none; 
	text-align: right;
	}
a:visited { 
	color: #ffffcc;
	font: 10pt arial,sans-serif;
	line-height: 180%;
	text-decoration: none; 
	text-align: right;
	}
a:hover, a:active { 
	color: #000000;
	font: 10pt arial,sans-serif;
	line-height: 180%;
	text-decoration: underline; 
	text-align: right;
	}


a.two:link { 
	color: #349431;
	font: 10pt arial,sans-serif;
	line-height: 180%;
	text-decoration: none; 
                background-color: #edf4ed; 
	}
a.two:visited { 
	color: #349431;
	font: 10pt arial,sans-serif;
	line-height: 180%;
	text-decoration: none; 
                background-color: #ffffff; 
	}
a.two:hover, a:active { 
	color: #000000;
	font: 10pt arial,sans-serif;
	line-height: 180%;
	text-decoration: underline; 
                background-color: #edf4ed; 
	}


/* specific divs */

#container {
	width:650px;
	position:absolute;
	z-index:1;
	left:120px;
	top:100px;
	margin:3px;
	line-height:150%;
	background-color:#666633;
	}
#content {
	margin-left:5px;
	padding:1em;
	}
#intro { 
	width:120px;
	position:absolute;
	z-index:1;
	left:0px;
	top:150px;
	}
#introcontent {
	margin-left:3px;
	padding:.2em;
	background-color:#D36D0C;
	}

#footer { 
	position: absolute; 
	bottom: -25px; 
	left: -1px; 
	text-align: right; 
	font:9pt arial,sans-serif;
	} 

#topleft { 
	background: url(images/detail_flower07.jpg) no-repeat top left;
	position: absolute; 
	top: -1px; 
	left: -1px; 
	width: 127px; 
	height: 106px; 
	}

/* links */

#navlinks a { text-decoration: none; color: #333333; }
#navlinks a:hover { text-decoration: underline; color: #993300; }
#navlinks ul { list-style-type: none; padding-left: 0px; margin: 0px; }
#navlinks ul ul { padding-left: 0px;  }
#navlinks ul li { padding-left: 0px; margin-left: 2px; }
#navlinks ul li#active { list-style-type: none; margin-left: 0px;  }
#navlinks ul ul li#subactive { margin-left: 0px; }
#navlinks li { list-style-type: none; border-left: 1px; }
#navlinks li#active { border-left: 0px; }