body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	background-color:#ffffff;
	padding:0;
	margin:0;
}
div {
    display:block;
    box-sizing:border-box;
}
img {
    border:0;
}
a {
	color: #669900;
	text-decoration: none;
}
h2 {
	color: #49680a;
}
h3 {
	color: #800000;
}
h4 {
	color: #000000;
}
h5 {
	color: #000000;
}
.head4 {
	font-weight: bold;
	color: #800000;
}
input {
}
p {
	color: #5C4033;
}
th {
	color: #FFFFFF;
	background-color: #669900;
}
td {
	color: #5C4033;
}
.hidden_link {
	color: #ffffff;
	text-decoration: none;
}
.hidden_link:hover {
	color: #ffffff;
	text-decoration: none;
}
#qtybox {
	width: auto;
	padding-top: 25px;
	vertical-align: bottom;
	float:right;
}
.vspacer {
    width:100%;
    height:0;
}
input[type="text"],
textarea {
    max-width:100%;
}
.center_float {
    width:100%;
    max-width:1200px;
    margin:0 auto;
}
.clearfloat {
    clear:both;
}
.fl10,.fl20,.fl25,.fl30,.fl40,.fl50,
.fl60,.fl70,.fl80,.fl90,.fl100,
.fr10,.fr20,.fr25,.fr30,.fr40,.fr50,
.fr60,.fr70,.fr80,.fr90,.fr100 {
    margin:0;
    padding:0;
}
.fl10,.fl20,.fl25,.fl30,.fl40,.fl50,
.fl60,.fl70,.fl80,.fl90,.fl100 {
    float:left;
}
.fr10,.fr20,.fr25,.fr30,.fr40,.fr50,
.fr60,.fr70,.fr80,.fr90,.fr100 {
    float:right;
}
.fl10,.fr10 {width:10%;}
.fl20,.fr20 {width:20%;}
.fl25,.fr25 {width:25%;}
.fl30,.fr30 {width:30%;}
.fl40,.fr40 {width:40%;}
.fl50,.fr50 {width:50%;}
.fl60,.fr60 {width:60%;}
.fl70,.fr70 {width:70%;}
.fl80,.fr80 {width:80%;}
.fl90,.fr90 {width:90%;}
.fl100,.fr100 {width:100%;}
.ha_left {
    text-align:left;
}
.ha_center {
    text-align:center;
}
.ha_right {
    text-align:right;
}
.buttons,
.buttons_small {
    cursor:pointer;
    color: #FFFFFF;
    background-color: #005c42;
    font-weight: bold;
    margin:3px;
}
.buttons {
    height: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}
.buttons_disabled,
.disabled_button {
    height: 30px;
    color: #FFFFFF;
    background-color: #e7e7e7;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    margin:3px;
}
.buttons_small {
    font-size:11px;
    padding:3px 6px;
    border-radius:6px;
    line-height:1.5em;
}
.buttons:hover,
.buttons_small:hover {
}
.disabled_button {
    padding:5px;
    cursor:initial;
}
.disabled_button:hover {
}
.greyrule {
    width:100%;
    border-color:#dddddd;
}
.redfont {
    color:red;
}
.bluefont {
    color:blue;
}

/******** Store Template *********/
#full_window {
    height:100%;
    width:100%;
    text-align:center;
/*
    background-image: url("http://204.86.254.98/images/backgrounds/4.png");
    background-size:cover;
    background-attachment: fixed;
*/
}
#top_nav_bar {
    width:100%;
    min-height:25px;
    background-color:#333333;
    position:fixed;
    z-index:7000;
    top:0;
    left:0;
}
#top_nav_bar_content {
    height:100%;
    color:#ffffff;
    text-align:left;
    padding-left:10px;
    position:relative;
    font-size:70%;
    line-height:25px;
}
#top_nav_bar_content a {
    font-size:inherit;
    color:#ffffff;
}
#top_nav_bar_content a:hover {
    color:#e6e6f2;
}
#head_banner {
    width:100%;
    height:150px;
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%) repeat scroll 0% 0% transparent;
}
#head_banner_content {
    position:relative;
    width:100%;
    height:100%;
    text-align:left;
/*
    background:transparent url('../images/logo.png') no-repeat; 
    background-size:contain;
*/
    padding-top:26px;
}
#head_banner_content img {
    max-width:100%;
    height:auto;
}
#header_account_link {
    color: #034794;
    text-shadow: 0px 0px 1px #000000;
}
#top_menu_bar {
    width:100%;
    height:50px;
    background-color:#49680a;
    border-style:solid;
    border-color:#ffffff;
    border-width:0 0 1px 0;
    z-index:6000;
    position:relative;
}
#top_menu_bar_content {
    height:100%;
    color:#ffffff;
    text-align:left;
    position:relative;
}
.menu-toggle {
    display: none;
    font: bold 16px/1.3 "Source Sans Pro",Helvetica,sans-serif;
    margin: auto 0;
    vertical-align: baseline;
    height:35px;
}
.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
    color:#ffffff;
    background:none repeat scroll 0% 0% transparent;
    border:medium none;
    padding:5px 20px 5px 20px;
}
.menu-toggle:focus {
    outline: thin dotted;
}
#top_nav_menu {
    display:inline-block;
}
#main_page_body {
    position:relative;
}
#main_float {
    min-height:300px;
    background-color:#ffffff;
    box-shadow: 0 0 45px 5px #aaaaaa;
    border-color:#aaaaaa;
}
#foot_main {
    width:100%;
    min-height:70px;
    text-align:center;
    background-color:#49680a;
    z-index:+200;
}
#foot_main_content {
    text-align:left;
    color:#ffffff;
    padding:8px 0;
}
.copyright{
    font-size: 12px;
    padding:4px;
    color: #ffffff;
    text-align:center;
    vertical-align:top;
}
#footer_links_table {
    width:200px;
}
.footer_links_table_item {
    width:100%;
    height:22px;
    text-align:left;
    padding-left:10px;
    color:#ffffff;
    background-color:#4f700b;
    font-size:90%;
    line-height:22px;
    margin: 0 10px 3px 3px;
}
.footer_links_table_item:hover {
    color:#c2cec2;
}

/******** Special Style Classes used in the cart and orderform template *********/
.cartHeader {
	border-style: solid;
	border-color: #CDCDCD;
	border-width: 1px 0px 1px 1px;
}
.cartHeaderEnd {
	border-style: solid;
	border-color: #CDCDCD;
	border-width: 1px 1px 0px 1px;
}
.cartRow {
	background-color: #F5F5F5;
	vertical-align: top;
	border-style: solid;
	border-color: #CDCDCD;
	border-width: 0px 0px 1px 1px;
}
.cartRowEnd {
	background-color: #F5F5F5;
	vertical-align: top;
	border-style: solid;
	border-color: #CDCDCD;
	border-width: 0px 1px 1px 1px;
}
.cartFooter {
	background-color: #FFFFFF;
	color: #000000;
}
.pncurrent {
	color: Red;
}


/******** Styles for the category menu *********/

.catListTable{
	border: 0px solid;
}
.listItemNoSubCats{
	color: #000000;
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
    padding-left: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
	background-color:#FFFFFF;
	background-image: url('../images/nav/list_arrow3.gif');
	background-repeat: no-repeat;
	background-position: 1px 4px;
}
.listItem{
	line-height: 13px;
}
.parentCat{
    color: #000000;
    cursor: pointer;
}
.parentCatOver{
    color: #0000FF;
    font-weight: bold;
}
.parentCatClicked{
    color: #FF0000;
    cursor: pointer;
}
.parentCatOverClicked{
    color: #0000FF;
    font-weight: bold;
}

.listCat{
	color: #000000;
	font-size: 11px;
	line-height: 11px;
}
a.listCatBold{
	color: #FF0000;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
}
.listCat:hover{
	color: #0000FF;
	font-size: 10px;
	line-height: 11px;
}
.subListItem{
	background-image: url('../images/nav/plus.gif');
	background-repeat: no-repeat;
    background-position: 0px 5px;
	cursor: pointer;
	color: #000000;
	font-size: 11px;
	line-height: 13px;
    padding-top: 5px;
	padding-left: 17px;
	padding-bottom: 5px;
}
.subListItemClicked{
	background-image: url('../images/nav/minus.gif');
	background-repeat: no-repeat;
    background-position: 0px 5px;
    border: 1px dashed gray;
	cursor: pointer;
	color: #FF0000;
	font-size: 11px;
	line-height: 13px;
    padding-top: 5px;
	padding-left: 17px;
	padding-bottom: 5px;
}
.offset1{
	background-image: url('../images/nav/arrow_right.gif');
	background-repeat: no-repeat;
	position: relative;
	left: 0px;
	margin-top: 5px;
	padding-top: 2px;
	padding-left: 10px;
	font-size: 11px;
}
.offset2{
	background-image: url('../images/nav/arrow2.gif');
	background-repeat: no-repeat;
	position: relative;
	left: 10px;
	margin-top: 5px;
	padding-left: 15px;
	padding-top: 2px;
	font-size: 11px;
}
.offset3{
	/*background-image: url('../images/nav/arrow.gif');
	background-repeat: no-repeat;*/
	position: relative;
	left: 10px;
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 11px;
}
.offset4{
	/*background-image: url('../images/nav/arrow.gif');
	background-repeat: no-repeat;*/
	position: relative;
	left: 25px;
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 11px;
}

/******** Styles for the policy page *********/
.PolicyHeader {
   color: #669900;
   font-weight: bold;
}
.PolicyBody {
}
.PolicyBody a {
    color: #29527B;
}
.PolicyBody p {
    margin-top: 0px;
    margin-bottom: 10px;
}

/******** Styles for dhtml popup images *********/
/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */

.thumbnail {
    position: relative;
    z-index: 0;
}
.thumbnail:hover{
    background-color: transparent;
    z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
    position: absolute;
    background-color: #ffffff;
    padding: 5px;
    border: 1px dashed gray;
    visibility: hidden;
    color: #000000;
    text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
    visibility: visible;
    /*	position where enlarged image should offset horizontally
		from the right edge of the thumbnail.

		if you move the image to the left side of the page,
		use left: 0 instead.
	*/
    left: 0;
}