body {  
  padding: 0;
  margin: 0;
  font-family: Verdana;
  font-size: 12px;
  color: #52594b;
  background: url(images/bg.jpg) repeat-x left bottom #f3f2ee;
}

a img {border: none;}
img {vertical-align: middle;}

a {
	color: #b2d33f;
	text-decoration: underline;
}

a:hover {color: #84a316;}

ul, li, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-position: outside;
	list-style-type: none;
}

.wrapper {
	width: 1044px;
	margin: 0 auto;
}

h2 {
	font-size: 17px;
	font-family: Georgia;
	color: #69ab44;
	font-weight: normal;
	margin-bottom: 10px;
}

h3 {
	background: #f3f2ee;
	padding: 6px 8px 1px 8px;
	border-bottom: 2px solid #aece99;
	margin-bottom: 10px;
	font-family: Georgia;
	font-size: 17px;
	color: #69ab44;
	font-weight: normal;
}

h3.grey {
	background: #eeede9;
	color: #515749;
	padding: 6px 8px;
	border-bottom: none;
}

h3.grey a {
	color: #515749;
	text-decoration: none;
}

h3 .date {
	float: right;
	font-size: 13px;
	padding-top: 2px;
	font-family: Verdana;
	font-weight: bold;
}

h4 {
	font-size: 13px;
	padding-bottom: 10px;
}
.scroll2 h4 {padding: 4px 0;}

h4 a, h4 {
	text-decoration: none;
	color: #69ab44;
}
.scroll2 h4 a {color: #fff;}

h5 {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	background: #FF9900;
	padding: 7px 11px;
}

a.grey, .grey {color: #bcb8a5;}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	display: block;
}

.line, .line2 {
	height: 1px;
	font-size: 1px;
	border-bottom: 2px dotted #ccc9bb;
	margin-bottom: 10px;
	clear: both;
}

.line2 {
	border-bottom: 1px solid #e5e5dd;
	margin-bottom: 0;
}

img.float_right {
	margin: 0 0 5px 8px;
	float: right;
}

.small {
	font-size: 11px;
	padding-bottom: 10px;
	color: #52594b;
	font-weight: normal;
}

.text {
	font-size: 11px;
	padding-bottom: 10px;
}

ul.bullet li {
	padding-left: 12px;
	background: url(images/bullet.jpg) no-repeat 3px 6px;
}

.grey_bg {background: #f3f2ee;}

/* ==================== HEADER ======================= */
/* ====================================================*/

.header {
	height: 166px;
	padding: 0 10px 10px 22px;
	background: url(images/header_bg.jpg) no-repeat left top #fff;
}

.header .logo {float: left;}
.header .logo a {text-decoration: none;}

.header .user_menu {
	width: 268px;
	font-size: 13px;
	padding-left: 10px;
	color: #52594b;
	word-spacing: 6px;
}

.header .user_menu strong, .header .user_menu a {word-spacing: normal;}

.header .user_menu strong {color: #69ab44;}

.header .user_menu a {
	color: #52594b;
	text-decoration: none;
}

.header .user_menu a:hover {color: #69ab44;}

.header_banner {
	float: right;
	padding-top: 10px;
}

/* ========================= MENU =========================*/
/* ========================================================*/

.menu {
	float: right;
	width: 712px;
	height: 53px;
	margin-top: 11px;
	padding: 0 18px 0 1px;
	background: url(images/menu_sep.jpg) no-repeat left bottom;
}

.menu li {
	background: url(images/menu_sep.jpg) no-repeat right bottom;
	height: 53px;
	float: left;
	padding-right: 1px;
	cursor: pointer;
	position: relative;
}

.menu a {
	float: left;
	padding: 18px 6px 0 6px;
	width: 105px;
	height: 35px;
	text-decoration: none;
	color: #bcb8a5;
	font-size: 9px;
	word-spacing: 0px;
}

.menu a span {
	color: #69ab44;
	font-size: 13px;
	display: block;
	padding-bottom: 1px;
	word-spacing: normal;
	
}

.menu .active a {
	background: url(images/menu_hover_bg.jpg) repeat-x left top;
	color: #69ab44;
}
.menu .active a {color: #69ab44;}

.menu a:hover, .menu a.hovered {
	background: #FFCC33;
	color: #eeede9;
}

.menu a:hover span, .menu a.hovered span {color: #fff;}

.menu li.hover .submenu {display: block;}

.submenu {
	position: absolute;
	display: none;
	padding: 7px 14px 14px 16px;
	width: 720px;
	height: 209px;
	background: url(images/submenu_bg.png) no-repeat left top;
	left: -255px;
	top: 48px;
	cursor: auto;
}

.submenu ul {
	float: left;
	width: 110px;
	padding-right: 10px;
}

.menu .submenu li {
	background: none;
	height: auto;
	float: none;
	padding: 3px 0;
	cursor: auto;
	float: left;
	width: 100%;
}

.menu .submenu a {
	float: left;
	width: 103px;
	padding: 0 0 0 7px;
	width: auto;
	height: auto;
	text-decoration: none;
	color: #52594b;
	word-spacing: normal;
	font-size: 10px;
	display: block;
	background: url(images/submenu_bullet.jpg) no-repeat 1px 4px;
}

.menu .submenu a:hover {
	background: none;
	color: #b2d33f;
	text-decoration: underline;
	background: url(images/submenu_bullet_hover.jpg) no-repeat 1px 4px;
}

.menu .submenu .title a, .menu .submenu .title a:hover {
	background: none;
	font-size: 12px;
	padding-left: 0;
	color: #69ab44;
}

/* ======================= CONTENT ========================*/
/* ========================================================*/

.content {
	width: 1002px;
	background: url(images/content_bg.png) repeat-y left top;
	float: left;
	padding: 0 10px 0 32px;
}

.content .slide_menu {
	margin-bottom: 15px;
}

/* ======================= CONTENT > Left Col ========================*/

.left {
	float: left;
	width: 160px;
	padding: 0 15px 10px 0;
}

.left_menu {padding-bottom: 12px;}

.left_menu li {
	font-family: Georgia;
	font-size: 17px;
	font-weight: normal;
	padding: 3px 10px 3px 0;
}

.left_menu li ul.sub {padding-bottom: 16px;}
.left_menu li ul.sub2 {
	padding-bottom: 30px;
	border-top: 1px solid #e7e4dd;
	margin-top: 3px;
}

.left_menu li ul.sub li {
	font-size: 13px;
	font-family: Verdana;
	padding: 3px 0;
	border-bottom: 1px solid #e7e4dd;
}

.left_menu li ul.sub2 li {
	font-size: 11px;
	border-bottom: 1px solid #e7e4dd;
}
.left_menu li ul.sub2 li.no_border {border-bottom: none;}

.left_menu li ul.sub2 li.active {
	border-bottom: 1px solid #accf3d;
	background: #f3f2ee;
	color: #accf3d;
}

.left_menu li ul.sub2 li a:hover, .left_menu li ul.sub2 li.active a {color: #accf3d;}

.left_menu li a {
	text-decoration: none;
	color: #525a4b;
}

.left_menu li h4 {padding: 5px 0 0 0;}

.left_menu li h4 a {color: #accf3d;}

.left_menu li a.dark_green, .dark_green {color: #69ab44;}
.left_menu li a.green, .green a {color: #96b511;}
.left_menu li a.blue {color: #0097a5;}
.left_menu li a.ltblue {color: #008bc4;}
.left_menu li a.purple {color: #62136f;}
.left_menu li a.rose {color: #ec0a6e;}
.left_menu li a.red {color: #d23435;}
.left_menu li a.orange {color: #f47f22;}

.left .banner_v {
	margin-bottom: 10px;
}

/* ======================= CONTENT > Center Col ========================*/

.center {
	float: left;
	width: 485px;
	padding-bottom: 10px;
}

.center .block_title {
	font-size: 18px;
	color: #94b510;
	margin-bottom: 5px;
}

.center .block_title a {text-decoration: none;}

.center .block_author {
	float: right;
	padding: 0 0 10px 20px;
}

.center .block_author span {
	display: block;
	background: #eeede9;
	color: #94b510;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 6px;
}

.center .chat {
	background: url(images/chat_bg.jpg) no-repeat right top #eeede9;
	padding: 6px 200px 6px 10px;
	margin-bottom: 10px;
	font-size: 11px;
}

.center .chat p a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.center .list {margin-bottom: 14px;}

.center .list_item {
	padding: 10px;
}

.center .list_item p {
	font-size: 11px;
	padding-bottom: 8px;
}

.related {
	margin-bottom: 18px;
}

.related p {
	border-bottom: 2px solid #edeae5;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-size: 13px;
	padding: 0 8px 8px 8px;
}

.related p a {
	text-decoration: none;
}

/* ======================= CONTENT > Center Col > Post Comment ========================*/

.post_comment {
	background: #eeede9;
	padding: 3px 7px 2px 7px;
	font-size: 14px;
}

.post_comment p {
	float: left;
	width: 100%;
	padding: 5px 0;
}

.post_comment label {
	float: left;
	width: 80px;
	padding-right: 6px;
}

.post_comment textarea, .post_comment input {
	border: none;
	background: #fff;
	width: 370px;
	padding: 2px 5px;
}
.post_comment textarea {
	height: 70px;
	overflow: hidden;
}

.post_comment p.post_link a {
	margin-left: 86px;
	text-decoration: none;
}

/* ======================= CONTENT > Center Col > Columns ========================*/

.columns p, .scroll p, .scroll2 p, .scroll3 p, .accordeon div p {
	margin-bottom: 10px;
	font-size: 11px;
}

.col_left, .col_right {
	width: 233px;
	float: left;
	display: inline;
}
.col_right {float: right;}

.offer {
	padding: 6px 65px 6px 8px;
	font-size: 10px;
}

.offer span {
	font-size: 12px;
	font-weight: bold;
}

.offer a, .offer a:hover {
	text-decoration: none;
	color: #52594b;
}

.offer1 {background: url(images/offer_bg1.jpg) no-repeat right top #f3e2f5;}
.offer2 {background: url(images/offer_bg2.jpg) no-repeat right top #d8eff1;}
.offer3 {background: url(images/offer_bg3.jpg) no-repeat right top #ffe3f3;}
.offer4 {background: url(images/offer_bg4.jpg) no-repeat right top #ffe3e7;}

.offer1 a span, .offer1 a:hover span {color: #61136d;}
.offer2 a span, .offer2 a:hover span {color: #028cc4;}
.offer3 a span, .offer3 a:hover span {color: #ed0a71;}
.offer4 a span, .offer4 a:hover span {color: #d23436;}

.columns .thumb, .scroll .thumb, .scroll2 .thumb, .acc_inner .thumb, .list_item .thumb {
	float: left;
	display: inline;
	margin-right: 16px;
}
.scroll2 p.thumb {margin: 0 8px 0 0;}

/* ======================= CONTENT > Right Col ========================*/

.right {
	float: right;
	width: 322px;
	background: #eeede9;
	padding-bottom: 10px;
}

.right .tabs {margin-bottom: 15px;}

.swf_banner {padding: 0 11px 30px 11px;}

/* ====================== FOOTER =========================*/
/* =======================================================*/

.footer {
	clear: both;
	height: 10px;
	font-size: 1px;
	background: url(images/footer_bg.jpg) no-repeat left top;
}

/* ===================== SCROLLABLE GALLERIES ==================== */

.scroll, .scroll2, .scroll3 {
	position: relative;
	overflow: hidden;
	padding: 7px 0;
	margin-bottom: 30px;
	background: url(images/scroll_bg.jpg) repeat-y left top;
}

.scroll2 {
	background-image: none;
	background: #636b59;
	padding: 0;
	margin-bottom: 0;
}

.scroll3 {
	background: none;
	padding: 0;
	margin-bottom: 20px;
}

.scroll div, .scroll2 div, .scroll3 .wrap {
	width: 322px;
	position: relative;
	overflow: hidden;
}
.scroll3 .wrap {width: 485px;}

.scroll ul, .scroll2 ul, .scroll3 ul {
	width: 99999px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.scroll li, .scroll2 li, .scroll3 li {
	width: 300px;
	padding: 0 22px 0 0;
	float: left;
	min-height: 90px;
	height: auto !important;
	height: 90px;
}

.scroll2 li {
	width: 300px;
	padding: 0 22px 0 0;
	height: auto;
	min-height: 1px;
}

.scroll3 li {
	width: 580px;
}

.btns {
	height: 31px;
	overflow: hidden;
	position: absolute;
	top: 40px;
	width: 100%;
}

.scroll3 .btns {top: 50px;}

.scroll .btns a, .scroll2 .btns a, .scroll3 .btns a {
	float: left;
	width: 26px;
	height: 31px;
	margin: 0;
	display: inline;
	text-indent: -9999px;
	overflow: hidden;
}
.scroll a.btn-prev, .scroll3 a.btn-prev {background:url(images/btn-prev.png) no-repeat;}
.scroll2 a.btn-prev {background:url(images/btn-prev2.png) no-repeat;}
.scroll a.btn-next, .scroll2 a.btn-next, .scroll3 a.btn-next {
	background:url(images/btn-next.png) no-repeat;
	margin-left: 270px;
}
.scroll2 a.btn-next {background:url(images/btn-next2.png) no-repeat;}

.scroll3 a.btn-next {margin-left: 433px;}

.scroll3 a.block {
	color: #fff;
	float: left;
	width: 161px;
	margin-right: 18px;
	display: inline;
	text-decoration: none;
	cursor: pointer;
}
.scroll3 a.block:hover {color: #f1f1f1;}

.scroll3 a.block span {
	display: block;
	font-size: 14px;
	font-family: Georgia;
	font-weight: bold;
	margin-top: -27px;
	opacity: 0.75;
}

.scroll3 a.block span b {
	background: #75b200;
	padding: 5px 10px;
	display: inline-block;
	width: 141px;
}

/* =================== Vertical Accordeon ============= */

.accordeon {
	width: 322px;
	padding-bottom: 30px;
}

.accordeon .acc_inner {
	background: url(images/scroll_bg.jpg) repeat-y left top;
	padding: 8px 10px 0 10px;
}
.accordeon p {margin-bottom: 0;}
.accordeon .acc_inner .thumb {margin-left: 10px;}

.accordeon p.acc_title {
	cursor: pointer;
	padding: 0 10px;
	margin-top: 0;
	text-decoration: none;
	font-size: 13px;
	color: #67705d;
	background: url(images/acc_bullet.jpg) 12px 14px no-repeat;
}
.accordeon p.selected {display: none;}

.accordeon p.acc_title span {
	display: block;
	padding: 8px 10px;
	border-bottom: 2px dotted #ccc9bb;
}

.accordeon .acc_descr {
	float: right;
	width: 150px;
	padding-right: 10px;
}

.accordeon .acc_inner h4 {color: #69ab44;}

.accordeon .line {margin-bottom: 0;}

/* ====================== Horizontal Accordion =============== */

.acc_h {
	display: none;
	height: 230px;
}

.container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.container li {
	display: inline;
	margin: 0;
	padding: 0;
}

/*Content Container*/
.contentContainer {
	padding-left: 0;
	float: left;
	width: 0;
	height: 230px;	
	overflow: hidden;
}

.acc_h .handle {
	float: left;
	width: 30px;
	height: 230px;
	position: realtive;
	text-align: center;
}

.acc_h .contentInnerWrapper h2 {
	font-size: 20px;
	font-family: Georgia;
	font-weight: bold;
	margin-bottom: 10px;
}

.acc_h .contentInnerWrapper p {
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 13px;
}

.acc_h #acc_hHandle0 {background: url(images/acc_h_0.jpg) no-repeat 50% 94% #69ab44;}
.acc_h #acc_hHandle1 {background: url(images/acc_h_1.jpg) no-repeat 50% 94% #afbf36;}
.acc_h #acc_hHandle2 {background: url(images/acc_h_2.jpg) no-repeat 50% 94% #0097a5;}
.acc_h #acc_hHandle3 {background: url(images/acc_h_3.jpg) no-repeat 50% 94% #008bc4;}
.acc_h #acc_hHandle4 {background: url(images/acc_h_4.jpg) no-repeat 50% 94% #62136f;}
.acc_h #acc_hHandle5 {background: url(images/acc_h_5.jpg) no-repeat 50% 94% #d23435;}
.acc_h #acc_hHandle6 {background: url(images/acc_h_6.jpg) no-repeat 50% 94% #f47f22;}

.acc_h #acc_hHandle0.handleSelected {background: url(images/acc_ha_0.jpg) no-repeat 50% 94% #f3f2ee;}
.acc_h #acc_hHandle1.handleSelected {background: url(images/acc_ha_1.jpg) no-repeat 50% 94% #eeede9;}
.acc_h #acc_hHandle2.handleSelected {background: url(images/acc_ha_2.jpg) no-repeat 50% 94% #eeede9;}
.acc_h #acc_hHandle3.handleSelected {background: url(images/acc_ha_3.jpg) no-repeat 50% 94% #e6e4dd;}
.acc_h #acc_hHandle4.handleSelected {background: url(images/acc_ha_4.jpg) no-repeat 50% 94% #e6e4dd;}
.acc_h #acc_hHandle5.handleSelected {background: url(images/acc_ha_5.jpg) no-repeat 50% 94% #e6e4dd;}
.acc_h #acc_hHandle6.handleSelected {background: url(images/acc_ha_6.jpg) no-repeat 50% 94% #e6e4dd;}

.acc_h .slide_content0, .acc_h .slide_content1, .acc_h .slide_content2, .acc_h .slide_content4 {
	padding: 20px 14px 0 225px;
	height: 210px;
	text-align: right;
}
.acc_h .slide_content1 {padding-left: 190px;}
.acc_h .slide_content4 {padding-left: 170px;}

.acc_h .slide_content3, .acc_h .slide_content5, .acc_h .slide_content6 {
	text-align: left;
	padding: 20px 225px 0 14px;
	height: 210px;
}
.acc_h .slide_content3 {padding-right: 180px;}
.acc_h .slide_content6 {padding-right: 280px;}

.acc_h .slide_content0 {background: url(images/accordion_tab0bg.jpg) no-repeat left top;}
.acc_h .slide_content1 {background: url(images/accordion_tab1bg.jpg) no-repeat left top;}
.acc_h .slide_content2 {background: url(images/accordion_tab2bg.jpg) no-repeat left top;}
.acc_h .slide_content3 {background: url(images/accordion_tab3bg.jpg) no-repeat left top;}
.acc_h .slide_content4 {background: url(images/accordion_tab4bg.jpg) no-repeat left top;}
.acc_h .slide_content5 {background: url(images/accordion_tab5bg.jpg) no-repeat left top;}
.acc_h .slide_content6 {background: url(images/accordion_tab6bg.jpg) no-repeat left top;}

.acc_h .slide_content1 h2 {color: #a6b823;}
.acc_h .slide_content2 h2 {color: #0097a5;}
.acc_h .slide_content3 h2 {color: #028cc4;}
.acc_h .slide_content4 h2 {color: #62136f;}
.acc_h .slide_content5 h2 {color: #d23435;}
.acc_h .slide_content6 h2 {color: #f47f22;}

label.error{
color:red;
font-size:9px;
display:block;
}
.form_to_mail td {
padding:10px;
vertical-align:top;
}
input.error{background-color:#FFFFD5;
border:2px solid red;
color:red;}
.hide{
}

