@font-face {
    font-family: 'CenturyGothic';
/*    src: url('/fonts/4365.woof') format("woff"),
	 url('fonts/4365.ttf') format("opentype");*/
    src: url('fonts/4365.eot');
    src: url('fonts/4365.eot') format('embedded-opentype'),
         url('fonts/4365.woff') format('woff'),
         url('fonts/4365.ttf') format('truetype'),
         url('fonts/4365.svg#CenturyGothic') format('svg');

}


*{
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
}
html{
	padding: 	0;
	margin: 	0;
}
body{
	padding: 	0;
	margin: 	0;
	font-family: 'Pathway Gothic One', sans-serif;
    color: #282828;
}
p{
	padding: 0;
	margin: 0;
	padding-bottom: 12px;
        color: #282828;
}
#contentWrapper p{
	font-size:17px;
}
h1{
	padding: 0;
	margin: 0;
	padding-bottom: 16px;
	font-size: 32px;
	font-weight: bold;
}
h2{
	padding: 0;
	margin: 0;
	padding-bottom: 16px;
	font-size: 26px;
	font-weight: bold;
}
h3{
	padding: 0;
	margin: 0;
	padding-bottom: 14px;
	font-size: 22px;
	font-weight: bold;
}


#width{
	width: 1280px;
	margin: 0 auto;
}

#headBg{
	background: url('images/head.png') no-repeat;
	height:107px;
	position:relative;
	z-index: 160;
}
#headLeft{
    float: left;
    width: 775px;
    padding-top: 35px;
    padding-left: 80px;
}
#headLeft img{
    width: 315px;
    height: 40px;
}
#headRight{
    float: left;
    padding-top: 45px;
}
.headMenu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.headMenu li{
    display: inline-block;
    padding-right: 30px;
}
.headMenu li a{
    text-decoration: none;
    color: #282828;
}
.headMenu li a:hover,.headMenu li.active a{
    text-decoration: underline;
}
#headSlider{
	position: relative;
	top: -8px;
}
#slider{
	float: left;
    height:393px;
}
#slider img{
    height: 393px;
}
#iriszBlock{
	position: absolute;
	z-index: 150;
	background: url('images/iriszBlock.png') no-repeat;
	width: 410px;
	height: 388px;
	left: 773px;
	padding: 142px 62px 42px 42px;
	font-family: CenturyGothic;
	font-size: 13px;
}

#contentWrapper{
	clear: left;
	position: relative;
	top: -19px;
	z-index: 170;
	padding-top: 19px;
	font-family: CenturyGothic;
}
#contentBg{
	background: url('images/contentBg.jpg') repeat-y;
}
#content{
	position: relative;
	top: -19px;
	background: url('images/contentHead.png') no-repeat;
}
#contentLeft{
	float: left;
	width: 770px;
	padding: 78px 44px;
}
#contentLeft a{
 color: rgb(0, 255, 0);
 text-decoration: none;
}

#contentLeft a:hover{
    text-decoration: underline;
}
#contentRight{
	float: left;
	width: 475px;
	height: 415px;
	height: 415px;
	padding-left: 34px;
	padding-top: 120px;
	padding-right: 34px;
}
#foot{
	clear: left;
	background: url('images/foot.jpg') no-repeat;
	height:20px;
	margin-bottom: -19px;
	position: relative;
	top: -19px;
}

.clear{
	clear:		left;
	font-size: 0px;
	overflow: hidden;
}