/* style global (begin) */

body, html { 
	height: 100%;
	width: 100%;
	background: #ffffff;
	border: none;
	color: #635a5a;
	margin: 0; padding: 0;
}
body { 
	font: 62.5%/1.2 Georgia, sans-serif; 
	text-align: center;
}
table, td, th { 
	margin: 0; padding: 0;
	border-collapse: collapse;
	font-size: 100%;
}

* { outline: none; }
form { margin: 0; padding: 0; }
input, select, textarea { font: normal 1.0em/1.2 Arial, sans-serif; }
input, select, button { vertical-align: middle; }

#text img, #content img, img { border: none; margin: 0; padding: 0; }
hr { border: 1px  solid #ccc; padding: 0;	margin: 0.5em 0; }
ul, ol, li { margin: 5px 15px; padding: 0; }

h1 { font-size: 1.7em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }

h1, h2, h3, h4, h5, h6, p { margin: 0.8em 0; padding:0; }
h1, h2, h3, h4, h5, h6, div, td , p, ul, ol, td, th { color: #635a5a; }

a:link, a:visited { color: #635a5a; text-decoration: underline;  }
a:hover, a:active { color: #ff0000; text-decoration: underline; }

/* style global (end) */

/* style grid (begin) */

#site_conteiner {
	position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
	width: 100%;
  min-width: 1000px;
	max-width: 1280px;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: left;
}
*html #site_conteiner { width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');}

	#header {
		height: 100px;
		background: #ffFFFF;
	}
	#wrapper {
		width: 100%;
		padding-bottom: 120px;

	}
		#content_area {
			width: 100%;
			float: left;
			overflow: hidden;
		}
			#content {
				margin: 0 30px 0 245px;
				background: #ffffff;
			}
			*html #content { width: 100%; }

		#left_panel {
			float: left;
			width: 245px;
			margin-left: -100%;
			background: #ffffff;
			overflow: hidden;
		}
	.cleaner { clear: both; height: 1px; overflow: hidden; }

	#footer {
		position: absolute;
		bottom: 0; left: 0;
		width: 100%;
		height: 100px;
		background: #ffffff;
	}

/* style grid (end) */
/* style custom (begin) */
	#logo {
		position: absolute;
		left: 45px;
		top: 30px;
		z-index: 10;
	}
	#home {
		position: absolute;
		left: 212px;
		top: 50px;
		z-index: 10;
	}
	#sitemap {
		position: absolute;
		right: 35px;
		top: 10px;
	}
	#mgline {
		position: absolute;
		left: 0;
		top: 25px;
		width: 100%;
		height: 2px;
		overflow: hidden;
	}
	#gline {
		background: #ff0000;
		margin: 0 30px 0 243px;
		height: 2px;
	}
	*html #gline {
		width:100%;
	}
	#top_menu {
		left:0;
		position:absolute;
		top:27px;
		width:100%;
	}
	#tmenu {
		margin: 0 30px 0 243px;
	}
	*html #tmenu {
		width:100%;
	}
	#top_menu table {
		width: 100%;
		height: 58px;
	}
	#top_menu td {
		padding: 0 0 12px 3px;
		width: 20%;
		text-align: center;
		background: transparent url(../img/tmenu_bg.png) no-repeat 100% 0;
	}
	*+html #top_menu td {
		height: 46px;
	}
	#top_menu td a {
		display: block;
		margin: 0 21px 0 0;
		font-family: Georgia;
		font-size: 14px;
		color: #fefefe;
		height: 36px;
		line-height: 36px;
		text-decoration: none;
		padding-left:10px;
		background: #635a5a;
	}
	*html #top_menu td a {
		margin: 0 21px 0 0;
	}
	#top_menu td.active {
	background: transparent url(../img/tmenu_bg_active.png) no-repeat 100% 0;
	}
	#top_menu td a.active {
		margin-right:20px;
		padding-left:10px;
		background: #e3e3e3;
	}
	#top_menu td a:hover, #top_menu td a:active {
			text-decoration: underline;
	}
/* style custom (end) */
/* style content (begin) */
	#left_menu {
		margin: 0 0 0 40px;
	}
	#left_menu ul {
		margin: 0;
	}
	#left_menu li {
		width: 153px;
		margin: 0 0 1px 0;
		overflow: hidden;
		list-style: none;
		padding:0 0 0 20px;
		background: transparent url(../img/lmenu_marker.png) no-repeat 0 0;
	}
	*html #left_menu li {
		overflow: visible;
	}
	#left_menu li.active {
		width: 153px;
		margin: 0 0 1px 0;
		list-style: none;
		padding:0 0 0 20px;
		background: transparent url(../img/lmenu_marker_active.png) no-repeat 0 0;
	}
	#left_menu li a {
		display: block;
		height: 25px;
		padding: 0 0 0 15px;
		line-height: 25px;
		width: 153px;
		color: #ffffff;
		text-decoration: none;
		background: #635a5a;
	}
	#left_menu li a.active {
		color: #635a5a;
		background: #e3e3e3;
	}
	#left_menu li a:active, #left_menu li a:hover {
		text-decoration: underline;
	}
	#flash {
		position: relative;
		height: 207px;		
	}
	#ramka {
		position:absolute;
		right:0;
		top:0;
	}
	#nav {
		margin: 30px 0 15px 0;
		font-size: 11px;
		color: #bab9b9;
	}
	#nav a {
		font-size: 11px;
		color: #bab9b9;
	}
	#nav i {
		font-style: normal;
		color: #bab9b9;
	}
	
	
	#cont_area {width: 100%;float: left;overflow: hidden;}
	#cont {margin: 0;}
	*html #cont { width: 100%; }
	/*#right_panel {float: left;width: 250px;margin-left: -250px;overflow: hidden;}*/
	#news {	margin: 76px 0 0 60px;	}
	
	#usscopy {
		float: left;
		margin:0 0 0 60px;
		height: 36px;
		width: 153px;
		background: #635a5a;
	}
	*html #usscopy {
		margin:0 0 0 30px;
	}
	#uscopy {
		padding: 4px 0 0 15px;
		text-align: center;
	}
	#uscopy a {
		color: #ffffff;
	}
	#uscopy a:hover, #uscopy a:active {
		color: #B7B7B7;
		text-decoration: none;
	}
	#copy {
		float:left;
		margin:26px 0 0 65px;
		width:271px;
	}
	*html #copy {
		margin: 13px 0 0 42px;
	}
	#counters {
		/*float:left;*/
		margin:20px 0 0;
		text-align: center;
	}
	#bottom_menu {
		margin:0 15px 0 243px;
		/*width: 100%;*/
		height: 36px;
	}
	#bmenu {
		height: 36px;
		margin: 0 30px 0 0px;
		background: #635a5a;
	}
	*html #bmenu {
		width:100%;
	}
	#bottom_menu table {
		width: 100%;
		height: 36px;
		text-align:center;
	}
	#bottom_menu table td {
		height: 44px;
		zoom: 1;
	}
	#bottom_menu table a {
		display: block;
		height: 36px;
		color: #ffffff;
		font-size: 14px;
		line-height: 24px;
	}
	#bottom_menu table a:hover, #bottom_menu table a:active {
		color: #b7b7b7;
		text-decoration: none;
	}
	#bottom_menu table a.active {
		color: #b7b7b7;
		line-height: 24px;
		text-decoration: none;
	}
	#bottom_menu table td.active {
		background: transparent url(../img/bmenu_bg_active.png) repeat-x 0 100%;
	}
	#sys { float: right}
	.ssnn-copyright {margin: 10px 30px 0px 10px}
	
/* style content (end) */




