.crm {
	position: absolute;
	lefT: -10000px;
	top: -10000px;
}

body, p, h1, h2, h3, h4, h5, h6, form{
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}


.magnify {
	cursor: url(/page/images/sys/magnify.cur);
}

	* > .magnify {
		cursor: pointer;
		cursor: hand;
	}

/* === Clearing browser style === */

body, td, th, input, textarea, select {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

body {
	background: #ffffff url(../images/bg.gif);
	height: 100%;
	padding: 0px;
}

html {
	height: 100%;
}

/* === Links === */

a {
	color: #223a96;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

#layout {
	width: 100%;
	/*height: 100%;*/
}

	#left {
		width: 50%;
	}

	#middle {
		background: #f4f5f8 url(../images/bg-middle.gif) repeat-y;
	}

	#right {
		width: 50%;
	}

	/* Lang */

	/* Left menu */

	div.left-nav {
		border-bottom: 1px solid #e1e1e1;
	}

		.left-nav a {
			display: block;
			background: url(../images/left-menu-bullet.gif) no-repeat;
			font-size: 11px;
			color: #223a96;
			text-decoration: none;
			padding: 22px 0px 13px 9px;
		}

		.left-nav a:hover {
			color: #223a96;
			text-decoration: underline;
		}

		.left-nav a.selected {
			background: url(../images/left-menu-bullet-o.gif) no-repeat;
			color: #f00009;
			text-decoration: none;
		}

		.left-nav a.selected:hover {
			color: #f00009;
			text-decoration: underline;
		}

	/* Submenu */

	.sub-nav,
	.sub-nav ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

		.sub-nav a {
			display: block;
			background: url(../images/sub-menu-bullet.gif) no-repeat;
			font-size: 11px;
			color: #223a96;
			text-decoration: none;
			padding: 0px 0px 3px 15px;
		}

			.sub-nav li li a {
				background: url(../images/sub-menu2-bullet.gif) no-repeat;
				color: #223a96;
				text-decoration: none;
				padding: 0px 0px 3px 25px;
			}

				.sub-nav li li a.last {
					padding-bottom: 6px;
				}

			.sub-nav li li a:hover {
				color: #223a96;
				text-decoration: underline;
			}

			.sub-nav li li a.selected {
				background: url(../images/sub-menu2-bullet-o.gif) no-repeat;
				font-weight: normal;
				color: #f00009;
				text-decoration: none;
			}

			.sub-nav li li a.selected:hover {
				font-weight: normal;
				color: #f00009;
				text-decoration: underline;
			}

				.sub-nav li li li a {
					background: url(../images/sub-menu3-bullet.gif) no-repeat;
					color: #7489d9;
					text-decoration: none;
					padding: 0px 0px 3px 35px;
				}

					.sub-nav li li li a.last {
						padding-bottom: 2 px;
					}

				.sub-nav li li li a:hover {
					color: #7489d9;
					text-decoration: underline;
				}

				.sub-nav li li li a.selected {
					background: url(../images/sub-menu3-bullet.gif) no-repeat;
					color: #f00009;
					text-decoration: none;
				}

				.sub-nav li li li a.selected:hover {
					color: #f00009;
					text-decoration: underline;
				}

		.sub-nav a:hover {
			color: #223a96;
			text-decoration: underline;
		}

		.sub-nav a.selected {
			background: url(../images/sub-menu-bullet-o.gif) no-repeat;
			font-weight: bold;
			color: #f00009;
			text-decoration: none;
		}

		.sub-nav a.selected:hover {
			font-weight: bold;
			color: #f00009;
			text-decoration: underline;
		}

	/* Top menu */

	table.top-nav  {
		width: 100%;
	}

		.top-nav a {
			display: block;
			background: url(../images/top-menu-bullet.gif) no-repeat;
			font-size: 11px;
			color: #223a96;
			text-decoration: none;
			padding: 77px 9px 0px 11px;
		}

		.top-nav a:hover {
			color: #223a96;
			text-decoration: underline;
		}

		.top-nav a.selected {
			color: #f00009;
			text-decoration: none;
		}

		.top-nav a.selected:hover {
			color: #f00009;
			text-decoration: underline;
		}

	/* Quick menu */

	.qnav {
		font-size: 10px;
		font-weight: bold;
		color: #223a96;
	}

		.qnav a {
			font-size: 10px;
			font-weight: bold;
			color: #223a96;
			text-decoration: none;
		}

		.qnav a:hover {
			color: #223a96;
			text-decoration: underline;
		}

		.qnav span.selected {
			font-size: 12px;
			color: #f00009;
			font-weight: bold;
		}

	/* Icons */

	table.icons {
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}

		table.icons td {
			background: url(../images/icons-bullet.gif) no-repeat;
			padding: 8px 10px 9px 11px;
		}

			table.icons td.first {
				background: none;
				padding-left: 0px;
			}

	/* --- */

	.left-side {
		background: url(../images/bg-left-side.gif) repeat-y;
		width: 10px;
	}

	.index .left-col {
 		background: url(../images/bg-left-col.gif) no-repeat;
		width: 202px;
		height: 733px;
	}

	.page .left-col {
 		background: url(../images/bg-left-col-page.gif) no-repeat;
		width: 202px;
		height: 750px;
	}

	.left-col-bottom {
 		padding-left: 36px;
	}

	.middle-col {
 		background: url(../images/bg-middle-col.gif) no-repeat 212px 0px;
	}

		.index .middle-col-top {
	 		background: url(../images/people-top.gif) no-repeat;
			width: 556px;
			padding-top: 20px;
		}

		.page .middle-col-top {
	 		width: 556px;
			padding-top: 20px;
		}

		.middle-col-bottom {
	 		background: url(../images/people-bottom.gif) no-repeat left bottom;
		}

	.index .right-col {
 		background: url(../images/bg-right-col.gif) no-repeat;
		width: 212px;
	}

	.page .right-col {
 		background: url(../images/bg-right-col-page.gif) no-repeat;
		width: 768px;
	}

	.right-side {
		background: url(../images/bg-right-side.gif) repeat-y;
		width: 10px;
	}

	/* Left column */

	#logo {
		padding: 25px 0px 0px 21px;
	}

		#logo-txt {
			font-size: 10px;
			font-weight: bold;
			color: #223a96;
			text-transform: uppercase;
			padding: 0px 0px 71px 21px;
		}

	#left-nav-box {
		padding: 0px 0px 26px 34px;
	}

		.left-menu {
			border-bottom: 1px solid #e1e1e1;
		}

		.sub-nav-box {
			padding: 7px 10px 13px 7px;
			border-bottom: 1px solid #e1e1e1;
		}

	#panel {
		padding: 0px 6px 0px 40px;
	}

		#panel .top {
			background: #ffffff url(../images/panel-top.gif) repeat-x;
		}

			#panel .right-top {
				background: url(../images/panel-right-top.gif) no-repeat right top;
			}

		#panel .content {
			background: #fbfbfc;
			padding: 0px 15px;
			border-right: 4px solid #e6e8ee;
			border-left: 4px solid #e6e8ee;
		}

		#panel .bottom {
			background: #ffffff url(../images/panel-bottom.gif) repeat-x;
		}

			#panel .right-bottom {
				background: url(../images/panel-right-bottom.gif) no-repeat right top;
			}

		.index #panel .bottom-o {
			background: url(../images/panel-bottom-o.gif) no-repeat center top;
			height: 43px;
			margin-top: -4px;
		}

		.page #panel .bottom-o {
			background: url(../images/panel-bottom-o.gif) no-repeat center top;
			height: 43px;
			padding-bottom: 56px;
			margin-top: -4px;
		}

	/* middle column */

	#top-nav-box {
		height: 130px;
		padding: 0px 60px 0px 93px;
	}

	#slogan {
		padding-top: 171px;
	}

	#compare-box {
		background: url(../images/bg-compare.gif) no-repeat;
		padding: 11px 0px 11px 14px;
		margin: 8px 0px 0px 58px;
	}

	#quick-nav-box {
		float: left;
		background: url(../images/quick-menu-bullet.gif) no-repeat 52px 4px;
		width: 520px;
		padding: 0px 36px 12px 71px;
	}

	#print-box {
		float: right;
		background: url(../images/icon-print.gif) no-repeat right top;
		white-space: nowrap;
		margin-right: 36px;
	}

	#content-box {
		padding: 0px 36px 0px 71px;
	}

		#content {
			padding: 19px 0px;
			border-top: 1px solid #e1e1e1;
		}

	/* right column */

	#icons-box {
		text-align: center;
		padding: 20px 15px 15px 0px;
	}

	.index #search-box {
		padding: 0px 36px 65px 42px;
		margin-top: -3px;
	}

	.page #search-box {
		padding: 0px 36px 16px 42px;
		margin-top: -3px;
	}

	#photo-box {
		position: relative;
		height: 225px;
	}

		#photo {
			position: absolute;
			top: 0px;
			left: -29px;
		}

	#photo-title-box {
		background: url(../images/photo-ico.gif) no-repeat 125px 0px;
		padding: 4px 0px 41px 0px;
	}

	.index #contacts-box {
		padding: 21px 36px 0px 11px;
	}

	.page #contacts-box {
		padding: 21px 0px 0px 11px;
	}

		#contacts-box div.phone {
			font-size: 18px;
			color: #f00009;
			padding: 4px 0px;
		}

	#created {
		background: #ffffff url(../images/bg-copyright.gif) no-repeat;
		height: 150px;
	}

		.index #copy-box {
			background: url(../images/bg-copy-index.gif) no-repeat;
			padding: 78px 0px 0px 44px;
		}

		.page #copy-box {
			padding: 52px 0px 0px 44px;
		}

			#scroll-top-box {
				padding-top: 12px;
				margin: 0px 36px 0px 273px;
				border-top: 1px solid #e1e1e1;
			}

				#scroll-top {
					background: url(../images/scroll-top-bullet.gif) no-repeat right top;
					text-align: right;
				}

	/* content images */

	.imgContainer {
	}

		.imgContainer table tr.image td {
			background: url(../images/bg-image.gif) no-repeat;
			width: 178px;
			height: 178px;
		}

		.imgContainer table tr.image2 td {
			background: url(../images/bg-image2.gif) no-repeat;
			width: 77px;
			height: 77px;
		}

		.imgContainer table tr.title {
			display: none;
		}

			.imgContainer table tr.title td {
				text-align: center;
			}

/* === Txt === */
h2.title {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 15px 0px 12px 0px;
	border-top: 1px solid #e1e1e1;
}

h5.title {
	background: url(../images/o1.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #f00009;
	padding: 12px 0px 13px 52px;
	margin: 0px 0px 14px 14px;
}

h5.title2 {
	background: url(../images/o2.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #f00009;
	padding: 7px 0px 7px 42px;
}

h6.title {
	font-size: 11px;
	font-weight: bold;
	color: #223a96;
}

span.copyright {
	font-family: tahoma, sans-serif;
	font-size: 10px;
	color: #000000;
	cursor: default;
}

span.copyright a {
	font-family: tahoma, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

span.copyright a:hover {
	color: #000000;
	text-decoration: none;
}

.hide-screen {
	display: none;
}
/* === Other === */

.w33 {
	width: 33%;
}

.w25 {
	width: 25%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

