﻿@import "reset.css";

/* All 
---------------------------------------*/
BODY
{
	background: #687576;
	color: #4a4a4a;
	font: 13px Arial,sans-serif;
	padding-bottom: 50px;
}
A
{
	color: #178aaf;
}
A:hover
{
	text-decoration: none;
}
.none
{
	display: none;
}
.clear
{
	clear: both;
}
H2
{
	color: #404648;
	font: bold 18px Arial;
	padding: 0 0 15px;
}
.ul
{
	padding: 10px 0 5px 30px;
}
.ul LI
{
	font-size: 12px;
	list-style: disc;
	padding: 0 0 5px;
}
.f-left-IMG
{
	border: 1px solid #999;
	padding: 2px;
	float: left;
	margin: 0 10px 10px 0;
}
.f-right-IMG
{
	border: 1px solid #999;
	padding: 2px;
	float: right;
	margin: 0 0 10px 10px;
}

/* Container 
---------------------------------------*/
#container
{
	background: #eee url('../img/bg.rounds.gif') 0 0 no-repeat;
	position: relative;
	margin: 35px auto 0;
	width: 845px;
}
#container-inner
{
	background: url('../img/bg.rounds.gif') -845px bottom no-repeat;
	padding: 30px 40px 90px;
}

/* Глобальные блоки
---------------------------------------*/
/* Header */
#header
{
	height: 1%;
	overflow: hidden;
	padding: 0 0 25px;
}

/* Content */
#content
{
}

/* Блоки контента
---------------------------------------*/
/* Logo */
.logo A
{
	display: block;
	color: #333;
	cursor: pointer;
	font: 28px Tahoma;
	letter-spacing: 1px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	height: 32px;
	width: 183px;
	margin: 12px 0 15px 7px;
}
.logo A B
{
	background: url('../img/logo.gif') 0 0 no-repeat;
	display: block;
	height: 32px;
	position: absolute;
	left: 0;
	top: 0;
	width: 183px;
}

/* Слоган */
.slogan
{
	background: url('../img/slogan.gif') 0 0 no-repeat;
	display: block;
	height: 21px;
	text-indent: -9999px;
	width: 374px;
	float: right;
}

/* Navigation */
.navigation
{
	padding: 25px 0 30px;
	text-align: left;
}
.navigation H2
{
	color: #404648;
	font: 16px Arial;
	padding: 0 0 20px;
}
.navigation H2 BIG
{
	font-size: 24px;
}
.navigation-box
{
	margin: 0;
	width: 400px;
	float: left;
}
.navigation-box-topRound
{
	/*background:url('../img/navigation-box-rounds.gif') 0 0 no-repeat;*/
	height: 10px;
	overflow: hidden;
}
.navigation-box-bottomRound
{
	/*background:url('../img/navigation-box-rounds.gif') -462px 0 no-repeat;*/
	height: 10px;
	overflow: hidden;
}
.navigation-box UL
{
	/*background:url('../img/navigation-box-bg.gif') 0 0 repeat;*/
	font: 16px Tahoma;
}
.navigation-box UL LI
{
	padding: 2px 0;
}
.navigation-box UL A
{
	border: 1px solid transparent;
	display: inline-block;
	color: Blue;
	padding: 3px 15px;
}
.navigation-box UL A:hover
{
	background: url('../img/navigation-box-bg.active.png') 0 0 repeat;
	border: 1px solid #6c6b69;
}

/* Формы */
.form FIELDSET
{
	border: 1px solid #999;
	padding: 10px 15px 6px;
	margin: 0 0 15px;
}
.form FIELDSET LEGEND
{
	font: bold 15px Arial;
	padding: 3px 10px;
}
.form .form-item
{
	height: 1%;
	overflow: hidden;
	padding: 0 0 10px;
}
.form .form-item .left
{
	float: left;
	padding: 2px 0 0;
	width: 160px;
}
.form .form-item .left LABEL
{
	display: block;
	padding-right: 10px;
}
.form .form-item .right
{
	height: 1%;
	overflow: hidden;
}

.form INPUT.text, .form TEXTAREA
{
	border: 1px solid #A5ACB2;
	color: #333;
	font: 11px Tahoma;
	padding: 3px 5px 4px;
	width: 220px;
}
.registration-form TEXTAREA
{
	height: 110px;
}
.form INPUT.file
{
	color: #333;
	font: 13px Tahoma;
	width: 97%;
}
.form SELECT
{
	border: 1px solid #A5ACB2;
	color: #333;
	font: 11px Tahoma;
	padding: 2px;
	height: 22px;
	width: 232px;
}
.form-item-radio LABEL
{
	font-size: 12px;
	font-weight: bold;
}
.form-item-radio P
{
	font: 12px Tahoma;
}
.form-item-button
{
	margin: 10px 0 0;
}

.radio
{
}
.last
{
}

.smallFooter
{
	clear: both;
	font-size: smaller;
	
}

.smallFooter a
{
	text-decoration: underline;
}
.citylinks
{
    margin: 2px 0;
    line-height: 13px;
}
.citylinks a
{
    font-size: 12px;
    text-decoration: none;
    color: #666666;
}
.citylinks a:hover
{
    text-decoration: underline;
}
