body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 14px;
	color: #575757;
	background: #a29664 url('img/bg_body.jpg') top center;
}

/* HEADINGS */
h1 {
	font-weight: bold;
	font-size: 36px;
	margin: 0;
	padding-bottom: 6px;
	display: inline;
}

h2 {
	margin: 0;
	padding: 0;
}

/* LINKS */
a:link, a:visited, a:hover {
	color: #575757;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #BA0871;
}
a.contact_link:link, a.contact_link:visited, a.contact_link:hover {
	color: #BA0871;
}
a.contact_link:hover {
	color: black;
}
a.normal:link, a.normal:visited, a.normal:hover {
	color: #575757;
	border-bottom: 1px solid #BA0871;
	text-decoration: none;
}
a.normal:hover {
	color: #BA0871;
}
.normal {
	font-weight: bold;
	color: #575757;
	border-bottom: 1px solid #BA0871;
	text-decoration: none;
}
#languages a:link, #languages a:visited, #languages a:hover {
	display: block;
	float: left;
	color: #359e07;
}

/* CONTAINERS */
.secbody {
	
}
.main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.container {
	margin-left: 20px;
	margin-right: 20px;
	background: white;
}
.header {
	
}
.content {

}

/* AD */
#postit {
	position: absolute;
	top: 110px;
	right: -30px;
	width: 200px;
	height: 300px;
	overflow: hidden;
	background: transparent url('/img/postit.png') no-repeat center center;
}
#postit_close {
	height: 60px;
	cursor: pointer;
}
#postit_link {
	height: 240px;
	cursor: pointer;
}

#languages {
	float: right;
	width: 55px;
	text-align: right;
}
#socialmedia {
	float: left;
	width: 105px;
	text-align: left;
	overflow: hidden;
}
.footer {
	clear: both;
	text-align: center;
}
.footer-inner {
	font-size: 10px;
	padding-top: 10px;
}
.footer_inner a {
	color: #4f4f4f;
	text-decoration: none;
}
.include {
	padding: 40px 0 40px 0;
}

/* Header */
#logo {
	float: left;
	width: 341px;
}
#logo img {
	display: block;
}

#navigation {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#head_portlets {
	float: right;
	width: 579px;
	height: 179px;
	background: url('img/bg_header.jpg') no-repeat bottom right;
}
#bee_contact {
	float: left;
	width: 140px;
	padding-top: 61px;
	text-align: right;
}
#bee_orar {
	float: left;
	width: 150px;
	padding-top: 44px;
	text-align: right;
}
#bee_newsletter {
	float: right;
	width: 263px;
	height: 179px;
	background: url('img/bee_bg_newsletter.gif') no-repeat bottom right;
}
#bee_newsletter form {
	margin: 0;
	padding: 35px 0 0 60px;
}
#newsletter_email {
	border: 1px solid #bfd63e;
	background: #ffffff;
	color: #000000;
	width: 140px;
	height: 16px;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#topadv {
	position: absolute;
	top: 14px;
	right: 20px;
	border: 1px solid #cccccc;
	width: 468px;
	height: 60px;
	background: #f7f7f7;
	text-align: center;
	color: #c4c4c4;
	display: none;
}
#topadvlarge {
	clear: both;
	margin: 0 auto 0 auto;
	border: 1px solid #cccccc;
	width: 728px;
	height: 90px;
	background: #f7f7f7;
	text-align: center;
	color: #c4c4c4;
	display: none;
}


/* Home */
.home_extraheader {
	width: 470px;
	height: 190px;
	overflow: hidden;
}
.home_extraheader img {
	display: block;
	margin: 0; padding: 0;
	float: left;
}
.home_sections {
	clear: both;
	padding-top: 20px;
	width: 100%;
}
.home_news {
	width: 450px;
	margin-top: 30px;
	background: #ebfdff url('img/home_bg_news.gif') repeat-y top left;
	position: relative;
	font-size: 12px;
}
.padder {
	padding: 0 20px 0 20px;
}
.home_news .padder {
	height: 386px;
	overflow: hidden;
}
.home_sections a {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#home_weather {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* News */
.newsitem_image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 120px;
	border: 1px solid white;
}
.news_item {
	clear: both;
	padding: 10px 0 10px 0;
}

/* Animals */
.quizz {
	background: url('img/animals_bg_quizz.gif') no-repeat top left;
	width: 732px;
	height: 168px;
	overflow: hidden;
	margin-bottom: 20px;
	float: left;
}
.quizz_inner {
	padding: 2px 20px 0 10px;
}
.quizz_content {
	width: 600px;
	float: right;
	
}
.animal_item {
	float: left;
	width: 168px;
	height: 168px;
	cursor: pointer;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.animal_item .href_holder {
	padding-top: 8px;
}

/* Photo Gallery */
.itemrepeat {
	float: left;
	width: 168px;
	height: 240px;
	overflow: hidden;
	margin-right: 10px;
	cursor: pointer;
}
.itemrepeat_imagewrap {
	width: 164px;
	height: 164px;
	border: 2px solid #f7d804;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*behavior: url(border-radius.htc);*/
	cursor: pointer;
}
.itemrepeat_detailswrap {
	font-weight: normal;
	text-align: center;
}
.itemrepeat_detailswrap a:link, .itemrepeat_detailswrap a:visited, .itemrepeat_detailswrap a:hover {
	font-weight: normal;
	text-align: center;
}
.thumbs_paging {
	text-align: center;
}
.details_imagethumb {
	margin-right: 10px;
	margin-bottom: 10px;
}
.paging {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
.paging table {
	width: 100%;
	text-align: center;
}

/* Video Gallery */
.video_item {
	clear: both;
	padding-top: 10px;
	cursor: pointer;
}
.video_thumb {
	width: 130px;
	float: left;
}
.video_thumb img {
	border: 4px solid #f7d804;
}
.video_details {
	float: right;
	width: 490px;
}
.video_details h4 {
	margin: 0;
	padding: 0;
}

/* Contact */
.contact_container {
	background: white url('img/bg_map.jpg') no-repeat -20px 0;
}
.contact_col1 {
	float: left;
	width: 480px;
}
.contact_col2 {
	padding-top: 360px;
	float: right;
	width: 238px;
}
.att_contact {
	background: url('img/bg_exclamation_small.gif') no-repeat 2px 10px;
	padding: 12px 0 20px 30px;
	color: #512e00;
	font-size: 14px;
	border-bottom: 1px solid #7b6944;
}
.contact_note {
	padding-top: 26px;
	font-size: 12px;
	font-weight: bold;
}
.form_line {
	padding-bottom: 10px;
}
.inputter {
	width: 139px;
	border: 0; margin: 0; padding: 0;
	background: url('img/bg_input.gif') no-repeat top left;
	font-size: 12px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 6px;
}
.textarrer {
	font-family: Tahoma, Verdana, "Trebuchet MS"; 
	width: 238px;
	height: 115px;
	border: 0; margin: 0; padding: 0;
	background: url('img/bg_textarea.gif') no-repeat top left;
	font-size: 12px;
}
.button_image {
	border: 0;
}


/* Rounded Containers */
.rounded_red, .rounded_green, .rounded_orange, .rounded_yellow, .rounded_blue {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*behavior:url(border-radius.htc);*/
	padding: 20px;
}
.rounded_red	{ border: 1px solid #F90797; background-color: #FEE6F4; } /* url('img/bg_grass.gif') repeat-x bottom center; padding-bottom: 40px; */
.rounded_green	{ border: 1px solid #a5f506; background-color: #F6FEE6; }
.rounded_orange	{ border: 1px solid #f67809; background-color: #FEF1E6; }
.rounded_yellow	{ border: 1px solid #f7d804; background-color: #FEFBE5; }
.rounded_blue	{ border: 1px solid #cb09f6; background-color: #FAE6FE; }

/* Other Containers */
.image_header {
	height: 258px;
	border: 1px solid #f7d804;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*behavior:url(border-radius.htc);*/
	background: #FEFBE5;
	margin-bottom: 20px;
	clear: both;
}
.cyan {
	color: #BA0871;
}

/* LISTS */
ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 10px 0;
}
ul li {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	margin: 0;
	background: url('img/arrow_grey.gif') no-repeat 2px 6px;
	padding: 0 0 0 15px;
}
ul li a:link, ul li a:visited, ul li a:hover {
	color: #4274E8;
	text-decoration: none;
	line-height: 18px;
}
ul li a:hover {
	text-decoration: underline;
}
ul.primary, ul.secondary {
	padding: 0 15px 0 25px;
}
ul.primary li {
	background: url('img/arrow_red.gif') no-repeat 2px 6px;
}
ul.primary li a:link, ul.primary li a:visited, ul.primary li a:hover {
	color: #E83437;
}
ul.secondary li {
	background: url('img/arrow_blue.gif') no-repeat 2px 6px;
}
ul.secondary li a:link, ul.secondary li a:visited, ul.secondary li a:hover {
	color: #4274E8;
	font-size: 12px;
}
ul.footerlist li a:link, ul.footerlist li a:visited, ul.footerlist li a:hover {
	color: #666666;
	font-size: 12px;
}


/* FORMS */
button {
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	width: auto;
	overflow: visible;
}
.formitem {
	clear: both;
	padding-top: 7px;
	padding-bottom: 7px;
}
.label {
	float: left;
	width: 85px;
	font-size: 16px;
}
.label_large {
	float: left;
}
.input {
	float: left;
}
.line_submit {
}
.line_textarea {
}
.checkbox {
	border: 0;
}
input.medium {
	width: 160px;
}
input.large, textarea.large {
	width: 260px;
}
.required {
	color: red;
}


/* MESSAGES */
.message {
	clear: both;
}
.message_ok, .message_error {
	padding: 30px 0 0 0;
}
.message_ok {
	color: green;
}
.message_error {
	color: red;
}


/* SPECIALS */
img {
	border: 0;
}
hr {
	border: 0;
	color: #cbcbcb;
	background-color: #cbcbcb;
	height: 1px;
}
hr.light {
	clear: both;
	color: #D7E6EE;
	background-color: #D7E6EE;
	margin: 0;
	padding: 0;
}
.clear-both {
	clear: both;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	color: transparent;
	background: transparent;
	overflow: hidden;
}
.display-block {
	display: block;
}
.display-inline {
	display: inline;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.width-max {
	width: 100%;
}
.large {
	font-size: 18px;
}
.rel {
	position: relative;
	top: -4px;
	border: 0;
}



.debugger {
	border: 1px solid white;
	background: black;
	color: white;
	padding: 10px;
}


/* =========================== jQuery Slider Theme ======================== */
#slideshow {
	margin:0;
	width:450px;
	height:300px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:450px;
  height:300px;
  overflow: hidden; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:450px;
  height:300px;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
}
.slide {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
}
.slider-link {
	cursor: pointer;
}


/** 
 * Slideshow controls style rules.
 */
.control {
  display: none; /* block */
  width:39px;
  height:300px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background: transparent url(/img/control_left.gif) 0 0 no-repeat;
}
#rightControl {
  top:0;
  right:0;
  background: transparent url(/img/control_right.gif) 0 0 no-repeat;
}
.slider-link {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 124px;
	height: 99px;
	overflow: hidden;
}
