/*@import '../css/reset.css';*/

body {
	min-width: 770px;
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	margin:0px;
	padding:0px;
}

a img, form
{
    margin:0px;
    padding:0px;
    border:none;
}
fieldset
{
    border:none;
    margin:0px;
    padding:0px;
}
#wrapper
{
    /*width: expression(document.body.clientWidth < 770 ? "770px" : "auto");*/
    /*width:expression(document.body.clientWidth < 800 ? '800px' : 'auto' );*/
    /*width: expression((w = (document.documentElement.clientWidth || document.body.clientWidth) - 20) > 770 ? 'auto' : (w > 700 ? 'auto' : '705px'));*/
    width: expression((w = (document.documentElement.clientWidth || document.body.clientWidth) - 20) > 770 ? 'auto' : '820px');
    min-width: 770px;
}


#logotype {
	position:absolute;
	top:10px;
	left:0px;
	width: 205px;
	height: 84px;
}

#header {
	position:relative;
	background-color: #92a3c6;
	background-image:url('../img/logotypebg_new.jpg');
	background-repeat:repeat-x;
	background-position:top;
	height: 105px;
}
.top_banner
{
	position:absolute;
	top:2px;
	right:0px;
}
#side {
	width: 199px;
	float: left;
	margin: 10px 0 0 0;
}

#login, #news {
	background: url('../img/leftbg.gif') repeat-y right;
}

#login {
	width: 184px;
	margin: 10px 0 25px 15px;
	font-size: small;
	font-weight: bolder;
	overflow:hidden;

}

#login form select, #user, #password {
/*	width:105px;*/
	margin: 4px 21px 5px 0;
	font-size:10px;
	border:1px solid #9A9A9A;
	background:#fff;
}
#login #user, #login #password {
	width:151px;
}* html#login #user, #login #password { width:150px; }

#login form label {
	text-align: left;
	width: 54px;
/*	float: left;*/
	display:block;
	font-size: 11px;
	color:#9e9e9e;
	font-weight: bold;
/*	line-height: 2;*/
    line-height:16px;

}


#login p {
	text-align: center;
	font-size: 11px;
	color: #92a3c6;
	font-weight: bold;
	margin: 0 11px 13px 0;
}

#login p.butlbl {
	text-align: left;
	line-height: 18px;
	margin: 10px 0 9px 0;
}

#login p.butlbl a{
	font-size: x-small;
	color:#798191;
	font-weight: normal;
	text-decoration: none;
}
a.reg
{
	color:#798191;
	text-decoration: none;
	font-size:smaller;
	display:block;
	text-align:center;
	clear:both;
	padding:0px 0px;
}
#news {
	width: 190px;
	margin: 10px 0 30px 9px;
}

#foot {
	clear: both;
}

#main {
	padding: 0 0 0 20px;
	margin: 0 0 0 199px;
}

#container {
	width: 100%;
	float: right;
	margin: 0 0 0 -199px;
}

.clear {
	height: 0;
	clear: both;
}

.shead {
	color: #fff;
	font-size: 11pt;
	font-weight: normal;
	width: 199px;
	height: 43px;
	background: #7c8fbb url('../img/headleftbg.png') no-repeat left;
	text-align: center;
	margin: 0 0 10px 0;
}

.sidetext {
	padding: 8px 0 0 0;
	font-weight: normal;
	font-size: 10pt;
}

#nav {
	margin: 22px 0 0 0;
}
#navbar ul, #icons ul
{
    margin:0px;
    padding:0px;
}

#navbar ul li, #icons ul li{
	list-style: none;
	display: inline;
    margin:0px;
    padding:0px;

}

#navbar ul li a {
	border-left: 1px solid #cccccc;
	padding: 9px;
	font-weight: bold;
	color: #000;
}

#navbar ul li a:link, #navbar ul li a:visited  {
	background: #fff url('../img/a.gif') no-repeat 11px top;
}

#navbar ul li a:link:hover, #navbar ul li a:visited:hover  {
	background: #fff url('../img/ah.gif') no-repeat 11px top;
}

#icons {
	margin: 10px 0 10px 0;
	float: right;
	height: 35px;
	padding: 0 0 0 10px;
	background: #7c8fbb url('../img/iconlside.gif') no-repeat left;
}

#icons img {
	width: 15px;
	height: 11px;
	margin: 13px 6px 11px 1px;
}

#content {
	clear: both;
	margin: 0 15px 10px 0;
}

#this {
	vertical-align: middle;
	min-height: 32px;
	width: 50px;
	color: #676767;
	margin: 10px 30px 0px 9px;
	padding: 2px 0 0 36px;
	background: #fff url('../img/v.gif') no-repeat left;
}

#our {
	float: right;
	font-size: smaller;
	margin: 12px 10px 14px -300px;
	width: 100%;
	color:#8b8b8b;
}

#our p {
	margin: 0 0 0 300px;
}

#our p a, #money_links a, #money_links {
	color: #8b8b8b;
}

#proj, #bottom_block {
	overflow:hidden;
	clear: both;
	margin: 5px 0 0 0;
	border-top: 1px solid #ccc;
}

#bottom_block {
	font-size: x-small;
	background: #f2f2f2;
	padding: 10px 0 10px 15px;
}
#copy
{
	font-size:10px;
	margin:0px;
	padding:0px 0px 0px 45px;
	color:#676767;
}

#ban {
	float: right;
	margin: 5px 15px 5px 10px;
	height: 40px;
}

#ban img {
	margin: 0 1px 0 1px;
	vertical-align: middle;
}

#rambler {
	width: 88px;
	height: 31px;
}

#mailru {
	width: 88px;
	height: 40px;
}

#foot {
	clear: both;
}

#lgbutton {
	width: 45px;
	height: 18px;
	float: right;
	margin: 12px 33px 0 0;
}

#news a {
	text-decoration: none;
	font-size: x-small;
	color: #000;
	background: #fff;
}

#news a:link span.text, #news a:visited span.text {
	background: #fff;
}

#news a:link:hover span.text , #news a:visited:hover span.text {
	background: #fffeed;
}

span.text {
	display:block;
	margin: 0 10px 0 0;
	padding: 2px;
}

.strong {
	font-weight: bold;
}

.more {
	width: 8px;
	height: 10px;
	margin: 0 0 0 2px;
	vertical-align: bottom;
}

hr {
	size: 1px;
	color: #d1d1d1;
	margin: 6px 8px 6px 0;
	border: 0;
	height: 1px;
	background: #d1d1d1;
}

#plant {
	width: 160px;
	height: 130px;
	float: right;
	margin: 30px 0 33px 0;
}

#about {
	clear: right;
	padding: 0 0 0 16px;
}

#intro {
	display: block;
	margin: 12px 0 0 0;
}

#netmap {
	clear: both;
	float: left;
	width: 328px;
	height: 213px;
	border: 1px;
	margin: 0 33px 25px 0;
}
    .clearBoth
    {
        clear:both;
        font-size:1px;
        height:0px;
    }
    .banners
    {
	max-width:950px;
	margin:0px auto;
    }
    .banner_block
    {
	float:left;
	margin:12px 3px;
    }
    .banner_immage
    {
    }
    .banner_description
    {
	background-color:#f0f0f0;
	text-align:right;
	font-style:italic;
    }
    .banner_description a
    {
	color:#636060;
    }
	.index_page
	{
		background-image:url('../img/index_new_center.jpg');
		background-repeat:repeat-x;
	}
	.index_page_inner
	{
		position:relative;
		background-image:url('../img/index_new_right.jpg');
		background-repeat:no-repeat;
		background-position:top right;
		height:506px;

	}
	p.index_left_text
	{
		position:absolute;
		left:10px;
	/*	top:180px;*/
		top:10px;

		/*width:194px;*/
		width:260px;

		color:#fff;
		font-size:11px;
		margin:0px;
		padding:0px;
	}
	p.index_right_text
	{
		position:absolute;
		top:420px;
		right:10px;
		font-size:24px;
		font-weight:bold;
		color:#294c74;
		text-align:right;
		margin:0px;
		padding:0px;
	}
	.dataTable
	{
		background-color:#ccc;
		width:100%;
	}
	.dataTable td, .dataTable th
	{
		background-color:#fff;
	}
	.dataTable thead td
	{
		font-weight:bold;
	}




		a img, form
		{
			margin:0px;
			padding:0px;
			border:none;
			outline:none;
		}

		#stk_outer
		{
			position:relative;
			height:22px;
			background-color:#006699;
			padding-left:2px;
		}
		#stk_logo
		{
			position:absolute;
			top:2px;
			left:2px;
		}
		#stk_iframe
		{

		}
		#st_btt_bt
		{
			position:absolute;
			top:2px;
			right:10px;
		}
	#error404
	{

	}
	#error404 p.links a
	{
		color:#798191;
		text-decoration: none;
/*		font-size:smaller;*/
		font-weight:bold;
		text-decoration:underline;
/*		display:block;*/
		text-align:center;
/*		clear:both;
		padding:0px 0px;*/
	}
/*	contact form
~~~~~~~~~~~~~~~~~~~~~*/
	#contact_form
	{
	}
	.form_line
	{
		margin-bottom:3px;
	}
	.form_line label
	{
		display:inline-block;
		display:-moz-inline-block;
		text-align:right;
		width:120px;
		margin-right:10px;
	}
	.form_line textarea
	{
		vertical-align:top;
	}
/*~~~~~~~~~~~~~~~~~~~*/

.feedback_mail { padding-right: 4px !important; }
.feedback_mail a { padding-right: 2px !important; }
.feedback_mail img { margin-right: 0px !important; }

