
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	min-width: 940px;
	min-height: 100%;
	position: relative;
	font: 75%/1.5 Georgia, serif;
	color: #FFEDD9;
	background: #4A0D1C url('/img/bg/body.png') 50% 0 no-repeat;
}
* html body {
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	margin-bottom: 0.53em;
	font-size: 2.84em;
	line-height: 1.12;
}
h2 {
	margin-bottom: 0.44em;
	font-size: 1.5em;
	line-height: 1.2;
}
h3 {
	margin-bottom: 0.25em;
	font-size: 1.33em;
	line-height: 1.25;	
}
h4 {font-size: 1em;}
h5 {font-size: 0.83em;}
h6 {font-size: 0.67em;}
a {
	color: #FFEDD9;
	outline-style: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
}
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin-bottom: 1.5em;
	padding-left: 2em;
}
ul {
	list-style: disc;
}
ul ul {
	margin: 0;
	list-style: circle;
}
p + ul, p + ol {
	margin-top: -0.5em;
}
big {
	font-size: 1.5em;
	line-height: 1.16;
}
small {
	font-size: 0.92em;
}
table {
	border: 0;
	border-collapse: collapse;
	font-size: 1em;
}
form {
	margin: 25px 0;
}
fieldset {
	border: 0;
}
form div.field {
	padding-bottom: 22px;
	width: 100%;
	overflow: hidden;
}
form div.buttons {
	padding: 5px 0;
}
label {
	width: 180px;
	float: left;
	line-height: 25px;
}
input.text, textarea {
	border: 1px solid #AEA295;
	border-right-color: #E9D9C6;
	border-bottom-color: #E9D9C6;
	font: 1em/1.25 Georgia, serif;
	background: #FFEDD9;
}
input.text {
	padding-top: 4px;
	width: 470px;
	height: 18px;
	float: right;
}
textarea {
	padding-left: 2px;
	width: 468px;
	height: 145px;
	float: right;
	overflow-y: scroll;
	line-height: 1.5;
}
button {
	border: 0;
	text-align: left;
	background: #FFEDD9;
	cursor: pointer;
}
button img {
	vertical-align: middle;
	cursor: pointer;
}

/** header */
#header {
	margin: 0 auto;
	padding-top: 99px;
	width: 940px;
	height: 141px;
	position: relative;
	overflow: hidden;
}
#contacts {
	position: absolute;
	top: 97px;
	right: 0;
	font-size: 1.25em;
}
#contacts span {
	margin: 0 8px;
	color: #54222E;
}
#pictograms {
	position: absolute;
	bottom: 1px;
	left: 0;
}
#pictograms a {
	margin-right: 7px;
	font: 0.92em/1 Arial, sans-serif;
	color: #B39EA3;
}
#menu {
	position: absolute;
	bottom: 0;
	right: 0;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.12;
}
#menu a {
	margin-left: 40px;
}

/** main */
#main {
	margin: 0 auto;
	padding: 66px 0 187px;
	width: 940px;
}
#path {
	padding-bottom: 13px;
	font: 0.92em/1.5 Arial, sans-serif;
	color: #DAC1B3;
}
#path a {
	color: #DAC1B3;
}
#path span {
	margin: 0 0.55em;
}

/** container */
#container {
	padding: 52px 30px 58px 20px;
	width: 890px;
	overflow: hidden;
	color: #12110F;
	background: #FFEDD9 url('/img/bg/content.gif') 241px 27px no-repeat;
}

/** content */
#content {
	float: right;
	width: 670px;
}
#content a {
	color: #6E4944;
}

/** sidebar */
#sidebar {
	margin-top: -29px;
	width: 200px;
	float: left;
}
#sidebar a {
	color: #12110F;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.33em;
	line-height: 1.19;
}
#sidebar ul ul {
	margin-top: 1.28em;
	font-size: 0.69em;
	line-height: 1.27;
}
#sidebar ul ul ul {
	margin-top: 0.91em;
	font-size: 1em;
}
#sidebar ul ul ul ul {
	margin-top: 0.19em;
}
#sidebar li {
	margin-bottom: 1.28em;
}
#sidebar ul ul ul li {
	margin-bottom: 0.37em;
	padding-left: 19px;
	background: url('/img/bg/list-marker.gif') 0 7px no-repeat;
}
#sidebar ul ul ul a {
	color: #6E4944;
}

/** footer */
#footer {
	margin-left: -470px;
	width: 940px;
	height: 100px;
	position: absolute;
	left: 50%;
	bottom: 0;
	font: 0.84em/14px Arial, sans-serif;
	color: #815661;
}
#copyright {
	float: left;	
}
#design {
	float: right;
}
#design img {
	margin-left: 6px;
	vertical-align: -2px;
}

/** contacts */
table.contacts th {
	width: 80px;
	text-align: left;
}
table.contacts th,
table.contacts td {
	padding-bottom: 1.5em;
	vertical-align: top;
}