*
{
	padding:0;
	margin:0;
	border:0;
}

html, body { height: 100%; }

html { background-color: #5cadff; }

body
{
	font: 12px 'Trebuchet MS', Tahoma, Arial, sans-serif;
	color: black;
	height:auto !important;
	height:100%;
	min-height:100%;
}

a
{
	color:white;
	text-decoration:underline;
}
a:hover { text-decoration:none; }

p,ul,ol { padding-bottom:12px; }

h1,h2,h3,h4
{
	font-weight:normal;
	color:white;
	padding-bottom:25px;
}
h1 { font-size:24px; }
h2 { font-size:21px; }
h3 { font-size:18px; }
h4
{
	font-size:14px;
	color:black;
	padding-bottom:14px;
}

ul ul,ol ol { padding-bottom: 0;}

ul,ol { padding-left:35px; }

ul { list-style-type:none; }
ul li
{
	padding-left:15px;
	background: url('/img/templates/li.gif') left 8px no-repeat;
}

td,th { padding: 0 5px 5px 0; }

input,textarea
{
	padding:5px;
	background: white;
	font: 11px 'Trebuchet MS', Tahoma, Arial, sans-serif;
	color: #868686;
	border: groove 3px #d1d1d1;
	border-top:none;
	border-left:none;
}

input,textarea
{
	padding:3px 3px 2px 2px;
	border-left:solid 1px #bfbfbf;
	border-top:solid 1px #909090;
	border-right:solid 1px white;
	border-bottom:solid 1px white;
}
input,textarea,select
{
	color: #7295b2;
	font-size:12px;
}

.clear
{
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}

.white { color:white; }
.novisible { color:#5cadff; }
.dateValue { font-size:10px; }

/* Блок перед шапкой */
#preTop
{
	position:relative;
	margin:0 auto;
	width:910px;
	height:125px;
}

/* Кнопка перехода на другую версию */
#langBtn
{
	display:none;
	position:absolute;
	left:13px;
	bottom:25px;
}
#langBtn img
{
	position:relative;
	left:-13px;
	top:3px;
}

#langBtn2
{
	position:absolute;
	left:13px;
	bottom:25px;
}

/* Форма поиска */
#searchForm
{
	position:absolute;
	right:0px;
	bottom:22px;
}
#searchForm input
{
	width:220px;
	padding-right:-20px;
	background:white url('/img/templates/search.gif') right center no-repeat;
}

/* Шапка */
#top
{
	margin:0 auto;
	height:107px;
}
#top,#top .body { width:910px; }
#top .body
{
	position:relative;
	left:0;
	top:0;
	height:107px;
}

/* Логотип */
#logo
{
	position:absolute;
	left:-4px;
	top:20px;
}
#logo,#logo img
{
	width:489px;
	height:63px;
}

/* Главное меню */
#generalMenu
{
	font-size:14px;
	color:#fcfbbb;
	background:url('/img/templates/generalMenuBg.gif') left top no-repeat;
	width:416px;
	height:66px;
	position:absolute;
	left:494px;
	top:16px;
}
#generalMenu a { color:#fcfbbb; }
#generalMenu ul
{
	padding:0;
	padding-left:18px;
	padding-top:6px;
	list-style-type:none;
}
#generalMenu ul li
{
	float:left;
	padding:0;
	padding-right:18px;
	padding-top:5px;
	white-space:nowrap;
	background:none;
}
#generalMenu ul .active,#generalMenu ul .active a
{
	color:#023a69;
	text-decoration:none;
}

/* Центральная часть с контентом */
#center { background:url('/img/templates/contentBg.gif') left bottom repeat-x; }

/* Подвал */
#bottom
{
	padding-top:150px;
	padding-bottom:75px;
	font-size:10px;
	color:#383838;
	margin:0 auto;
	width:910px;
}
#bottom p { padding:0; }
