﻿body {
    background-color:#A4C17F;
	color: #333300;
	font-family: "Trebuchet MS", HelveticaNeue, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 0px;
}

#mainWrapper {
    background-color:#A4C17F;
	width:100%;
}
#wrapper {
	margin: 0 auto;
	max-width: 900px;
	min-width: 760px;
	position: relative;
	width: 900px;
}

#header {
	background: transparent none repeat scroll 0 0;  
	height: 175px;
    width:100%;
}

#menuNav {
	position:relative;
	float:right;
	height:auto;
	margin: -25px 0 0;
	padding:0;
}

#menuNav ul {
	float: right;
	margin: 0 auto;
	overflow: hidden;
	padding:0;
	width:auto;
	list-style-type:none;
}

#menuNav li {
    background-color:#DCD78D;
	float: left;
	padding-right: 10px;
	text-decoration:none;
}

#menuNav ul li a,#menuNav ul li a:link,#menuNav ul li :visited {
    background-color:#DCD78D;
	color: #000000;
	float: left;
	font-family: "HelveticaNeue Bold", Arial;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}

#menuNav ul li a:hover {
	text-decoration: none;
    background-color:#9AC2FD;
	color: #333300;
}

li.current a span {
	text-decoration: none;
	color: #f4eca3;
}
/*
prod
*/
#menuNav a span.two {
	color: #f4eca3;
	cursor: pointer;
}

#menuNav a span {
	
}

#contentWrapper {
    background-color:#ffffff;
	width: 100%;
	height: auto;
	margin:0;
	border:0;
}
#contentWrappertable {
	width: 100%;
	caption-side: top;
}

#sidebartd {
	width:180px;
	background-color:#D9D9E1;
	margin:0;
	padding:0;
	border:0;
	border-right: 2px solid #9BC2FC;
	vertical-align:top;
}

#contenttd {
	vertical-align:top;
	width:718px;  /* 900px - 180px - 2px border */
	padding:0;
	border:0;
	margin:0;
}

/* ******************   content area ********** */

.content {
    float:left;  
	padding:10px 10px 10px 10px; 
	color:#004646;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.content h1 {
	font-size:36px;
}

.content h2 {
	font-size: 24px;
}

.content h3 {
	font-size: 20px;
}

.content h4 {
	font-size: 16px;
	font-weight: bold;
}

.content h5{
	font-size: 14px;
	font-weight: bold;
	font-style:italic
}

.content h6 {
	font-size: 14px;
	font-weight: bold;
}

.content p {
	font-size: 14px;
}

.content ul li {
	list-style-type: none;
	list-style-position: outside;
	list-style: url('images/list.jpg');
	font-size: 14px;
	padding-bottom: 0;
}

.subh {
	padding-top: 6px;
	font-size: 14px;
	font-weight: bold;
}

.detail {
	font-size: 1em;
	font-family: "Comic Sans MS";
}

.auth {
	font-weight:bold;
	font-size: 1em;
}

.publ {
	font-style: italic;
	text-decoration:underline;
}

.webl {
	font-size: 10px;
	text-decoration:underline;
}

.attn {
	text-decoration: underline; 
}

.formtext {
	font-size: 14px; 
}

.specials {
	font-size: 16px; 
	color:gray;
}


.tabletext {
	font-size: 16px; 
}

.captiontext {
	font-size: 20px;
	font-weight: 500;
}
.content hr {
	height:5px;
	width:99%;
	color: #98AF7A;
}

.content div {
	text-align:left;
}


/*     ******************** end content ********* */

#productinfo {
	width: 90%;
	font-size: 1.5em;
	padding: 6px;
}

#buynow {
	width: 93%;
	padding: 6px;
}
.productnav {
	width: 85%;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
	border: 1px grey solid;
	background-color: #A4C17F;
	text-align: center;
	margin: 18px;
}

.productnav a {
	color:black;
	text-decoration:none;
}

.productnav a:hover {
	color:white;
	text-decoration:none;
}

.productnav td {
	padding: 2px;
    border: 3px solid #DCD78D;
}

.prices {
	font-size:.2em;
	text-align: center;
}

.announce {

	text-align: center;
	border: 2px grey solid;
	font-family: "Comic Sans MS, serif";
	color:#996633;
	font-size:1em;
	width: 95%;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

a img {
	border: medium none;
}

.logo {
	float: left;
	height: 175px;
}

.sidebar {
	width: 100%;
	padding-left:0;
}

.sidebar table {
	width: 100%;
}

.sidebar li ul {
	padding: 0;
}

.sidebar a {
	color:#000000;
	text-decoration: none;
}

.sidebar a:hover {
	background-color:#1A66F2;
}

.sidebar ul.children li {
	border-bottom: medium none;
}

.sidebar ul.children {
	margin-bottom: -5px;
}

.sidebaritem {
	background-color:#D9D9E1;  /*:#9BBA74; */
	padding: 5px;
	border-bottom: 2px solid #9AC2FC;
	font-size: 9pt;
}

.sidebaritem  ul li {
	padding: 3px 0 3px 19px;
}

.sidebaritem ul li a {
	color: #000000;
	text-decoration: none;
}

.sidebaritem ul li a:hover {
	text-decoration: underline;
}

.sidebartitle {
	background-color:#DCD78D;
	color:#000000;
	text-align:center;
	font-weight:bold;
	font-size:11pt;
	height:25px;
	width:100%;
	margin:0;
	padding:0;
}

.sidebarimage {
	border: 2px #DCD78D solid;
	margin-right: 4px;
}


#footer {
	clear: both;
	padding: 0 0 0;
	text-align: center;
}

#footer a,#footer a:link,#footer a:visited,#copyRight a,#copyRight a:link,#copyRight a:visited
	{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

#footer a:hover,#copyRight a:hover {
	text-decoration: underline;
}

#copyRight {
	background: transparent none repeat scroll 0 0;
	font-size: 11px;
	padding-bottom: 10px;
	text-align: center;
}

#copyRight a,#copyRight a:link,#copyRight a:visited {
	text-transform: none;
	font-size: 11px;
}

.cleared {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
	padding: 3px;
}

.shrinkspace {
	margin-top: -20px;
}

.rindent {
	margin-left: 460px;
}


	
	
