@charset "utf-8";

body
{
	margin: 0;
	padding: 0;
	background: #d7d8d9 url(img/background.png) repeat-x fixed left bottom;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

h1,h2,h3,h4,h5,h6 {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
        line-height: 3em;
}


	#head-bg
	{
		width: 100%;
		min-width: 1000px;
	}
		#head
		{
			position: relative;
			background: url(img/head2.jpg) no-repeat top center;
			margin-left: auto;
			margin-right: auto;
			height: 159px;
			text-align: center;
		}
			#tr
			{
				position: absolute;
				margin-left: 50%;
				z-index:4;
				width: 550px;
				height: 104px;
				left: -470px;
				top: 24px;
				overflow:hidden;   
			}
			#phones
			{
				position: relative;
				margin-left: auto;
				margin-right: auto;
				left: 310px;
				top: 20px;
				width: 320px;
				height: 110px;
				text-align: left;
				color: #c0c0c0;
				font-size: 11px;
				line-height: 27px;
			}
			.orange {color: #ff8400;font-size: 13px; margin-right: 88px;font-weight: bold;}
			.numbers {color: #FFF; font-size: 15px;font-weight: bold;}
			.mrg-rgh {margin-right: 50px;}

#container
{
	position: absolute;
	width: 100%;
	/*height: 100%;*/
	top: 0;
	left: 0;
	/*min-height: 800px;*/
	min-width: 1000px;
	z-index: -1;
}
  #container-top {position: absolute; top: 159px;background: url(img/container-top.png) repeat-x; height: 117px; width: 100%; left: 0;}
  #container-bottom {position: absolute; bottom: 0; background: url(img/container-bottom.png) repeat-x; height: 60px; width: 100%; left: 0;}
#wrap
{
	position: relative;
	top: 18px;
	width: 963px;
	margin: 0 auto;
}
	#sidebar
	{
		float: left;
		width: 240px;

	}
		#menu
		{
			background: url(img/navbar-end.png) no-repeat bottom center;
			height: 214px;
		}
		#menu a
		{
			display: block;
			height: 20px; 
			background: url(img/navbar.png) no-repeat;
			font-weight: bold;
			color: #005194;
			text-decoration: none;
			padding-left:50px;
			padding-top: 10px;
		}
		#menu a.btn
		{
			background-position: 0px 0px;

		}
		#menu a.btn:hover
		{
			background-position: 0px -30px;
			color: #FFF;
			padding-left:42px;
		}	
		#menu .nav-bottom
		{
			position: absolute;	
			height: 11px;
			width: 240px;
			z-index: 1;
			display: none;
		}
		#news
		{
			margin-top: 10px;	
			margin-bottom: 12px;

		}
			.news-block
			{
				position: relative;
				background: url(img/news.png) no-repeat;
				height: 106px;
				color: #FFF;
				padding: 26px 14px;
				padding-bottom: 0;
			}
			.news-block a
			{
				color: #FFF;
				font-weight: bold;
				float: right;
				margin-top: 10px;
				text-decoration: none;
			}
			.news-link
			{
				height: 20px; 
				margin-top: 12px;
				font-weight: bold;
				color: #005194;
				float: right;
			}
				.news-date
				{
					position: absolute;
					color: #3d3d3d;
					font-size: 11px;
					font-weight: bold;
					top: 4px;
					left: 14px;
				}
	#main
	{
		float: right;
		width: 702px;
	}
		#gallery
		{
			background-color: #e6e7e7;
			border: 1px solid #9b9b9b;
			height: 203px;
			padding-top: 9px;
			padding-left: 12px;
		}
			#gallery img
			{
				margin-right: 6px;
			}
		.cap
		{
			background: url(img/cap.png) repeat-x;
			margin-top: 10px;	
			width: 226px;
			height: 22px;
			font-weight: bold;
			color: #FFF;
			text-transform: uppercase;
			padding-top: 10px;
			padding-left: 12px;
			margin-bottom: 4px;
		}
		#main .cap
		{
			width: 690px;
		}
		#main .cap a
		{
			color: #FFF;
		}
		#content
		{
			background: #e6e7e7 url(img/line.png) repeat-x top;
			padding: 20px 10px;
			text-align: justify;
			line-height: 15px;
		}
		.content
		{
			background: #e6e7e7 url(img/line.png) repeat-x top;
			padding: 20px 10px;
			text-align: justify;
			margin-bottom: 4px;
			line-height: 15px;
		}
		.content a
		{
				color: #005194;
				font-weight: bold;
				margin-top: 10px;
				text-decoration: none;
		}
		#content a
		{
				color: #005194;
				font-weight: bold;
				margin-top: 10px;
				text-decoration: none;
		}
#content p, .content p {margin: 5px 0;}
		#main table
		{
			border: 1px solid #999;

		}
		#main td
		{
			border: 1px solid #999;
		}
	.clear {clear: both;}
	#footer
	{
		font-size: 10px;
		color: #585858;
		height: 35px;
	}
	#footer a
	{
		color: #585858;
	}



