body
{
	margin: 0px;
}

body, input, select, textarea
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

#header, #footer, #main_menu
{
	font-size: 11px;
	line-height: normal;
}

#frame
{
	width: 765px;
	margin: 0px auto 10px;
}

	#header
	{
		position: absolute;
		top: 0px;
		width: 765px;
		height: 180px;
		color: #FFFFFF;
	}
		#header_left
		{
			position: absolute;
			top: 0px;
			left: 0px;
			width: 191px;
			height: 180px;
			background: url('/images/header_left_back.jpg') left top no-repeat #1A5C74;
		}
	
		#header_right
		{
			position: absolute;
			top: 40px;
			right: 0px;
			width: 574px;
			height: 125px;
			border-top: 1px solid #FFFFFF;
			background: url('/images/header_right_back.jpg') left top no-repeat #1A5C74;
		}
	
		#top_menu
		{
			position: absolute;
			top: 17px;
			right: 0px;
			width: 566px;
			text-align: right;
			padding: 0px 4px;
			background: url('/images/top_menu_back.png') left top no-repeat #1A5C74;
		}
	
		#top_menu ul li
		{
			display: inline;
			text-transform: lowercase;
			padding: 0px 4px;
		}
	
		#header_bottom
		{
			position: absolute;
			bottom: 0px;
			right: 0px;
			background: url('/images/header_bottom_back.png') left top no-repeat #1A5C74;
			width: 558px;
			height: 14px;
			text-align: right;
			padding: 0px 8px;
		}
		
		#logo
		{
			position: absolute;
			top: 6px;
			z-index: 1000;
		}
		
		#motto
		{
			position: absolute;
			top: 70px;
			right: 80px;
			z-index: 1000;
			color: #FFFFFF;
			font-size: 18px;
			font-weight: bold;
			line-height: 160%;
			text-align: right;
			text-transform: uppercase;
		}
	
	#content_frame
	{
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		position: relative;
		margin: 180px 0px 0px;
		background: url('/images/main_menu_back.png') left top repeat-y;
	}
	
		#main_menu
		{
			position: absolute;
			top: 0px;
			left: 0px;
			width: 191px;
		}
			
			#main_menu ul
			{
				width: 100%;
				margin: 0px;
				padding: 0px;
				list-style: none;
				font-weight: bold;
			}
		
				#main_menu ul li
				{
					color: #FFFFFF;
					border-bottom: 1px solid #FFFFFF;
					padding: 5px 10px;
					/*padding: 5px 10px 5px 20px;
					background: url('/images/main_menu_bullet.png') 9px 11px no-repeat;*/
				}
				
					#main_menu ul li.active
					{
						background-color: #C70100;
					}
			
		#content
		{
			/*margin-left: 191px;*/
			min-height: 200px;
			padding: 2px 10px 10px 201px;
			/*padding: 24px 10px 10px;
			position: relative;*/
		}
			/*h1
			{
				position: absolute;
				top: 2px;
				left: 10px;
				width: 554px;
			}*/
			
			#crumbs
			{
				margin: 5px 0px;
			}
		
	#footer
	{
		color: #FFFFFF;
		position: relative;
		width: 765px;
		height: 57px;
		background: url('/images/footer_back_short.jpg') right top no-repeat #1A5C74;
	}
	
		#footer_telaviv, #footer_msk, #footer_spb
		{
			position: absolute;
			top: 0px;
			width: 108px;
			height: 41px;
			padding: 8px;
			/*border-left: 1px solid #FFFFFF;*/
		}
		
		/*#footer_telaviv
		{
			right: 232px;
		}
	
		#footer_msk
		{
			right: 118px;
		}
	
		#footer_spb
		{
			right: 0px;
		}*/
		
		#footer_telaviv
		{
			width: 98px;
			right: 0px;
		}
	
		#footer_rsystems
		{
			position: absolute;
			top: 3px;
			left: 186px;
			width: 380px;
			height: 50px;
		}

			#footer_rsystems_image 
			{
				float: left;
				padding: 5px
			}
		
			#footer_rsystems_text 
			{
				margin: 11px 0px;
				font-size: 12px;
			}

		#footer_iso9001
		{
			position: absolute;
			top: 3px;
			width: 107px;
			height: 50px;
			left: 66px;
		}
		
		#footer_counters
		{
			position: absolute;
			top: 13px;
			width: 64px;
			height: 31px;
			left: 13px;
		}
		
#header a, #footer a, #main_menu a
{
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover, #footer a:hover, #main_menu a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}


/* forms */

fieldset
{
	border: 1px solid #8C9DAD;
	margin: 5px 0px;
	padding: 5px 10px;
}

.field
{
	margin: 5px 0px;
}

	.field label
	{
		display: block;
		font-weight: bold;
	}
	
.controls
{
	margin: 5px 0px;
}

	.controls .button
	{
		color: #FFFFFF;
		background-color: #1A5C74;
	}
	
	.controls a.button
	{
		padding: 2px 5px;
		text-decoration: none;
		cursor: default;
	}
	
	.controls input.button
	{
		padding: 1px 3px;
		border: none;
	}	
