html { 
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	background-color: #E4EBDC;
	background-image: url(/images/bkg_pattern.gif);
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
p, ul, ol, li, h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
p {
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.title {
	color: #8CB340;
	font-weight: bold;
}
.note {
	font-style: italic;
}
br.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1%;
}





/* ************************************************** div#page ******************** */
div#page {
	width: 768px;
	margin: 0 auto;
	padding: 0;
	background-image: url(/images/bkg_page.gif);
	background-repeat: repeat-y;
	background-position: center top;
}



/* ************************************************** div#header ******************** */
div#header {
	height: 162px;
	margin: 0;
	padding: 0 15px;
	text-align: left;
	background-image: url(/images/bkg_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header div#wrap2 {
	float: left;
	display: table; 
	height: 162px;
	width: 438px;
	overflow: hidden;
}
#header div#wrap1 {
	display: table-cell; 
	vertical-align: middle;}
#header p {
 padding-bottom: 12px;
}
#header a.logo {
	padding: 20px 0 0 0;
	margin: 0;
	float: left;
	border: none;
	text-decoration: none;
	display: block;
}
#header a.btn {
	padding: 20px 0 0 20px;
	margin: 0;
	float: left;
	border: none;
	text-decoration: none;
	display: block;
}
#header a {
	color: #999999;
	text-decoration: underline;
}
            


/* ************************************************** div#main ******************** */
div#main {
	width: 738px;
	padding: 0;
	margin: 0 15px;
	text-align: left;
	overflow: hidden;				/* clearing contained floats; */
}



/* ************************************************** div#nav ******************** */
div#nav {
	width: 163px;
	margin: 0;
	padding: 0;
	float: left;
}
#nav ul {
	width: 163px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	margin: 0;
	padding: 0;
	display: block;
	width: 163px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
}
#nav li a {
	height: 24px;
	width: 163px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
	text-decoration: none;
}
/* hides text */
#nav a span {
	position: relative;
	top: -800px;
}
#nav li a:hover {
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul.tertiary li, #nav ul.tertiary li a:hover {
	background-image: none;
}
#nav ul.tertiary li a {
	padding-top: 0;
	margin-left: 56px;
	overflow: visible;
	display: inline;
	height: auto;
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	text-decoration: none;
	font-style: italic;
}
#nav ul.tertiary li a:hover {
	color: #7AA61F;
}




li.products {
	background-image: url(/images/nav_products_off.gif);
}
li.products a:hover {
	background-image: url(/images/nav_products_on.gif);
}
li.ourstory {
	background-image: url(/images/nav_ourstory_off.gif);
}
li.ourstory a:hover {
	background-image: url(/images/nav_ourstory_on.gif);
}
li.retailers {
	background-image: url(/images/nav_retailers_off.gif);
}
li.retailers a:hover {
	background-image: url(/images/nav_retailers_on.gif);
}
li.customwork {
	background-image: url(/images/nav_customwork_off.gif);
}
li.customwork a:hover {
	background-image: url(/images/nav_customwork_on.gif);
}
li.contactus {
	background-image: url(/images/nav_contactus_off.gif);
}
li.contactus a:hover {
	background-image: url(/images/nav_contactus_on.gif);
}
li.callingcards, li.callingcards a:hover {
	background-image: url(/images/nav_callingcards_off.gif);
}
li.callingcards a.active {
	background-image: url(/images/nav_callingcards_on.gif);
}
li.notecards, li.notecards a:hover {
	background-image: url(/images/nav_notecards_off.gif);
}
li.notecards a.active {
	background-image: url(/images/nav_notecards_on.gif);
}
li.otherproducts, li.otherproducts a:hover {
	background-image: url(/images/nav_otherproducts_off.gif);
}
li.otherproducts a.active {
	background-image: url(/images/nav_otherproducts_on.gif);
}



/* ************************************************** div#content ******************** */
div#content {
	margin: 0;
	padding: 0;
	width: 564px;
	float: left;
	overflow: hidden;				/* clearing contained floats; */
}
#content a {
	color: #999999;
	text-decoration: underline;
}
#content a.thumb {
	margin: 0 0 16px 8px;
	padding: 0;
	text-align: center;
	float: left;
	width: 180px;
	height: 136px;
	background: none;
}
#content p.prev {
	margin: 0 16px 0 0;
	padding: 0 0 16px 0;
	text-align: center;
	float: left;
	width: 368px;
	font-size: 11px;
}
#primary #content {
	background-image: url(/images/bkg_content.gif);
}
#primary #content img {
	float: left;
}
#primary #content div.column {
	position: relative;
	float: left;
	width: 150px;
	height: 369px;
	margin: 0 0 0 20px;
	padding: 0;
}
#primary #content .column p {
	position: absolute;
	margin: 0;
	padding: 0 0 10px 0;
	bottom: 0;
	right: 20px;
	font-weight: normal;
}
#content form#order {
	width: 180px;
	float: left;
	margin: 0;
	padding: 30px 0 0 0;
	font-size: 11px;
}
#content p#details {
	width: 180px;
	float: left;
	padding: 30px 0 0 0;
	margin: 0;
	font-size: 11px;
}
#content p {
	line-height: 1.4em;
	padding: 0 0 1.4em 0;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #8CB340;
	font-weight: bold;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	margin: 20px 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 11px;
	font-weight: bold;
	background-image: url(/images/bkg_headline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-style: italic;
	clear: both;
}



/* ************************************************** div#footer ******************** */
div#footer {
	height: 74px;
	margin: 0;
	padding: 0 15px;
	background-image: url(/images/bkg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;				/* clearing contained floats; */
}
#footer .copyright {
	padding: 35px 0 0 15px;
	margin: 0;
	float: left;
	font-size: 10px;
	color: #bbbbbb;
}
#footer .legal {
	padding: 35px 15px 0 0;
	margin: 0;
	float: right;
	font-size: 10px;
	color: #bbbbbb;
}
#footer a, #footer a:hover {
	text-decoration: none;
	color: #bbbbbb;
}
