/* WYMeditor */

/* PARA: Zaļš */
#container #content_container #content .green {
  color: #435F00;
  /* color: #435F00; */
}

/* PARA: Oranžs */
#container #content_container #content .orange {
  color: #DD7500;
  /* color: #DD7500; */
}

/* PARA: Sarkans */
#container #content_container #content .red {
  color: #FF1F00;
  /* color: #FF1F00; */
}

/* /WYMeditor */

body {
	margin: 0;
	padding: 0;
	background-color: #fcfcfb;
	font-family: Verdana, sans-serif;
}

a {
	color: #435F00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 1014px;
	margin: 0 auto;
	background-image: url(/images/faux.gif);
	background-repeat: repeat-y;
}

#top {
	background-image: url(/images/mid_bkg.jpg);
	background-repeat: no-repeat;
	background-position: 0 185px;
	height: 355px;
}

#top img {
	display: block;
	margin: 0;
	padding: 0;
}

#top_container {
	height: 296px;
	margin: 0;
}

#top #logo {
	margin-right: -14px;
	padding: 0;
}

#top #top_right {
	margin-left: -23px;
}

#photos {
	position: absolute;
	top: 0;
	float: left;
	padding: 0;
	margin-left: 346px;
}

.float_left {
	float: right;
}

.float_right {
	float: right;
}

#menu {
	margin-top: -110px;
}

#menu #top_left_menu {
	height: 30px;
	background-image: url(/images/stripe.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}

#menu #lang_menu {
	height: 30px;
	background-image: url(/images/stripe.gif);
	background-repeat: repeat-x;
	position: relative;
	float: right;
}

#menu ul.top_menu {
	font-size: 12px;
	color: #fef1c5;
	padding: 0;
	margin: 0;
	text-decoration: none;	
}

#menu .top_menu li {
	list-style: none;
	padding: 0 10px;
	line-height: 30px;
	cursor: pointer;
	border-left: 1px solid #fef1c5;
	display: inline;
}

#menu .top_menu li a {
	cursor: pointer;
	color: #FEF1C5;
	text-decoration: none;
}

#menu .top_menu li a:visited {
	text-decoration: none;
}

#menu .top_menu li:first-child {
	border-left: none;
}

#menu .top_menu li.selected a,#menu .top_menu li a:hover {
	text-decoration: underline;
}

.clearer {
	clear: both;
	height: 0;
	font-size: 0;
}

#working {
	margin-top: 20px;
	margin-left: 135px;
	width: 125px;
}

#working .title {
	font-size: 12px;
	color: #757844;
}

#working .hours {
	font-size: 18px;
	color: #feeaa4;
}

/*content container*/
#content_container {
	overflow: hidden;
	position: relative;
	width: 1014px;
	margin-top: -58px;
}

#content_container #left_menu {
	float: left;
	width: 211px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	padding-left: 9px;
}

#content_container #content {
	float: left;
	width: 580px;
	padding: 0 10px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	font-size: 12px
}

#content_container #content p {
	text-align: justify;
	margin-right: 30px;
	margin-left: 10px;
	color: #1A1B1C
}	
	
#content_container #content .news_item p {
	text-align: justify;
	margin-right: 0px;
	margin-left: 0px;
}		
	
#content_container #right_menu {
	float: left;
	width: 214px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

/*left menu*/
#left_menu .section_brown {
	/*background-image: url(/images/section_brown.gif);*/
	background-color: #b68604;
	width: 200px;
	height: 76px;
	margin-left: 5px;
}

#left_menu .section_green {
	background-color: #b1be7f;
	width: 200px;
	height: 76px;
	margin-left: 5px;
}

#left_menu .section_brown img,#left_menu .section_green img {
	margin: 4px 5px 0 5px;
	border: 1px solid #dcf18d;
}

#left_menu .section_brown .title,#left_menu .section_green .title {
	text-align: center;
	color: #feb500;
	background-color: #466400;
	font-size: 14px;
	height: 11px;
	margin: 0;
	padding: 5px 0;
	line-height: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.main_menu {
	padding: 0;
	margin: 10px 0;
}

.main_menu li {
	list-style: none;
	padding: 0 30px;
	margin: 8px 0;
	line-height: 12px;
	cursor: pointer;
}

.main_menu li a {
	font-size: 12px;
	color: #101602;
	text-decoration: none;
}

.main_menu li.selected,.main_menu li:hover {
	font-weight: bold;
	padding: 0 10px;
	border-left: 20px solid #476500;
}

/*content*/
#content h1 {
	margin-top: 14px;
	margin-left: 40px;
	padding-bottom: 10px;
	color: #435f00;
	font-size: 14px;
	text-transform: uppercase;
	text-indent: 0px;
}

.news_archive {
	clear: both;
}

.news_item {
	border: 1px solid #f6de94;
	background-color: #f3f6cf;
	padding: 10px;
	margin: 10px;
	width: 240px;
	height: 230px;
	float: left;
	font-size: 12px;
	position: relative;
}

.news_item a {
	color: #435f00;
}

.news_item img {
	border: 2px solid #476500;
}

.news_item h2 {
	font-size: 12px;
	color: #435f00;
}

.more {
	position: absolute;
	float: right;
	right: 9px;
	bottom: 5px;
}

/*footer*/
#footer {
	background-image: url(/images/footer_bkg.jpg);
	height: 41px;
	padding: 168px 0 0 0;
	margin-top: -100px;
	color: #fef1c5;
	font-size: 12px;
}

#footer .stripe {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	background-image: url(/images/stripe.gif);
	background-repeat: repeat-x;
}