html,body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dd,dt {
	margin: 0px;
	padding: 0px;
}

html {
}

body {	
	font-family: "Arial";
	font-size: 9pt;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.5em;
}

h1 {
	font-size: 12pt;
}

h2 {
	padding-top: .7em;
	font-size: 10pt;
}

a {
	color: #00A5A5;	
}

a.special {
	text-decoration: none;
}

	a.special:hover {
		text-decoration: underline;
	}

a img {
	border: 0px none;
}
	
p {
	padding-bottom: 1em;
}

ul, ol {	
	padding-bottom: 1em;
}

ol {
	padding-left: 17px;
}

ul li {
	padding-left: 17px;
}

#main {
	padding-left: 50%;
}

#wrapper {	
	width: 944px;
	margin-left: -472px;
	padding: 9px 0px 20px 0px;
}

	#header {
		overflow: hidden;
	}
	
	*html #header {
		overflow: visible;
		height: 1%;
	}
	
		#header .col-left {
			float: left;
			width: 240px;
			padding-top: 80px;			
		}
		
			#logo {
				float: right;
				display: block;
				text-decoration: none;
				width: 211px;
				height: 74px;
				background: url("/bitrix/templates/rmc_main/images/header/logo.png") no-repeat;
			}
		
		#header .col-right {
			position: relative;
			margin-left: 284px;
			height: 172px;
			background: url("/bitrix/templates/rmc_main/images/header/bcg.jpg");
		}
		
			#languages {
				position: absolute;
				right: 125px;
				bottom: 4px;
				overflow: hidden;
			}
			
			*html #languages {
				overflow: visible;
				height: 1%;
			}
			
				#languages div {
					float: left;
					padding: 0px 6px;
					font-weight: bold;
					font-size: 8pt;
					color: white;
					border-right: 1px solid white;				
				}
				
				#languages div.selected {
					font-weight: normal;
				}
				
					#languages div a {
						color: white;						
					}
					
			#tech-menu {
				position: absolute;
				overflow: hidden;
				right: 10px;
				bottom: 7px;
			}
			
			*html #tech-menu {
				overflow: visible;
				height: 1%;
			}
			
				#tech-menu a, #tech-menu span {
					float: left;
					display: block;
					width: 11px;
					height: 9px;
					margin-left: 14px;
					background-position: left bottom;
					background-repeat: no-repeat;
				}
				
				#tech-home {
					background-image: url("/bitrix/templates/rmc_main/images/header/tech-home.png");
				}
				
				#tech-email {
					background-image: url("/bitrix/templates/rmc_main/images/header/tech-email.png");
				}
				
				#tech-sitemap {
					background-image: url("/bitrix/templates/rmc_main/images/header/tech-sitemap.png");
				}
				
	#workarea {
		overflow: hidden;
		padding-top: 32px;
		padding-bottom: 30px;
	}
	
	*html #workarea {
		overflow: visible;
		height: 1%;
	}
	
		#workarea .col-left {
			float: left;
			width: 240px;
		}
		
			#menu-bar-header {
				height: 27px;
				background: url("/bitrix/templates/rmc_main/images/workarea/menu-bar-header.png");
			}
		
			#menu-bar {
				display: block;
				padding-bottom: 21px;
				padding: 0px 17px 21px 18px;
				text-align: right;				
				background: url("/bitrix/templates/rmc_main/images/workarea/menu-bar-bcg.png");
			}
			
				#menu-bar li {
					display: block;
					list-style-type: none;
					margin: 0px;
					padding: 3px 0px;
					color: #00A5A5;
					font-size: 11pt;
					border-bottom: 1px solid white;
				}
				
					#menu-bar li li {
						font-size: 10pt;
						padding: 0px;
						border-bottom: 0px none;
					}

						#menu-bar li.close ul {
							display: none;
						}
					
					#menu-bar li a {
						color: black;
					}

			#contacts {
				height: 96px;
				padding: 12px 16px 10px 0px;
				margin-top: 19px;
				text-align: right;
				font-size: 11pt;
				background: url("/bitrix/templates/rmc_main/images/workarea/contacts-bcg.png");
			}
		
		#workarea .col-right {
			float: right;
			width: 187px;
		}
		
		#workarea .col-center {
			margin: 0px 218px 0px 284px;
		}
		
			#content {
				text-align: justify; /* так верстают только мудаки */
			}

			*html #content {
				overflow: visible;
				height: 1%;
			}
			
	#footer {
		overflow: hidden;
		height: 75px;		
		background: url("/bitrix/templates/rmc_main/images/footer/bcg.png");
	}	
	
	*html #footer {
		overflow: visible;
	}
	
		#footer .col-left {
			float: left;
			width: 210px;
			padding: 25px 0px 0px 30px;
		}
		
			#footer .col-left img {				
			}
		
		#footer .col-right {
			margin-left: 284px;
			padding-top: 33px;
			background: url("/bitrix/templates/rmc_main/images/footer/bcg-right.png") no-repeat;
		}
		
			#copyright {
				overflow: hidden;
				color: #5B5B5B;
			}

			*html #copyright {
				overflow: visible;
				height: 1%;
			}
			
				#copyright a {
					color: #5B5B5B;					
				}

dl.project {
	padding-bottom: 19px;
	text-align: justify; /* так тоже верстают только мудаки */
}

	dl.project dt {
		font-weight: bold;
	}
	
		dl.project dt a {
			color: #E77817;			
		}

dl.project {
	text-align: justify;
}
		
	#menu-bar li {
		font-size: 10pt;
		font-weight: bold;
	}
		
		#menu-bar li li {
			font-weight: normal;
			line-height: 1;
			padding: 3px 0px;
		}
		
	#contacts {
		font-size: 10pt;
	}

#content ul li {
	list-style-type: none;
	background: url("/bitrix/templates/rmc_main/images/li.png") no-repeat left top;
}

#sitemap {
	display: block;
	padding-left: 0px;
}
	
	#sitemap li {
		display: block;
		list-style-type: none;
		margin: 0px;
		padding: 3px 0px;
		color: #00A5A5;
		font-weight: bold;
		background: none;
	}
	
		#sitemap li li {			
			padding-left: 10px;
			border-bottom: 0px none;
			font-weight: normal;
		}

#map {
	position: relative;
	height: 230px;
	background: url("/bitrix/templates/rmc_main/images/content/map.png") no-repeat left top;
}

	#map a {
		position: absolute;
		display: block;
		font-size: 7pt;
		color: black;
	}

.red {
	color: red;
}

.nowrap {
	white-space: nowrap;
}

.error {
	display: none;
	color: red;
}

.data-table {
	width: 100%;
	border: 2px solid black;
	text-align: left;
	border-collapse: collapse;
}
	
	.data-table td {
		border: 1px solid black;
	}

#links-list {
	width: 100%;
}

	#links-list td.link {
		width: 100%;
	}

	#links-list td.image {
		padding: 5px;
	}

table td p {
	padding: 0px;
}
div.main2 { padding-left: 1px; padding-right: 8px; padding-top: 10px; overflow: scroll;  height: 650px; overflow: auto;  scrollbar-face-color: #dbdbdb;
} 