html, body, ul, ol, li, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	color: #140b03;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
html{
	height:100%;
}

body{
	background-image: url(../graphics/BKG.jpg);
	background-color: #ebe7de;
	height:100%;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#page_div{
	position:relative;
	background-color: #FFFFFF;
	height: auto;
	width: 900px;
	display: block;
	margin: auto;

	
}

p {}
td {}
a:link { color: #736257 }
a:visited { color: #736257 }
a:hover { color: #140b03 }
a:active { color: #140b03 }

#header_div{
	height:126px;
	width:900px;
	background-color:white;
	background-image: url(../graphics/BKG_header.jpg);
	background-repeat: no-repeat;
}

#content_div{
	height:auto;
	width:900px;
	background-color:white;
	background-image: url(../graphics/BKG_content.jpg);
	background-repeat: repeat-y;
	top: 0px;
	clear: both;
}

#nav_div{
	height:676px;
	width:94px;
	background-color:white;
	background-image: url(../graphics/BKG_nav.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

#link-home
{
	background: white url(../graphics/menu.jpg) no-repeat -1px -9px;
	display: block;
	width: 88px;
	height: 31px;
	top: 9px;
	position: relative;
	left: 1px;
}
#link-home span
{ display: none;
}

#link-aboutus
{
	background: url(../graphics/menu.jpg) no-repeat -1px -49px;
	display: block;
	width: 88px;
	height: 31px;
	top: 9px;
	position: relative;
	left: 1px;
	margin-top: 9px;
}
#link-aboutus span
{ display: none;
}

#link-stocks
{
	background: white url(../graphics/menu.jpg) no-repeat -1px -89px;
	display: block;
	width: 88px;
	height: 31px;
	top: 9px;
	position: relative;
	left: 1px;
	margin-top: 9px;
	}
#link-stocks span
{ display: none;
}

#link-walnut
{
	background: white url(../graphics/menu.jpg) no-repeat -1px -129px;
	display: block;
	width: 88px;
	height: 31px;
	top: 9px;
	position: relative;
	left: 1px;
	margin-top: 9px;

}
#link-walnut span
{ display: none;
}

#link-hardware
{
	background: white url(../graphics/menu.jpg) no-repeat -1px -169px;
	display: block;
	width: 88px;
	height: 31px;
	top: 9px;
	position: relative;
	left: 1px;
	margin-top: 9px;
}
#link-hardware span
{ display: none;
}

#link-pricelist
{
	background: white url(../graphics/menu.jpg) no-repeat -1px -209px;
	display: block;
	width: 88px;
	height: 31px;
	top: 9px;
	position: relative;
	left: 1px;
	margin-top: 9px;
}
#link-pricelist span
{ display: none;
}

#link-orderform
{
	background: white url(../graphics/menu.jpg) no-repeat -1px -249px;
	display: block;
	width: 88px;
	height: 31px;
	top: 9px;
	position: relative;
	left: 1px;
	margin-top: 9px;
}
#link-orderform span
{ display: none;
}

#link-gallery
{
	background: white url(../graphics/menu.jpg) no-repeat -1px -289px;
	display: block;
	width: 88px;
	height: 31px;
	top: 9px;
	position: relative;
	left: 1px;
	margin-top: 9px;
}
#link-gallery span
{ display: none;
}

#link-mclinks
{
	background: white url(../graphics/menu.jpg) no-repeat -1px -329px;
	display: block;
	width: 88px;
	height: 31px;
	top: 9px;
	position: relative;
	left: 1px;
	margin-top: 9px;
}
#link-mclinks span
{ display: none;
}

#link-home:hover
{
	background-image: url(../graphics/menu.jpg);
	background-position: -111px -9px;
	height: 31px;
	width: 88px;
	position: relative;
	left: 1px;
}

#link-aboutus:hover
{
	background-image: url(../graphics/menu.jpg);
	background-position: -111px -49px;
	height: 31px;
	width: 88px;
	position: relative;
	left: 1px;
}

#link-stocks:hover
{
	background-image: url(../graphics/menu.jpg);
	background-position: -111px -89px;
	height: 31px;
	width: 88px;
	position: relative;
	left: 1px;
}

#link-walnut:hover
{
	background-image: url(../graphics/menu.jpg);
	background-position: -111px -129px;
	height: 31px;
	width: 88px;
	position: relative;
	left: 1px;
}

#link-hardware:hover
{
	background-image: url(../graphics/menu.jpg);
	background-position: -111px -169px;
	height: 31px;
	width: 88px;
	position: relative;
	left: 1px;
}

#link-pricelist:hover
{
	background-image: url(../graphics/menu.jpg);
	background-position: -111px -209px;
	height: 31px;
	width: 88px;
	position: relative;
	left: 1px;
}

#link-orderform:hover
{
	background-image: url(../graphics/menu.jpg);
	background-position: -111px -249px;
	height: 31px;
	width: 88px;
	position: relative;
	left: 1px;
}

#link-gallery:hover
{
	background-image: url(../graphics/menu.jpg);
	background-position: -111px -289px;
	height: 31px;
	width: 88px;
	position: relative;
	left: 1px;
}

#link-mclinks:hover
{
	background-image: url(../graphics/menu.jpg);
	background-position: -111px -329px;
	height: 31px;
	width: 88px;
	position: relative;
	left: 1px;
}


#index_div {
	height:auto;
	width:780px;
	background-color:white;
	position: relative;
	display: block;
	background-image: url(../graphics/wallpaper.gif);
	background-repeat: repeat;
	left: 0px;
	top: 0px;


	
	}
	
#aboutus_div {
	height:600px;
	width:780px;
	background-color:white;
	position: relative;
	left: 104px;
	display: block;
	background-image: url(../graphics/BKG_aboutus.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	
	}
	
#stocks_div {
	height:auto;
	width:780px;
	background-color:white;
	position: relative;
	display: block;
	background-image: url(../graphics/wallpaper.gif);
	background-repeat: repeat;
	left: 0px;

		}
		
#patterns_div {
	height:200px;
	width:780px;
	position: relative;
	display: block;
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;

	
	}
	
#patternlinks_div {
	height:200px;
	width:200px;
	position: relative;
	display: block;
	background-repeat: no-repeat;

	
	}
	
#patterngraphic_div {
	height:100px;
	width:470px;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	left: 275px;
	top: 30px;

	
	}
	
#rollovercheeks_div {
	height:240px;
	width:780px;
	position: static;
	display: block;
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;

	
	}
	
#colorpatterns_div {
	height:195px;
	width:780px;
	position: relative;
	display: block;
	background-repeat: no-repeat;

	
	}
	
#colorlinks1_div {
	height:175px;
	width:200px;
	position: absolute;
	display: block;
	background-repeat: no-repeat;

	
	}
	
#colorlinks2_div {
	height:175px;
	width:200px;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	left: 250px;

	
	}
	
#colorgraphic_div {
	height:175px;
	width:200px;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	left: 550px;
	background-image: url(../graphics/colorblank.gif);


	
	}
	
#stockpopup_div {
	height:600px;
	width:700px;
	background-color:white;
	position: relative;
	display: block;
	background-image: url(../graphics/popuppaper.gif);
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;

		}
		
#walnut_div {
	height:676px;
	width:780px;
	background-color:white;
	position: relative;
	display: block;
	background-image: url(../graphics/bkgwalnut.gif);
	background-repeat: no-repeat;
	
	}
	
#walnut2_div {
	height:auto;
	width:780px;
	background-color:white;
	position: relative;
	display: block;
	background-image: url(../graphics/wallpaper.gif);
	background-repeat: repeat;
	
	}

#hardware_div {
	height:auto;
	width:780px;
	background-color:white;
	position: relative;
	display: block;
	background-repeat: repeat;
	background-image: url(../graphics/wallpaper.gif);
	font-size: 18px;


	
	}
	
#cheeks_div {
	height:250px;
	width:780px;
	position: relative;
	display: block;
	background-repeat: no-repeat;
	
	}
	
#cheek-info_div {
	height:auto;
	width:390px;
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-color: #FFFFFF;

	
	}
	
#cheek-pic_div {
	height:auto;
	width:390px;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	left: 390px;
	top: 0px;


	}
	
#buttplates_div {
	height:260px;
	width:780px;
	position: relative;
	display: block;
	background-repeat: no-repeat;
	
	}
	
#buttp-info_div {
	height:auto;
	width:300px;
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-color: #FFFFFF;

	
	}
	
#buttp-pic_div {
	height:auto;
	width:480px;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	left: 300px;
	top: 0px;


	
	}
	
#accessories_div {
	height:450px;
	width:780px;
	background-color:white;
	position: relative;
	display: block;
	background-repeat: repeat;
	left: 0px;
	top: 0px;
	font-size: 18px;
	background-image: url(../graphics/wallpaper.gif);
	
	}
	
#acc-info_div {
	height:auto;
	width:400px;
	background-color:white;
	position: relative;
	display: block;
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	
	}
	
#acc-graphic_div {
	height:335px;
	width:315px;
	background-color:white;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	left: 420px;
	top: 65px;
	
	}
	
#orderform_div {
	height:676px;
	width:780px;
	background-color:white;
	position: relative;
	display: block;
	background-repeat: no-repeat;
	
	}
	
#gallery_div {
	height:auto;
	width:780px;
	background-color:white;
	position: relative;
	display: block;
	background-image: url(../graphics/wallpaper.gif);
	background-repeat: repeat;
	
	}
	
#images_div {
	width: 650px;
	text-align: center;
	border: 1px solid #000000;
	margin: auto;
	padding: 6px 0;
	height: auto;
	background-color: #FFFFFF;

	}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 

	

#mclinks_div {
	height:auto;
	width:780px;
	background-color:white;
	position: relative;
	display: block;
	background-repeat: repeat;
	left: 0px;
	top: 0px;
	background-image: url(../graphics/wallpaper.gif);
	
	}
	
#info_div {
	height:auto;
	width:780px;
	background-color:white;
	position: relative;
	left: 104px;
	display: block;

	
	}
	
#footer_div {
	background-image:url(../graphics/BKG_footer.jpg);
	position:relative;
	display: block;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 105px;
	width: 900px;
}
#footerleft_div {
	position:absolute;
	display: block;
	height: 25px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: right;
	top: 28px;
	left: 0px;
}
#footerright_div {
	position:absolute;
	display: block;
	height: 25px;
	width: 250px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	right: 0px;
	text-align: left;
	top: 28px;
	left: 630px;

}
#link-mail{
	background:url(../graphics/menu.jpg) no-repeat -220px -20px;
	display: block;
	height:73px;
	width:220px;
	position:relative;
	left: 340px;
	margin-top: 0px;
	margin-left: 0px;
	top: 22px;
}
#link-mail span
{ display: none;
}

#link-mail:hover
{
background:url(../graphics/menu.jpg) no-repeat -220px -100px;
	display: block;
	width: 220px;
	height: 73px;
	position:relative;
	left: 340px;
	margin-top: 0px;
	margin-left: 0px;
	top: 22px;
}
	


>
}

	
