/* body */

body {
	background-color: #ecf7f4;
	background-image: url(/images/shared/body_bkgd.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin: 0 auto 0 auto;
}

/* wrapper div */

#wrapper {
	text-align: left;
	width: 800px;
	margin: 30px auto 0 auto;
}

/* header table */

#header {
	background-image: url(/images/shared/pattern_top.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 90px;
}

/* page table */

#page {
	width: 760px;
}

/* navigation table cell */

#navigation {
	width: 150px;
	padding: 40px 0 40px 0;
}

#navigation ul {
	background-image: url(/images/shared/nav_bkgd.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 3px 0 3px 0;
}

#navigation li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 6px 0;
}

#navigation li#links {/* remove the 6px bottom margin from last nav item */
	margin-bottom: 0;
}

#navigation li, #navigation li a {
	background-repeat: no-repeat;
}

#navigation li a {
	display: block;
	padding-top: 40px; height: 0 !important;
	height /**/: 40px; overflow: hidden;
}

#about, #about a {
	background-image: url(/images/shared/nav_about.gif);
}

#products, #products a {
	background-image: url(/images/shared/nav_products.gif);
}

#contact, #contact a {
	background-image: url(/images/shared/nav_contact.gif);
}

#wholesale, #wholesale a {
	background-image: url(/images/shared/nav_wholesale.gif);
}

#links, #links a {
	background-image: url(/images/shared/nav_links.gif);
}

#navigation li a:hover {
	background-position: 0 -40px;
}

body.about #about a, 
body.thumbnails #products a, 
body.product #products a, 
body.contact #contact a, 
body.wholesale #wholesale a, 
body.links #links a {
	background-position: 0 -80px;
}

/* content table cell */

#content {
	padding: 40px 0 30px 0;
}

/* footer table */

#footer {
	background-image: url(/images/shared/pattern_bottom.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 90px;
}
#footer img {/* subpage logo */
	margin: 23px 0 0 562px;
}

/* copywrite table */

#copywrite {
	padding: 5px 0 0 30px;
}

#copywrite p, #copywrite a {
	font-size: 9px;
	color: #6eaf96;
}

