/* ---------- */
/* page markup */

body  { 
	margin: 0; 
	padding: 0;
	background-color: #ffffdc; }
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	color: #657D00;
	font-weight: bold; }

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	color: #657D00;
	font-weight: bold; }
	
p  {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #657D00;
	}

.para {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #657D00;
	text-indent: 15px; }
	
.lines {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #657D00; }


a { color: #657d00; }
a:active { color: #000; }
a:visited { color: #000; }


/* ---------- */
/* positioning */

#top {
	height: 117px;
	padding-bottom: 1px; }

#middle {
	margin: 0px 0px 0px 160px;
	padding-top: 8px;
	width: 310px; }

#footerContainer {
	width: 820px; }

#right {
	position: absolute;
	top: 123px;
	left: 482px;
	right: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 15px;
	width: 250px; }

#left {
	position: absolute;
	top: 117px;
	left: 0px;
	height: 100%;
	padding-top: 15px;
	background: #c1cb99;
	border-right: 3px solid #fff;
	border-top: 2px solid #fff;
	width: 140px; 
	z-index: 100;}

#producttable {
	margin-left: 160px;
	padding-top: 8px;
	width: 600px;
	z-index: 100;}


#featured {
	padding-top: 10px;
	position: absolute;
	top: 0px;
	width: 95px;
	height: 95px; }

#whatsnew {
	position: relative;
	top: 0px; 
	left: -24px;
	float: right; }

div#rightcontent {
	position: relative; 
	padding-top: 50px;
	clear: both;}

#featuredheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: oblique;
	color: #657D00;
	margin-bottom: 10px;
	font-weight: bold;}

#featuredsubheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #657D00;
	font-weight: bold; }

#featuredtext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-style: oblique; }
	
hr.clear { /* clears the way for the footer */
	display: block; 
	height: 10px; 
	clear: both; 
	visibility: hidden; 
	margin-bottom: 15px; } 

#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #657d00;
	text-align: center;}

/* ---------- */
/* navigation */

div#links {
	position: absolute; 
	top: 0px;
	left: 0px; 
	width: 137px;
	height: 700px; 
	font-size: 12px;
	font-family: Verdana, sans-serif; 
	color: #657d00;
	z-index: 100; }
	
div#links a {
	display: block; 
	text-align: left; 
   	padding: 5px 10px; 
	margin: 0 0 1px; 
	border-width: 0; 
   	text-decoration: none; 
	color: #657d00; }
	
div#links a:hover {
	background: #fff;  }
	
div#homeLink a {
	display: block; 
	text-align: left; 
   	padding: 15px 10px 5px 10px; 
	margin: 0 0 1px; 
   	text-decoration: none; 
	color: #657d00;
	background: #c1cb99; }

div#portfolioLink, div#otherLink, div#designLink, div#artistLink {
	background: #fff; 
	display: block;
   	position: absolute; 
	left: 138px; 
	width: 122px;
   	padding: 0px;
	margin: 0px;
	z-index: 100;
	border: 1px solid #657d00;
	visibility: hidden; }

div#portfolioLink {top: 35px; }
div#otherLink {top: 59px; }
div#designLink  {top: 85px; }
div#artistLink  {top: 110px; }

#portfolioLink ul, #otherLink ul, #designLink ul, #artistLink ul {
	list-style-type: none;
	margin: 0px;
	padding: 8px 8px;
	line-height: 5px;
	text-align: left; }

#portfolioLink ul li a, #otherLink ul li a, #designLink ul li a, #artistLink ul li a {
	text-align: left;
	font-size: 12px;
	font-family: Verdana, sans-serif; 
	color: #657d00;
	text-decoration: none; }
	
#portfolioLink ul li a:hover, #otherLink ul li a:hover, #designLink ul li a:hover, #artistLink ul li a:hover {
	background: transparent url(images/list.gif) left center no-repeat;
	font-weight: bold; }
		
.currentLink {
	font-weight: bold;
}