/* CSS Document */

html, body, form{
	margin: 0;
	padding: 0;
	height: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #5F6159;
	background: #fff url(images/bg_body.gif) repeat-y;
}

img { border: #000 0px solid; }

a { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }

input, textarea, select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; color: #000; font-weight: 100; }

#all{
	position: relative;
	min-height: 100%;
	min-width: 990px;
	_height: 100%;
	min-width: 990px;
	width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 991 ? "990px" : "100%");
	background: url(images/bg_head.gif) repeat-x;
}

#header {
	position: relative;
	height: 175px;
	background: url(images/bg_head.jpg) no-repeat;
}

#man {
	position: absolute;
	left: 290px;
	top: 0px;
	width: 302px;
	height: 350px;
	background: url(images/man.gif) no-repeat;
}

#logo {
	position: absolute;
	top: 141px;
	right: 0px;
	background: url(images/logo.gif) right no-repeat;
	height: 70px;
}

#adress {
	position: absolute;
	top: 221px;
	left: 267px;
	background: url(images/t_adress.gif) no-repeat;
	padding-top: 18px;
	padding-left: 1px;
	width: 170px;
	height: 40px;
	color: #122238;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 125%;
}

#main {
	background: url(images/bg_main.gif) repeat-x;
	height: auto;
	min-height: 192px;
	_height: 192px;
	border-top: #fff 1px solid;
}

	#main table td {
		vertical-align: top;
	}
	#main table td.right {
		background: url(images/bg_menu.gif) no-repeat 0px 43px;
	}

#menu {
	width: 227px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	margin-bottom: 30px;
}
	#menu .title {
		display: block;
		width: 196px;
		padding-left: 31px;
		height: 43px;
		line-height: 40px;
		font-size: 16px;
		color: #fff;
		font-weight: 900;
	}
	#menu ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#menu ul li{
		background: #F1F1F1 url(images/bg_mn.gif) repeat-x;
	}
	#menu ul a {
		display: block;
		padding: 8px 10px 5px 31px;
		width: 186px;
		background: url(images/li_mn.gif) no-repeat 14px 13px;
		font-size: 110%;
		text-decoration: none;
	}
	#menu ul a:hover {
		color: #A11516;
	}
		#menu ul li ul li{
			background: #F1F1F1 url(images/bg_mn1.gif) repeat-x;
		}
		#menu ul li ul a {
			display: block;
			padding: 9px 10px 6px 46px;
			width: 171px;
			background: url(images/li_mn1.gif) no-repeat 32px 13px;
			font-size: 100%;
			color: #11325D;
		}

#menu_sm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	border-top: #B3B6A8 1px solid;
}
	#menu_sm ul {
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
	#menu_sm ul li{
		background: #FFF;
		border-bottom: #B3B6A8 1px solid;
	}
	#menu_sm ul a {
		display: block;
		padding: 4px 14px 3px 44px;
		width: 156px;
		background: url(images/li_mn2.gif) no-repeat 26px 9px;
		font-size: 12px;
		text-decoration: none;
		color: #2D486D;
		text-transform: uppercase;
	}
	#menu_sm ul a:hover {
		color: #000;
	}
	
#reg {
	height: 43px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	font-weight: 900;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#home {
	height: 33px;
	background: url(images/bg_home.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	line-height: 32px;
	font-size: 90%;
	padding-right: 18px;
}

#content {
	padding: 15px 35px;
}

#scraps {
	height: 30px;
	color: #CFD3C3;
}
	#scraps a {
		color: #CFD3C3;
		text-decoration: underline;
	}
	#scraps span {
		color: #5F6159;
	}
	
#content h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}
#content h1 {
	font-size: 160%;
	color: #A11516;
	font-weight: 100;
	margin-bottom: 20px;
}

#content h2 {
	font-size: 110%;
	color: #7E8A59;
	margin-bottom: 10px;
}

#content h3 {
	margin-top: 6px;
	font-size: 110%;
	color: #A9B978;
	margin-bottom: 10px;
}

#content p {
	margin: 0px;
	margin-bottom: 15px;
}

#content p a {
	color: #788849;
}










#footer {
	position: absolute;
	bottom: 0px;
	_bottom: -1px;
	left: 0px;
	height: 40px;
	color: #6F93B0;
	line-height: 39px;
	width: 100%;
}
	#footer a {
		color: #6F93B0;
		text-decoration: underline;
	}
	#footer .left {
		width: 227px;
		text-align: center;
	}
	#footer .other {
		background: url(images/bg_footer.gif) repeat-x;
	}
	#footer #counters {
		width: 196px;
		text-align: center;
		margin: 0px auto;
	} 
		#footer #counters * {
			float: left;
			padding: 0px 5px;
		} 
	#footer #copy {
		padding-left: 35px;
	} 

A.eurowebbutton, A.eurowebbutton:hover {
	BACKGROUND: url(http://www.euroweb.ru/bans/88x31_euroweb.gif) no-repeat left top !important;
	WIDTH: 88px !important;
	HEIGHT: 31px !important;
	DISPLAY: table-cell; 
	DISPLAY: inline-block;
	FONT: 9px Small Fonts; 
	COLOR: #FFFFFF !important; 
	TEXT-DECORATION: none !important; 
	TEXT-ALIGN: center;
	PADDING-LEFT: 1px;
	PADDING-TOP: 5px !important;	
	MARGIN-RIGHT: 3px;
	MARGIN-top: 4px;
	MARGIN-bottom: -1px;
	MARGIN-left: 5px;
}

TABLE.licence {
	WIDTH: 100%;
	FONT: 12px Arial;
	color: #5f6159;
	BORDER: 0px solid #000000;
	border-collapse: collapse;
}

TABLE.licence TD {
	BORDER: 1px solid #484e35;
	padding: 5px; 
}

TABLE.licence TH{
	background: #acafa2;
	BORDER: 1px solid #484e35;
	FONT: bold 12px Arial;
	COLOR:#fee7a1;
	height: 30px;
}

TABLE.licence TD.center {
	text-align: center;
	font-weight: bold;
}

.first_news {
	margin: 15px;
}