/* CSS Document */
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
* {
    box-sizing: border-box;
}
article, section, aside, hgroup, nav, header, footer, figure, figcaption {
  display: block;
}
/* Navigation Start */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #49842D;
}

li {
    float: left;
}

li a, .dropbtn {
	display: inline-block;
	color: white;
	text-align: center;
	text-decoration: none;
	font-family: Melbourne-Bold;
	font-size: 17px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: #49842D;
	font-family: Melbourne-Bold;
	font-size: 17px;
	color: #000000;
}

li.dropdown {
    display: inline-block;
}
 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 6px 14px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}
/* Navigation End */

body {
	background-color: #FCFCF8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	margin-top: 0px;
}
header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
footer {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666600;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
nav {
	width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
.productimage {
	float: right;
}
#wrapper {
	width: 940px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#maincontent {
	width: 100%;
	min-height:450px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7E7D1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E7E7D1;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	font-weight: normal;
}
#maincontent a:link {
	color: #FF3300;
	text-decoration: none;
}
#maincontent a:visited {
	color: #FF3300;
	text-decoration: none;
}
#maincontent a:hover {
	color: #FF3300;
	text-decoration: underline;
}
#maincontent a:active {
	color: #006633;
	text-decoration: none;
}
#maincontent ul {
	background-color: #FFFFFF;
}
#maincontent li {
	list-style-type: disc;
	float: none;
	margin-left: 30px;
	margin-bottom: 6px;
	list-style-image: url(../_images/star.gif);
}
#maincontent li a {
	font-weight: normal !important ;
	text-decoration: none;
	background-color: #FFFFFF;
}
/*#maincontent li a{
	color: #FF3300;
	text-decoration: none;
	font-family: inherit;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#maincontent li a:hover {
	color: #FF3300;
	text-decoration: underline;
	font-family: inherit;
	background-color: #FFFFFF;
	font-weight: normal;
}*/
#disclaimer {
	text-align: right;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E7E7D1;
	border-left-color: #E7E7D1;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7D1;
}
h1 {
	font-size: 25px;
	color: #6EA736;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 0em;
	font-family: Melbourne-Bold;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 5px;
	text-align: left;
}
h2 {
	font-family: Melbourne-Bold;
	font-size: 20px;
	color: #AAAA7D;
	text-transform: none;
	font-weight: normal;
}
h3 {
	font-family: Melbourne-Bold;
	font-size: 20px;
	font-weight: normal;
	color: #CC3300;
	text-align: left;
}
h4 {
	font-family: Melbourne-Bold;
	font-size: 22px;
	color: #999964;
	font-weight: normal;
}

/* OrderBox Table*/
.orderbox {
	border-collapse:collapse;
	padding: 0px;
	border: 1px solid #DFDFC4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 40px;
	clear: both;
	background-color: #F1F1E4;
}
.orderbox caption {
	color: #7FAC47;
	text-align: left;
	padding-bottom: 3px;
	padding-left: 2px;
	font-size: 20px;
	font-family: Melbourne-Bold;
	font-weight: normal;
	letter-spacing: 0px;
}
.orderboxlogintext {
	color: #669900;
	margin-left: 265px;
}
.orderbox th {
	font-weight: normal;
	color: #427532;
	background-color: #F4F4EA;
	border: 1px solid #DFDFC4;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}
.orderbox td {
	border: 1px solid #DFDFC4;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}
.orderbox input {
	background-color: #F4F4EA;
	color: #006600;
	text-align: left;
	font-size: 11px;
}
.orderbox select {
	color: #003300;
	background-color: #F4F4EA;
	font-size: 12px;
}
.image140 {
	height: 150px;
	max-width:300px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.textblock {
	height: 65px;
}
.punchline {
	font-size: 18px;
	color: #B05800;
}
.bulletpointheader {
	font-family: Melbourne-Bold;
	font-size: 17px;
	color: #FF9933;
}
.greentext {
	color: #009933;
	text-align: justify;
}
/* Login Table*/
.logintable {
	border-collapse:collapse;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F2F2E6;
	width: 100%;
}
.logintable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	text-align: justify;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.logintable td {
	font-size: 14px;
	text-align: left;
	background-color: #F2F2E6;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 21px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	vertical-align: middle;
}
.logintable caption {
	font-family: Melbourne-Bold;
	font-size: 20px;
	color: #CC6600;
	text-align: left;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 3px;
}
.logintable input {
	font-size:14px;
}
.logintableframe {
	border-collapse:collapse;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #F2F2E6;
	width: 450px;
}
.logintableframe td {
	padding: 5px;
}
.logintablebutton {
	margin-top:7px;
	margin-bottom:7px;
	
}
.secondcanister {
	color: #009900;
	text-align: justify;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.ourprice {
	color: #993300;
}
/* Cart Table*/
.cartstyle {
	border-collapse:collapse;
	padding: 0px;
	border: 1px solid #DFDFC4;
	font-family: Arial, Helvetica, sans-serif;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.cartstyle caption {
	color: #CC6600;
	text-align: left;
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: 18px;
	font-family: Melbourne-Bold;
	font-weight: normal;
}
.cartstyle th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #006600;
	background-color: #F4F4EA;
	border: 1px solid #DFDFC4;
	text-align: center;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.cartstyle td {
	border: 1px solid #DFDFC4;
	font-size: 13px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	color: #000000;
}
.cartstyle input {
	background-color: #F8F8EF;
	font-size: 13px;
	color: #006600;
	text-align: center;
	font-weight: normal;
}
.cartstyle select {
	font-size: 13px;
	color: #006600;
	background-color: #F4F4EA;
}
.cartstyle textarea {
	background-color: #F4F4EA;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #006600;
}
div.productsquare {
	width: 29%;
	margin-right: 2%;
	margin-left: 2%;
	padding: 10px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCC99;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 325px;
}
div.productsquare img {
	max-height: 150px;
	width:auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
div.productsquare H1 {
	font-family: Melbourne-Bold;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
}
div.productsquare H2 {
	font-family: Melbourne-Bold;
	font-size: 18px;
	font-weight: normal;
	color:#009933;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.productsquare p {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666666;
	text-align: justify;
}
div.clear {
	clear:both;
}
.messagestyle {
	font-family:Melbourne-Bold;
	font-size:18px;
	color:#CC0000;
	font-weight:normal;
}
.menustrip {
	display:none;
	}
.desktopimage {
	display:block;
}
.mobileimage {
	display:none;
}
.standardlink {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.redtext {
	color: #CC0000;
}
.b1 {
	clear: both;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;

}
.pricestyle {
	color: #339900;
	font-family: Melbourne-Bold;
	font-size: 17px;
}
.ourprice {
	color: #993300;
}
.listpriceline {
	color: #999999;
	text-decoration: line-through;
}
div.homesquare{
	float: left;
	width: 48%;
	margin-top: 10px;
	margin-right: 1%;
	margin-bottom: 10px;
	padding: 0px;
	border: 1px solid #006600;
	margin-left: 1%;
	height: auto;
}
div.homesquare img{
	width:100%;
	height:auto;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
div.logoclass {
	display:none;
}
div.logoclass img {
	display:none;
}
div.introcomments {
	padding:5px;
	color: #666666;
	text-align: center;
	line-height: 20px;
	font-family: Melbourne-Bold;
	font-size: 17px;
}
nav.myaccount {
	display:none;
}
/*nav.myaccount ul {
	list-style-type: none !important;
}
nav.myaccount li {
	float:left !important;
}*/
.mobilecardpayment {
	display:none;
}
.nonmobilecardpayment {
	display:table;
}
.greenmelbourne {
	font-family:Melbourne-Bold;
	font-weight:normal;
	color: #669900;
	size:17px;
	font-size: 18px;
}
.redmelbourne {
	font-family:Melbourne-Bold;
	font-weight:normal;
	color: #CC0000;
	size:17px;
	font-size: 18px;
}
.lastsquare {
	display:none;
}
.showboxes {
	display:block;
	}
.showlines {
	display:none;
	}
.submitbutton {
	background-color: #FFFFFF;
	background-image: url(../_images/buttons/greenbutton205.gif);
	background-repeat: no-repeat;
	color:#000000;
	height: 35px;
	width: 205px;
	font-family: Melbourne-Bold;
	border-width: 0px;
	padding: 0px;
}
input[type=submit] {
    font-size: 1.5em;
	color:#FFFFFF;
	background-color: #FFFFFF;
	border-width: 0px;
}
.orderboxmsg {
	font-size:20px;
	color:#CC0000;
}
.artimage {
	float: right;
	margin-left: 15px;
}h5 {
	font-size: 16px;
	font-weight: normal;
	color: #009966;
}
div.dtcategoryclass {
	display:block;
    border: 1px solid #CCCC99;
	margin-right: 20px;
	margin-left: 20px;
	background-position: center;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom:10px;
}