* {
	margin: 0;
	padding: 0;
}
html, body {
    font-size:100%;
	margin: 0;
	padding: 0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	background: #f1f1f1;
}
body {
    font-size:100%;
	font-family: Tahoma, Arial, Verdana;
    font-size: 0.75em;
	color: #000;
	text-transform: none;
	position: relative;
	width:100%;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
}
h1 {
	font-family: Tahoma, Arial, Verdana;
    font-size: 16px;
	color: #000;
	text-transform: none;
}

a, p, div, span, ul, ol, li {
    line-height: 1.2em;
}
form {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	list-style-position:inside;
	/*list-style-type:square;*/
}
ul li {
	padding-bottom: 3px;
}

a {
	color: #1065b2;
	text-decoration: underline;
}
a:hover {
	color: #1065b2;
	text-decoration: none;
}
img {
	border: 0px;
}

.clear {
	clear: both;
}
.width100p {
	width: 100%;
}

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.clear { clear: both; } 


#page {
	width: 1004px;
	margin: 0 auto;
	background: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
	#page-in {
		border-left: 1px solid #999;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
	}

#header {
	height: 320px;
}
	#header-in {
		height: 320px;
	}

	#header .top {
		height: 44px;
		background: #25afc3;
	}
		#header .top .in {
			height: 44px;
			padding: 0px 30px;
		}

#menu {
	height: 44px;
	list-style: none;
}
#menu li {
	height: 44px;
	float: left;
	padding: 0px;
}
	#menu li a {
		display: block;
		padding: 0 30px;
		padding-top: 15px;
		height: 29px;
		text-decoration: underline;
		color: #fff;
		font-size: 1.25em;
		font-family: Arial;
	}
	#menu li a:hover {
		text-decoration: underline;		
	}
	
	
#menu li.active {
	padding: 0px;
	background: #fAfAfA url('../i/mitem_active_bk.gif') left top repeat-x;
	height: 44px;
	
}
	#menu li.active a {
		background: transparent url('../i/mitem_active_r.gif') right top no-repeat;
		color: #373737;
		text-decoration: none;		
	}
	#menu li.active a:hover {
		text-decoration: none;		
	}



	#header .bottom {
		background: white url('../i/header.jpg') left bottom no-repeat;
		height: 276px;
		
	}
		#header .bottom .in {
			position: relative;
		}

#logo {
	padding: 108px 0px 0px 92px;
	float: left;
}

#phone {
	position: absolute;
	top: 0;
	right: 0;
	padding: 55px 180px 0px 0px;
}



#content {
	
}
	#content-in {
		padding: 0px 20px 30px;
	}



#footer {
	height: 81px;
	background: #e2e2e2;
	border-top: 1px solid #ccc;
}
	#footer .footer-i {
		width: 100%;
		height: 81px;
		border-top: 1px solid #f1f1f1;
	}
	#footer-in  {
		height: 82px;
		margin: 0px 62px 0px 42px;
		border-top: 0px solid red;
		position: relative;
	}

	#footer .copyright {
		width: 260px;
		float: left;
		padding-top: 35px;
		color: #666;
	}
	#footer .footer-right {
		position: absolute;
		top: 0;
		right: 0;
	}

#footer-menu {
	list-style: none;
}
	#footer-menu li {
		float: left;
		padding: 0px 5px;
		padding-top: 30px;
	}
	#footer-menu li a {
		font-family: Tahoma, Arial Narrow;
		font-size: 0.9em;
		color: #414141;
		text-decoration: underline;
	}
	#footer-menu li a:hover {
		text-decoration: underline;
	}


#links-menu {
	list-style: none;
}
	#links-menu a {
		font-family: Tahoma, Arial Narrow;
		font-size: 0.9em;
		color: #414141;
		text-decoration: underline;
	}
	#links-menu a:hover {
		text-decoration: underline;
	}



td {
	vertical-align: top;
}

.pict {
	width: 135px;
}
.pict2 {
	width: 135px;
	padding-left: 10px;
	padding-right: 10px;
}

.title {
	font-family: Arial;
	color: #0d8599;
	font-size: 1.8em;
	padding-bottom: 5px;
}
h1.title {
	font-family: Arial;
	color: #0d8599;
	font-size: 1.8em;
	padding-bottom: 5px;
}
h1.title a {
	color: #0d8599;
	text-decoration: none;
}
h2 { font-size: 1.3em; margin-bottom:15px; margin-top:15px;}

h1.titler {
	font-family: Arial;
	color: #0d8599;
	font-size: 1.6em;
	padding-bottom: 5px;
}

.s-text {
	font-size: 0.9em;
	color: #464646;
	text-align: justify;
}

.w50p {
	width: 50%;
}

.t_main {
	/*background: #f5f5f5;
	border: 1px solid #ccc;*/
}
.t_main td {
	padding: 5px;
	border: 0px solid #bbb;
}

.main-block {
	background: #fff;
	border: 1px solid #ddd;
	height: 204px;
	width: 100%;
}
.main-block td {
	padding: 0px;
	border: 0px solid #eee;
}
.main-block .top {
	border-bottom: 1px solid #aaa;
	height: 25px;
	background: url('../i/1.gif') left top repeat-x;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	font-weight:old;
	font-family: Verdana;
	color: #3355aa;
	color: #336688;
}
.main-block .mid {
	padding: 0px;
	height: 120px;
	border-bottom: 1px solid #ccc;
}
.main-block .mid img {
}
.main-block .bot {
	padding: 5px 10px;
	font-size: 11px;
	font-family: Verdana, tahoma;
	line-height: 12px;
	background: #f5f5f5;
	color: #666;
}


.content {
	padding: 0px 20px 0px 140px;
	/*font-size: 1.15em;*/
}

.content p {
	margin-bottom: 8px;
	line-height: 18px;
}

.content ul, .content ol {
	margin-top: 10px;
	margin-left: 20px;
}
.content li {
	padding-bottom: 5px;
}

#mainUslugi {
  float: right;
  border: 2px solid #0D8599;
  margin: 5px 0px 5px 10px;
  position: relative;
  
}

#mainUslugi a {
    color: #0D8599;
}
#mainUslugi div {
  padding: 0px 10px 10px 0px;
  width: 100%;
}
#mainUslugi div h2 {
  padding-left: 20px;
}
#mainUslugi ul {}
#mainUslugi ul li {}


.qa {
    width: 100%;
}
.qa td { padding: 3px 0px; font-size: 12px; }
.qa .t {
    width: 100px;
}
.qa .t2 {
    padding-left: 30px;
}
.qa .tsm { width: 200px; }
.qa .inp input {
    width: 100%;
}
.qa .inp textarea {
    width: 100%;
    border: 1px solid #999;
    height: 53px;
}
.qa .note {
	font-size: 11px;
	text-decoration: underline;
}
input[type="text"] {
    border: 1px solid #999;
    padding: 2px 3px;
}
input[type="submit"] {
    padding: 3px 10px;
    font-size: 14px;
}
.mand { font-size: 13px; color: red; font-family: verdana; font-weight: bold; }


.block { border: 2px solid #0D8599; width: 100%; clear: both; }
.block div { padding: 0px 10px 15px 10px; }

.qname { font-size: 12px;  }
.qname .qdate { font-size: 12px; font-style: italic; }
.qtext { font-size: 15px; font-weight: bold; margin-top: -5px; } 

.answer {
    padding: 5px 0px 0px 25px;
    font-size: 12px; 
    
}

