@charset "utf-8";
/* This CSS file is used to design the blocks */



#site_container
{
	width: 992px;
	margin: auto;
}

#header
{
	width: 992px;
	height: 269px;
	background-image: url("images/site_images/header_background.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

#bar_header
{
	width: 992px;
	height: 269px;
}

/* Header */
	
	#main_menu
	{
		width: 992px;
		height: 121px;
		padding-top: 0px;
		
	}
	
	/* Main menu */
		
		#main_menu ol
		{
			display: inline;
			float: right;
			
		}
		
		#main_menu li
		{
			display: inline;
			float: right;
			padding-left: 3px;
		}
		
		#main_menu img
		{
			display: inline;
		}
		
	/* End od Main menu */
	
	#secondery_menu_container
	{
		width: 992px;
		height: 96px;
		background-image: url("images/nmenu/buttons-background.png");
		background-repeat: no-repeat;
		clear: both;
	}
	
		#secondery_menu_container ul
		{
			width: 971px;
			padding-top: 13px;
			padding-left: 6px;
		}
	
		#secondery_menu_container li
		{
			float: right;
			height: 19px;
			margin-top: 4px;
		}
		
/* End of header */
