* {
	margin: 0;
	padding: 0;
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
main, article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section { display: block;}
table {
    border-collapse: collapse;
}
img {
    border:none;
}
a {
text-decoration:none;
}
body {
	width:1280px;
	margin: 0 auto;
    font-size: 20px;
	font-family: PTSans;
	background:url(img/background.png) 0 0 repeat;
}

div.clear {
    clear:both;
}

/* подгрузка шрифтов*/
@font-face {
    font-family: 'PTSans';
    src: url('fonts/PTS55F.eot');
    src: url('fonts/PTS55F.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS55F.woff') format('woff'),
         url('fonts/PTS55F.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('fonts/PTS76F_BI.eot');
    src: url('fonts/PTS76F_BI.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS76F_BI.woff') format('woff'),
         url('fonts/PTS76F_BI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansBold';
    src: url('fonts/PTS75F_B.eot');
    src: url('fonts/PTS75F_B.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS75F_B_BI.woff') format('woff'),
         url('fonts/PTS75F_B.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*каркас --- начало*/
.container {
	width:1280px;
    position:relative;
	margin: 0 auto;
}
.section {
    position:relative
}
/*каркас --- конец*/

/*Шапка*/
#header {
	width:1280px;
    height:488px;
    position:relative;
    background:url(img/header_background.png) 0 0 no-repeat;
	margin: 0 auto;
}
.logoimg {
	position:relative;
	display:inline-block;
	float:left;
	padding-top:28px;
	padding-left:29px;
}
.logotext {
	position:relative;
	display:inline-block;
	font-family:PTSansBoldItalic;
	font-size:30px;
	color:#000000;
	text-align:center;
	line-height: 45px;
	padding-top: 30px;
	padding-left: 5px;
}
.contactblock {
	position:absolute;
	top:35px;
	right:30px;
	width:220px;
	height:60px;
}
.contactblock .email {
	background:url(img/email.png) 0 0 no-repeat;
	background-position:left center;
	padding-left:25px;
	font-family:PTSansBold;
	font-size:20px;
	color:#ffffff;
}
.contactblock .phone {
	background:url(img/phone.png) 0 0 no-repeat;
	background-position:left center;
	padding-left:25px;
	font-family:PTSansBold;
	font-size:20px;
	color:#ffffff;
}
.contactblock .phone span{
	font-family:PTSansBold;
	font-size:30px;
	color:#ffffff;
}
#header a {
	color:#ffffff;
	text-decoration:none;
}

/*Шапка --- конец*/
/*Левый блок*/
.leftblock {
	position:relative;
	vertical-align:top;
	display:inline-block;
	margin-left:29px;
	margin-top:27px;
}
.leftblock .container {
	position:relative;
	width: 354px;
	/*margin:0 auto;*/
}
.leftblock .menuactive {
	display:block;
	width:324px;
	height:52px;
	background:url(img/menu_active.png) 0 0 no-repeat;
	font-family:PTSans;
	color:#ffffff;
	font-size:27px;
	line-height:50px;
	padding-left:15px;
}
.leftblock .menu {
	display:block;
	width:324px;
	height:52px;
	background:url(img/menu.png) 0 0 no-repeat;
	font-family:PTSans;
	color:#848484;
	font-size:27px;
	line-height:50px;
	padding-left:15px;
}
.leftblock .menu:hover {
	display:block;
	width:324px;
	height:52px;
	background:url(img/menu_hover.png) 0 0 no-repeat;
	font-family:PTSans;
	color:#848484;
	font-size:27px;
	line-height:50px;
	padding-left:15px;
}
.leftblock .menusmall {
	display:block;
	width:324px;
	height:52px;
	background:url(img/menu.png) 0 0 no-repeat;
	font-family:PTSans;
	color:#848484;
	font-size:24px;
	line-height:50px;
	padding-left:15px;
}
.leftblock .menusmall:hover {
	display:block;
	width:324px;
	height:52px;
	background:url(img/menu_hover.png) 0 0 no-repeat;
	font-family:PTSans;
	color:#848484;
	font-size:24px;
	line-height:50px;
	padding-left:15px;
}
.leftblock .menuactivesmall {
	display:block;
	width:324px;
	height:52px;
	background:url(img/menu_active.png) 0 0 no-repeat;
	font-family:PTSans;
	color:#ffffff;
	font-size:24px;
	line-height:50px;
	padding-left:15px;
}
.leftblock h1 {
	font-family:PTSans;
	font-size:40px;
	font-weight:lighter;
	color:#6ca9f3;
	line-height:40px;
	margin-top:15px;
	margin-bottom:15px;
}

/*Левый блок --- конец*/
/*Динамический блок*/
.dynamic {
	position:relative;
	vertical-align:top;
	display:inline-block;
	margin-top:30px;
	float:right;
	margin-right:30px;
    background:#ffffff;
	border: 2px dashed #5a91dc;
	border-radius:10px;	
	padding:5px;
}
.dynamic .container {
	width: 803px;
}
.dynamic li {
	float: left;
	width:250px;
	text-align:center;
	font-size:30px;
	line-height:30px;
	list-style-type:none;
	margin-left:15px;
}
.dynamic h1 {
	font-family:PTSans;
	font-size:40px;
	font-weight:lighter;
	color:#6ca9f3;
	line-height:40px;
	padding-top:20px;
	padding-bottom:15px;
}
.dynamic p {
	text-align:justify;
	text-indent: 25px;
}

/*Динамический блок --- конец*/

/*footer*/
#footer {
	position:relative;
	float:left;
	margin-top:35px;
	height:84px;
    background:url(img/footer_background.png) 0 0 no-repeat;
	background-position:bottom;
}
#footer .container {
	width:1280px;
}
#footer h1 {
	float:left;
	font-size:36px;
	color:#ffffff;
	line-height:88px;
	padding-left:30px;
}
#footer h2 {
	float:right;
	font-size:25px;
	color:#ffffff;
	line-height:96px;
	padding-right:30px;
}
#footer a,a:visited {
	color:#f89a1e;
}
#footer a:hover {
	color:#ff3300;
}
/*footer --- конец*/
.photogallary a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 10px 10px 0;
	vertical-align: top;
}