/*
	WOW 								
	-------------------------------- 
	RED						: #990033;
	AB0535
	990000
	660000
	990033
	A73853
	-------------------------------- 
 */

body {
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 90%;
	color					: #FFFFFF;
	background-color		: #170000;

	margin-top				: 0px;
	margin-right			: auto;
	margin-bottom			: 0px;
	margin-left				: auto;
	text-align				: center;
	behavior				: url("htc/csshover.htc");
}
#container{
	width					: 750px;
	margin-right			: auto;
	margin-left				: auto;
	text-align				: left;
	display					: block;
}

#topNav{
	margin-top				: 10px;
	margin-bottom			: 52px;
	width					: 750px;
	display					: block;
}
#topNav ul{
	list-style				: none;
	margin					: 0px;
	padding					: 0px;
}
#topNav ul li{
	display					: inline;
}
#leftNav{
	width					: 128px;
	float					: left;
	height					: 284px;
	clear					: both;
	margin-right			: 56px;
	
	z-index:1;
}
#leftNav ul{
	list-style				: none;
	margin					: 0px;
	padding					: 0px;
}
#leftNav ul li{
	height					: 25px;
}
#leftNav ul li a{
	display					: block;
	height					: 25px;
	border-right			: 5px solid #170000;

}



/* ------------------------------------- */

/* SUB NAV */
	#leftNav li ul{
		display				: none;
	}

	#leftNav ul ul, li:hover ul ul {
		display				: none;
	}

	#leftNav li:hover ul, #leftNav li:hover #leftNav li:hover ul {
		display				: block;
	}

	#leftNav li ul{
		display				: none;
		position			: absolute;
		margin				: 0px;
		padding				: 0px;
		margin-top			: -19px;
		margin-left			: 128px;
		width				: 90px;
		border-top			: 1px solid #990033;
		border-left			: 1px solid #170000;
	}
	/* ignore IE 5 \*/
	*html #leftNav li ul{
		margin-top			: -22px;
		margin-left			: 128px;
		border-left			: 0px none;
	}
	/* end */
	#leftNav li ul li{
		display				: block;
		clear				: both;
		margin-top			: -4px;
	}
	
	#leftNav li li a{
		display				: block;
		width				: 96px;
		height				: 27px;
		border-right		: 0px none;
		border				: 1px solid #990033;
	}
	/* ignore IE 5 \*/
	*html #leftNav li li a{
		height				: 25px;
		width				: 90px;
		background-color	: #170000;	
	}
	/* end */
	#leftNav li li a:hover{
		background-color	: #990033;	
	}

/* ------------------------------------- */

#contentWide{
	margin-left:-50px;
}

ul#imageLinks{
	list-style				: none;
	margin					: 0px;
	padding					: 0px;
	width					: 660px;
	display					: block;
	margin-top				: 5px;
	margin-bottom			: 5px;
	font-size				: 80%;
}
*html ul#imageLinks{
	width					: 447px;
}

ul#imageLinks2{
	list-style				: none;
	margin					: 0px;
	padding					: 0px;
	width					: 400px;
	display					: block;
	margin-top				: 5px;
	margin-bottom			: 5px;
	font-size				: 80%;
}
/* ignore ie5 mac \*/
*html ul#imageLinks2{
	width					: 475px;
}
/* end */

ul#imageLinks li,ul#imageLinks2 li{
	display					: inline;
}
ul#imageLinks li.right{
	float					: right;
}
ul#imageLinks li.right2,ul#imageLinks2 li.right2{
	float					: right;
	font-size				: 120%;
}
ul#imageLinks li a,ul#imageLinks2 li a{
	display					: block;
	float					: left;
	color					: #FFFFFF;
	text-transform			: uppercase;
	text-decoration			: none;
}
ul#imageLinks li a:hover,ul#imageLinks2 li a:hover{
	color					: #990033;
}
.secondLink{
	margin-left				: 133px;
}
*html .secondLink{
	margin-left				: 113px;
}
.clear,.clearLI{
	clear					: both;
}
.clearLI{
	border-color			: #170000;
	background-color		: #170000;
	height					: 20px;
	border					: 1px solid #170000;
	margin-bottom			: 10px;
	color					: #170000;
}
#footer{
	width					: 750px;
	border-top				: 2px solid #990033;
	text-align				: right;
	padding-top				: 5px;
}
iframe {
	height					: 260px;
	margin-bottom			: 29px;
	width					: 445px;
	border					: 0px none;
}
h1{
	font-size				: 125%;
	color					: #990033;
}
h2{ font-size				: 110%;}
#scrollDiv,#scrollDivWide,#nonscrollDiv,#scrollDivNarrow {
	scrollbar-arrow-color	: ffffff;
	scrollbar-base-color	:ffffff;
	scrollbar-darkshadow-color: ffffff;
	scrollbar-track-color	: e2e2e2;
	scrollbar-face-color	: ffffff;
	scrollbar-shadow-color	: ffffff;
	scrollbar-highlight-color: ffffff;
	scrollbar-3dlight-color	: ffffff;
	background-color		: #170000;
	color					: #ffffff;
	border					: 0px none;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 90%;
	height					: 260px;
	margin-bottom			: 23px;
	width					: 500px;
	border					: 0px none;
	overflow-x				: hidden;
	overflow				: auto;
	padding-right			: 15px;
	
	z-index					: 10;
	/*height					: expression(document.body.clientHeight - 200);*/
}
/* ignore IE 5 MAC \*/
*html #scrollDiv,*html#scrollDivWide,*html#nonscrollDiv,*html#scrollDivNarrow {
	margin-bottom			: 29px;
}
/* end */
#scrollDivWide{
	width					: 553px;
	padding-right			: 5px;
}

/* ignore IE 5 MAC \*/
#scrollDivWide{
	width					: 558px;
	padding-right			: 15px;
}
/* end */

#scrollDiv,#nonscrollDiv{
	margin-left				: 50px;
}
*html #scrollDiv,*html #nonscrollDiv{
	margin-left				: 240px;
}
#scrollDivNarrow{
	width					: 340px;
	margin-left				: 10px;
}
/* ignore IE 5 MAC \*/
*html #scrollDivNarrow{
	margin-left				: 405px;
}

/* end */
.timberName{
	width					: 200px;
	text-align				: center;
	display					: block;
	float					:left;
}
#nonscrollDiv{
	overflow-x				: visible;
	overflow				: visible;
	margin-bottom			: 5px;

}
#timberCollection{
	list-style				: none;
	margin					: 0px;
	padding					: 0px;
}
#timberCollection li{
	display					: inline;
}
#timberCollection li a.timber,#timberCollection li a.timberSelected{
	float					: left;
	width					: 105px;
	color					: #FFFFFF;
	text-decoration			: none;
	margin-left				: 2px;
	text-align				: center;
	margin-bottom			: 10px;
}
#timberCollection li a.timberSelected{
	color					: #990033;
}
#timberCollection li.140 a.timber,#timberCollection li.140 a.timberSelected{
	height					: 140px;
	text-transform			: uppercase;
	font-size:75%;
}
#timberCollection li a img{
	border					: 2px solid #170000;
}
#timberCollection li a:hover img{
	border					: 2px solid #990033;
}
#timberCollection li a.timberSelected img{
	border					: 2px solid #990033;
}
p.clear{
	clear					: both;
}
.superScript{
	vertical-align			: super;
	font-size				: 60%;

}
/* ---------------------------------------------------- */
.dataTable.dataTable2{
	font-size				: 100%;
	background-color		: #F1E8CA;
	font-weight				: bold;
	color					: #170000;
	display					: block;
}
.dataTable2 td{
	font-weight				: normal;
	vertical-align			: top;
}
.tdLeft,.tdLeft2{
	color					: #170000;
	width					: 200px;
}
.tdLeft2{
	width					: 330px;
}
.tdRight{
	color					: #990033;
	width					: 180px;
}
.tdRight2{
	color					: #990033;
}

.highlightText{
	background-color		: #F1E8CA;
	color					: #170000;
	padding					: 5px;
	padding-left			: 10px;
	padding-right			: 10px;

}
/* ---------------------------------------------------- */
.emphasis{
	/*color					: #990033;*/
	font-weight				: bold;

}
.contactTable{
	width					: 440px;
	font-size				: 90%;
}
.contactTable td{
	vertical-align			: top;
	width					: 220px;
}
a{
	color					: #990033;
}
a:visited{
	color					: #990033;
}
.caseText{
	width					: 175px;
	float					: right;
	font-size				: 85%;
}
#nextLinks{
	list-style				: none;
	margin					: 0px;
	padding					: 0px;
	margin-top				: 7px;
}
#next{
	width					: 200px;
	text-align				: left;
	font-size				: 80%;
}
#next a{
	text-transform			: uppercase;
	text-decoration			: none;
	font-size				: 110%;
	font-weight				: bold;

}
#displayName{
	text-transform			: uppercase;
	font-size				: 90%;
}
.red {
	color					: #990033;
}
