@charset "UTF-8";
/* CSS Document */

/* Basic */

body {
	background-color: #CCDCE7;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center top;
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/pattern.gif);
}

h1 {
	color: #005086;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	color: #005086;
	font-size: 16px;
	font-weight: normal;
}

h3 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

p {
	font-size: 14px;
}

p a:link {
	color: #005086;
	text-decoration: none;
}

p a:visited, p a:hover, p a:active {
	color: #005086;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: ##005086;
}

a img {
	border: 0;
	text-decoration: none;
}

#text ol {
	font-size: 14px;
}

#text li a:link, #text li a:visited {
	color: #005086;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005086;
}

#text li a:visited, #text li a:hover {
	color: #404040;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #404040;
}



/* Structural */

#main {
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(images/woodbackground.gif);
	background-repeat: repeat-y;
	background-position: left 90px;
}

#header {
	width: 950px;
	height: 90px;
	margin: 0px;
	padding: 0px;
	background-color: ##005086;
}


/* Navigation Menu */

#nav-menu {
	width: 150px;
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav-menu ul {
	width: 150px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #AF5519;
}

#nav-menu ul li {
	width: 130px;
	height: 34px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 34px;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
}

#nav-menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

li#item1 {
	background-image: url(images/wood1.gif);
}

li#item2 {
	background-image: url(images/wood2.gif);
}

li#item3 {
	background-image: url(images/wood3.gif);
}

li#item4 {
	background-image: url(images/wood4.gif);
}

li#item5 {
	background-image: url(images/wood5.gif);
}

li#item6 {
	background-image: url(images/wood6.gif);
}

li#item7 {
	background-image: url(images/wood7.gif);
}

li#item8 {
	background-image: url(images/wood8.gif);
}

li#item1:hover {
	background-image: url(images/woodcurrent1.gif);
}

li#item2:hover {
	background-image: url(images/woodcurrent2.gif);
}

li#item3:hover {
	background-image: url(images/woodcurrent3.gif);
}

li#item4:hover {
	background-image: url(images/woodcurrent4.gif);
}

li#item5:hover {
	background-image: url(images/woodcurrent5.gif);
}

li#item6:hover {
	background-image: url(images/woodcurrent6.gif);
}

li#item7:hover {
	background-image: url(images/woodcurrent7.gif);
}

li#item8:hover {
	background-image: url(images/woodcurrent8.gif);
}

li#item1.currentpage {
	background-image: url(images/woodcurrent1.gif);
	font-weight: bold;
}

li#item2.currentpage {
	background-image: url(images/woodcurrent2.gif);
	font-weight: bold;
}

li#item3.currentpage {
	background-image: url(images/woodcurrent3.gif);
	font-weight: bold;
}

li#item4.currentpage {
	background-image: url(images/woodcurrent4.gif);
	font-weight: bold;
}

li#item5.currentpage {
	background-image: url(images/woodcurrent5.gif);
	font-weight: bold;
}

li#item6.currentpage {
	background-image: url(images/woodcurrent6.gif);
	font-weight: bold;
}

li#item7.currentpage {
	background-image: url(images/woodcurrent7.gif);
	font-weight: bold;
}

li#item8.currentpage {
	background-image: url(images/woodcurrent8.gif);
	font-weight: bold;
}

/* Footer */

#footer {
	height: 30px;
	line-height: 30px;
	background-color: #FFFFFF;
	border-top: 1px solid #005086;
}

#footer p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #808080;
}	

#footer a:link, #footer a:visited {
	color: #808080;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}

#footer a:hover, #footer a:hover {
	color: #404040;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #404040;
}

/* Floats */

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

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

/* Miscellaneous */

.retail {
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 310px;
	left: 65px;
}