html {
	margin: 0px;
	padding: 0px;
	background: url('images/main_bg.gif') repeat-x top #464646;
	font-family: Arial;
	font-size: 12px;
}

body {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

#logo {
	width: 900px;
	margin: 0px auto;
	height: 133px;
	overflow: hidden;
}

	#logo h1 {
		margin: 0px;
		padding: 0px;
	}
	
	#logomsg {
		margin-left: 50px;
		width: 200px;
		height: 133px;
		background: url('images/logo.gif') no-repeat center;
	}
	
	#bg {
		float: right;
		width: 600px;
		height: 133px;
		margin-right: 50px;
		background: url('images/fruitstablets.jpg') no-repeat right bottom;
	}

#menu {
	background: url('images/menu.png') no-repeat;
	width: 900px;
	margin: 0px auto;
	text-align: center;
	height: 48px;
}

	/* Menü start */

	#mainmenu {
	  margin: 0px;
	  padding: 0px;
	  list-style: none;
	}

	#mainmenu ul {
		padding: 0px;
		margin: 0px;
	}
	
	#mainmenu li {
		display: inline;
		/* left float */
		display: inline;
		line-height: 48px;
	}

	#mainmenu a {
	  width: 120px;
	  padding: 17px 30px 17px 30px;
	  font-weight: bold;
	  font-size: 12px;
	  text-decoration: none;
	  text-align: center;
	  color: #fff;
	  background: url('images/border_line.png') no-repeat right center;
	}

	#lastmenu a {background: none;}
	
	#mainmenu a:hover, #mainmenu a.active {
	  color: #ffffff;
	  background: url('images/menu_on.png') no-repeat right center;
	}
	#lastmenu a:hover, #lastmenu a.active {
		background: url('images/menu_on.png') no-repeat left center;
	}

		#submenu {
			position: absolute;
			width: 900px;
			margin: 0px auto;
			text-align: center;
		}
	
		#submenu ul {
			visibility: hidden;
		}
	
		#submenu ul {
		  float: left;
		  margin: 0;
		  padding: 0;
		  list-style: none;
		}

		#submenu li {
		  margin: 0;
		  padding: 0;
		}

		#submenu a {
			  margin: 0 3px 1px 0;
			  width: 120px;
			  padding: 0px 12px 0px 12px;
			  font-weight: bold;
			  font-size: 12px;
			  text-decoration: none;
			  text-align: center;
			  color: #fff;
			  background-color: gray;
		}
	
	/* Menü start */

#middle {
	width: 850px;
	margin: 0px auto;
	height: 48px;
	color: #BDBDBD;
}
	#middle input.button {
		background: #7F7F7F;
		border-top: 1px solid #8C8C8C;
		border-left: 1px solid #8C8C8C;
		border-right: 1px solid #5C5C5C;
		border-bottom: 1px solid #5C5C5C;
		color: #E3E3E3;
		font-weight: bold;
		font-size: 10px;
		margin-left: 5px;
	}
	#middle input.imgbutton {
		line-height: 400px;
		margin-left: 5px;
	}
	#middle input.text {
		border: 2px solid #7F7F7F;
		font-size: 10px;
		width: 150px;
	}
	#middle input.shorttext {
		border: 2px solid #7F7F7F;
		font-size: 10px;
		width: 120px;
	}

#wrap {
	background: url('images/content_bg_up.gif') no-repeat left top #F2F2F0;
	width: 900px;
	min-height: 500px;
	overflow: hidden;
	margin: 0px auto;
	padding-top: 10px;
}

	#left_block {
		float: left;
		width: 280px;
		/* background: #DDDDDC; */
		text-align: center;
		background: #F2F2F0;
	}
	
	#content {
		float: left;
		width: 620px;
		background: #F2F2F0;
	}
	
		#content div.articleo {
			float: left;
			padding-right: 20px;
			width: 290px;
			text-align: justify;
			background: url('images/article_center_line.gif') repeat-y right;
		}
		
		#content div.articleo h2 {
			color: #1E7700;
			font-size: 16px; 
			padding: 0px;
			margin-top: 0px;
			margin-bottom: 5px;
		}
		
		#content div.articlex {
			float: left;
			width: 300px;
			text-align: justify;
		}
		
		#content div.articlex h2 {
			color: #1E7700;
			font-size: 16px; 
			padding: 0px;
			margin-top: 0px;
			margin-bottom: 5px;
		}
		
		#content div.myhr {clear: both; height: 19px; margin: 0px; padding: 0px;}
			#content div.myhr div.bottomlineo {
				float: left;
				width: 290px;
				height: 19px;
				margin-right: 20px;
				background: url('images/article_bottom_line.gif') repeat-x center;
			}
			#content div.myhr div.bottomlinex {
				float: left;
				width: 300px;
				height: 19px;
				background: url('images/article_bottom_line.gif') repeat-x center;
			}
		
		#content a {color: #5E5B5B; font-weight: bold; }
		#content a:hover {color: #5E5B5B; text-decoration: none;}
		
#cd {
	clear: both;
	width: 900px;
	height: 10px;
	margin: 0px auto;
	background: url('images/content_bg_down.gif') no-repeat left bottom #F2F2F0;
	color: #fff;
}
	
#footer {
	width: 890px;
	margin: 0px auto;
	margin-top: 12px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 12px;
	color: #fff;
	font-size: 10px;
}
	#footer span.right {
		font-size: 10px;
		color: #B1C548;
	}

table.block {
	width: 260px;
	margin: 0px auto;
	margin-bottom: 10px;
}
table.block th{
	background: url('images/block_title_bg.png') #5B9201;
	color: #fff;
	height: 40px;
	text-align: left;
	padding-left: 16px;
}

table.block td {background: url('images/block_bg_center.gif') #fff; color: #000;}
table.block td.space {background: none; height: 5px;}
table.block td.up {background: url('images/block_bg_up.gif'); height: 6px;}
table.block td.down {background: url('images/block_bg_down.gif'); height: 6px;}

ul.linkmenu {
	margin: 0px;
	margin-left: -5px;
}

ul.linkmenu li {
	width: 180px;
	text-align: left;
	list-style-image:url('images/double_arrow.jpg');
}

ul.linkmenu li a {font-weight: bold; color: #464545; line-height: 20px;}
ul.linkmenu li a:hover {text-decoration: none;}

#rss {
	width: 30px;
	height: 30px;
	background: url('images/rss.gif');
	float: left;
}

#find {
	float: left;
	height: 48px;
	line-height: 48px;
	color: #F2F2F0;
}

#login {
	float: right;
	height: 48px;
	line-height: 48px;
	color: #F2F2F0;
}

#login a {color: #F2F2F0;}
#login a:hover {text-decoration: none;}

div.hirdetes {clear: both;}
div.hirdetes img {border: 0px;}

/* Old page informations: */

#content {
	text-align: justify;
	width: 610px;
}

#content h1 {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	color:  #2F6A00;
	font-size: 20px;
}

#content h1.style39 {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	font-size: 15px;
}

#content h2 {
	font-size: 14px;
}

#content span.style107 {
	color: red;
	text-decoration: blink;
}

#content h4.style86 {
	text-align: center;
	font-size: 17px;
}

#content p.style86 {
	text-align: center;
	font-size: 16px;
}

#content span.style3, #content h4.style32 {
	text-align: center;
}

#content h4.style88 {
	text-align: center;
	font-size: 16px;
}

#content h4.style7, #content h1.style4, #content h1.style8, #content h5.style3, #content p.style16, .style12 {
	text-align: left;
	font-size: 16px;
	color: #B44400;
}

#content span.style6 {
	color: red;
}

#content p.style88 {
	text-align: center;
	font-size: 13px;
}

#content img {
	margin: 7px;
	margin-top: 0px;
}

#content p.style67 {
	margin-bottom: 20px;
}

/* block links */

table.block  td h1.style45 {
	text-align: left;
	margin-left: 15px;
	padding-left: 17px;
	font-size: 12px;
	line-height: 14px;
	background: url('images/double_arrow.jpg') no-repeat left;
}

table.block  td h1.style45 a {font-weight: bold; color: #464545; line-height: 20px;}
table.block  td h1.style45 a:hover {text-decoration: none;}


#footer a {color: #fff;}
#footer a:hover {text-decoration: none;}

/* search */

#content div.srcresult {
	font-weight: bold;
	font-size: 15px;
	color: #2F6A00;
	border-bottom: 1px solid #2F6A00;
}

#content div.srced {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
	color: #2F6A00;
}

#content div.findlist {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

#content div.findlist p.title {
	margin: 0px;
	padding: 0px;
	color: #2F6A00;
	font-weight: bold;
}

#content div.findlist p.srccnt {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	color: #2F6A00;
}

#content div.findlist p.srccnt span.highlight {
	background: #269600;
	color: #fff;
}

#content div.src_pages {
	width: 100%;
	text-align: right;
}

#content div.src_pages a {color: #969694;}
#content div.src_pages span {color: #BEBEBE;}
