@import url( fonts.css );

body {
	background: url( ../images/background.jpg ) top center repeat #e8dfca;
	color: #a5a3a0;
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {
	color: #bb6727;
	font-style: italic;
	text-decoration: none;
}

.button {
	background: #25b149;
	border: none;
	color: #fff;1px solid #cecece
	display: inline-block;
	font-size: 15pt;
	height: 46px;
	line-height: 46px;
	padding: 0 10px;
	vertical-align: top;
}

.button.small {
	font-size: 10pt;
	height: 26px;
	line-height: 26px;
}

.button:hover {
	background: #1a1009;
}

a.button {
	font-style: normal;
}

/** Forms **/

fieldset {
	border: none;
	margin-bottom: 15px;
}

legend {
	color: #0b0b0b;
	font-family: 'Open Sans', sans-serif;
	font-size: 13pt;
	font-weight: 300;
	padding-bottom: 15px;
}

div.field {
	margin-bottom: 20px;
}

label,
div.field > label {
	color: #010101;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	font-weight: 600;
	padding-bottom: 0px;
	vertical-align: middle;
}

label > span {
	color: #7d7d7d;
	font-size: 10pt;
	font-weight: 400;
}

label.inline,
div.input > label,
div.input > .shippingOptions > label {
	display: inline;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	padding-bottom: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	background: #f9f6f6;
	border: 1px solid #cecece;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	width: 426px;
}

input.quantity {
	height: 45px;
	width: 45px;
}

footer input[type=email] {
	border-color: #a5a3a0;
	color: #a5a3a0;
	font-size: 8pt;
	height: auto;
	line-height: normal;
	width: 183px;
}

textarea {
	height: 150px;
}

/*div.view-product-options {
	background: url(../images/select-bg.png) 96% no-repeat #f9f6f6;
	border: 1px solid #cecece;
	display: inline-block;
	height: 40px;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}*/

div.view-product-options {
	line-height: 31px;
}

div.view-product-options table {
	border-collapse: collapse;
}

div.view-product-options table tr {
	border-top: 1px solid #000;
}

div.view-product-options table tr:first-child {
	border-top: none;
}

div.view-product-options table td {
	padding: 5px;
}

div.view-product-options img {
	vertical-align: middle;
}

div.view-product-options a.pricing-info {
	font-size: 0.75em;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	font-size: 16px;
	height: 40px;
	padding: 5px;
	width: calc(100%+20px);
}

select::-ms-expand {
		display: none;
}

/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) {
		select {
				background:none;
				padding: 5px;
		}
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	border-color: #000;
}

span.form-error {
	color: red;
	display: block;
}

/*--- HEADER ---*/

#header-wrapper {
	margin: 0 auto;
	width: 980px;
}

#header-wrapper header {
	padding-top: 1px;
	position: relative;
}

#logo {
	/*float: left;*/
	height: 127px;
	width: 365px;
}

#logo img {
	border: none;
}

#search {
	padding-top: 35px;
}

#login-status {
	color: #291a10;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: right;
}

#login-status a {
	color: #25b149;
}

#search-form,
#header-buttons {
	display: inline-block;
	vertical-align: top;
}

#header-buttons a {
	background: #291A10;
	color: #fcfcfe;
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
	vertical-align: top;
}

#header-buttons a:hover {
	background: #25b149;
}

#header-buttons a.img-button {
	padding: 0;
}

#search-form input[type=text] {
	width: 156px;
}

#search-form input[type=submit] {
	background: #f9f6f6;
	border: 1px solid #cecece;
	box-sizing: content-box;
	font-size: 11.33pt;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding: 0;
	width: 40px;
	vertical-align: top;
}

/*--- NAVIGATION ---*/

header nav {
	height: 52px;
	/*margin-top: 80px;*/
}

/* Root = Horizontal, Secondary = Vertical */
ul#menu {
	height: 52px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

ul#menu li {
	display: inline-block;
	color: #291a10;
	font-size: 12pt;
	font-weight: bold;
	height: 52px;
	line-height: 52px;
	position: relative;
}

ul#menu li a {
	color: #291a10;
	display: block;
	font-style: normal;
	height: 52px;
	line-height: 52px;
	padding: 0 10px;
	text-decoration: none;
}

ul#menu > li:last-child a {
	padding-right: 0;
}

ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
	color: #2b8d43;
}

ul#menu ul {
	background-color: #2b8d43;
	display: none;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	width: 160px;
}

ul#menu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	font: 1px/0px serif;
	visibility: hidden;
}

ul#menu ul li {
	display: block;
	color: #291a10;
	font-weight: bold;
	height: 52px;
	line-height: 52px;
}

ul#menu ul li a {
	height: 52px;
	line-height: 52px;
}

/* Root Menu */


ul#menu ul a {
	letter-spacing: normal;
	text-transform: none;
}

/* Root Menu Hover Persistence */


/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
	color: #F0EBE8;
	text-decoration: none;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li:hover, ul#menu li.iehover li.iehover {
	color: #291a10;
}

ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
	color: #291a10;
}

/* 3rd Menu */
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a {
	color: #F0EBE8;
}

/* 3rd Menu Hover Persistence */
ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a {
	color: #291a10;
}

/* 4th Menu */
ul#menu li:hover li:hover li:hover li a,
ul#menu li.iehover li.iehover li.iehover li a {
	color: #F0EBE8;
}

/* 4th Menu Hover */
ul#menu li:hover li:hover li:hover li a:hover,
ul#menu li.iehover li.iehover li.iehover li a:hover {
	color: #291a10;
}

ul#menu ul ul,
ul#menu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
	display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
	display: block;
}

#search {
	position: absolute;
	top: 0;
	right: 0;
}

/*--- CONTENT ---*/

#content-wrapper {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#content {
	background: #fff;
	color: #141414;
	min-height: 300px;
	padding: 14px;
	position: relative;
}

#home-content {
	margin-left: 218px;
}

#content h2 {
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
}



/*--- FOOTER ---*/

#footer-wrapper {
	margin: 0 auto;
	overflow: auto;
	padding-bottom: 25px;
	position: relative;
	width: 980px;
}

footer {
	font-size: 8pt;
	padding-top: 8px;
	text-align: left;
}

footer h5 {
	font-size: 9pt;
	margin: 2px 0;
	text-transform: uppercase;
}

footer .credit-cards h5 {
	margin-top: 15px;
}

footer h5 span {
	float: right;
	font-size: 6pt;
	font-weight: normal;
	padding-top: 3px;
	text-transform: none;
}

footer a {
	color: #a5a3a0;
	text-decoration: none;
}

.column {
	float: left;
	min-height: 100px;
	overflow: auto;
	padding: 2px 24px 2px 0px;
	width: 220px;
}

.column.map {
	width: 127px;
}

.column.services {
	width: 270px;
}

.column.about {
	width: 266px;
}

.column p {
	margin-top: 0px;
	margin-bottom: 10px;
}

.column img {
	border: none;
	vertical-align: middle;
}

.column form {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.column #footer-menu {
	margin-top: 15px;
}

.column #social {
	margin: 10px 0;
}

.column .symetric a {
	color: #c0bebb;
}

/*--- OTHER ---*/

div.msg-error,
div.msg-success,
div.msg-warning,
div.msg-information,
div.msg-question {
	background-repeat: no-repeat;
	height: auto !important;
	height: 40px;
	margin-bottom: 10px;
	min-height: 40px;
	padding-top: 17px;
	padding-left: 57px;
	padding-bottom: 10px;
	text-align: left;
}

div.msg-error {
	background-image: url( '../images/message-error-bg.jpg' );
	background-color: #FFC4C4;
	border: 1px solid #BB0000;
	color: #A10000;
}

div.msg-error a {
	color: #A10000;
	text-decoration: underline;
}

div.msg-error a:hover {
	text-decoration: none;
}

div.msg-success {
	background-image: url( '../images/message-success-bg.jpg' );
	background-color: #CAFA9F;
	border: 1px solid #6CAA07;
	color: #437100;
}

div.msg-success a {
	color: #437100;
	text-decoration: underline;
}

div.msg-success a:hover {
	text-decoration: none;
}

div.msg-warning {
	background-image: url( '../images/message-warning-bg.jpg' );
	background-color: #FFEB8C;
	border: 1px solid #A68943;
	color: #B25000;
}

div.msg-warning a {
	color: #B25000;
	text-decoration: underline;
}

div.msg-warning a:hover {
	text-decoration: none;
}

div.msg-information {
	background-image: url( '../images/message-info-bg.jpg' );
}

div.msg-question {
	background-image: url( '../images/message-question-bg.jpg' );
}

div.msg-information,
div.msg-question {
	background-color: #CAE4FF;
	border: 1px solid #2477d9;
	color: #004D99;
}

div.msg-information a,
div.msg-question a {
	text-decoration: underline;
	color: #004D99;
}

div.msg-information a:hover,
div.msg-question a:hover {
	text-decoration: none;
}

span.input-error {
	color: #C20000;
	display: block;
	margin: 5px;
}

.clear {
	clear: both;
}

/*--- Featured Categories ---*/
#featured-products {
	float: left;
	width: 198px;
}

#featured-products h2 {
	background: #000;
	color: #f5f1e9;
	height: 38px;
	line-height: 38px;
	margin: 0;
	padding-left: 10px;
}

body.home #featured-products h2 {
	margin-top: 13px;
}

#featured-products ul {
	background: #eae0d9;
	list-style: none;
	margin-top: 0;
	padding: 0;
}

#featured-products ul li {
	padding: 0;
}

#featured-products ul li a {
	background: url( ../images/featured-bullet.png ) 20px center no-repeat;
	display: block;
	color: #170d06;
	font-style: normal;
	padding: 7px 7px 7px 40px;
}

#featured-products ul li:hover {
	background: #1a1009;
}

#featured-products ul li:hover a {
	color: #dedcd8;
}

/*--- Home ---*/
#categories {
	clear: both;
}

#categories h2 a {
	font-size: 9pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
}

#categories .category {
	display: inline-block;
	margin: 0 9px 9px;
	text-align: center;
	vertical-align: top;
	width: 220px;
}

#categories .category a {
	color: #150c07;
	font-style: normal;
	font-weight: bold;
}

#categories .category a:hover {
	color: #bb6727;
}

#associations {
	text-align: center;
}

#associations h2 {
	background: #1f1208;
	border: 1px solid #a5a09c;
	color: #fff;
	display: inline-block;
	font-size: 8pt;
	height: 29px;
	line-height: 29px;
	padding: 0 25px;
}

#associations a {
	display: inline-block;
	margin: 0 20px;
}

/*--- Contact ---*/

.contact-information {
	float: right;
	width: 50%;
}

.contact-form {
	width: 40%;
}

#map {
	height: 250px;
}

table.pricing-info {
	border-collapse: collapse;
	width: 100%;
}

table.pricing-info thead th {
	border-bottom: 1px solid #000;
	text-transform: uppercase;
}
