body {
	font-family: arial, helvetica, serif;
	color: midnightblue;
	background: #817DBB url(images/background.jpg) repeat-x;
	padding: 6px;
	margin: 0;
	}

#nav, #nav ul {
	float: left;
	z-index: 1;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: url(images/background2.png) repeat-x;
	font-weight: bold;
	padding: 0;
	border: solid #000;
	border-width: 1px;
	margin: 0 0 1em 0;
	font-size: 12px;
}

#nav a {
	display: block;
	width: 126px;
	color: white;
	text-decoration: none;
	padding: 0.25em 0;
	text-align: center;
}

#nav a.daddy {
	background: url(images/rightarrow.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 126px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
}

#nav li ul a {
	width: 110px;
	padding: 0.25em 1em;
	text-align: left;
}

#nav li ul ul {
	margin: -1.5em 0 0 138px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: green;
}

a:link {
	font-weight: bold;
	color:green;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #915c24;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: red;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: midnightblue;
	text-decoration: none;
}

#main {
	width:758px;
	margin: auto;
	background:#fff;
	padding: 10px;
	-moz-border-radius: 30px 0px 30px 0px;
	}

#header {
	background: url(images/greenlogo.gif) no-repeat left top;
	padding:0;
	margin:0;
	color:#fff;
	width:100%;
	height:130px;
	}

#searchbox {
	width:125px;
	margin-top:30px;
	font-size: 11px;
	margin-left: 12px;
	}

.inputstyle {
	background: url(images/input_bg.gif) #333;
	}

.post {
	border-bottom: solid midnightblue;
	border-width: 1px;
	width: 100%;
	margin-bottom: 6px;
	padding-bottom: 6px;
	}

.builderblock {
	border-bottom: solid midnightblue;
	border-width: 1px;
	width: 100%;
	margin-bottom: 6px;
	padding-bottom: 6px;
	}

.builderblock p {
	padding: 3px;
	margin: 0;
	}

#mainchunk {
	background: url("images/greenside.gif") no-repeat right bottom;
	padding: 10px 0 0 0;
	margin: 6px 0 0 0;
	color:#fff;
	width:100%;
	z-index:0;
	}

#mainchunk TABLE { clear: both ; }

#content {
	padding:0;
	width:600px;
	margin-top:0px;
	font-size: 12px;
	margin-left: 0px;
	color: midnightblue;
	}

#sidebar {
	width:133px;
	margin-top:6px;
	margin-bottom:6px;
	padding-left:5px;
	padding-right:5px;
	font-size: 11px;
	color: white;
	}

#negindent {
	margin-left: 40px;
	}

#negindent a {
	text-indent: -20px;
	}

#negindent p {
	text-indent: -20px;
	margin-top:0px;
	margin-bottom:5px;
	}

#negindent h2 {
	text-indent: -25px;
	margin-top:0px;
	margin-bottom:6px;
	}

h2 {
	font-size: 15px;
	margin-bottom:0;
	}

h3 {
	font-size: 13px;
	margin-bottom: 3px;
	}

ul {
	margin-top:0;
	}

iframe {
	z-index: 0;
	wmode=transparent;
	}

#content ul li ul li ul li, ul li ul li{
	list-style-type: none;
	list-style-image: none;
	}

em {
	font-weight: bold;
	}

.listgap {
	margin-top:5px;
	}

.credit {
	color: #666;
	font-size: x-small; 
	text-align: right; 
	}

.linkurls {
	color: #666;
	font-size: x-small; 
	margin-left:5px;
	margin-bottom:1px;
	}

.highlightblock {
	background : #FFFFCC;
	border: 1px solid black;
	padding: 10px;
	}

.blackborder {
	border: 1px solid black;
	}

.pagelinks {
	font-size: smaller;
	text-align: center;
	}

.smalltext {
	font-size: smaller;
	color: #666;
	}

.smalltextsamecolor {
	font-size: smaller;
	padding: 0px 3px 0px 3px;
	margin: 0px 3px 0px 3px;
	}

.errorBox { font-size : 10px; background: #E1E1E1; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #E1E1E1; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: midnightblue;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  background: midnightblue;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
}

.boxText { font-size: 10px; }

.infoBox {
  	background: midnightblue;
}

.infoBoxContents {
	background: #E1E1E1;
	color: midnightblue;
 	font-size: 10px;
}

.infoBoxNotice {
  background: #E1E1E1;
  color: midnightblue;
}

.infoBoxNoticeContents {
  background: #E1E1E1;
  font-size: 10px;
  color: midnightblue;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: midnightblue;
  color: #ffffff;
}

TD.pageHeading, DIV.pageHeading {
	font-size: 20px;
	font-weight: bold;
	color:darkgreen;
	padding-bottom: 0;
	margin-bottom: 0;
}

TR.headerNavigation {
	background: midnightblue;
}

TD.headerNavigation {
  	font-size: 10px;
	background: midnightblue;
  	color: #ffffff;
  	font-weight : bold;
}

A.headerNavigation { 
  	color: #FFFFFF; 
}

A.headerNavigation:hover {
  	color: #ffffff;
}

A.headerNavigation:visited {
  	color: #ffffff;
}

TR.headerError {
  	background: #ff0000;
}

TD.headerError {
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}

TR.headerInfo {
	background: #00ff00;
}

TD.headerInfo {
	font-size: 12px;
	background: midnightblue;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.footer {
  	font-size: 10px;
 	background: midnightblue;
  	color: #ffffff;
  	font-weight: bold;
}

SPAN.greetUser {
  color: darkgreen;
  font-weight: bold;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

.inputRequirement { font-size: 10px; color: #ff0000; }

.iframegap {
	padding-left:8px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:8px;
	margin-top:5px;
	margin-bottom:5px;
	}

#sidebarblog {
	width:133px;
	margin-top:6px;
	margin-bottom:6px;
	padding-left:5px;
	padding-right:5px;
	font-size: 11px;
	color: white;
	}

#sidebarblog a {
	color: white;
	font-weight: normal;
	}

#sidebarblog ul li:before {
	content: "\00BB \0020";
	}

#sidebarblog ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	margin-left: -20px;
	}

.navigation {
	display: block;
	text-align: center;

	margin-bottom: 10px;
	padding-bottom:10px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}