/*_____________________________________
   Базовая таблица стилей

   версия таблицы:     1.0
   автор:              Омельницкий Александр
   электронный адрес:  omelniz[собака]mail.ru
   сайт компании:      http://www.zen-on.ru
  _________________________________________*/

/* Обнуление базовых стилей */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* Типография
____________________________________________*/
body {
    font-size: 62.5%;    
}
input, select, th, td {
    font-size: 1em;
}
p {
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	color: #1A171B;
}
h2 {
	color: #BD1220;
	font-family: Arial, Sans-Serif;
	font-size: 1.6em;
	margin-top: 19px;
	margin-bottom: 16px;
	font-weight: bold;
}
h3 {	
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 8px;
}
#advantage li {
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	color: #1A171B;
}
#services_table thead tr th {
	color: White;
	font-family: Arial, Sans-Serif;
	font-size: 1.4em;
	font-weight: bold;	
}
#services_table tbody tr td {
	color: #1A171B;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
}
#footer h4 {
	font-size: 1.4em;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
}
/* =Типография
____________________________________________*/

/* Разметка
____________________________________________*/
#wrapper {
    width: 826px;
    position: relative;
    left: 50%;
    margin-left: -413px;
}
#content {
	padding-left: 33px;
	padding-right: 33px;
}
h1 {
    width: 172px;
    height: 73px;
    position: absolute;
    top: 49px;
    left: 327px;
}
h1 span {
    display: none;
}
h1 a {
    width: 172px;
    height: 73px;
    background: url("../i/logo.jpg") no-repeat;    
    display: block;
}
#header {
	border-bottom: solid 2px #E74F13;
	height: 118px;
	position: relative;
	margin-bottom: 31px;
}
#advantage {
	margin-left: 16px;
}
#services_table {
	margin-top: 22px;
	margin-bottom: 25px;
}
#services_table thead {
	background: #d3d4d5;	
}
#services_table thead tr {
	height: 44px;
}
#services_table tbody td {
	padding-top: 14px;
	padding-bottom: 14px;
}
col#nameCol {
	width: 193px;
}
col#descriptionCol {
	width: 345px;
}
col#priceCol {
	width: 125px;	
}
col#timeCol {
	width: 100px;
}
tr.odd {
	background: #f2f2f3;
}
.nameCol {
	text-align: left;
	padding-left: 23px;
}
.center {
	text-align: center;
}
#footer {
	padding-right: 33px;
	height: 135px;
	padding-top: 45px;
}
#footer h4 {
	text-align: right;
}
#footer span {
	font-weight: bold; 
}
#footer p {
	text-align: right;
}
#footer a {
	text-decoration: none;
	color: Black;
}
/* =Разметка
____________________________________________*/