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

html,body
	{
	margin:0;	
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#E9E9E9;
	color:#000;
	background-image:url(img/background.jpg);
	background-repeat:repeat-x;
	}

#top_container
	{
	background-image:url(img/top_container_bkg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
#top
	{
	margin:0 auto;
	width:758px;
	height:137px;
	background-image:url(img/top_bkg_orange.jpg);
	}
	
#main
	{
	width:752px;
	margin:0 auto;
	border-color:#fff;
	border-style:solid;
	border-width:0 3px;
	background-image:url(img/main_bkg_orange.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	}
		#main #layer1
			{
			background-image:url(img/layer1.gif);
			background-repeat:repeat-y;
			background-position:0 0;
			padding:8px;
			}

		#main #layer2
			{
			/*background-image:url(img/layer2.jpg);*/
			background-repeat:no-repeat;
			background-position:bottom left;
			
			}
			
			div#teva /* było a#teva */
				{
				overflow:hidden;
				display:block;
				bottom:100px;
				left:-110px;
				position:relative;
				width:90px;
				height:32px;
				
				}
				
			div#equoral /* było a#equoral */
				{
				overflow:hidden;
				display:block;
				bottom:90px;
				left:-110px;
				position:relative;
				width:90px;
				height:95px;
				}
	
#menu
	{
	float:left;
	background-image:url(img/menu_bkg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:100px;
	height:253px;
	margin:-8px;
	margin-right:0;
	margin-bottom:-16px;
	}
	
	#menu div#flags
		{
		margin-top:40px;
		text-align:center;
		}
		
		#menu div#flags img
			{
			border:none;
			margin:0 3px;
			}
			
		#menu div#flags a
			{
			display:inline;
			}	
	
	#menu ul
		{
		font-size:12px;
		margin-top:10px;
		list-style:none;
		}
		
		#menu li
			{
			margin-left:-36px;
			}
			
			#menu ul a:link, #menu ul a:visited
				{
				border:none;
				background-image:url(img/link_row.gif);
				background-repeat:no-repeat;
				background-position:bottom;
				color:#fff;
				text-decoration:none;
				font-weight:bold;
				display:block;
				margin-bottom:3px;
				padding-bottom:4px;
				text-align:right;
				margin-right:5px;
				padding-right:2px;
				overflow:hidden;
				}
			
			#menu ul a:hover, #menu ul a:active
				{
				background-color:#aac;

				}
	
#content
	{
	background-image:url(img/kid.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#fff;
	margin-left:104px;
	text-align:justify;
	border-bottom:#fff 1px solid;
	min-height:300px;
	}
	
	#content #contentFixer
		{
		margin-bottom:-100px;
		}
		
	#content #page_text
		{
		padding:5px;
		}	
	
	#content h1
		{
		width:274px;
		height:20px;
		font-size:1.8em;
		background-image:url(img/h1_bkg_orange.gif);
		background-position:2px;
		background-repeat:no-repeat;
		float:right;
		margin:0;
		margin-left:5px;
		padding:10px;
		padding-bottom:15px;
		text-align:center;
		}
		
	#content h2
		{
		margin:0;
		padding:5px;
		padding-bottom:15px;
		font-size:15px;
		text-align:left;
		}
	
	#content h3
		{
		font-size:13px;
		text-align:center;
		}
		
	#content p
		{
		margin:0;
		padding:5px;
		}

	#content a:link
		{
		color:#009;
		text-decoration:underline;
		}
	
	#content a:visited
		{
		color:#909;
		text-decoration:underline;
		}
	
	#content a:hover, #content a:active
		{
		text-decoration:none;
		}
		
	#content ul li
		{
		padding-right:5px;
		}
		
	#content .table, #tresc table
		{
		border-collapse:collapse;
		margin:20px 5px;
		width:616px;
		}
		
	#tresc td
		{
		border: #000 1px solid;
		font-size:0.8em;
		vertical-align:top;
		}
		
	#tresc td p
		{
		padding:2px;
		text-align:left;
		}
		
	#tresc tr.spacerow td
		{
		border:none;
		height:40px;
		}
		
	#tresc img
		{
		border:#000000 1px solid;
		margin:10px;
		}
	
	#content ul.inPageNav
		{
		border:#aac 1px solid;
		margin:5px 1px;
		padding:5px 0;
		background-color:#D0D0F0;
		list-style:none;
		text-align:center;
		}
	
	#content ul.inPageNav li
		{
		display:inline;
		}
		
	#content ul.inPageNav a:link, #content ul.inPageNav a:visited
		{
		border:#009 1px solid;
		background-color:#fff;
		padding:2px 1px;
		font-size:0.9em;
		font-weight:bold;
		text-decoration:none;
		}
		
	#content ul.inPageNav a:hover, #content ul.inPageNav a:active
		{
		border:#fff 1px solid;
		background-color:#009;
		color:#fff;
		}	
		
	#content a
		{
		margin:2px;
		}
		
	#content h4
		{
		margin:5px;
		font-size:14px;
		}

#bottom_container
	{
	clear:both;
	border-color:#fff;
	border-style:solid;
	border-width:3px 0;
	}

#bottom
	{
	clear:both;
	width:752px;
	height:44px;
	margin:0 auto;
	border-color:#fff;
	border-style:solid;
	border-width:0 3px;
	background-image:url(img/bottom_bkg.gif);
	}
	
#equoral_bkg
	{
	background-image:url(img/equoral_bkg.jpg);
	margin-bottom:-34px;
	}
	
.textLeft
	{
	text-align:left;
	}
	
.news
	{
	border:#CCCCCC 1px solid;
	border-color:#DDDDDD #DDDDDD #CCCCCC #BBBBBB;
	margin:0 5px 20px 5px;
	background-color:#EEEEFF;
	}
	
	.news h2
		{
		font-weight:bold;
		}
		
	.news p.date
		{
		font-size:0.9em;
		color:#333333;
		}
		
	.news ul
		{
		padding:0;
		list-style:none;
		margin:5px 0 5px 10px;
		}
		
	.news li
		{
		margin:0;
		}

p.photos
	{
	text-align:center;
	}

	p.photos img
		{
		border:#000000 1px solid;
		margin:0 20px;
		}
		
p.images
	{
	text-align:center;
	}
	
	p.images img
		{
		margin:0 10px;
		}