html, body { background-color: #37414a; font-family: Arial, Helvetica, sans-serif; color: #222; }
html { height: 100% }

a {  color: #3dcdfe; text-decoration: none; }
a:hover { text-decoration: underline; }

#wrapper { position: relative; width: 900px; height: auto; margin: 0 auto; }

#header { height: 137px; margin: 20px 0 0; }
#header h1 { background-image: url(../img/NT-Final-Logo.png); width: 187px; height: 126px; margin: 0 auto; } 
#header h1 a { display: block; width: 187px; height: 126px; text-indent: -3000px; overflow: hidden;  }

#content { width: 900px; height: 465px; background-color: #fff; overflow: auto; position: relative;  }


/* nav stuff */
#nav { height: 30px; width: 625px; margin: 15px auto; }
#nav ul { background: transparent url(../img/nav_sprite.png) 0px 0px no-repeat; position: relative; width: 625px;  height: 30px; }
#nav li { display: block; height: 30px; margin-right: 14px; float: left; }
#nav a { display: block; width: 55px; height: 30px; text-indent: -3000px; overflow: hidden; position: absolute; }
#nav a:hover, #nav a.activenav { background: transparent url(../img/nav_sprite.png) 0px 0px no-repeat; }

a#nav_home { width: 51px; }
a#nav_about { width: 56px; left: 65px;}
a#nav_shop {  width: 48px; left: 135px; }
a#nav_interiors {  width: 75px; left: 197px;  }
a#nav_entertaining {  width: 104px; left: 286px; }
a#nav_products {  width: 76px;  left: 404px;  }
a#nav_press {  width: 51px; left: 494px; }
a#nav_contact {  width: 64px; left: 559px; }

a#nav_home:hover, a#nav_home.activenav { background-position: 0px -34px; }
a#nav_about:hover, a#nav_about.activenav { background-position: -65px -34px; }
a#nav_shop:hover  { background-position: -135px -34px; }
a#nav_interiors:hover, a#nav_interiors.activenav { background-position: -197px -34px; }
a#nav_entertaining:hover, a#nav_entertaining.activenav { background-position: -286px -34px; }
a#nav_products:hover, a#nav_products.activenav { background-position: -404px -34px; }
a#nav_press:hover, a#nav_press.activenav { background-position: -494px -34px; }
a#nav_contact:hover, a#nav_contact.activenav { background-position: -559px -34px; }

#bottomline { background: #fff url(../img/bottom_line.png) top left no-repeat; height: 9px; width: 900px; bottom: 15px; position: absolute; left: 0; }