/*****************************   anDeRan   ************************************/

body {
	background: #EDEDED url(../images/common/back.jpg) no-repeat top;
	color: #333;
}

#header, #content, #footer {
	width: 980px;
	margin: 0 auto;
}

body, ul, form, h1, h2, h3, h4, p {
	padding: 0;
	margin: 0;
}

body, table, input, select, textarea {
	font: 12px Arial, sans-serif;
}

img {
	border-width: 0;
	vertical-align: middle;
}

a {
	color: #005AAB;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

p {
	padding-bottom: 14px;
}

h3 {
	text-indent: -1000em;
	background-repeat: no-repeat;
	margin-bottom: 18px;
	height: 18px;
	padding-top: 4px;
	background-position: 0 4px;
	overflow: hidden;
}

h3 a {
	display: block;
}

h4.clr-green {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	color: #00A651;
	padding-bottom: 20px;
}

h4 {
	font-size: 14px;
}

select {
	color: #999;
}

hr {
	background-color: #DEDEDE;
	color: #DEDEDE;
	height: 1px;
	border-width: 0;
	margin: 4px 0 15px;
}

*:first-child+html hr {
	margin: 0 0 10px;
}

.a-right {
	text-align: right;
}

.a-center {
	text-align: center;
}

/* HEADER */

#header {
	height: 204px;
}

#header h1 {
	position: absolute;
	margin: 21px 0 0 26px;
	width: 400px;
	height: 90px;
	text-indent: -1000em;
	overflow: hidden;
}

#header h1 a {
	display: block;
	height: 90px;
}

#nav {
	position: absolute;
	list-style-type: none;
	margin: 148px 0 0 1px;
}

#nav li {
	float: left;
	margin-right: 2px;
}

#nav li * {
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	text-indent: -1000em;
	overflow: hidden;
}

.nav-about { width: 74px; }
.nav-people { width: 126px; }
.nav-column { width: 145px; }
.nav-news { width: 92px; }
.nav-faq { width: 128px; }
.nav-issues { width: 133px; }
.nav-contacts { width: 100px; }

#nav a { background-image: url(../images/common/nav_off.png); }
#nav a:hover, #nav a.nav-on, #nav strong { background-image: url(../images/common/nav_on.png); }

.nav-about * { background-position: 0 60%; }
.nav-people * { background-position: -76px 60%; }
.nav-column * { background-position: -204px 60%; }
.nav-news * { background-position: -351px 60%; }
.nav-faq * { background-position: -445px 60%; }
.nav-issues * { background-position: -575px 60%; }
.nav-contacts * { background-position: -710px 60%; }

/* CONTENT */

#content {
	line-height: 18px;
}

.col-left {
	float: left;
	width: 640px;
}

.col-right {
	float: left;
	width: 320px;
	margin-left: 20px;
}

#content .block {
	border: 1px solid #D5D5D5;
	background: #FFF url(../images/common/block_bg.png) repeat-x bottom;
	min-height: 35px;
	padding: 19px;
	position: relative;
	margin-bottom: 20px;
}

.corner-tl, .corner-tr, .corner-br, .corner-bl {
	position: absolute;
	width: 7px;
	height: 7px;
}

.corner-tl {
	left: -1px;
	top: -1px;
	background-image: url(../images/common/corner_tl.png);
}

.corner-tr {
	right: -1px;
	top: -1px;
	background-image: url(../images/common/corner_tr.png);
}

.corner-br {
	right: -1px;
	bottom: -1px;
	background-image: url(../images/common/corner_br.png);
}

.corner-bl {
	left: -1px;
	bottom: -1px;
	background-image: url(../images/common/corner_bl.png);
}

.whistle {
	position: absolute;
	width: 43px;
	height: 37px;
	background-image: url(../images/common/whistle.jpg);
	right: 28px;
	top: 14px;
}

.img-left, .img-right {
	border: 1px solid #E1E1E1;
	padding: 4px;
	margin-bottom: 5px;
}

.img-left {
	margin-right: 25px;
	float: left;
}

.img-right {
	margin-left: 25px;
	float: right;
}

.news .img-left {
	margin-right: 20px;
	margin-top: 2px;
}

.news hr {
	clear: left;
}

.col-left .h-welcome {
	padding-top: 8px;
	background-position: 0 8px;
}

.col-left .h-people {
	padding-top: 9px;
	background-position: 0 9px;
}

div.people {
	border: 1px solid #E1E1E1;
	overflow: hidden;
	line-height: normal;
	padding-bottom: 26px;
	margin-bottom: 10px;
}

div.people div.line {
	/*height: 100%;*/
	clear: left;
	margin-right: -20px;
	width: 618px;
}

div.people p, div.people div.line div {
	width: 122px;
	padding: 0 14px;
	float: left;
	border-right: 1px solid #E7E7E7;
	text-align: center;
	margin-top: 28px;
}

div.people p.last-col, div.people div.line div.last-col {
	border-right-width: 0;
}

div.people img {
	margin-bottom: 6px;
}

div.people-full div.line {
	width: 958px;
}

div.people-full p, div.people-full div.line div {
	width: 127px;
	padding: 0 30px;
}

div.people div.line a {
	color: #333;
	text-decoration: none;
}

div.people div.line a:hover {
	text-decoration: underline;
}

.highslide-container .highslide-caption {
	font: 12px Arial, sans-serif;
}

.highslide-container .highslide-caption .date {
	color: #999;
}

.btn-close {
	padding-bottom: 6px;
	text-align: right;
}

a.more {
	display: block;
	width: 81px;
	height: 24px;
	background-image: url(../images/buttons/more.png);
	text-indent: -1000em;
	overflow: hidden;
}

p.more {
	padding: 0;
	height: 32px;
}

p.more a {
	position: absolute;
	right: 19px;
}

#search {
	height: 64px;
	background-image: url(../images/common/search_bg.png);
	margin-bottom: 20px;
}

#search p {
	background: url(../images/common/search_fld.png) no-repeat 20px 20px;
	padding: 20px 0 0 24px;
	position: absolute;
}

#search input.field {
	border-width: 0;
	vertical-align: top;
	width: 165px;
	margin-right: 22px;
	margin-top: 3px;
	background-color: #F0F0F0;
}

#search input.button {
	background: transparent url(../images/buttons/search.png);
	border-width: 0;
	width: 84px;
	height: 24px;
	cursor: pointer;
	text-indent: -1000em;
}

.block-dark {
	background: #585858 url(../images/common/dark_bottom.jpg) no-repeat bottom;
	min-height: 50px;
	margin-bottom: 20px;
	position: relative;
}

.block-dark .border-top {
	position: absolute;
	width: 320px;
	height: 153px;
	background: url(../images/common/dark_top.png) no-repeat;
}

.block-dark .dark-corner {
	position: absolute;
	width: 7px;
	height: 7px;
	background-image: url(../images/common/dark_corner.png);
}

.block-cnt {
	position: relative;
	padding: 26px 20px 0;
	color: #C7C7C7;
}

.newspaper {
	position: absolute;
	width: 44px;
	height: 36px;
	background-image: url(../images/common/newspaper.png);
	top: 19px;
	right: 21px;
}

.block-cnt div {
	background: url(../images/common/news_separator.jpg) repeat-x bottom;
	padding-bottom: 18px;
	margin: 22px 0 15px;
}

.block-cnt div.line-last {
	background-image: none;
	padding-bottom: 14px;
	margin-bottom: 0;
}

.block-cnt div p.date {
	line-height: 16px;
	padding-bottom: 10px;
}

.block-cnt div p.date small {
	color: #999;
	font-style: italic;
	font-size: 11px;
}

.block-cnt div p.date strong a {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}

.block-cnt div p.date strong a:hover {
	text-decoration: underline;
}

.block-cnt div p.photo {
	float: left;
	margin: 4px 19px 0 0;
}

a.details {
	display: block;
	width: 111px;
	height: 24px;
	background-image: url(../images/buttons/details.png);
	text-indent: -1000em;
	overflow: hidden;
}

.order-by {
	position: absolute;
	right: 19px;
	top: 19px;
}

.order-by select {
	margin-left: 3px;
}

.pages {
	position: relative;
	height: 34px;
	padding: 10px 0 0;
}

.pages span {
	position: absolute;
	visibility: hidden;
}

.pages span * {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	float: left;
	margin-left: 10px;
	text-align: center;
	background-image: url(../images/buttons/square_off.png);
	color: #000;
	text-decoration: none;
}

.pages span strong {
	background-image: url(../images/buttons/square_on.png);
	color: #FFF;
	font-weight: normal;
}

.pages span em {
	background-image: none;
	width: auto;
}

.pages a.pg-prev, .pages a.pg-next {
	width: 126px;
	text-indent: -1000em;
	overflow: hidden;
}

.pages a.pg-prev {
	background-image: url(../images/buttons/previous.png);
	margin: 0 10px 0 0;
}

.pages a.pg-next {
	background-image: url(../images/buttons/next.png);
	margin-left: 20px;
}

.part-left {
	float: left;
	width: 227px;
}

.part-right {
	float: left;
	width: 691px;
	margin-left: 21px;
}

.part-left .photo, .part-left .photos p {
	border: 1px solid #DEDEDE;
	padding: 4px;
}

.part-left .photos {
	margin-right: -10px;
	width: 237px;
}

.part-left .photos p {
	float: left;
	margin: 10px 10px 0 0;
}

.listing {
	position: relative;
	padding-bottom: 0;
	height: 38px;
}

.listing span {
	position: absolute;
}

.listing a {
	float: left;
	height: 24px;
	text-indent: -1000em;
	overflow: hidden;
	margin-right: 10px;
}

.listing .prev-trainer {
	width: 171px;
	background-image: url(../images/buttons/previous_trainer.png);
}

.listing .next-trainer {
	width: 161px;
	background-image: url(../images/buttons/next_trainer.png);
}

.listing .back-to-list {
	width: 165px;
	background-image: url(../images/buttons/back_to_list.png);
}

.filter {
	padding: 4px 0 16px;
}

.filter select {
	margin: 0 5px;
}

.filter a {
	width: 105px;
	height: 24px;
	background-image: url(../images/buttons/show.png);
	text-indent: -1000em;
	overflow: hidden;
}

.filter input.button {
	position: absolute;
	border-width: 0;
	width: 105px;
	height: 24px;
	cursor: pointer;
	text-indent: -1000em;
	background-image: url(../images/buttons/show.png);
	margin: -2px 0 0 8px;
}

.news .photo {
	padding: 4px;
	border: 1px solid #E2E2E2;
	float: left;
	margin: 4px 20px 6px 0;
}

.news small {
	font-size: 11px;
	color: #8F9195;
}

.news .pages {
	margin-top: -5px;
}

.news .pages span {
	visibility: visible;
	right: 0;
}

.news h4 {
	margin-bottom: -3px;
}

.listing .prev-news {
	width: 185px;
	background-image: url(../images/buttons/previous_news.png);
}

.listing .next-news {
	width: 175px;
	background-image: url(../images/buttons/next_news.png);
}

.news .listing span {
	right: -10px;
}

.offset-mini {
	padding-bottom: 6px;
}

.block-dark hr {
	color: #7B7B7B;
	background-color: #7B7B7B;
}

.block-dark a {
	color: #6CF;
}

.form p.text {
	border-bottom: 1px solid #D8D8D9;
}

.form p.field, .form p.area {
	border-bottom: 1px solid #D8D8D9;
	padding: 10px 0;
}

.form p {
	clear: left;
}

.form label {
	float: left;
	width: 157px;
	margin-top: 2px;
}

.form p span {
	color: #069;
}

.form input.field, .form textarea {
	width: 436px;
	border-color: #C5C5C5 #E7E7E7 #E7E7E7;
	border-width: 1px;
	border-style: solid;
	background-color: #FCFCFC;
	padding: 3px 2px;
}

.form .error {
	border-color: #A00 #F99 #F99 #A00 !important;
}

.form p.button {
	padding: 7px 0 8px 157px;
	color: #666;
}

.form textarea {
	height: 88px;
}

.form input.button {
	border-width: 0;
	width: 110px;
	height: 24px;
	cursor: pointer;
	margin: 21px 0 6px;
	text-indent: -1000em;
	background-image: url(../images/buttons/send.png);
}

/* FOOTER */

#copyright {
	height: 94px;
	background: url(../images/common/copyright_bg.png);
	padding: 0 0 0 20px;
	line-height: 138px;
	color: #A9A9A9;
	margin-bottom: 20px;
}

#copyright a {
	color: #68AAE5;
}

#footer .block {
	background: #FFF url(../images/common/ftr_block_bg.png) no-repeat bottom;
	min-height: 74px;
	margin-bottom: 64px;
}

#footer .block div {
	padding: 0 20px 0;
	width: 199px;
	border-left: 1px solid #E5E5E5;
	float: left;
	margin: 26px 0 30px;
	line-height: 24px;
}

#footer .block div.col-first {
	border-left-width: 0;
	padding-left: 22px;
	margin-left: 10px;
}

/* TITLES */
.h-welcome { background-image: url(../images/titles/welcome.png); }
.h-people { background-image: url(../images/titles/people.png); width: 135px; }
.h-issues { background-image: url(../images/titles/issues.png); }
.h-faq { background-image: url(../images/titles/faq.png); }
.h-contacts { background-image: url(../images/titles/contacts.png); }
.h-backform { background-image: url(../images/titles/backform.png); }
.block-dark .h-news { background-image: url(../images/titles/news_gray.png); width: 84px; }
.block-dark .h-contacts { background-image: url(../images/titles/contacts_gray.png); }

