/*
----
Основная модульная сетка страницы
----
*/

/* BODY */

BODY {
	background: #edf2f6;
	margin: 0px;
	padding: 0px; }

/* Основная таблица */

TABLE.main {
	width: 770px;
	border-left: 5px solid #dfe8ef;
	border-right: 5px solid #dfe8ef;
	background: #ffffff; }
	
/* Средняя область */

TD.center {
	padding: 0px 0px 0px 0px;
	vertical-align: top; }
	
/* Область контента */

TABLE.contentarea {
	padding: 0px 0px 0px 0px; }
	
TABLE.contentarea TD {
	vertical-align: top;
	padding: 1px 1px 1px 0px; }	

/*
----
Навигация 'хлебные крошки'
----
*/

.breadcrumbs {
	font: 10px/8px Tahoma;
	color: #a2bbd1;
	height: 30px;
	padding: 0px 0px 0px 5px;
	border-left: 9px solid #b9d0e3;
	border-top: 1px solid #e7edf3;
	border-bottom: 1px solid #e7edf3; }
	
/* Ссылки */

.breadcrumbs A, .breadcrumbs A:visited {
	font: 9px/8px Tahoma;
	color: #61829f;
	text-decoration: underline;
	margin: 0px 3px 0px 3px; }
	
.breadcrumbs A:hover {
	color: #57a0df;
	text-decoration: none; }
	
/*
----
Футер
----
*/

.footer {
	background: url(../i/footer_bg.gif) repeat-x #f9f9e7;
	padding: 16px 10px 0px 10px; 
	vertical-align: top;
	height: 52px; }
	
.footer TABLE TD {
	font: 9px Microsoft Sans Serif, Tahoma;
	color: #b6b69f;
}

/*
----
Базовые теги
----
*/

/* Ссылки */

A, A:visited {
	color: #5f8aad;
	text-decoration: underline; }

A:hover {
	text-decoration: none; }

/* Картинки */
	
IMG {
	border: 0px; }
	
/* Форма */

FORM {
	margin: 0px;
	padding: 0px; }
