body, p, div, h1, h2, h3, h4, h5, h6, table, tbody, tr, td, span, blockquote, a, abbr, address, cite, code, img, ul, ol, li, dl, dd, dt {
	border: 0;
	outline: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #4e4f51;
	vertical-align: baseline;
	list-style: none;
	text-decoration: none;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'OstrichSansCondensedLight';
	src: url('fonts/ostrich-light-webfont.eot');
	src: url('fonts/ostrich-light-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/ostrich-light-webfont.woff') format('woff'),  url('fonts/ostrich-light-webfont.ttf') format('truetype'),  url('fonts/ostrich-light-webfont.svg#OstrichSansCondensedLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OstrichSansMedium';
	src: url('fonts/ostrich-regular-webfont.eot');
	src: url('fonts/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/ostrich-regular-webfont.woff') format('woff'),  url('fonts/ostrich-regular-webfont.ttf') format('truetype'),  url('fonts/ostrich-regular-webfont.svg#OstrichSansMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OstrichSansBold';
	src: url('fonts/ostrich-bold-webfont.eot');
	src: url('fonts/ostrich-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/ostrich-bold-webfont.woff') format('woff'),  url('fonts/ostrich-bold-webfont.ttf') format('truetype'),  url('fonts/ostrich-bold-webfont.svg#OstrichSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OstrichSansBlack';
	src: url('fonts/ostrich-black-webfont.eot');
	src: url('fonts/ostrich-black-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/ostrich-black-webfont.woff') format('woff'),  url('fonts/ostrich-black-webfont.ttf') format('truetype'),  url('fonts/ostrich-black-webfont.svg#OstrichSansBlack') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OstrichSansRoundedMedium';
	src: url('fonts/ostrich-rounded-webfont.eot');
	src: url('fonts/ostrich-rounded-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/ostrich-rounded-webfont.woff') format('woff'),  url('fonts/ostrich-rounded-webfont.ttf') format('truetype'),  url('fonts/ostrich-rounded-webfont.svg#OstrichSansRoundedMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OstrichSansDashedMedium';
	src: url('fonts/ostrich-dashed-webfont.eot');
	src: url('fonts/ostrich-dashed-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/ostrich-dashed-webfont.woff') format('woff'),  url('fonts/ostrich-dashed-webfont.ttf') format('truetype'),  url('fonts/ostrich-dashed-webfont.svg#OstrichSansDashedMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8cc63f;
}

.green { color: #6ea821 !important; }
.lime { color: #d7df21 !important; }
.graylight { color: #888888 !important; }
.ostrich { font-family: 'OstrichSansMedium'; }
.ostrichbold { font-family: 'OstrichSansBlack'; }
.limeshadow { text-shadow: 1px 1px 0px #a5ad00; }

.italic {
	display: inline-block;
	-webkit-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	transform: skewX(-30deg);
}

h3.gray {
	font-family: 'OstrichSansBlack';
	color: #4e4f51;
	/* text-shadow: 1px 1px 0px #d7df21; */
	font-size: 28px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

ul li {
	line-height: 2;
	background: url('../images/icons/bullet.jpg') no-repeat left center;
	color: #fff;
	padding-left: 15px;
}

ol li {
	list-style: decimal inside;
	padding: 5px 0;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

blockquote {
	border-left: 5px solid #d7df21;
	font-style: italic;
	padding: 10px;
	margin: 20px;
}

.clear {
	clear: both;
}

.space {
	display: block;
	float: left;
	clear: both;
	margin: 10px 0;
}

body {
	background: #8cc63f;
	font-size: 14px;
}

div#wrap {
	width: 980px;
	position: relative;
	margin: 0 auto !important ;
}

div#sidebar {
	width: 220px;
	height: 100%;
	float: left;
	background: #4e4f51;
	position: fixed;
	z-index: 999;
}

a#logo {
	text-align: center;
	display: block;
	width: 100%;
	position: relative;
	z-index: 999;
	opacity: 1;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	margin-left: -5px;
	padding: 1px 0 0 0;
}

a#logo:hover {
	opacity: .96;
}

ul#navigation {
	margin-top: 25px;
	margin-right: -5px;
	position: relative;
	width: 220px;
	z-index: 999;
}

ul#navigation li {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

ul#navigation li a:link, ul#navigation li a:visited {
	color: #fff;
	text-decoration: none;
	font-family: 'OstrichSansBlack', Arial, sans-serif;
	margin-bottom: 1px;
	width: auto;
	font-size: 20px;
	text-align: left;
	padding-left: 10px !important ;
	display: block;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	padding: 5px 10px 5px 0;
}

ul#navigation li a:hover, ul#navigation li a.active {
	background: #d7df21;
	color: #4d4e51;
}

div#container {
	width: 730px;
	float: right;
	padding-right: 25px;
	left: -5px;
	position: relative;
	padding-top: 0;
	background: #fff;
}

div.page {
	margin-bottom: 5px solid #dbdbdb;
	margin-bottom: 0;
	padding-top: 20px;
}

div.page_content {
	padding: 25px 0 100px 25px;
}

div#container h1.page_title {
	font-family: 'OstrichSansBlack';
	text-align: right;
	margin-left: 25px;
	font-size: 55px;
	color: #8cc73f;
	border-bottom: 1px solid #d7df21;
	text-shadow: 1px 1px 0px #6ea821;
	letter-spacing: 1px;
	padding: 0;
}

div#container h2.page_title {
	font-family: 'OstrichSansBlack';
	margin-left: 25px;
	font-size: 35px;
	color: #8cc73f;
	border-bottom: 1px solid #d7df21;
	text-shadow: 1px 1px 0px #6ea821;
	line-height: 2;
	letter-spacing: 1px;
	padding: 5px 0 0px 0px;
}

#contact_form form, label, fieldset, caption, input, textarea, button {
	border: 0;
	outline: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #4e4f51;
	vertical-align: baseline;
	list-style: none;
	text-decoration: none;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

#contact_form input {
	color: #fff;
	background: #8cc63f;
}

#contact_form input:hover {
	color: #4e4f51;
	background: #d7df21;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

fieldset#contact_form {
	width: 100%;
	float: left;
	margin-bottom: 100px;
}

fieldset#contact_form textarea {
	width: 97.5%;
	color: #fff;
	background: #8cc63f;
	font-size: 12px;
	height: 150px;
	resize: none;
	overflow: auto;
}

fieldset#contact_form textarea:hover {
	color: #4e4f51;
	background: #d7df21;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

input, textarea, button {
	clear: both;
	float: left;
	font-style: italic;
	margin-bottom: 1px;
	padding: 10px;
}

input {
	width: 97.5%;
}

button {
	margin-right: -2px !important ;
	font-style: normal;
}

fieldset#contact_form button, .right {
	float: right;
}

.button {
	color: #fff;
	background-color: #d7df21;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	/* IE hacks */
    zoom: 1;
    *display: inline;
	position: relative;
	overflow: visible;
	display: inline-block;
	padding: 0.5em 1em;
	font-size: 12px;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	-o-background-clip: padding-box;
	/*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
    -webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	/* IE hacks */
    zoom: 1;
    *display: inline;
}

.button:hover, .button:focus, .button:active {
	text-decoration: none;
	color: #fff;
	background-color: #4d4f51;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.button:active, .button.active {
	color: #fff;
	background-color: #4d4f51;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

/* overrides extra padding on button elements in Firefox */
.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

#msgs {
	background: #ff0000;
	margin-bottom: 5px;
}

#msgs p {
	color: #fff !important;
	margin-left: 5px;
}

.social_icons {
	margin: 0 auto;
	margin-top: 20px;
	background: #8cc63f;
	border-radius: 2em;
	line-height: 45px;
	height: 45px;
	width: 142px;
}

.social_icons li {
	display: inline;
	padding: 0px !important ;
	margin: 0px;
}

.social_icons li img {
	border: 0px !important ;
	padding: 5px;
}

img.no_border {
	border: none !important ;
}

div.footer {
	text-align: center;
	font-size: 10px;
	padding: 0 0 15px 20px;
}

div.footer p, div.footer a {
	color: #d7df21;
}

.gotop {
	position: fixed;
	right: 15px;
	bottom: 15px;
	padding: 10px;
	color: #d7df21;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	z-index: 999;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.gotop:hover {
	color: #fff;
}

a.gotop {
	text-decoration: none !important ;
}

div.page img {
	max-width: 94%
}

ul.list li {
	width: 300px;
	float: left;
}

ul.list li {
	background: url('../images/ico-arrow.gif') 0px 15px no-repeat;
	font-size: 12px;
}

ul.list li a {
	color: #8cc63f;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

ul.list li a:hover {
	color: #4f8a02;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

table.column_1 {
	width: 254px;
	padding-left:15px;
}

td.column_1 {
	font-size: 12px;
	font-weight: bold;
}

td.row_1 {
	height: 40px;
}

.spacer {
	background: url('../images/spacer.png') center no-repeat;
	display: block;
	visibility: hidden;
	margin: -4px;
	padding: 0;
}

#table_1a {
	background: url('../images/table1_bg_a.png') center no-repeat;
	width: 152px;
	height: 473px;
	display: block;
	text-indent: -99999px;
	margin: 23px 0 -23px 0;
}

#table_1a:hover {
	background: url('../images/table1_bg_a_hover.png') center no-repeat;
}

#table_1b {
	background: url('../images/table1_bg_b.png') center no-repeat;
	width: 152px;
	height: 473px;
	display: block;
	text-indent: -99999px;
	margin: 23px 0 -23px 0;
}

#table_1b:hover {
	background: url('../images/table1_bg_b_hover.png') center no-repeat;
}

#table_1c {
	background: url('../images/table1_bg_c.png') center no-repeat;
	width: 152px;
	height: 473px;
	display: block;
	text-indent: -99999px;
	margin: 23px 0 -23px 0;
}

#table_1c:hover {
	background: url('../images/table1_bg_c_hover.png') center no-repeat;
}

#table_2a {
	background: url('../images/table2_bg_a.png') center no-repeat;
	width: 152px;
	height: 364px;
	display: block;
	text-indent: -99999px;
	margin: 23px 0 -21px 0;
}

#table_2a:hover {
	background: url('../images/table2_bg_a_hover.png') center no-repeat;
}

table.column_sub {
	width: 152px;
	text-align: center;
}

td.column_sub {
	font-family: 'OstrichSansBlack';
	color: #d7df21;
	font-size: 30px;
	letter-spacing: 2px;
}

td.column_sub:hover {
	color: #8cc63f;
}

td.column_sub_price {
	font-family: 'OstrichSansBlack';
	color: #4e4f51;
	font-size: 30px;
	letter-spacing: 1px;
}

td.column_sub_price:hover {
	color: #fff;
}

td.smallprint {
	font-size: 9px;
	padding-top: 8px;
}

p.spacer2 {
	font-size: 1px;
	visibility: hidden;
}

.pro_details {
	color: #4e4f51;
	font-weight: bold;
}

.pro_details_bullet {
	color: #8cc63f;
	padding-left: 20px;
}

input[type=checkbox] {
	visibility: hidden;
}

.form_checkbox {
	width: 28px;
	height: 28px;
	background: #8cc63f;
	position: relative;
	margin: 8px 0 0 20px;
}

.form_checkbox label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	left: 2px;
	top: 2px;
	background: #fff;
}

.form_checkbox label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 7px;
	left: 7px;
	border: 3px solid #4e4f51;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.form_checkbox label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.form_checkbox input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.sign_up {
	margin: -29px 0 0 63px;
}

.sign_up_text {
	font-family: 'OstrichSansBlack';
	color: #8cc63f;
	font-size: 26px;
	text-shadow: 1px 1px 0px #fff;
}

form.showhide {
	margin-top: 50px;
}

#map {
	width: 375px;
	float: left;
	margin-right: 0;
}

#map_list{
	width: 325px;
	float: right;
	text-align: left;
}

#map_list p{
	margin-bottom: 15px;
}

#map_list ul li {
	color: #8cc63f !important;
	font-weight: bold;
	list-style: disc;
	line-height: 125%;
	margin-left: 10px;
	margin-bottom: 15px;
	padding: 0;
}

.info_icon {
	margin-bottom: -2px;
}

.signup_form {
	max-width: 90%;
	margin: 0 auto;
	padding: 0;
}

.signup_form a {
	color: #8cc63f !important;
}

.signup_form input, .signup_form textarea {
	width: 300px !important;
	margin: 0;
	padding: 0;
	font-style: normal;
	border: 1px solid #8cc63f !important;
}

.signup_form checkbox, .fsFieldRow input[type="radio"], .fsFieldRow input[type="checkbox"] {
	margin: 0;
	padding: 0;
	width: 5px !important;
	height: 5px !important;
	border: 1px solid #8cc63f !important;
	visibility: visible !important;
}

.stacklock {
	margin: 0 !important;
}

button.fsNextButton:hover {
	padding: 5px 49px !important;
}

#field16959476 {
	margin-bottom: 10px;
}

#field16960485 {
	margin-bottom: 20px;
}

iframe {
	width: 95%;
	overflow: auto;
}

#fsSubmitButton1289412 {
	clear: both !important;
	float: none !important;
	margin: 10px 0 0 -105px !important;
}