/*==========================@import reset.css==========================*/
HTML {
	font-size:100.01%;
	}
HTML,BODY,DIV,SPAN,APPLET,OBJECT,IFRAME,
H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,PRE,A,ABBR,
ACRONYM,ADDRESS,BIG,CITE,CODE,DEL,DFN,EM,
FONT,IMG,INS,KBD,Q,S,SAMP,SMALL,STRIKE,
STRONG,SUB,SUP,TT,VAR,DL,DT,DD,OL,UL,
LI,FIELDSET,FORM,LABEL,LEGEND,TABLE,
CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD,HR {
	padding:0;
	margin:0;
	border:none;
	outline:none;
	vertical-align:baseline;
	font-family:inherit;
	}
DFN,I,CITE,VAR,ADDRESS,EM {
	font-style:normal;
	}
TH,B,STRONG,H1,H2,H3,H4,H5,H6 {
	font-weight:normal;
	}
TEXTAREA,INPUT,SELECT {
	font-family:Arial,sans-serif;
	font-size:1em;
	}
SMALL {
	font-size:.85em;
	}
OL,UL {
	list-style:none;
	}
TABLE {
	border-collapse:collapse;
	border-spacing:0;
	}
CAPTION,TH,TD {
	text-align:left;
	}
:focus {
	outline:none;
	}
HTML,
BODY {
	height:100%;
	}

/*==========================@import main.css==========================*/
html {
	background:url(../images/html-bg.jpg) 0 0 repeat-x;
	}
body {
	background:url(../images/body-bg.jpg) -15px 0 no-repeat;
	font-family: Arial, Verdana;
	font-size:12px;
	color:#3D3D3D;
	}
a {
	color:#23729B;
	}
	
.content h1, .content h2, .content h3 {
	padding:0px 0 0;
	font-size:24px;
	color:#000000;
	}
.content h2{
	padding:20px 0 10px;
	font-size:20px;
	}
.content h3{
	padding-top:20px;
	font-size:18px;
	}
.content p {
	margin: 10px 0;
	font-size:12px;
	line-height:18px;
}
.content .table {
margin: 10px 0;
	width:100%;	
}
.content .table th,
.content .table td {
	border:1px solid #CBCBCB;
	padding:5px;
}
.content .table th {
	font-weight:bold;	
	text-align:center;
}
.content p img {
	display:block;
	float:left;
	margin:5px 13px 13px 0;
	border:5px solid #CBCBCB;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
.content b, .content strong {
	font-weight:bold;
	}
.content i, .content em{
	font-style:italic;
	}
.content ul, .content ol {
	padding-left:25px;
	overflow:hidden;
	}
	.content ul li{
		list-style:disc;
		}
	.content ol li {
		list-style:decimal outside none;
		}
		
		
.content li {
	
	}
.layout {
	min-width:999px;
	max-width:1560px;
	min-height:100%;
	
	position:relative;
	overflow:hidden;
	
	}
.header {
	overflow:hidden;
	position:relative;
	min-height:179px;
	}
	.logo {
		display:block;
		float:left;
		width:197px;
		height:42px;
		margin:75px 0 0 30px;
		background: url(../images/logo.png) 0 0 no-repeat;
		text-indent:-5000px;
		}
	.buttons {
		overflow:hidden;
		position:absolute;
		left:40px;
		top:0;
		}
		.buttons li {
			float:left;
			padding:17px 10px 9px;
			}
		.buttons .active {
			background: url(../images/active-button.png) 50% 50% repeat;
			}
		.buttons a {
			display:block;
			float:left;
			width: 14px;
			height:12px;
			text-indent:-5000px;
			}
			.home {
				background: url(../images/home.png) 50% 50% no-repeat;
				}
			.tree {
				background: url(../images/tree.png) 50% 50% no-repeat;
				}
			.contact-us {
				background: url(../images/contact-us.png) 50% 50% no-repeat;
				}
	.phone {
		display:block; 
		float:right;
		margin:7px 10px 0;
		color:#3B3B3B;
		font-size:18px;
		text-shadow:0 1px #fff;
		}
		
.main-block {
	overflow:hidden;
	}
	.left-block {
		float:left;
		width:273px;
		margin:0 0 153px 30px;
		}
	.content {
		margin: 30px 30px 153px 333px;
		}
		
.menu {
	border-top: 1px dotted #7F7F7F;
	margin:30px 0 30px;
	}
	.menu li {
		overflow:hidden;
		border-bottom: 1px dotted #7F7F7F;
		padding:7px 0;
		}
	.menu a{
		display:block;
		float:left;
		color:#23729B;
		font-family: Arial, Verdana;
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
		}
	
		.active a {
			color:#FE5131;
			text-decoration:none;
			}
.news {
	padding-bottom:5px;
	background:url(../images/news-bg-bottom.png) 0 100% no-repeat;
	overflow:hidden;
	}
	.news .inner-bg {
		padding:0 10px;
		background:url(../images/news-bg-top.png) 0 0 no-repeat;
		overflow:hidden;
		}
	.this-news {
		padding:10px 0;
		border-bottom:1px dotted #fff;
		}
	.news-pic {
		display:block;
		float:left;
		margin-right:10px;
		}
		.news-pic img {
			max-width:55px;
			}
	.news-content {
		overflow:hidden;
		}
		.news-content .title {
			display:block;
			color:#00F6FF;
			margin:-3px 0 5px;
			}
		.news-content p {
			color:#fff;
			}
			.news-content p img {
				padding:0 0 0 5px;
				}
	.news-archive {
		display:block;
		float:left;
		margin: 10px 0 5px;
		padding:2px 10px 3px;
		background:#fff;
		color:#156E99;
		position:relative;
		z-index:0;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		}


.footer {
	margin-top:-123px;
	background:url(../images/footer-bg.png) 0 1px repeat-x;
	padding-top:50px;
	height:71px;
	}
	.inner-footer {
		max-width:1560px;
		min-width:999px;
		padding:0 20px;
		
		overflow:hidden;
		position:relative;
		}
		.inner-footer .address	{
			float:right;
			padding:6px 0;
			color:#3E3E3E;
			font-size:12px;
			}
		.creator{
			display:block;
			float:left;
			background:url(../images/internetlab.png) 0 0 no-repeat;
			padding:6px 0 0 127px;
			color:#2FAAD1;
			font-size:12px;
			}
		.tel {
			display:block;
			float:left;
			margin:6px 0 0 4%;
			}
			.tel span {
				font-size:20px;
				color:#000000;
				}
		.linternet {
			display:block;
			float:right;
			margin:10px 20px 0 0;
			}
			
 .list{
 list-style: disc inside;
 }
.pesko td p {
    font-size: 12px;
    line-height: 18px;
    margin: 5px 10px;
}
.pesko table {
border: 1px solid;
}
.content h4{
    font: bold 14px arial;
    padding: 5px 0;
}
