@charset "utf-8";
/* CSS Document */

/* START CSS RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin:0;
  padding:0;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

fieldset, img {
  border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style:normal;
  font-weight:normal;
}

ol, ul {
  list-style:none;
  line-height:18px;
}

caption, th {
  text-align:left;
}

h1, h2, h3, h4, h5, h6 {
  font-size:100%;
  font-weight:normal;
}

q:before, q:after {
  content:'';
}

abbr, acronym {
  border:0;
}
/* END CSS RESET */

body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#DBDBDB;
  background-image:url(../images/site_bg.jpg);
  background-attachment:fixed;
}

#container {
  background-color:#242323;
  width:900px;
  margin:auto;
}

#top {
  background-image:url(../images/top-bg.jpg);
  background-repeat:repeat-x;
  height:135px;
  position:relative;
}

#logo {
  background-image:url(../images/nkk-logo.jpg);
  background-repeat:no-repeat;
  width:210px;
  height:120px;
}

#nav {
  position:absolute;
  top:51px;
  left:328px;
}

#nav li {
  display:inline;
}

#woodsample {
  position:absolute;
  top:0;
  right:0;
  width:315px;
  height:270px;
  background-image:url(../images/wood-sample.jpg);
  background-repeat:no-repeat;
}

#banner {
  background-color:#CCCCCC;
  background-image:url(../images/we-have-banner.gif);
  background-repeat:no-repeat;
  height:135px;
}

#content {
  background-image:url(../images/banner-shade.jpg);
  background-repeat:repeat-x;
  background-color:#242323;
  padding:30px 25px;
}

#gallery {
  background-color:#000000;
  float:left;
  width:253px;
  border-style:solid;
  border-color:#CC7927;
  border-width:1px;
}

#gallery_img {
  /*height:284px;*/
  width:253px;
}

#gallery_description {
  background-color:#A83F33;
  color:#FFFFFF;
  text-align:center;
  padding:5px;
  border-top-style:solid;
  border-top-width:1px;
  border-top-color:#CC7927;
}

#text {
  float:right;
  width:555px;
  line-height:17px;
}

#text p {
  padding:15px 0 0 0;
}

#text ul {
  list-style-type:disc;
  padding:0 0 0 15px;
  margin:15px 15px 0 15px;
}

h1 {
  font-family:"Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
  font-size:36px;
  color:#CC7927;
  margin:0;
  line-height:24px;
}

.clear {
  clear: both;
}

.clear-both-B4-footer {
  clear:both;
  height:30px;
  overflow:hidden;
  width:900px;
}

.text-center {
  text-align: center;
}

#footer {
  padding:20px 10px;
  background-color:#101010;
  font-size:10px;
  color:#888888;
  text-align:center;
  clear:both;
}

a:link {
  color: #999999;
}

a:visited {
  color: #999999;
}

a:hover {
  color: #444444;
  text-decoration:none;
}

a:active {
  color: #222222;
}