/*Правила работы с данным CSS-кодом:
1. Делите код на секции.
2. Правила должны быть организованы в алфавитном порядке.
3. Имя каждого селектора на новой строке (если правила применяются к нескольким селекторам сразу).
4. Одно правило - одна строка.
5. Проприетарные правила (т.е. правила «понятные» только определённым браузерам) пишутся после сразу соответствующего стандартного и отделяются одним Tab'ом.
6. Комментируйте код.
Пример:
.example-1,
.example-2,
.example-2 a {
	rule1: value;
		-moz-rule1: value;
		-webkit-rule1: value;
	rule2: value;
	rule2: value;
}
*/
/*CSS Reset from Eric Meyer - начало.*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*CSS Reset from Eric Meyer - конец.*/

/*Общие правила - начало.*/
img:not([width]):not([height]) {/*Пример комментария. Ищем картики у которых не заданы ширина/высота.*/
  border: 2px solid red !important;
}
.content {
	width: 1200px;
	margin: auto;
}
.float_r {
	float: right;
}
.float_l {
	float: left;
}
.clear {
	clear: both;
}
body {
	background-color: #bfbfbf;
}
p {
	font-family: Verdana;
	font-size: 12px;
	color: #313131;
	line-height: 2;
	margin-left: 168px;
	margin-top: 30px;
}
.bold {
	font-weight: bold;
}
/*Общие правила - конец.*/

/*Шапка - начало*/
.header {
	background-image: url('header.jpg');
	background-repeat: repeat;
	width: 1200px;
	height: 150px;
	-moz-box-shadow: 0 0 80px rgba(0,0,0,15) inset; /* Для Firefox */
    -webkit-box-shadow: 0 0 80px rgba(0,0,0,15) inset; /* Для Safari и Chrome */
    box-shadow: 0 0 80px rgba(0,0,0,15) inset; /* Параметры тени */
}
.header a{
	color: white;
	text-decoration: none;

}
@font-face {
    font-family: 'MyriadPro-Semibold';
    src: url('myriadpro-semibold.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('myriadpro-regular.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('myriadpro-bold.otf');
    font-weight: normal;
    font-style: normal;
}
.logo {
	font-family: 'MyriadPro-Semibold';
	font-size: 36px;
	color: white;
	margin-left: 140px;
	padding-top: 48px;
}
.logosmall {
	font-family: 'MyriadPro-Regular';
	font-size: 14px;
	float: left;
}
.logo_img {
	background-image: url('logo.png');
	width: 52px;
	height: 63px;
	float: left;
	margin-right: 10px;
}
.hr {
	width: 280px;
	height: 1px;
	background-color: white;
	margin: 7px 0 3px 63px;
}
.tel {
	font-family: 'MyriadPro-Semibold';
	font-size: 36px;
	float: right;
	color: white;
	margin-top: -45px;
	margin-right: 20px;
}
.link {
	font-family: Verdana;
	font-size: 11px;
	color: white;
	margin-top: 10px;
	padding-left: 25px;
}
.link a {
	font-family: Verdana;
	font-size: 11px;
	color: white;
}
/*Шапка - конец*/

/*Контент - начало*/
.wrapper {
	background-color: white;
	padding: 0 30px 0 -30px;
}
h1 {
	font-family: 'MyriadPro-Semibold';
	font-size: 36px;
	color: black;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 30px;
}
h2 {
	font-family: Verdana;
	font-size: 14px;
	color: #313131;
	text-align: center;
	line-height: 20px;
}
h3 {
	font-family: Verdana;
	font-size: 20px;
	color: #323232;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
h4 {
	font-family: 'MyriadPro-Bold';
	font-size: 36px;
	color: black;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}
.box {
	width: 295px;
	height:607px;
	margin-top: 50px;
	float: left;
	margin-left: 100px;
	text-align: left;
}
.box_contacts {
	width: 550px;
	height: 450px;
	float: left;
	text-align: left;
	margin-right: 60px;
}
li {
	font-family: Verdana;
	font-size: 11px;
	line-height: 2;
	margin-bottom: 10px;
	list-style-image: url('marker.png');
}
.wrapper a{
	font-family: Verdana;
	font-size: 11px;
	color: black;
	position: relative;
	z-index: 2;
}
.wrapper p{
	margin: 0 0 10px 40px;
}
.map {
	background-image: url('map.png');
	width: 1040px;
	height: 564px;
	margin: auto;
	position: relative;
	top: -279px;
}
.zvon {
	color: #323232;
	font-family: 'MyriadPro-Semibold';
	font-size: 36px;
	width: 693px;
	height: 107px;
	position: relative;
	top: -230px;
	margin: auto;
}
.tel_big {
	font-family: MyriadPro-Bold;
	font-size: 60px;
	color: #323232;
}
.tel_img {
	background-image: url('tel.png');
	width: 112px;
	height: 71px;
	float: left;
	margin: 15px 15px 0 0;
}
/*Контент - конец*/

/*Подвал - начало*/
.footer {
	background-image: url('header.jpg');
	background-repeat: repeat;
	width: 1200px;
	height: 100px;
	-moz-box-shadow: 0 0 80px rgba(0,0,0,15) inset; /* Для Firefox */
    -webkit-box-shadow: 0 0 80px rgba(0,0,0,15) inset; /* Для Safari и Chrome */
    box-shadow: 0 0 80px rgba(0,0,0,15) inset; /* Параметры тени */
    position: relative;
    top: -100px;
    font-family: Verdana;
    font-size: 11px;
    color: white;
}
.footer a {
	font-family: Verdana;
    font-size: 11px;
    color: white;
}
.footer_left {
	padding: 15px 0 0 100px;
	line-height: 2;
}
.footer_right {
	float: right;
	padding-right: 30px;
	margin-top: -35px;
}