/*--ESSENTIAL--------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	padding-bottom: 20px;
    font-family: Arial, Tahoma, "Geneva CE", lucida, sans-serif;
    font-size: 0.8em;
    background: #e0e0e0 url("/PublishingImages/template/body_bg.jpg") 0 0 repeat-x;
    color: #000;
    text-align: center;
}

img {
    border: none;
    vertical-align: top;
}

p {
	margin-bottom: 1em;
	line-height: 1.3em;
}

a, a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin: 0 0 0.4em 0;
	font-size: 1.6em;
	color: #000;
}

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.25em;
	color: #000;
}

h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.15em;
	color: #000;
}

h4, h5 {
	margin: 0 0 0.7em 0;
	font-size: 1.05em;
	color: #000;
}

strong, b {
	font-weight: bold;
}

i, em  {
	font-style: italic;
}

table {
	margin-bottom: 1.5em;
	text-align: center;
}

table tr th {
	padding: 8px 20px;
	text-align: left;
	color: #fff;
	background: #36338f;
	border-bottom: 2px #000 solid;
}

table tr.dark td {
	color: #000;
	background: #f3f3f3;
}

table tr.dark td.suda {
	background: #e2dfd8;
}

table tr td {
	padding: 5px 20px;
	background: #fff;
	color: #000;
	border-bottom: 1px #000 solid;
}

form table {
	border: none;
}

form table td {
	border-top: 1px #E4E4E4 solid;
}

input, select {
	font-size: 11px;
	background: #fff;
}

input, select {
	border: 1px #C0C0C0 solid;
	padding: 2px;
}

select {
	width: 120px;
}

textarea {
	font-size: 11px;
	font-family: Arial, Tahoma, "Geneva CE", lucida, sans-serif;
	border: 1px #C0C0C0 solid;
	padding: 2px;
}

ul {
	margin-bottom: 1.0em;
	margin-left: 0;
}

ul li {
	padding-left: 15px;
	margin: 0 0 0.3em 0;
	list-style: none;
	color: #36338f;
	background: url("/PublishingImages/template/arrow_orange.gif") 0 5px no-repeat;
	font-weight: bold;
}

ul li ul {
	padding-top: 0.5em;
}

ol {
	margin-left: 35px;
	list-style: decimal;
	margin-bottom: 1.5em;
}

ol li {
	margin-bottom: 0.5em;
}

hr {
	color: #94594C;
	border: 0 none;
	border-top: 1px solid #94594C;
	height: 1px;
	margin: 0 0 1em 0;
}

.border {
	border: 1px solid #d5d5d5 !important;
}

/*--USEFUL----------------------------------------------------------------*/

.clear {
    clear: both;
    overflow: hidden;
    font-size: 0;
}

hr.clear {
	visibility: hidden;
	margin: 0 !important;
}

.break {
	height: 1em;
}

.mBottom {
	margin-bottom: 1em;
}

.mRight {
	margin-right: 1em;
}

.mLeft {
	margin-left: 1em;
}

.mTop {
	margin-top: 1em;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.photo {
	float: left;
	margin: 0 10px 5px 0;
}

/*--LAYOUT----------------------------------------------------------------*/

#page {
	width: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	background: #fff;
}

/*--HEADER----------------------------------------------------------------*/

#header {
	display: none;
}

/*--CONTENT---------------------------------------------------------------*/

#content {
	min-height: 200px;
	_height: 200px;
	padding: 15px 0 0 0;
}

#leftPart {
	width: 230px;
	display: none;
}

.photoWoman {
	width: 179px;
	height: 176px;
}


#rightPart {
	width: 600px;
	padding: 15px 20px 0 10px;
	float: left;
}

.HP #leftPart {
	width: 600px;
	padding: 20px 10px 10px 10px;
	display: block;
}

.HP #leftPart .mapCr {
	margin: 20px 0 0 0;
	display: none;
}

.HP #rightPart {
	display: none;
}


/*--FOOTER---------------------------------------------------------------*/

#footer {
	width: 630px;
	height: 56px;
	padding-top: 15px;
	border-top: 1px #000 solid;
}

#footer p {
	width: 600px;
	padding: 0 0 0 0;
	color: #5a5a5a;
	text-align: left;
	font-size: 0.85em;
}

#footer p a {
	font-weight: bold;
	color: #000;
}

#zentiva {
	float: right;
}







