/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
a img {border:none; display:block;}

/* typography.css */
body {font-size:75%;color:#000;background:#9fa375;font-family: Myriad Pro, Helvetica, Arial, Verdana, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;font-weight:bold;margin-bottom:.3em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:-0.3em;margin-top:0.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.0em 0;}
a:hover {color: #009;text-decoration:underline;}
a {color:#009;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 -0.20em 0;font-style:normal;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.center {text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
 }

/* base.css */
html  {
  text-align: center;
  background: #3e4219;
}

body {
  position: relative;
  width: 960px;
  height: 2000px;
  margin: 0 auto;
  text-align: left;
/*   border: 1px solid #000; */
}

div#header {
  position: relative;
  width: 100%;
  padding: 20px;
}

div#nav {
  position: relative;
  width: 100%;
  background: #fff url(../images/nav_background.jpg) repeat-x 0 0;
  height: 53px;
}

div#content {
  position: relative;
  width: 100%;
  background: #9fa375 url(../images/body_background.png) repeat-x 0 0;
  height: 482px;
}

div#content-about {
  position: relative;
  width: 100%;
  background: #9fa375 url(../images/body_background.png) repeat-x 0 0;
  height: 482px;
}

div#content-contact {
  position: relative;
  width: 100%;
  background: #9fa375 url(../images/body_background.png) repeat-x 0 0;
  height: 482px;
}

div#content-client {
  position: relative;
  width: 100%;
  background: #9fa375 url(../images/body_background.png) repeat-x 0 0;
  height: 482px;
}

div#content-grid {
  position: relative;
  width: 960px;
  height: 482px;
}

.furniture {
  background: #9fa375 url(../images/body_background_furniture.png) no-repeat 0 0;
}

.accessories {
  background: #9fa375 url(../images/body_background_accessories.png) no-repeat 0 0;
}

.sketchbook {
  background: #9fa375 url(../images/body_background_sketchbook.png) no-repeat 0 0;
}

div#content-grid table {
  width: 960px;
  padding-top: 50px;
  border-spacing:0px; 
}

div#content-grid td {
  width: 192px;
  height: 117px;
  vertical-align: middle;
}

div#footer {
  position: relative;
  color: #fff;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.dark_sep {
  padding-right: 10px;
  padding-left: 10px;
  color: #3e4219;
}

div#content_main {
  position: absolute;
  left: 0%;
  width: 66%;
  height: 1400px;
  border-right: 1px solid #ccc;
}

ul#nav_global {
  left: 0px;
  padding-top: 9px;
  margin: 0px;
  font-size: 11px;
  letter-spacing:2px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

ul#nav_global li {
  padding-right: 12px;
  padding-left: 12px;
  display: inline;
}

ul#nav_global li a {
   color: #fff;
   font-weight: normal;
   text-decoration: none;
}

ul#nav_global li a:hover {
  margin-bottom: 13px;
  border-bottom: 3px solid #000;
  color:#fdd432;
  text-decoration: none;
}

ul#nav_global li a.current {
  padding-bottom: 13px;
  border-bottom: 3px solid #000;
  color: #fdd432;
  text-decoration: none;
}

div#content table {
  width: 960px;
  padding-top:25px;
}

div#content td {
  width: 480px;
  vertical-align: top;
}

div#content-about table {
  width: 960px;
  padding-top: 50px;
  margin-left: 25px;
}

div#content-about td {
  width: 480px;
  padding-right:60px;
  vertical-align: top;
}

div#content-about p {
  	color: #666;
	font-size: 14px;
	font-weight: normal;
	line-height:1.7;
	padding-left:20px;
}

div#content-about h1 {
	color: #666;
	font-size: 39px;
	font-weight: bold;
	padding-left:20px;
	margin-bottom:20px;
}

div#content-contact table {
  width: 960px;
  padding-top: 50px;
  margin-left: 25px;
}

div#content-contact td {
  width: 240px;
  padding-right:60px;
  vertical-align: top;
}

div#content-contact p {
  	color: #666;
	font-size: 14px;
	font-weight: normal;
	line-height:1.7;
	padding-left:20px;
}

div#content-contact h1 {
	color: #666;
	font-size: 39px;
	font-weight: bold;
	padding-left:20px;
	margin-bottom:20px;
}

div#content-client table {
  width: 960px;
  padding-top: 50px;
  margin-left: 25px;
}

div#content-client td {
  width: 240px;
  padding-right:20px;
  vertical-align: top;
}

div#content-client h1 {
	color: #666;
	font-size: 39px;
	font-weight: bold;
	padding-left:20px;
	margin-bottom:4px;
}

div#content-client h2 {
  	color: #666;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
	padding-left:20px;
}

.tabtitle {
  background: #fff url(../images/tab.gif) no-repeat 0 0;
  width:210px;
}

div#content-client p {
  	color: #666;
	font-size: 14px;
	font-weight: normal;
	line-height:1.7;
	padding-left:20px;
}

.product_name {
  	font-size: 42px;
	font-weight: bold;
	letter-spacing: -2px;
	padding-right: 4px;
}

h3 {
	clear: both;
	width: 301px;
	height: 30px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .13em;
	text-transform: uppercase;
	padding-top: 8px;
	padding-left: 12px;
    background: #fff url(images/tab.gif) no-repeat 0 0;
    margin-bottom:0em;
}