/* CSS Document */

/* Universal */
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	/* most browsers */
	min-width: 640px;
	/* IE 4 through 6 */
	width: expression(document.body.clientWidth < 650 ? "640px" : "100%" );
}



/* Navigation Bar */
#brentwood_logo {
	margin: 2px 0 3px 3px;
}

#tree_logo {
	float: right;
}

#nav {
	padding: 2px 5px;
	font-size: 1.4em;
	text-decoration: none;
	color: #ffffff;
	background-color: #006666;
}

.here {
	color: #99FFFF;
}

#nav a {
	text-decoration: none;
	color: #ffffff;
}

#nav a:hover {
	text-decoration: underline;
}



/* Content */

#wrapper {
	font-size: 1.4em;
	padding: 10px;
}

#wrapper h1 {
	padding-bottom: 20px;
	font-size: 2.0em;
}

#wrapper h3 {
	padding-left: 10px;
	font-size: 1.4em;
}

#wrapper p {
	padding-left: 20px;
	padding-bottom: 10px;
}

.inlineImage {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.indent {
	margin-left: 20px;
}

p+h1 {
	margin-top: 20px;
}

sup {
	font-size: 70%;
}

.flink {
	cursor: pointer;
}

.flink:hover {
	text-decoration: underline;
}

		/* Products */

.catalogLink {
	font-size: .7em;
}

.catalogLink a {
	text-decoration: none;
}

#products {
	background-color: #DEDEDE;
	position: absolute;
	top: 125px;
	left: 20px;
	width: 750px;
}

#products a {
	text-decoration: none;
	color: #000000;
}

#products a:hover {
	text-decoration: underline;
}

#products img {
	border-style: none;
}

#lvl1 {
	border: 1px #AAAAAA solid;
	border-right: 2px #333333 solid;
	width: 117px;
	padding-bottom: 5px;
}

#lvl1 p {
	padding: 3px 10px;
}

.lvl1select {
	background-color: #FFFFFF;
	border: 2px solid #333333;
	border-right: none;
	padding-left: 10px;
	padding-right: 200px;
	margin: -2px;
	width: 120px;
}

#selection {
	background-color: #FFFFFF;
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 120px;
	width: 490px;
	padding: 10px;
	border: 2px #333333 solid;
	border-left: none;
	border-right: none;
	text-align: center;
}

#selection td {
	padding: 15px;
}

#selectionImg {
	position:absolute;
	right:200px;
	width:200px;
}

#selectionEdge {
	position:absolute;
	top:20;
	right:55px;
}

#selectionDescription {
	position:absolute;
	top:425px;
}

#lvl2 {
	border: 1px #AAAAAA solid;
	border-left: 2px #333333 solid;
	width: 117px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	text-align:	right;
}

#lvl2 p {
	padding: 3px 10px;
}

.lvl2select {
	background-color: #FFFFFF;
	border: 2px solid #333333;
	border-left: none;
	padding-right: 10px;
	padding-left: 200px;
	margin: -2px;
	width: 120px;
	float: right;
}

		/* Lists */
ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

ol {
	margin-left: 40px;
	margin-bottom: 10px;
}

ol ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

		/* Tables */
td {
	padding: 5px;
}