@font-face {
	font-family: "Conv_MyriadPro-Regular";
	src: url("css/fonts/MyriadPro-Regular.eot");
	src: local("O"), url("css/fonts/MyriadPro-Regular.woff") format("woff"),
									 url("css/fonts/MyriadPro-Regular.ttf") format("truetype"),
									 url("css/fonts/MyriadPro-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
	background: #fff url("images/bg-body.png") no-repeat fixed left bottom;
	color: #000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.wrapper {
	padding-bottom: 68px;
}

/*.AdminPanel {
  display: none;
}*/

/* Шапка */
header {
	width: 965px;
	margin: 0 auto;
	text-align: center;	
	height: 72px;
	position: relative;
}

/* Навигация */
header nav {
	position: absolute;
	right: 0;
	top: 0;
	height: 72px;
}
/* / Навигация */

/* / Шапка */

/* Контент */
.main {
	width: 965px;
	margin: 0 auto;
	text-align: center;	
	padding-top: 33px;
	padding-bottom: 44px;
}

.main:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  font-size: 0;
}

*:first-child+html .main {
  min-height: 1%;
}

.main
.main-left {
	text-align: left;
}

.main
.main-right {
	float: right;
	width: 162px;
	margin-left: 35px;
	margin-right: 4px;
	margin-bottom: 18px;	
}
/* / Контент */

/* Общие элементы в контенте */
.main-content {

}

h1, h2, h3, h4, h5, h6 {
	font-size: 30px;
	color: #c7a248;
	font-weight: normal;
	padding-bottom: 19px;
	font-family: "Conv_MyriadPro-Regular", sans-serif;		
}

a {
	color: #c7a248;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
/*	list-style: none;*/
	list-style-position: inside;
}

ul li {
}

p {
	padding-bottom: 18px;
}

img {
	border: none;
	outline: none;
}

.main-content table {
}

.main-content table td {
	padding-right: 10px;
}
/* / Общие элементы в контенте */

/* Подвал */
footer {
	width: 965px;
	height: 22px;
	margin: 0 auto;
	text-align: center;	
	position: relative;
	font-family: "Conv_MyriadPro-Regular", sans-serif;		
}

footer
.footer-copyright {
	font-size: 12px;
	color: #6c6c6c;
	word-spacing: -1px;
	position: absolute;
	left: 0;
}

footer nav {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 475px;
	height: 20px;
	max-height: 20px;
	overflow: hidden;
}

footer
.footer-social-list {
	font-size: 0;
	display: table;
}

footer
.footer-social-list li {
	font-size: 14px;
	display:inline-block;
	margin-right:20px;
}

footer
.footer-social-fb-link,
footer
.footer-social-instagram-link ,
footer
.footer-social-twitter-link {
	padding-left: 25px;
	display: block;
	min-height: 20px;
	text-decoration: none;
	color: #000;
	line-height: 20px;
	padding-top: 1px;
}

footer
.footer-social-fb-link:hover,
footer
.footer-social-instagram-link:hover,
footer
.footer-social-twitter-link:hover {
	text-decoration: underline;
}


footer
.footer-social-fb-link {
	background: transparent url("images/bg-footer-social-fb-link.png") no-repeat 0 0;
}

footer
.footer-social-instagram-link {
	background: transparent url("images/bg-footer-social-instagram-link.png") no-repeat 0 0;
}

footer
.footer-social-twitter-link {
	background: transparent url("images/bg-footer-social-twitter-link.png") no-repeat 0 0;
}
/* / Подвал */