@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------*/
/* -------------------- RESET CSS ---------------------*/
/* ----------------------------------------------------*/

html
{
	background: #FFF;
	color: #000;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img
{
	border: 0;
}
address,caption,cite,code,dfn,th,var,optgroup
{
	font-style: inherit;
	font-weight: inherit;
}
del,ins
{
	text-decoration: none;
}
li
{
    color: #333333;
    font-size: 14px;
    list-style-position: inside;
}
caption,th
{
	text-align: left;
}
h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after
{
	content: '';
}
abbr,acronym
{
	border: 0;
	font-variant: normal;
}
sup
{
	vertical-align: baseline;
}
sub
{
	vertical-align: baseline;
}
legend
{
	color: #000;
}
input,button,textarea,select,optgroup,option
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input,button,textarea,select
{
	font-size: 100%;
}

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* ------------------- /RESET CSS ---------------------*/


/* ------------------------------------------------------*/
/* ------------------- TYPOGRAPGY CSS -------------------*/
/* ------------------------------------------------------*/
@font-face {
    font-family: 'sweetcheeks';
    src: url('/css/fonts/sweet_cheeks-webfont.eot');
    src: url('/css/fonts/sweet_cheeks-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/sweet_cheeks-webfont.woff') format('woff'),
         url('/css/fonts/sweet_cheeks-webfont.ttf') format('truetype'),
         url('/css/fonts/sweet_cheeks-webfont.svg#sweet_cheeksmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

/* ------------------ /TYPOGRAPGY CSS -------------------*/


/* ----------------------------------------------------*/
/* ------------------- ELEMENTS CSS -------------------*/
/* ----------------------------------------------------*/

html {
	height: 100%;
	background: #fff url('/image/header.png') center 0 repeat-x;
}

body {
	font-family: 'titillium', arial, helvetica, verdana;
	height: 100%;
}

*html body{
	height: 100%;
}

.clear {
	clear: both;
}

/* -- headings -- */
h1 {
	font-family: 'sweetcheeks';
	color: #5b9735;
	font-size: 24px;
	margin-bottom: 10px;
}

h2 {
	font-family: 'sweetcheeks';
	color: #666;
	font-size: 16px;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p{
	color: #333;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

p.sweet {
	font-family: 'sweetcheeks';
}

/* -- links -- */
a, a:link {
	color: #5B9735;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	outline:none;
	text-decoration: none;
}
a.see_all_news {
	font-family: 'sweetcheeks';
	color: #5b9735;
	font-size: 16px;
	text-decoration: none;
}

/* -- blockquotes -- */
blockquote {
}

input {
	border: none;
}

ul {
}

li {
}

/* ------------------ /ELEMENTS CSS -------------------*/


/* ----------------------------------------------------*/
/* -------------------- LAYOUT CSS --------------------*/
/* ----------------------------------------------------*/

#wrap {
	margin: 0 auto;
	width: 940px;
	height: auto;
	padding: 0 20px;
}

/* ----------------------------*/
/* ---------- HEADER ----------*/
/* ----------------------------*/
header {
	width: 940px;
	position: relative;
	height: 200px;
}

p.title_header {
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 110px;
	left: 5px;
}

#logo {
	position: absolute;
	top: 3px;
	left: 55px;
}

#main_nav {
	position: absolute;
	top: 150px;
	left: 0;
	font-family: 'sweetcheeks';
}

	#main_nav li {
		float: left;
		margin-left: 0px;
		margin-right: 13px;
		font-size: 17px;
		line-height: 16px;
	}
	
		#main_nav li li {
			margin: 0;
			font-size: 16px;
			width: 100%;
		}
	
		#main_nav li a,
		#main_nav li a:link,
		#main_nav li a:visited {
			color: #fff;
			padding-bottom: 6px;
			
		}
		
		#main_nav li li a {
			padding: 3px 10px;
		}
		
		#main_nav li a:hover {
			text-decoration: none;
			border-bottom: 4px solid #5a9634;
		}

		#main_nav li a.selected {
			text-decoration: none;
			border-bottom: 4px solid #5a9634;
		}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	/*top: 100%;*/
	top: 26px;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 0px 5px 5px rgba(0,0,0,.2);
	min-width: 7em; /* allow long menu items to determine submenu width */
	max-width: 15em;
	background: #9bcb3a;
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}
.sf-menu li {
	background: #9bcb3a;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #9acb39;
}
.sf-menu ul ul li {
	background: #9acb39;
}
.sf-menu li:hover a,
.sf-menu li.sfHover a {
	/*background: #CFDEFF;*/
	border-bottom: 4px solid #5a9634;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.sf-menu li:hover li a,
.sf-menu li.sfHover li a {
	border-bottom: none;
	padding: 5px 0 5px 5px;
}

.sf-menu li li a:hover {
	border-bottom: none !important;
	background: #5a9634;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	/*padding-right: 2.5em;*/
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* ---------- /Header ---------*/


/* -----------------------------*/
/* ---------- CONTENT ----------*/
/* -----------------------------*/

#slider_wrap {
	width: 940px;
	height: 300px;
	background: url("/image/banner_shadow.png") center bottom no-repeat;
	position: relative;
	margin-bottom: 20px;
}

	#slider_wrap .bx-wrapper {
		height: 290px;
		overflow: hidden;
	}
	
	#slider_wrap .bx-pager {
		position: absolute;
		right: 10px;
		bottom: 20px;
	}
	
	#slider_wrap .bx-pager .bx-pager-item {
		float: left;
		margin-left: 5px;
	}
	
	#slider_wrap .bx-pager .bx-pager-item a {
		display: block;
		width: 10px;
		height: 10px;
		text-indent: -9999px;
		background: url("/image/bx_pager.png") 0 0 no-repeat;
	}
	
	#slider_wrap .bx-pager .bx-pager-item a.active {
		background: url("/image/bx_pager.png") 0 -10px no-repeat;
	}
	
#content {
	margin-bottom: 20px;
}

#site_template {
	margin-bottom: 20px;
	float: left;
}

#news_block {
	float: left;
	width: 280px;
	border-right: 1px solid #666;
	margin-right: 20px;
	padding-right: 19px;
}

.news_item {
	margin-bottom: 20px;
	font-family: 'titillium';
}

	.news_item .title {
		font-size: 18px;
		color: #5b9735;
	}
	
	.news_item .date {
		font-size: 14px;
		color: #666;
	}
	
	.news_item p {
		font-size: 14px;
		color: #333;
		line-height: 18px;
		margin-bottom: 5px;
	}
	
	.news_item .see_more {
		background: #5b9735;
		color: #fff;
		padding: 2px 10px;
		display: inline-block;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		font-family: 'sweetcheeks';
		text-decoration: none;
	}
	
	.news_item .see_more:hover {
		text-decoration: none;
		background: #666;
	}

.faq {
	margin-bottom: 10px;
}

	.faq h2.more_info {
		font-size: 20px;
		cursor: pointer;
	}
	
	.faq_description {
		padding-left: 25px;
	}
	
	h3.faq_date {
		color: #5b9735;
		font-size: 14px;
		margin-bottom: 5px;
	}
	
#right_block {
	width: 620px;
	float: left;
}

	#right_block img {
		max-width: 100% !important;
		/*height: auto;*/
		float: left;
	}

.image_item {
	width: 178px;
	/*height: 117px;*/
	border: 1px solid #ccc;
	padding: 10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

	.image_wrap {
		overflow: hidden;
		width: 178px;
		/*height: 117px;*/
	}
#partners {
	float: left;
	width: 940px;
	background: url("/image/partners.png") 0 0 no-repeat;
	padding-top: 20px;
}

/* ---------- jQuery alerts ----------*/
#popup_container {
	font-size: 14px;
	min-width: 200px; /* Dialog will be no smaller than this */
	max-width: 400px; /* Dialog will wrap after this width */
	background: #f3f1f1;
	border: solid 3px #fff;
	border /*\**/: solid 3px #999;
	*border: solid 3px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #666;
}

@media all and (min-width:0) {
    #popup_container { border: solid 3px #fff; }  /* IE9-IE10pp4 */
}


#popup_title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #3b4094;
	background: #f3f1f1;
	border: solid 1px #FFF;
	*background: none;
	*border: none;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
}

#popup_content.confirm {
}

#popup_content.prompt {
}

#popup_ok {
	padding: 5px 10px;
	background: #3b4094;
	color: #fff;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
}

#popup_ok::-moz-focus-inner {
	outline: none;
	border: 0;
}

#popup_message {
	text-align: center;
	color: #666;
	line-height: 20px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
/* ---------- /jQuery alerts ----------*/


/* ---------- Form ----------*/
form.jquery_form {
	float: left;
	width: 500px;
}

	form.jquery_form .full_width {
		width: 500px;
		float: left;
		display: inline;
		margin-bottom: 10px;
	}

		form.jquery_form .full_width label {
			width: 100px;
			float: left;
		}
	
		form.jquery_form .full_width input,
		form.jquery_form .full_width textarea {
			width: 350px;
			border: 1px solid #000;
			padding: 3px;
		}

		form.jquery_form .full_width input:hover,
		form.jquery_form .full_width textarea:hover {
			width: 350px;
			border: 1px solid #f00;
		}

		form.jquery_form .full_width input:focus,
		form.jquery_form .full_width textarea:focus {
			width: 350px;
			border: 2px solid #f00;
			padding: 2px;
		}

		form.jquery_form .full_width label.error {
			margin-left: 100px;
			width: 500px;
			font-size: 11px;
			color: #f00;
		}
		
	form.jquery_form .btn {
		margin-left: 100px;
		padding: 3px 10px;
	}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/image/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/image/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/image/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/image/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/image/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/image/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* ---------- /Content ---------*/


/* ------------------------------*/
/* ---------- SITEINFO ----------*/
/* ------------------------------*/
footer {
	width: 100%;
	background: url("/image/footer.png") 0 0 repeat-x;
	height: 50px;
	padding-top: 30px;
}

	footer p {
		text-align: center;
		font-size: 12px;
		color: #fff;
		
	}


/* --------- /Siteinfo ----------*/

/* -------------------- /LAYOUT CSS ---------------------*/
