/* Sitewide CSS */


body, td  { font: 12px verdana, arial, helvetica, sans-serif;}  
th	{ font-size:1.4em; text-align:left }	
a:link, a:visited { text-decoration: none; font-size: 10px; color: #663333;}	
a:hover {text-decoration: underline; color: #59702C; }
a img { border:none }
p { margin: 0 0 .6em 0 }
h2 { font-size:1.2em; margin:0 0 .6em 0 }
h3 { font-size:1.1em; margin:0 0 .6em 0 }

div#smContent {
overflow: auto;
height:264px;
background-image: url(images/template.background.text.gif);
 background-repeat: no-repeat;
	position: absolute; 
	margin-left: 12px; 
	top: 215px;
	width:195px; 
	height:264px;
  z-index: 40;
  text-align:left;
  padding-left: 1em;
  padding-right: 1em;
}


body {
	background-image: url(images/template.background.jade2.jpg);
	background-repeat: no-repeat;
	background-color: #B5712A;
	right: 0;
}
p, h5 {
	line-height: 1.5;
}

div#scrollBackground {
	position: absolute;
	top: 47px;
	right: 0px;
	left: 0px;
	background-image: url(images/template.background.scroll.gif);
	z-index: 10;
	height: 466px;
	width: 100%;
}
table.nav{
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	width: 100%;
	height: 20px;
}

div#mainContent {
	position: absolute;
	top: 72px;
	left: 175px;
	z-index: 15;
	/* background-image:  url(images/template.background.content.gif);
	background-repeat: no-repeat; */
	height: 407px;
	width: 536px;
	padding-top: .4em;
	padding-left: 3em;
  	padding-right: 3em;
	padding-right: 4em;
}

div#about {
	height: 175px;
	overflow: auto;
	padding-right: 30px;

	
}

div#navBackground {
	position: absolute;
	top: 513px;
	right: 0px;
	left: 0px;
	z-index: 10;
	height: 35px;
	width: 602px;
	
}
div#logo {
	position: absolute;
	top: 70px;
	left: 60px;
	background-image: url(images/jade-logo.gif);
	z-index: 20;
	height: 129px;
	width: 132px;
}

/* Products page */

p.sideProds {text-decoration: none; line-height: 1.6; font-size: 10px; margin-left: 10px;}


.styleText{
	font: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: black;
}
.styleSide{
	font: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #59702C;
}
.styleHead1{
	font: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #59702C;
	font-weight: bold;
	letter-spacing: .25em;
}
.styleHead2{
	font: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #59702C;
	font-weight: bold;
	
}

