/* ÍÀÑÒÐÎÉÊÈ ÒÅËÀ ÑÒÐÀÍÈÖÛ */

* {
	margin: 0px;
	padding: 0px;
	}

html {
    height: 100%;
	}
	
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Calibri;
	font-size: 12px;
	color: #35363a;
	background: #FFFF66;
	}
	
#BG {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	
	position: fixed;
	}
	
a {
	color: #638660;
	}
	
a:hover {
	text-decoration: none;
	}
	
.Main {
	width: 100%;
	height: auto !important;
	margin: 0 auto;
	position: absolute;	
	min-width: 980px; 
	width:expression(   
		(document.compatMode && document.compatMode == 'CSS1Compat')
		?
		(
		document.documentElement.clientWidth < 980
		?
		"980px"
		:
		"auto"
		)
		:
		(
		document.body.clientWidth < 980
		?
		"980px"
		:
		"auto"
		)
	);
	}
	
/* ÃËÀÂÍÎÅ ÌÅÍÞ */
.PageMenuBlock {
	width: 100%;
	height: 35px;
	background: url(../images/white.png);
	position: relative;
	border-top: solid 1px #75c46f;
	border-bottom: solid 1px #75c46f;

	}

.PageMenu {
	width: 100%;
	}
	
.PageMenuList {
	list-style: none;
	margin: 0;
	}

.PageMenuList li {
	margin: 0;
	padding: 0;
	}

.PageMenuList a {
	color: #595959;
	display: block;
	float: left;
	margin: 0;
	margin-right: 2px;
	padding: 8px 25px;
	text-decoration: none;
	font-weight: normal;
	line-height: 19px;
	font-size: 14px;
	}

.PageMenuList a:hover {
	background: #75c46f;
	padding-bottom: 8px;
	color: #FFF;
	}

.PageMenuList a.active {
	color: #373737;
	text-decoration: underline;
	}
	
/* ÁËÎÊ ÑÎÄÅÐÆÈÌÎÃÎ ÑÀÉÒÀ */

.MainBlock {
	width: 100%;
	position: relative;
	}
	
.Header {
	min-height: 109px;
	padding: 10px 10px;
	}
	
.HeaderLogo {
	float: left;
	}
	
.HeaderContacts {
	float: right;
	margin-right: 30px;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	}
	
.Banners {
	width: 100%;
	height: 1px;
	}

.Content {
	min-height: 300px;
	margin: 0px 250px 0px 250px;
	padding: 10px;
	}
	
.Content h2 {
	font-size: 14px;
	border-bottom: solid 1px #75c46f;
	}
	
.Content h2 a {
	color: #35363a;
	}
	
.ContentSize {
	max-width: 600px;
	}
	
.LeftSidebar {
	float: left;
	width: 230px;
	padding: 10px;
	}
	
.LeftSidebar h2 {
	font-size: 14px;
	border-bottom: solid 1px #75c46f;
	}
	
.LeftSidebar h3 {
	font-size: 12px;
	display: inline;
	font-weight: normal;
	}
	
.LeftSidebar a {
	color: #35363a;
	}
	
.LeftSidebar img {
	padding: 0px;
	margin: 3px;
	max-width: 100px;
	}
	
.LeftSidebar img:hover {
	background: url(../images/white.png);
	}
	
.RightSidebar {
	float: right;
	width: 230px;
	padding: 10px;
	}
	
.RightSidebar h2 {
	font-size: 14px;
	border-bottom: solid 1px #75c46f;
	}
	
.RightSidebar h3 {
	font-size: 12px;
	display: inline;
	font-weight: normal;
	}
	
.RightSidebar a {
	color: #35363a;
	}
	
.RightSidebar img {
	padding: 0px;
	margin: 3px;
	max-width: 100px;
	}
	
.RightSidebar img:hover {
	background: url(../images/white.png);
	}
	
.CatBlock {
	float: left;
	border: solid 1px #35363a;
	width: 200px;
	height: 200px;
	padding: 10px;
	margin: 12px;
	position: relative;
	text-align: center;
	color: #35363a;
	overflow: hidden;
	}
	
.CatImage {
	overflow: hidden;
	}
	
.CatBlock:hover {
	background: url(../images/white.png);
	}
	
.CatText {
	position: absolute;
	bottom: 5px;
	font-weight: bold;
	width: 200px;
	font-size: 16px;
	}
	
.PtnImage {
	padding: 5px;
	margin: 5px;
	float: left;
	max-width: 150px;
	}
	
.PtnImage:hover {
	background: url(../images/white.png);
	}

/* ÔÓÒÅÐ */
.FooterBlock {
	border-top: solid 1px #afacac;
	}
	
.Footer {
	padding: 5px;
	border-top: solid 2px #75c46f;
	position: relative;
	}
	
.FooterImage {
	position: absolute;
	top: -29px;
	right: 70px;
	width: 66px;
	height: 27px;
	background: url(../images/circle1.png);
	}

/* ÎÁÙÈÅ ÔÓÍÊÖÈÈ */

.Clear {
	height: 0px;
	width: 0px;
	clear: both;
	}