﻿/* reset */
body, div, td, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, fieldset, form {
	margin: 0;
	padding: 0;
	height: auto;
}
ul { 
	list-style: none;
}
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	background: transparent;
}
legend {
	display: none;
}




* {
	margin: 0;
}

/* Шрифты: Trebuchet+Verdana */

html, body {
	height: 100%;
	font: 100% "Trebuchet MS", Tahoma, sans-serif;
}

body {
	background: url(/Site/presentation/img/head.png) 0  -40px repeat-x #fff;
  font-family: Verdana, sans-serif;
}

.page {
	padding: 0 130px 0 130px;

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}




/* logo */

#logo-container {
	margin-top: 2em;
	text-align: left;
}

#logo {
	font-family: "Trebuchet MS", serif;
	font-size: 2.25em;
	font-weight: 100;
}

#logo a {
	text-decoration: none;
	color: black;
}

#logo a:hover {
	text-decoration: underline;
}

#logo span {
	color: #ff1f5e;
}

#alpha {
	vertical-align:top;
	color: black;
}




/* content */
#content {
	clear: both;
	padding-top: 25px;
}

#content h2, #content h4, #content h3 {
	color: #FF1F5E;
	font-weight: 100;
	font-size: 2em;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content h3 {
	font-size: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content h4 {
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content p {
	font-size: 1em;
	line-height: 170%;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style: disc inside;
}

#content .paragraph {
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style: disc inside;
}

/* footer */

.footer, .push {
	height: 4em;
}

.footer {
	padding: 0 130px 0 130px;
}

.copyright {
	margin-right: -20px;
	padding-right: 20px;
	margin-left: -20px;
	padding-left: 20px;
	border-top: 1px dashed #ddd;
	font-size: 0.875em;
	color: #666;
}

.copyright a {
	color: #FF1F5E;
}
	
.copyright p {
	padding-top: 10px;
	text-align: right;
}
