@import url(reset.css);

html, body {
height: 100%;
background:#fff;
}

#wrap {
background:url(../images/body_bg.gif) left top repeat-y;
min-height:100%;
width:891px;
margin:3px auto 0 auto;
font-size:11px;
}

	#head {
	background:url(../images/head_bg.gif) left top repeat-x;
	width:891px;
	height:217px;
	}
	
		.logo {
		margin-left:32px;
		float:left;
		}
		
		.auth {
		background:#fff;
		width:218px;
		height:142px;
		border:1px solid #c9c9c9;
		float:right;
		margin:14px 14px 12px 0;
		padding:16px 22px 10px 30px;
		position:relative;
		font-size:12px;
		}
		
			.auth .lt {
			position:absolute;
			left:-1px;
			top:-1px;
			}
			
			.auth .lb {
			position:absolute;
			left:-1px;
			bottom:-1px;
			}
			
			.auth .rt {
			position:absolute;
			right:-1px;
			top:-1px;
			}
			
			.auth .rb {
			position:absolute;
			right:-1px;
			bottom:-1px;
			}
			
			.auth .dubleArrow {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight:bold;
			margin-left:-20px;
			}
			
			.auth .loginAuth {
			font-weight:bold;
			color:#878787;
			font-size:11px;
			line-height:18px;
			}
			
				.auth .loginAuth span {
				color:#000;
				}
				
			.auth a.button {
			margin:0 0 5px 0;
			float:right;
			}
			
			.auth table {
			border:none;
			border-collapse:collapse;
			width:100%;
			margin:0 0 5px 0;
			}
			
				.auth table td {
				padding:0 0 5px 0;
				vertical-align:middle;
				font-size:11px;
				border:none;
				}
				
				.auth table td.bottom {
				padding:5px 0 0 0;
				}
				
				.auth table td.left {
				font-weight:bold;
				color:#878787;
				width:55px;
				}
				
				.auth table input.text {
				width:152px;
				}
				
				.auth table input.enter {
				float:right;
				}
				
				.auth a {
				line-height:15px;
				}
				
			a.techPod {
			background:url(../images/tech_pod_bg.gif) left top no-repeat;
			float:left;
			margin-left:72px;
			font-weight:bold;
			color:#000;
			text-decoration:none;
			text-indent:-10000px;
			width:173px;
			height:11px;
			}
				
			#topNav {
			height:12px;
			float:right;
			margin:0 14px 0 0;
			}
			
				#topNav img {
				margin-left:2px;
				}
				
	#leftCol {
	background:url(../images/leftCol_bg.gif) left top no-repeat;
	float:left;
	width:261px;
	min-height:115px;
	padding:23px 20px 23px 13px;
	}
	
		#leftMenu {
		background:none;
		width:235px;
		margin:0 0 40px 0;
		}
		
			#leftMenu li {
			background:url(../images/arrow.gif) 9px 14px no-repeat;
			list-style-type:none;
			padding:11px 0 8px 33px;
			margin:0;
			border-bottom:1px solid #efefef;
			display:block;
			}
			
			#leftMenu li.active {
			background:url(../images/left_menu_bg_a.gif) 9px 14px no-repeat;
			}
			
				#leftMenu li.active span, #leftMenu li.active a.active {
				color:#ea0503;
				text-decoration:underline;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-size:12px;
				line-height:15px;
				}
			
				#leftMenu a {
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-size:12px;
				line-height:15px;
				color:#000;
				text-decoration:none;
				}
				
				#leftMenu a:hover {
				color:#ea0503;
				text-decoration:underline;
				}
				
					#leftMenu li ul {
					margin:10px 0 10px -10px;
					border-top:1px solid #efefef;
					}
					
					#leftMenu li ul li, #leftMenu li.active ul li.active {
					background:url(../images/left_menu_bg_2.gif) left 8px no-repeat;
					padding:3px 0 3px 15px;
					border:none;
					margin:0;
					}
					
					#leftMenu li ul a {
					font-size:11px;
					}
					
					#leftMenu li.active ul li.active a.active, #leftMenu li.active ul li.active span {
					font-size:11px;
					color:#ea0503;
					text-decoration:underline;
					}
					
						#leftMenu li.active ul li.active ul {
						margin:3px 0 7px 0;
						border:none;
						}
						
						#leftMenu li.active ul li.active ul li {
						background:none;
						padding:0 0 0 5px;
						border:none;
						margin:0;
						}
						
						#leftMenu li.active ul li.active ul a {
						font-weight:normal;
						}
						
						#leftMenu li.active ul li.active ul span {
						font-weight:normal;
						color:#ea0503;
						text-decoration:underline;
						}
						
		#leftCol p.title {
		margin:0 0 20px 9px;
		}
		
		#leftCol .news {
		margin:10px 0;
		padding-left:9px;
		}
		
			#leftCol .news dt {
			padding-bottom:5px;
			}
			
				#leftCol .news dt p.date {
				color:#878787;
				font-weight:bold;
				margin-bottom:12px;
				font-size:11px;
				}
				
				#leftCol .news dt a {
				font-weight:bold;
				line-height:14px;
				}
			
				#leftCol .news dt .frame {
				background:url(../images/new_pic_frame.gif) left top no-repeat;
				width:81px;
				height:81px;
				position:relative;
				overflow:hidden;
				float:right;
				margin:0 0 5px 15px;
				}
				
					#leftCol .news dt .frame img {
					position:absolute;
					left:9px;
					top:7px;
					}
				
			#leftCol .news dd {
			border-bottom:1px solid #c9c9c9;
			padding:5px 0 15px 0;
			margin-bottom:25px;
			}
			
			.news dd {
			line-height:14px;
			}
			
		.banners {
		padding-left:9px;
		margin:15px 0;
		overflow:hidden;
		}
		
			.picBanner, .textBanner {
			margin-bottom:10px;
			}
			
			.banners a img {
			border:1px solid #c9c9c9;
			}
	
	#spaceCol {
	background:url(../images/spase_bg.gif) left top no-repeat;
	width:14px;
	height:113px;
	float:left;
	}
	
	#rightCol {
	background:url(../images/rightCol_bg.gif) left top no-repeat;
	float:right;
	width:523px;
	min-height:115px;
	padding:23px 35px 23px 25px;
	overflow:hidden;
	}
	
		table.product {
		border:none;
		border-collapse:collapse;
		table-layout:fixed;
		margin:30px 0;
		}
		
			#rightCol table.product img {
			padding:0;
			border:none;
			}
			
			table.product td {
			vertical-align:top;
			width:240px;
			text-align:center;
			border:none;
			padding:0;
			}
			
			table.product td.left {
			border-right:1px solid #c9c9c9;
			padding-right:20px;
			}
			
			table.product td.right {
			padding-left:20px;
			}
			
			table.product p.title {
			margin-bottom:15px;
			text-align:left;
			}
			
				table.product p.title a {
				color:#000;
				text-decoration:none;
				}
				
				table.product p.title a:hover {
				color:#ea0503; 
				text-decoration:underline;
				}
			
			table.product .pic {
			background:url(../images/product_pic_bg_m.gif) left top repeat-y;
			position:relative;
			padding:5px 6px 8px 8px;
			margin:0 auto;
			overflow:hidden;
			width:221px;
			}
			
				table.product .pic img {
				width:221px;
				}
			
				table.product .pic .topBorder {
				position:absolute;
				left:0;
				top:0;
				width:235px;
				height:4px;
				}
				
				table.product .pic .bottomBorder {
				position:absolute;
				left:0;
				bottom:0;
				width:235px;
				height:8px;
				}
			
			table.product .firm {
			margin-top:10px;
			width:238px;
			margin:10px auto 0 auto;
			padding-left:5px;
			}
				
				table.product .firm img {
				float:left;
				margin:0 5px 5px 0;
				}
				
			table.product tr.space td {
			border:none;
			height:40px;
			}
			
		#rightCol img {
		padding:4px;
		border:1px solid #cecece;
		}

		ul.doc li {
		background:none;
		font-size:11px;
		padding:2px 0 5px 30px;
		}
			
			#rightCol ul.doc li img {
			margin:0 13px -4px -30px;
			padding:0;
			border:none;
			}
			
		#gallery {
		border:1px solid #d1d1d1;
		margin:20px 0;
		padding:0 4px 4px 4px;
		}
		
			#gallery .navigAlbum {
			text-align:center;
			font-size:11px;
			height:15px;
			padding:10px 0 5px 0;
			}
			
				#gallery .navigAlbum .prev {
				background:url(../images/arrow_navig_r.gif) left 5px no-repeat;
				padding-left:10px;
				margin-right:20px;
				}
				
				#gallery .navigAlbum .next {
				background:url(../images/arrow_navig_l.gif) right 5px no-repeat;
				padding-right:10px;
				margin-left:20px;
				}
			
			#gallery .navig {
			text-align:center;
			height:12px;
			padding:7px 0 10px 0;
			position:relative;
			z-index:10;
			margin:0;
			}
			
				#gallery .navig a {
				background:url(../images/navig_a_na.gif) left bottom no-repeat;
				padding:6px 11px 8px;
				border:1px solid #d1d1d1;
				margin:0 -5px 0 0;
				color:#000;
				text-decoration:none;
				font-weight:normal;
				}
				
				#gallery .navig a:hover {
				background:url(../images/navig_a_hover.gif) top right no-repeat;
				}
				
				#gallery .navig span {
				background:#f3f3f3;
				color:#8c8c8c;
				padding:6px 11px 8px;
				border:1px solid #d1d1d1;
				margin:0 -5px 0 0;
				z-index:100;
				font-weight:normal;
				}
				
				#gallery .photoBoxBig {
				background:#f3f3f3;
				border:1px solid #d1d1d1;
				padding:8px 5px 15px 5px;
				margin:-1px 0 0 0;
				text-align:center;
				overflow:hidden;
				}
				
					#gallery .photoBoxBig p {
					color:#4d4d4d;
					margin-bottom:10px;
					}
					
					#gallery .photoBoxBig img {
					max-width:490px;
					}
				
				#gallery .photoBox {
				background:#f3f3f3;
				border:1px solid #d1d1d1;
				padding:20px 15px;
				margin:-2px 0 0 0;
				text-align:center;
				}
				
					#gallery .photoBox table {
					margin:0;
					border-collapse:separate;
					}
				
						#gallery .photoBox table td {
						background:#e9e9e9;
						border-bottom:1px solid #b0b0b0;
						border-left:1px solid #b0b0b0;
						border-right:1px solid #fdfdfd;
						border-top:1px solid #fdfdfd;
						width:108px;
						height:108px;
						padding:5px;
						overflow:hidden;
						text-align:center;
						vertical-align:middle;
						margin:0;
						}
						
						#gallery .photoBox table td:hover {
						background:#ccc;
						border-bottom:1px solid #9c9c9c;
						border-left:1px solid #9c9c9c;
						border-right:1px solid #e2e2e2;
						border-top:1px solid #e2e2e2;
						}
						
							#gallery .photoBox table td img {
							border:1px solid #fff;
							padding: 0;
							margin:auto;
							}
							
		table.siteSearch td {
		border:none;
		vertical-align:middle;
		}
			
			table.siteSearch td input.text {
			width:200px;
			}
			
		ol.searchResult p {
		margin:5px 0 15px 15px;
		}
		
		.partner {
		margin:0 0 30px 0;
		}
		
			.partnerLogo {
			width:128px;
			border:1px solid #c9c9c9;
			padding:15px;
			float:left;
			margin:5px 30px 25px 0;
			}
			
				#rightCol .partnerLogo img {
				margin:0 auto;
				max-width:128px;
				display:block;
				padding:0;
				border:none;
				}
				
			p.ofSite {
			font-weight:bold;
			font-size:13px;
			margin-bottom:20px;
			}
			
				#rightCol p.ofSite img {
				margin:0 0 -2px 8px;
				padding:0;
				border:none;
				}
				
		#rightCol .news {
		margin:10px 0;
		padding-left:9px;
		}
		
			#rightCol .news dt {
			padding-bottom:5px;
			}
			
				#rightCol .news dt p.date {
				color:#878787;
				font-weight:bold;
				margin:0 12px 12px 0;
				font-size:11px;
				float:left;
				}
				
				#rightCol .news dt p.titleNew {
				font-weight:bold;
				line-height:14px;
				}
				
			#rightCol .news dd {
			border-bottom:1px solid #c9c9c9;
			padding:5px 0 15px 0;
			margin-bottom:25px;
			clear:left;
			}
			
				#rightCol .news dd .frame {
				background:#fff;
				border:1px solid #c9c9c9;
				width:67px;
				height:67px;
				position:relative;
				overflow:hidden;
				float:left;
				margin:0 15px 5px 0;
				padding:4px;
				}
				
					#rightCol .news dd .frame img {
					padding:0;
					border:none;
					}
				
		.newOpen {
		border-bottom:1px solid #c9c9c9;
		padding-bottom:30px;
		}
		
			.newOpen p.date {
			color:#878787;
			font-weight:bold;
			margin:0 12px 10px 0;
			font-size:11px;
			}
			
			.newOpen h2 {
			font-size:18px;
			margin:0 0 15px;
			}
			
			.newOpen img {
			background:#fff;
			float:left;
			padding:4px;
			border:1px solid #ccc;
			margin:5px 20px 5px 0;
			}
				
		.navig {
		margin:15px 20px;
		}
		
			.navig a.prev {
			display:inline-block;
			width:10px;
			height:9px;
			}
			
			.navig a.next {
			display:inline-block;
			width:10px;
			height:9px;
			}
			
			.navig a.prevText {
			background:url(../images/arrow_navig_right.gif) left 3px no-repeat;
			padding-left:17px;
			}
			
			.navig a.nextText {
			background:url(../images/arrow_navig_left.gif) right 3px no-repeat;
			padding-right:17px;
			}
			
			.navig a {
			margin:0 3px;
			color:#1a3dc1;
			font-size:11px;
			font-weight:bold;
			text-decoration:none;
			}
			
				#rightCol .navig a img {
				padding:0;
				border:none;
				}
			
			.navig span {
			margin:0 3px;
			color:#ea0503;
			font-size:11px;
			font-weight:bold;
			text-decoration:none;
			}
			
		.library {
		border:none;
		width:510px;
		} 
		
			#rightCol .library img {
			padding:0;
			border:none;
			}
			
			.library td {
			border:none;
			}
			
			.library tr.space td {
			height:10px;
			}
			
			.library td.left {
			border-right:1px solid #c9c9c9;
			width:145px;
			padding:12px 10px 10px 0;
			}
			
				.library td.left p.title {
				background-position:left 5px;
				font-size:15px;
				font-weight:bold;
				}
				
				.library .frame {
				background:url(../images/new_pic_frame.gif) left top no-repeat;
				width:81px;
				height:81px;
				position:relative;
				overflow:hidden;
				margin:10px auto 5px auto;
				}
				
					.library .frame img {
					position:absolute;
					left:9px;
					top:7px;
					}
					
			.library ul li {
			background:url(../images/ico_list.gif) left top no-repeat;
			padding:0  0 5px 25px;
			display:block;
			}
			
				.library ul li a {
				color:#000;
				font-weight:bold;
				text-decoration:none;
				}
				
				.library ul li a:hover {
				color:#ea0503;
				text-decoration:underline;
				}
		
		#rightCol table.form {
		border:none;
		margin:0;
		width:100%;
		}
		
			#rightCol table.form td {
			border:none;
			vertical-align:middle;
			padding:3px 0 4px 0;
			}
			
				#rightCol table.form td .capcha {
				float:right;
				border:1px solid #c9c9c9;
				padding:0;
				}
				
				#rightCol table.form td .capchaReg {
				float:left;
				border:1px solid #c9c9c9;
				//margin-left:145px;
				padding:0;
				}
				
				#rightCol table.form td input.text {
				float:right;
				margin:0 140px 0 0;
				width:310px;
				}
				
				#rightCol table.form td label {
				float:left;
				margin-top:5px;
				}
					
					table.form label span, table.form p span {
					color:#ea0503;
					}
					
					table.form label span.repeat {
					color:#878787;
					font-weight:normal;
					}
				
				#rightCol table.form td div.logPar {
				float:left;
				width:250px;
				}
				
				#rightCol table.form td div.logPar input.text {
				margin:0 10px 0 16px;

				}
				
				#rightCol table.form td input.code {
				float:left;
				clear:both;
				 margin:10px 10px 0 0;
				}
				
				#rightCol table.form td .prof {
				float:left;
				margin-right:20px;
				height:100px;
				width:117px;
				}
				
				#rightCol table.form td .boxForChec {
				padding-top:3px;
				//padding-top:0;
				}
		
		#rightCol table.form a.button {
		margin:15px 0 0 0;
		}
		
		.guestBook {
		margin:40px 0 20px;
		}
		
		.guestMessage {
		padding:0;
		margin-bottom:-1px;
		display:block;
		width:520px;
		}
		
			.guestMessage p {
			margin:0 0 5px 0;
			padding:0 10px;
			}
			
			.guestMessage .question {
			border-top:1px solid #c9c9c9;
			padding:10px 0;
			color:#537cac;
			}
			
				.guestMessage p.left {
				float:left;
				font-weight:bold;
				}
				
				.guestMessage .cont {
				margin-left:60px;
				font-size:11px;
				}
			
			.guestMessage .answer {
			border-bottom:1px solid #c9c9c9;
			border-top:1px solid #efefef;
			padding:10px 0 25px 0;
			}
			
			.guestMessage .name {
			font-size:10px;
			color:#878787;
			font-weight:bold;
			margin:0;
			}
			
				.guestMessage .name span {
				font-weight:normal;
				}
				
			.guestMessage ol {
			margin:4px 12px;
			}
			
				.guestMessage ol li {
				margin-bottom:0;
				}
				
			.guestMessage ul {
			margin:4px 13px;
			}
			
				.guestMessage ul li {
				margin-bottom:1px;
				}
		
	td.sendRight {
	text-align:right;
	padding:0;
	}
	
	#rightCol table.form td.sendRight a.button {
	float:right;
	margin:0;
	}
	
	#rightCol table.reminde td.rem input.text {
	width:460px;
	margin-right:0;
	}

	.clearFooter {
	background:none;
	height:95px;
	clear:both;
	}
	
#footer {
background:#fff url(../images/footer_bg.gif) left top no-repeat;
width:891px;
height:65px;
margin:-95px auto 0 auto;
padding:30px 0 0 0;
color:#878787;
font-size:11px;
}

	.company {
	float:left;
	}
	
	.rusoft {
	background:url(../images/bee.gif) right top no-repeat;
	float:right;
	padding-right:22px;
	text-align:right;
	}
	
	#footer p {
	margin-bottom:2px;
	}

/* Globals begin */

.clear {
background:none;
clear:both;
height:1px;
margin:0;
overflow:hidden;
}

.floatLeft {
float:left;
margin:0 20px 20px 0;
}

.floatRight {
float:right;
margin:0 0 20px 20px;
}

h1 {
margin-bottom:20px;
}

h2 {
margin:30px 0 15px 0;
clear:both;
}

h3, h4, h5, h6 {
margin:20px 0 15px 0;
clear:both;
}

p {
margin-bottom:5px;
line-height:14px;
}

ul {
margin:9px 0 4px 0px;
}

	table td ul li {
	display:inline-block;
	}
	
	ul li {
	background:url(../images/content_ul_bg.gif) left 6px no-repeat;
	padding-left:13px;
	margin-bottom:2px;
	line-height:14px;
	display:table;
	//display:inline-block;
	}
	
	ul ul li {
	background:url(../images/content_ul_ul_bg.gif) left 6px no-repeat;
	padding-left:13px;
	}
	
	ul ul ul li {
	background:url(../images/content_ul_ul_ul_bg.gif) left 6px no-repeat;
	padding-left:13px;
	}
	
ol {
margin:9px 0 4px 16px;
list-style-type:decimal;
list-style-position:inside;
}

	ol li {
	margin-bottom:2px;
	line-height:14px;
	}
	
table {
border-collapse:collapse;
margin:15px 0;
}

th {
border:none;
padding:3px 10px 4px;
vertical-align:top;
font-weight:bold;
background:#fafafa;
}

td {
border:none;
padding:3px 10px 4px;
vertical-align:top;
}

p.title {
background:url(../images/arrow_duble.gif) left 5px no-repeat;
padding-left:22px;
font-size:18px;
line-height:18px;
}

hr {
background:#ccc;
color:#ccc;
height:1px;
border:none;
margin:10px 0;
//margin:0 0 3px 0;
}

.dubleArrow {
background:url(../images/arrow_duble.gif) left 3px no-repeat;
padding:0 0 3px 20px;
}

a.button {
background:#8297bd url(../images/button_bg_l.gif) left top no-repeat;
display:block;
float:left;
height:21px;
line-height:17px;
padding-left:3px;
color:#fff;
font-size:11px;
text-decoration:none;
margin-bottom:20px;
}

a.button:hover {
color:#fff;
text-decoration:none;
}

	a.button span {
	background:url(../images/button_bg_r.gif) right top;
	display:block;
	float:left;
	height:21px;
	overflow:hidden;
	padding:0 14px;
	cursor:pointer;
	}

a.more {
width:11px;
height:11px;
}

	#rightCol a.more img {
	margin-bottom:-3px;
	padding:0;
	border:none;
	}

input {
vertical-align:middle;
font-size:11px;
}

input.check {
margin:3px 5px 3px 0;
//margin:1px 5px 1px 0;
}

input.text {
border:1px solid #c9c9c9;
padding:2px 4px 4px 4px;
color:#6e80a0;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

textarea {
border:1px solid #c9c9c9;
padding:2px 4px 4px 4px;
font-size:11px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
color:#000;
width:513px;
height:120px;
margin:5px 0;
}

label {
font-weight:bold;
color:#878787;
font-size:11px;
}

.noAuth input.text {
width:420px;
margin-left:20px;
}	

.noAuth a.button {
float:right;
margin:0;
}

.noAuth td {
padding:0;
vertical-align:middle;
}
