/* CSS Document */

@charset 'utf-8';

@font-face {
	font-family: 'TeXGyrePagella';
	src: url('/fonts/texgyrepagella-regular-webfont.eot');
	src: url('/fonts/texgyrepagella-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/texgyrepagella-regular-webfont.woff') format('woff'), url('/fonts/texgyrepagella-regular-webfont.ttf') format('truetype'), url('/fonts/texgyrepagella-regular-webfont.svg#TeXGyrePagellaRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TeXGyrePagella';
	src: url('/fonts/texgyrepagella-italic-webfont.eot');
	src: url('/fonts/texgyrepagella-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/texgyrepagella-italic-webfont.woff') format('woff'), url('/fonts/texgyrepagella-italic-webfont.ttf') format('truetype'), url('/fonts/texgyrepagella-italic-webfont.svg#TeXGyrePagellaItalic') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'TeXGyrePagella';
	src: url('/fonts/texgyrepagella-bold-webfont.eot');
	src: url('/fonts/texgyrepagella-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/texgyrepagella-bold-webfont.woff') format('woff'), url('/fonts/texgyrepagella-bold-webfont.ttf') format('truetype'), url('/fonts/texgyrepagella-bold-webfont.svg#TeXGyrePagella') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'TeXGyrePagella';
	src: url('/fonts/texgyrepagella-bolditalic-webfont.eot');
	src: url('/fonts/texgyrepagella-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/texgyrepagella-bolditalic-webfont.woff') format('woff'), url('/fonts/texgyrepagella-bolditalic-webfont.ttf') format('truetype'), url('/fonts/texgyrepagella-bolditalic-webfont.svg#TeXGyrePagellaItalic') format('svg');
	font-weight: bold;
	font-style: italic;
}

body {
	color: #000000;
	background-color: #7BA74B;
	font-family: TeXGyrePagella, "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	height: 100%;
	background: gradient(top, #A6C682, #7BA74B) no-repeat #7BA74B;
	background: -moz-linear-gradient(top, #A6C682, #7BA74B) no-repeat #7BA74B;
	background: -webkit-gradient(linear, left top, left bottom, from(#A6C682), to(#7BA74B)) no-repeat #7BA74B;
}
#container {
	margin: 10px auto;
	width: calc(100% - 20px);
	background: #FFFFFF;
	border: 1px solid #4D5F38;
	text-align: left;
	border-radius: 6px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	max-width: 900px;
	display: block;
}
#header {
	background-color: #DFE9D1;
	border-radius: 6px 6px 0 0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#header h1 {
	margin: 0;
	padding: 10px 0 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #43682B;
	text-transform: uppercase;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#header h1 img {
	display: inline-block;
}
#content {
	padding: 0 20px;
	background: #FFFFFF;
}
#footer {
	padding: 0 10px;
	background-color: #DFE9D1;
	border-radius: 0 0 6px 6px;
}
#content p {
	line-height: 142%;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
table {
	border-collapse: collapse;
}
th,
td {
	padding: 3px;
	text-align: left;
	font-weight: 400;
	vertical-align: top;
}
a,
a:visited {
	color: #558336;
	text-decoration: none;
}
a:hover, a:active {
	color: #8EB762;
	text-decoration: none;
}
h1, h2, h3, h4 {
	color: rgba(99, 189, 70, 0.9);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 9px;
	border-bottom: 1px dotted #BDD2A2;
}
h1, h2 {
	clear: both;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.image_right,
.image_left {
	max-width: 60%;
	height: auto;
}
.image_left {
	float: left;
	margin: 0 15px 5px 0;
	max-width: 60%;
	height: auto;
}
.image_right {
	float: right;
	margin: 0 0 5px 15px;
}
.image_right img,
.image_left img {
	max-width: 100%;
	height: auto;
}
.image_full {
	width: 100%;
	position: relative;
	clear: both;
	margin: 0 -20px;
	text-align: center;
}
.clear_all {
	height: 1px;
	clear: both;
}
th, td {
	text-align: left;
	vertical-align: top;
}
img {
	border: 0 none;
}
input, select, textarea, button {
	font-family: TeXGyrePagella, "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
input, select, textarea {
	width: 100%;
	max-width: 317px;
	border: 1px solid #A6C682;
}
input, textarea {
	width: 100%;
	max-width: 314px;
	padding-left: 3px;
}
input[type=radio], input[type=checkbox] {
	border: 0 none;
}
label {
	font-weight: bold;
	padding: 1px 10px 0 0;
}
button {
	background: none repeat scroll 0 0 #A6C682;
	border: 0 none;
	border-radius: 6px 6px 6px 6px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
}
.required {
	font-size: 10px;
	color: #993300;
}
#menu_holder {
	margin: 0 auto;
	background-color: #DFE9D1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94B665;
	overflow: hidden;
}
#menu {
	list-style: none;
	max-width: 800px;
	margin: 0 auto;
	padding: 6px 0 6px;
	border-left: 1px solid #D5E2C2;
	overflow: hidden;
	text-align: center;
}
#menu li {
	display: inline-block;
	height: 37px;
	border-right: 1px solid #97B86B;
	border-radius: 6px;
	background-color: #BCD1A3;
	margin: 5px;
}
#menu li.first_item {
	border-left: 1px solid #91B461;
}
#menu li a, #menu li a:visited, #menu li a:active {
	text-decoration: none;
	display: block;
	float: left;
	height: 37px;
	color: #005000;
	line-height: 37px;
	padding: 0 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	outline: none;
	border-top: 1px solid #91B461;
	border-radius: 6px 6px 0 0;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
	transition: 0.3s all linear;
}
#menu li.current a, #menu li.current a:visited, #menu li a:hover, #menu li a:focus {
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	background-color: #CDDDB7;
}
.product_table th {
	max-width: 165px;
	padding: 2px 12px 5px 0;
}
.product_table td {
	padding: 2px 0 5px 2px;
}
#gallery_header {
	margin: 0 -20px;
}
.accordion {
	text-align: left;
}
.accordion h1, .accordion h2, .accordion h3 {
	border: 0 none;
}
.accordion ol {
	position: relative;
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.accordion li>h2 {
	color: black;
	font-weight: normal;
	margin: 0;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%) rotate(-90deg);
	transform-origin: right top;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.accordion li>h2 span {
	display: block;
	padding-right: 8%;
	text-align: right;
	height: 90%;
	margin-top: 5px;
	font-size: 15px;
}
.accordion li>h2 b {
	display: inline-block;
	position: absolute;
	top: 10%;
	left: 10%;
	text-align: center;
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.accordion li>h2:hover {
	cursor: pointer;
}
.accordion li>div {
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	overflow: hidden;
	background: white;
}
.accordion img {
	max-width: 852px;
	max-height: 320px;
	display: block;
}
.accordion noscript p {
	padding: 10px;
	margin: 0;
	background: white;
}
.david li>h2 {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	background: -moz-linear-gradient(top, #344534, #143514) no-repeat #143514;
	background: -webkit-gradient(linear, left top, left bottom, from(#344534), to(#143514)) no-repeat #143514;
}
.david li>div h3 {
	margin: 15px 10px;
}
.david li>div p {
	margin: 10px;
	font-size: 12px;
}
.basic li>h2 {
	background: #333;
	color: white;
	line-height: 2em;
}
.basic li>div h3 {
	margin: 15px 10px;
}
.basic li>div p {
	margin: 10px;
	font-size: 12px;
}
.dark {
	border: 9px solid #353535;
	border-bottom-width: 8px;
	padding: 5px 5px 6px 0;
	background: #030303;
	box-shadow: 0 -1px 0 #5b5b5b inset, 0 5px 15px rgba(0, 0, 0, 0.4);
}
.dark li>h2 {
	background: #030303;
	font-size: 14px;
	line-height: 2.7em;
	text-shadow: 0 -1px 0 #030303;
}
.dark li>h2 span {
	background: #353535;
	color: white;
}
.dark li>h2 b {
	background: #353535;
	color: #030303;
	font-size: 16px;
	text-shadow: -1px 1px 0 #5b5b5b;
}
.dark h2.selected span, .dark h2.selected span:hover {
	background: #434343;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #353535), color-stop(1, #555555));
	background: -moz-linear-gradient(top left, #353535 0%, #555555 100%);
}
.dark h2.selected b {
	background: #434343;
}
.dark li>div {
	background: #030303;
	margin-left: 5px;
}
.rounded {
	border-radius: 6px;
}
.rounded li>h2 span {
	border-radius: 4px;
}
.photo-gallery {
	list-style: none;
	padding: 0;
	margin: 0;
}
.photo-gallery li {
	text-align: center;
	display: block;
	margin: 0 0 2rem;
}
.photo-gallery li h3 {
	margin: 0 0 0.2rem;
}
.photo-gallery li h3 a {
	display: block;
	clear: both;
	margin: 0 0 0.4rem;
}
.photo-gallery li p {
	clear: both;
	margin: 0;
}

@media (min-width: 900px) {
	#header h1 {
		text-align: inherit;
	}
	#container {
		width: 900px;
		margin: 20px auto;
	}
	#menu {
		padding: 6px 0 0;
		text-align: inherit;
		margin: 0 auto 0 20px;
	}
	#menu li {
		border-radius: 6px 6px 0 0;
		margin: 0;
		float: left;
	}
	.photo-gallery {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.product_table tr th:first-child,
	.product_table tr td:first-child {
		width: 12em;
	}
	.photo-gallery li {
		flex: 1 0 45%;
	}
	.photo-gallery li:nth-child(2n-1) {
		margin-right: 1.5rem;
	}
}