body {
	background-color: #5f7932;
	color: #777777;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}

#bgTop {
	background: #ffffff url(/images/bg_top.jpg) 50% 0 repeat-x;
	display: table;
	width: 100%;
}

#bgBottom {
	background: url(/images/bg_bottom.jpg) 50% 100% no-repeat;
	display: table;
	width: 100%;
}

.wrap {
	margin: 0 auto;
	width: 983px;
}

/*********************************************************************************************************************************/
/************************** header/navigation ************************************************************************************/
/*********************************************************************************************************************************/

#printHeader {
	display: none;
	visibility: hidden;
}

#header {
	height: 171px;
	margin: 0;
	padding: 0;
	position: relative;
}

#logo {
	float: left;
	margin: 12px 0 12px 6px;
}

#headerRight {
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	margin: 0;
	padding: 2px 3px 3px 3px;
}

#headerRight a:hover {
	text-decoration: none;
}

/******************  main navigation *****************************************************************/

#mainNavigation {
	height: 37px;
	margin: 0;
	padding: 0;
}

#mainNavigation ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
}

#mainNavigation li {
	border-left: 2px solid #6b883a;
	border-right: 1px solid #4c6323;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#mainNavigation li a {
	cursor: pointer;
	display: block;
	float: left;
	margin: 8px 6px;
	padding: 0;
}

#mainNavigation li a span {
	cursor: pointer;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#mainNavigation li a span span {
	color: #ffffff;
	cursor: pointer;
	display: block;
	float: left;
	font-family: "dosissemibold", Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
	margin: 0;
	padding: 2px 4px 2px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#mainNavigation li a:hover,
#mainNavigation li a.current {
	background: url(/images/bg_main_nav_over_left.png) 0 0 no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	margin: 8px 6px;
	padding: 0 0 0 4px;
}

#mainNavigation li a:hover span,
#mainNavigation li a.current span {
	background: url(/images/bg_main_nav_over_right.png) 100% 0 no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0;
	padding: 0 4px 0 0;
}

#mainNavigation li a:hover span span,
#mainNavigation li a.current span span {
	background: url(/images/bg_main_nav_over.png) 0 0 repeat-x;
	color: #ffffff;
	cursor: pointer;
	display: block;
	float: left;
	font-family: "dosissemibold", Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
	margin: 0;
	padding: 2px 0 2px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#mainNavigation li#homeli {
	border-left: none;
}

#mainNavigation li a#home span span span,
#mainNavigation li a#home:hover span span span,
#mainNavigation li a#home.current span span span {
	background: url(/images/home.png) 0 0 no-repeat;
	height: 17px;
	margin: 0;
	padding: 0;
	width: 14px;
}

#mainNavigation li a#print span span span,
#mainNavigation li a#print:hover span span span,
#mainNavigation li a#print.current span span span {
	background: url(/images/print.png) 0 0 no-repeat;
	height: 17px;
	margin: 0;
	padding: 0;
	width: 14px;
}

#mainNavigation li a span span span span,
#mainNavigation li a:hover span span span span,
#mainNavigation li a.current span span span span {
	display: none;
	visibility: hidden;
}

/*********** search ******************************/
#search {
	float: right;
	height: 26px;
	margin: 0;
	padding: 5px 0 6px 11px;
	position: relative;
	width: 162px;
}

.searchInput {
	background-color: #ffffff;
	border: solid 1px #e3d6b8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	height: 24px;
	width: 125px;
	padding: 0 26px 0 9px;
	color: #777777;
}

.searchButton {
	border: none 0 transparent;
	color: transparent;
	position: absolute;
	top: 12px;
	right: 6px;
	width: 12px;
	height: 12px;
}

/*********************************************************************************************************************************/
/********************************* homepage **************************************************************************************/
/*********************************************************************************************************************************/

#leftColumn {
	display: inline;
	float: left;
	padding-top: 21px;
	width: 227px;
}

#leftColumn ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftColumn li {
	margin: 0 0 6px;
	padding: 0;
}

#leftColumn li a {
	background: #d1c4a2 url(/images/bg_homepage_button.png) 0 0 repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #3c4a20;
	font-family: "DroidSansRegular", Arial, sans-serif;
	font-size: 14px;
	display: block;
	line-height: 15px;
	margin: 0;
	padding: 12px 10px 8px;
	text-decoration: none;
	width: 207px;
}

#leftColumn li a:hover {
	background: #4e5a35 url(/images/bg_homepage_button_over.png) 0 0 repeat-x;
	color: #e1d5b7;
	text-decoration: none;
}

#leftColumn li a#alert {
	background: #4e5a35 url(/images/bg_homepage_button_over.png) 0 0 repeat-x;
	color: #e1d5b7;
	padding: 0;
	width: 227px;
	white-space: nowrap;
}


#leftColumn li a#alert:hover {
	background: #d1c4a2 url(/images/bg_homepage_button.png) 0 0 repeat-x;
	padding: 0;
	width: 227px;
}

#leftColumn li a span {
	background: transparent url(/images/alert.png) 100% 100% no-repeat;
	display: block;
	padding: 12px 8px 8px 10px;
	width: 209px;
}

#leftColumn li a:hover span {
	background: transparent url(/images/alert_over.png) 100% 100% no-repeat;
	color: #3c4a20;
	display: block;
	padding: 12px 8px 8px 10px;
	width: 209px;
}

#leftColumn li a#pay {
	background-image: url(/images/visa.png), url(/images/mastercard.png);
	background-repeat: no-repeat, no-repeat;
	background-size: 23px 14px, 23px 14px;
	background-position: 80% center, 95% center;
}

#cbMiddle {
	display: inline;
	float: left;
	height: 322px;
	margin: 0 8px 20px 10px;
	padding-top: 21px;
	overflow: hidden;
	width: 513px;
}

#cbMiddle .image img {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#cbMiddle .imgCountersContainer {
	background: url(/images/bg_img_counters.jpg) 0 0 no-repeat;
	bottom: 0px;
	height: 21px;
	padding-top: 14px;
	position: relative;
	text-align: center;
	width: 513px;
}

#cbMiddle .imgCounters {
	background-color: transparent;
	display: inline-block;
	height: 10px;
}

#cbMiddle .img_counter_page {
	height: 10px;
	margin: 0 5px 0 4px;
	width: 11px;
}

#cbMiddle .img_counter_page a {
	background: transparent url(/images/img_counter_off.png) 0 0 no-repeat;
	border: none;
	height: 10px;
	display: block;
	width: 11px;
}

#cbMiddle .img_counter_page a:hover,
#cbMiddle .img_counter_page a.current {
	background: transparent url(/images/img_counter_on.png) 0 0 no-repeat;
	border: none;
	height: 10px;
	display: block;
	width: 11px;
}

#cbMiddle .img_counter_page a span {
	display: none;
	visibility: hidden;
}

#rightColumn {
	display: inline;
	float: left;
	padding-top: 21px;
	width: 225px;
}

.cb {
	border: 1px solid #e0d5b7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 140px;
	margin-bottom: 6px;
	overflow: hidden;
	padding: 8px 12px;
	position: relative;
}

.cb h1 a {
	background: url(/images/bg_cb_h1_arrow.gif) 100% 3px no-repeat;
	display: block;
}

#seal {
	background:url(/images/bg_seal.png) 100% 100% no-repeat;
}

/*********************************************************************************************************************************/
/********************************* inside page ***********************************************************************************/
/*********************************************************************************************************************************/

#insidepageBg {
	background: url(/images/bg_insidepage.png) 0 0 no-repeat;
	min-height: 670px;
	padding: 21px 0;
	position: relative;
}

#insideContent {
	float: right;
	padding: 0 0 0 22px;
	width: 734px;
}

#sealInsidepage {
	background: url(/images/seal_insidepage.png) 0 0 no-repeat;
	bottom: 0;
	height: 135px;
	position: absolute;
	right: -11px;
	width: 156px;
}

#breadcrumbs {
	color: #678338;
	font-size: 10px;
	line-height: 12px;
	margin: 8px 0 20px 0;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
}

#breadcrumbs a {
	color: #678338;
	font-size: 10px;
	line-height: 12px;
	padding: 0;
	text-decoration: none;
}

#breadcrumbs a:hover,
.breadcrumbCurrent {
	color: #3c4a20;
	text-decoration: none;
}

/*******************************************************************************************************************************************/
/*********************** Left navigation ***************************************************************************************************/
/*******************************************************************************************************************************************/

#navigation {
	display: inline;
	float: left;
	padding: 0;
	width: 227px;
}

#navcontainer {
	margin: 0;
	padding: 0;
}

#navcontainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	margin: 0 0 6px;
	padding: 0;
}

#navcontainer li a {
	background: #d1c4a2 url(/images/bg_homepage_button.png) 0 0 repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #3c4a20;
	font-family: "DroidSansRegular", Arial, sans-serif;
	font-size: 14px;
	display: block;
	line-height: 15px;
	margin: 0;
	padding: 12px 10px 8px;
	text-decoration: none;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	background: #4e5a35 url(/images/bg_homepage_button_over.png) 0 0 repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #e1d5b7;
	font-family: "DroidSansRegular", Arial, sans-serif;
	font-size: 14px;
	display: block;
	line-height: 15px;
	margin: 0;
	padding: 12px 10px 8px;
	text-decoration: none;
}

#navcontainer ul ul {
	background: #f1f5ec url(/images/bg_left_nav_ul_ul.png) 0 0 repeat-x;
	border: 1px solid #f6f4ee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 5px;
	padding: 3px 0 8px;
}

#navcontainer li li {
	margin-bottom: 0;
}

#navcontainer li li a {
	background: transparent none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #678338;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding: 3px 10px 3px 20px;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	background: transparent url(/images/left_nav_arrow.png) 10px 7px no-repeat;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #3c4a20;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding: 3px 10px 3px 20px;
}

#navcontainer ul ul ul {
	background: transparent none;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-top: 0;
	padding: 3px 0 8px 10px;
}

#banners {
	margin: 20px 0px;
	padding: 0;
	width: 227px;
}

.navbanner {
	display: block;
	padding: 0 0 10px 0;
}

/*********************************************************************************************************************************/
/*********************************** footer **************************************************************************************/
/*********************************************************************************************************************************/

#footerTop {
	border-top: 1px solid #f1ebdc;
	padding: 18px 0 22px 9px;
}

#footerTop,
#footerTop a,
#footerTop a.green:hover {
	color: #454545;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
}

#footerTop a:hover,
#footerTop a.current,
#footerTop a.green {
	color: #678338;
	text-decoration: none;
}

.footerBox {
	float: left;
}

.footerTitle {
	color: #678338;
	font-family: 'dosisbold', Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

#width1 {
	width: 169px;
}

#width2 {
	margin-left: 30px;
	width: 382px;
}

#width3 {
	float: right;
	margin-left: 20px;
	width: 370px;
}

#width3 a {
	line-height: 19px;
}

.tablePadding {
	padding-left: 20px;
}

#footerBg {
	background: #5f7932 url(/images/bg_footer.jpg) 0 0 repeat-x;
	display: table;
	padding: 4px 0 14px;
	width: 100%;
}

#footerLeft {
	float: left;
	padding-top: 16px;
}

#footerBg,
#footerBg a {
	color: #ffffff;
	font-size: 11px;
	line-height: 12px;
}

#footerBg a {
	text-decoration: none;
	text-transform: lowercase;
}

#footerBg a:hover,
#footerBg a.current {
	color: #e1d5b8;
	text-decoration: underline;
}

#grip {
	float: right;
	margin-right: 26px;
	width: 130px;
}

#GRIPFooterLogoText {
	line-height: 8px;
}

#printFooter {
	display: none;
	visibility: hidden;
}
