@import url('reset.css');

body {
	font-family: "Arial", "Tahoma" !important;
	color: #373737;
	font-size: 13px;
	margin: 0px;
}

::-moz-selection {
	background: #D8C07D;
}

h2, h3 {
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #9F8330;
	text-align: left;
	line-height: 28px;
}

h2 span,
h3 span {
	font-size: 32px;
}

h3 {
	font-size: 22px;
	line-height: 24px;
}

a {
	color: #9f8330;
	text-decoration: underline;
}

a:hover {
	color: #006bd5;
}

	.top .n {
		width: 275px;
		min-height: 160px;
		background: #dddfe3;
		margin-top: -90px;
		margin-left: 29px;
		padding: 5px;
		background: url(../i/bgn.jpg) repeat-y;
		-moz-box-shadow: 1px 1px 2px #9c9c9c;
		-webkit-box-shadow: 1px 1px 2px #9c9c9c;
		box-shadow: 1px 1px 2px #9c9c9c;
		opacity: 0.8;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	}
		.top .n ul {
			float: left;
		}
		
			.top .n ul li a[href="/seo/"] {
				line-height: 23px;
			}
			
			.top .n .sn a ,
			.footer .f-n .sn a {
				cursor: default;
			}
		
		.top .n ul.gl {
			margin-top: 5px;
			margin-left: 8px;
			height: 33px;
		}
		
			.top .n ul.gl li {
				font-size: 18px;
				display: inline-block;
				width: auto;
				padding: 3px 5px;
			}
			
			.top .n ul.gl li a {
				width: auto;
			}
		
		.top .n ul li {
			font-size: 14px;
			line-height: 22px;
			padding: 1px 3px;
			margin: 1px;
		}
		
		.top .n a,
		.footer .f-n a {
			color: #373737;
			text-decoration: underline;
			width: 129px;
			display: block;
		}
		
		.top .n ul li:hover,
		.footer .f-n ul li:hover, 
		.sn {
			background: #d8c07d;
		}
		
		.top .n ul li:hover a,
		.footer .f-n ul li:hover a,
		.top .n .sn a,
		.footer .f-n .sn a {
			color: white;
			text-decoration: none;
		}

.header {
	margin-top: 235px;
	margin-left: 29px;
	margin-right: 29px;
	min-width: 900px;
	position: relative;
}

	.header h1 {
		font-size: 33px;
		text-shadow: 0 1px 0 white;
	}

	.header .bc {
		font-size: 14px;
		margin-top: 2px;
		padding-top: 0px;
	}
		
		.header .bc strong {
			font-weight: normal;
		}
	
	.header .sm,
	.header .th {
		min-width: 940px;
		margin-left: -29px; 
		margin-right: -29px; 
		padding-left: 20px; 
		padding-right: 29px;
		border-bottom: 1px dashed white;
		border-top: 1px dashed white;
		margin-top: 10px;
	}
	
	.header .sm {
		font-size: 16px;
		line-height: 32px;
	}
	
		.header .sm ul li {
			display: inline-block;
			list-style: none;
			margin: 0px 5px;
			padding-left: 5px;
			padding-right: 5px;
		}
		
		.header .sm ul li a {
			color: #373737;
		}
		
		.header .sm ul li:hover,
		.header .sm ul li.select {
			background: #D8C07D;
		}
		
		.header .sm ul li:hover a,
		.header .sm ul li.select a {
			color: white;
			text-decoration: none;
		}
			
			.header .sm ul li.select a {
				cursor: default;
			}
	
	.header .th {
		height: 3px;
		line-height: 3px;
	}

.text {
	line-height: 19px;
	padding: 15px 22px 20px 29px;
	min-width: 580px;
	text-align: left;
	display: table-cell;
	position: relative;
	vertical-align: top;
}
	
	.text .cit {
		background: #f0f1f2;
		padding: 10px;
		border: 1px solid #D5BD7B;
		border-left: 7px solid #D5BD7B;
	}
	
	.text .p1 {
		font-size: 16px;
		line-height: 23px;
	}
	
	.text .p2 {
		font-size: 15px;
		line-height: 22px;
	}

	.text p, .text ul {
		margin-top: 4px;
		margin-bottom: 10px;
	}
	
		.text ul li ul {
			margin-top: 3px;
			margin-bottom: 15px;
		}
	
	.text ul,
	.r-block ul {
		margin-top: 12px;
	}
	
	.text ol {
		margin-top: 15px;
	}
	
	.text ul li,
	.r-block li {
		list-style-image: url(../i/li.gif);
	}
	
	.text ul li,
	.r-block li {
		margin-left: 40px;
	}
	
	.text ol li {
		font-size: 18px;
		list-style-type: decimal;
		margin-left: 23px;
	}
	
		.text ol li p {
			font-size: 13px;
			color: #373737;
		}
	
	.text .square {
		width: 48%;
		float: left;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: -10px;
		margin-top: 15px;
		vertical-align: top;
	}
		
		.text .square h2,
		.text .square h3 {
			margin-top: 0px;
		}
		
		.text .square.left {
			margin-left: 0px;
		}
		
		.text .square.top-10 {
			margin-top: 10px;
		}
	
	.text .clear {
		clear: both;
		font-size: 1px;
		line-height: 1px;
		margin: 0;
	}
	
	.text .strong {
		font-size: 15px;
		border-bottom: 3px dotted #d8c07d;
	}
	
	.text .tb {
		margin: 10px;
		margin-bottom: 15px;
		width: 98%;
	}
		.text .tb tr:first-child td {
			font-weight: 600;
			padding-bottom: 10px;
		}
	
		.text .tb tr td {
			padding: 4px 0px;
			border-bottom: 2px solid #D8C07D;
			text-align: center;
		}
		
		.text .tb tr td:first-child {
			padding-left: 10px;
			text-align: left;
		}
		
		.text .tb tr:hover td {
			color: white;
			background: #D8C07D;
		}
		
		.text .tb tr:first-child:hover td {
			color: #373737;
			background: none;
		}
		
		.text a.a {
			color: #373737;
			text-decoration: none;
		}
		
		.text span.d-a {
			font-size: 11px;
			background: white;
			padding: 2px 4px;
			width: 100px;
		}
			
			.text .a-d-a {
				text-decoration: none;
			}

		.text span.d-a span {
			background: #999999;
			margin-right: -4px;
			margin-left: 1px;
			color: white;
			padding: 2px 4px;
		}
		
		.text .three-cols td {
			width: 33%;
			padding: 5px;
		}

		.text .three-cols td p {
			font-size: 11px;
			line-height: 16px;
		}
		
	.text .more-list {
		border-bottom: 2px dashed;
		text-decoration: none;
	}

.r-block {
	width: 330px;
	min-width: 330px;
	padding-right: 29px;
	display: table-cell;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

	.r-b-i {
		background: #f0f1f2;
		padding: 15px 0px;
		padding-top: 0px;
		border: 5px solid #9c9c9c;
		margin-top: 12px;
		margin-bottom: 18px;
	}
	
	.r-b-i h3 {
		color: #373737;
		margin: 0px;
		line-height: 33px;
		border-bottom: 1px solid #D8C07D;
		border-left: 15px solid #D8C07D;
		padding-left: 15px;
		height: 33px;
	}
	
	.r-b-i .l {
		border-right: 15px solid #e6ddc2;
		padding-left: 15px;
		margin-bottom: -15px;
		padding-top: 1px;
		padding-bottom: 15px;
	}

.footer {
	height: 210px;
	min-width: 1000px;
}

	.footer .t {
		width: 344px;
		height: 180px;
		background: url(../i/tooth.jpg) repeat-x;
		position: absolute;
	}
	
		.footer .t div {
			padding-top: 128px;
			padding-left: 155px;
		}
			
			.footer .t a {
				opacity: 0.5;
				filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
				text-decoration: none;
				width: 32px;
				height: 32px;
			}
			
			.footer .t a:hover {
				opacity: 1;
				filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
			}
		
			.footer .t a:last-child {
				margin-left: -3px;
			}
	
	.footer .p {
		background: #f0f1f2;
		border-top: 1px solid #9c9c9c;
		border-bottom: 1px solid #9c9c9c;
		height: 138px;
		width: 100%;
		margin-top: 24px;
		float: left;
	}
	
	.footer .p p {
		font-size: 54px;
		line-height: 62px;
		margin-top: 15px;
		margin-left: 364px;
	}
	
	.footer .p p span {
		font-size: 24px;
		line-height: 22px;
	}
	
	.footer .p p span.pt {
		font-size: 14px;
	}
	
	.footer .c {
		width: 304px;
		height: 136px;
		background: url(../i/copyright.jpg) repeat-x;
		float: right; 
		margin-top: -110px;
		margin-right: 29px;
		border: 3px solid #9c9c9c;
		border-bottom: 0px;
		font-size: 11px;
		color: #373737;
		padding: 10px;
		text-align: center;
		position: relative;
	}
	
	.footer .c h5 a {
		font-size: 32px;
		color: white;
		cursor: pointer;
	}
	
	.footer div.c h5 {
		margin-bottom: 62px;
		margin-top: 10px;
	}
	
	.footer div.c h5:hover a {
		text-decoration: none;
	}
	
	.footer .f-n {
		margin-left: 29px;
	}
	
		.footer .f-n ul li {
			width: auto;
			font-size: 14px;
			text-align: center;
			margin-left: 4px;
			margin-right: 4px;
			display: inline-block;
			position: relative;
			margin-top: 12px;
		}
	
			.footer .f-n ul li a {
				padding: 4px;
			}
	
		.footer .f-n a {
			width: auto;
		}
	
	.footer .l-ct {
		color: #373737;
	}
		
.mi a:hover,
.mi a.mi-s {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.mi .mi-s {
	cursor: default;
}
	
.mi .mi-h,
.mi .mi-c,
.mi .mi-m {
	height: 11px; 
	width: 11px;
	padding-left: 57px;
	opacity: 0.3;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	text-decoration: none;
}
	
.mi .mi-h {
	background: url(/i/m-home.png) no-repeat; 
}

.mi .mi-c {
	background: url(/i/m-contacts.png) no-repeat; 
}
		
.mi .mi-m {
	background: url(/i/m-map.png) no-repeat; 
}

.a-i-visor {
	position: absolute;
	width: 1px;
	height: 1px;
	left: -999px;
	top: -999px;
}