@charset "windows-1251";
@font-face { font-family: "Penta"; src: url("http://giport.ru/styles/v6/fonts/penta_bold.ttf"); }

* { margin: 0; padding: 0;} 

html, body { width: 100%; height: 100%; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#online_help_link {
	display: block;
	z-index:100;
	width:39px;
	height:167px; 
	position:fixed; 
	right: 0; 
	bottom: 150px;
	background: url(/img/v6/online_help_btn.png) no-repeat;
	text-decoration: none;
	*position: absolute;
  	/*
*top: expression(document.getElementsByTagName( 'body' )[0].scrollTop + "600px");
*/
	}

#wrapper {
	
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(http://www.giport.ru/img/v6/content/bannerBack.jpg) no-repeat;
	background-position:50% 162px;
	min-width: 1000px;
}

a:active, a:focus, img { outline: 0; }

*+html #wrapper {
	overflow: hidden;	
}

.reserveSpace {
	height: 100px; /* равняется высоте футера */
	clear: both;
	width: 100%;
	background-color: #fff;
}

.hidden {
	display: none;
	}
/*--------------------- ШАПКА --------------------------*/

#header {
	position: relative;
	width: 1000px; height: 132px;
	margin: 0 auto;
}

/* логотип
--------------*/

#header #logoArea {
	position: absolute; left: 0; top: 0;
	width: 168px; height: 132px; /* 168*132*/
	padding-top: 8px;
	text-align: center;
	/* background: url(http://www.giport.ru/img/v6/header/logoVerticalLeftLine.png) 0 30px no-repeat; */
	background: url(http://www.giport.ru/img/v6/header/logotip3.png) 0 28px no-repeat;
}

#header #logoArea1 {
	position: absolute; left: -129px; top: 0;
	width: 168px; height: 132px; /* 168*132*/
	padding-top: 8px;
	text-align: center;
	/* background: url(http://www.giport.ru/img/v6/header/logoVerticalLeftLine.png) 0 30px no-repeat; */
	background: url(http://www.giport.ru/img/v6/header/logo1.gif) 0 28px no-repeat;
}

#header #logoArea2 {
	position: absolute; left: 964px; top: 0;
	width: 168px; height: 132px; /* 168*132*/
	padding-top: 8px;
	text-align: center;
	/* background: url(http://www.giport.ru/img/v6/header/logoVerticalLeftLine.png) 0 30px no-repeat; */
	background: url(http://www.giport.ru/img/v6/header/logo2.gif) 0 28px no-repeat;
}


#header #logoArea p#city {
	line-height: 12px;
	font-size: 14px;
	color: #8a9cba;
	}

#header #logoArea a#logo{
	display: block;
	position: absolute;
	left: 13px; top: 27px;
	width: 148px; height: 82px;
	/* background: url(http://www.giport.ru/img/v6/header/logo.png) no-repeat; */
	/* background: url(http://www.giport.ru/img/v6/header/logotip.png) left center no-repeat; */
}

 #header #logoArea p#slogan {
	margin-top: 97px;
	color: #0062AE;
	font-size: 9px;
	line-height: 9px;
} 

/* ссылка войти/выйти
------------------------------*/

#header #linkLogin {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 168px; top: 0;
	height: 25px;
	line-height: 25px;
	color: #006cc3;
	font-size: 12px;
}

#header #linkLogin p { float: left; }

#header #linkLogin.logedIn a { font-weight: bold; color: #006cc3;  }

#header #linkLogin.logedOut a { font-weight: bold; color: #ef3b12; }

#header #linkLogin.logedIn a.logout {
	display: block;
	float: left;
	width: 20px; height: 25px;
	margin-left: 5px;
	background: url(http://www.giport.ru/img/v6/header/iconLogout.png) center no-repeat;
}

#header #linkLogin a {
	font-size: 11px;
	color: #f00;
	text-decoration: none;
}
#header #linkLogin a.reg {
	border-bottom: 1px solid #f00;
}
#header #linkLogin a.enter {
	border-bottom: 1px dashed #f00;
}

.auth_form_box {
	display: block;
	left: 167px;
	line-height: 12px;
	position: absolute;
	top: 23px;
	z-index: 3;
}
#auth_form * {
	font-size:11px;
}
#auth_form label {
	clear: left;
	display: block;
	float: left;
	font-size: 11px;
	height: 17px;
	line-height: 17px;
	margin-right: 3px;
	text-align: right;
	width: 50px;
}
#auth_form input {
	border: 1px solid #B5BACE;
	height: auto;
	margin: 0 3px;
	padding: 1px 3px 2px;
	width: 125px;
}
#auth_form div {
	clear:both;
	margin:3px 10px;
}
#auth_form h4 {
	background-color:#006CB7;
	border-left:0 none;
	border-top:0 none;
	clear:both;
	color:#FFFFFF;
	float:none;
	font-weight:700;
	left:0;
	line-height:18px;
	margin:0 0 8px;
	padding:0 10px;
	position:relative;
	top:0;
	width:75px;
	z-index:2;
}
#auth_form .links {
	padding:3px 0 5px;
	text-align:center;
	color:#0062AE;
}
#auth_form .links a {
	color:#0062AE;
	font-size:11px;
	line-height:15px;
}
#auth_form input.submit {
	background-color:transparent;
	border:0 none;
	color:#E3F1F9;
	height:1px;
	margin:0;
	padding-left:10px;
	width:1px;
}
.sh_content #auth_form {
	background-color:#E3F1F9;
	border:1px solid #006CB7;
	position:relative;
	z-index:4;
}


/* цитата дня
-----------------*/

#header #citeOfDay {
	position: absolute;
	right: 0; top: 0;
	height: 25px;
	line-height: 25px;
	color: #c9c1e0;
	font-size: 11px;
	}

#header #citeOfDay span {
	color: #7e98ad;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

/* баннер в шапке
-----------------------*/

#header #headerBanner {
	position: absolute;
	right: 0; bottom: 6px;
	width: 468px; height: 101px;
}

/* поиск по сайту
----------------------*/

/* UPD2010: вынесено в block.css */



/* погода
------------*/

#header #weather {
	display: block;
	position: absolute;
	left: 168px; top: 48px;
	width: 326px; height: 79px;
	color: #006cb7;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	background: url(http://www.giport.ru/img/v6/header/weather/weatherBack.png) bottom repeat-x;
}

#header #weather div {
	float: left;
	width: 81px; height: 64px;
}

#header #weather div p {
	line-height: 10px;
	padding-left: 30px;
	color: #ffde01;
	font-size: 10px;
}

#header #weather img {
	width: 43px; height: 32px;
	margin: 2px 0;
}

#header #weather span {
	display: block;
	line-height: 12px;
	font-size: 9px;
	font-weight: normal;
}

#header #weather span a { color: #0061ae; text-decoration: none; }
#header #weather span a:hover { color: white; text-decoration: underline; }



/*--------------------------- ГОРИЗОНТАЛЬНОЕ МЕНЮ ---------------------------------*/

#secondaryMenuWrapper {
	width: 100%; height: 28px;
	background: url(http://www.giport.ru/img/v6/menuSecondary/menuBack.png) top repeat-x;
}

#secondaryMenu {
	position: relative;
	width: 1000px; height: 28px;
	margin: 0 auto;
}

#secondaryMenu p {
	width: 168px;
	line-height: 28px;
	text-align: center;
	color: #ccc;
	font-size: 12px;
}

#secondaryMenu ul#topMenuList {
	position: absolute;
	left: 168px; top: 0;
	list-style: none;
}

#secondaryMenu ul#topMenuList li {
	float: left;
	text-align: center;
}

#secondaryMenu ul#topMenuList li:hover div.rb {
	background: url(http://www.giport.ru/img/v6/menuSecondary/menuActiveBorderRight.png) right top no-repeat;
}

#secondaryMenu ul#topMenuList li div.lb {
	/* upd2010: было 1px - неясно зачем */
	margin-left: 0px;
}

#secondaryMenu ul#topMenuList li:hover div.lb {
	/* upd2010: уменьшена высота с 32px - убралась тень */
	height: 32px;
	background: url(http://www.giport.ru/img/v6/menuSecondary/menuActiveBorderLeft.png) left top no-repeat;
}

#secondaryMenu ul#topMenuList li a {
	display: block;
	line-height: 28px;
	padding: 0 7px 0 7px;
	margin: 0 2px;
	color: white;
	font-size: 12px;
	text-decoration: none;
}

#secondaryMenu ul#topMenuList li a.full {
	display: block;
	line-height: 28px;
	padding: 0 3px 0 7px;
	margin: 0 2px;
	color: white;
	font-size: 12px;
	text-decoration: none;
}

/*
#secondaryMenu ul#topMenuList li a {
	background: url(http://www.giport.ru/img/v6/menuSecondary/menuItemEmptyBack.png) right center no-repeat; }
*/
#secondaryMenu ul#topMenuList li:hover a {
	background: url(http://www.giport.ru/img/v6/menuSecondary/menuItemEmptyBackActive.png) right center no-repeat; }

#secondaryMenu ul#topMenuList li.dropdown a.arrow {
	display: block;
	line-height: 28px;
	width: 10px;
	padding: 0;
	margin: 0 2px;
	color: white;
	font-size: 12px;
	text-decoration: none;
	background: url(http://www.giport.ru/img/v6/menuSecondary/topMenuArrow.png) right center no-repeat;
}

#secondaryMenu ul#topMenuList li:hover.dropdown a.arrow {
	display: block;
	line-height: 28px;
	width: 10px;
	padding: 0;
	margin: 0 2px;
	color: white;
	font-size: 12px;
	text-decoration: none;
	background: url(http://www.giport.ru/img/v6/menuSecondary/topMenuArrowActive.png) right center no-repeat;
}


#secondaryMenu ul#bottomMenuList {
	position: absolute;
	left: 40px; top: 0;
	list-style: none;
}

#secondaryMenu ul#bottomMenuList li {
	float: left;
	text-align: center;
}

#secondaryMenu ul#bottomMenuList li:hover div.rb {
	background: url(http://www.giport.ru/img/v6/menuSecondary/menuActiveBorderRight.png) right top no-repeat;
}

#secondaryMenu ul#bottomMenuList li div.lb {
	/* upd2010: было 1px - неясно зачем */
	margin-left: 0px;
}

#secondaryMenu ul#bottomMenuList li:hover div.lb {
	/* upd2010: уменьшена высота с 32px - убралась тень */
	height: 32px;
	background: url(http://www.giport.ru/img/v6/menuSecondary/menuActiveBorderLeft.png) left top no-repeat;
}

#secondaryMenu ul#bottomMenuList li a {
	display: block;
	line-height: 28px;
	padding: 0 3px 0 3px;
	margin: 0 2px;
	color: white;
	font-size: 11px;
	text-decoration: none;
}

#secondaryMenu ul#bottomMenuList li:hover a {
	background: url(http://www.giport.ru/img/v6/menuSecondary/menuItemEmptyBackActive.png) right center no-repeat; }

#secondaryMenu ul#bottomMenuList li.dropdown a.arrow {
	display: block;
	line-height: 28px;
	width: 10px;
	padding: 0;
	margin: 0 2px;
	color: white;
	font-size: 12px;
	text-decoration: none;
	background: url(http://www.giport.ru/img/v6/menuSecondary/topMenuArrow.png) right center no-repeat;
}
/* субменю */

#secondaryMenu ul li ul.submenu {
	list-style: none;
	clear: both;
	padding-top: 10px;
}

#secondaryMenu ul li ul.submenu li {
	display: block;
	float: none;
	clear: both;
}

#secondaryMenu ul li ul.submenu li a {
	display: block;
	background-color: #000;
}

#popupsWrapper {
	position: absolute;
	height: 291px;
	width:1000px;
	left:50%;
	margin-left:-500px;
	overflow: hidden;
	zoom:1;
}

/* иконка конверта
-------------------------*/

#secondaryMenu ul li a.messages {
	padding-left: 6px;
}

#secondaryMenu ul li a.messages img {
	float: left;
	width: 13px; height: 10px;
	margin: 9px 6px 0 0;
}

#secondaryMenu ul li a span.mess {
	color: #f8be29;
}

/* иконка профайла
--------------------------*/

#secondaryMenu ul li a.profile {
	width: 25px; height: 28px;
}

#secondaryMenu ul li a.profile img {
	width: 22px; height: 22px;
	margin-top: 3px;
}



/* онлайн посетителей */

#onlineCount {
	width: 812px;
	height: 16px;
	text-align: right;
	color: #99a7b2;
	padding-bottom: 3px;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#onlineCount span a {
	color: #99a7b2;	
	text-decoration: underline;
}

#onlineCount a.iconAllUsers {
	display: block;
	float: right;
	width: 20px; height: 16px;
	margin-left: 5px;
	background: url(/img/v6/header/iconAllUsers.png) center no-repeat;
}

/*------ портальная навигация ----*/

.portal_nav {
	color:#acacac;
	font-size: 10px;
	margin: 0;
	}
	
	.portal_nav a {
		color:#acacac;
		text-decoration: none; 
		}
		
	.portal_nav a:hover {
		text-decoration: underline;
		color:#f00;
		}
	
	.portal_nav span.curent_page {
		text-decoration: underline;
		color:#006CB7; 
		}

/*---------------------------- ОСНОВНОЕ СОДЕРЖИМОЕ ----------------------------------*/

#content {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height: 100%;
}

h1.portal_page_title {
	color:#4C4C4C;
	font-family:tahoma;
	font-size:22px;
	margin:0px 0 5px;
	padding-left:3px;
	line-height:23px;
}	

h2.portal_page_subtitle {
	color:#7F7F7F;
	font-family:tahoma;
	font-size:13px;
	margin:-2px 0 -11px;
	padding-left:3px;
}

#centerAndRightColsWrapper {
	display: inline;
	float: left;
	width: 812px; background: #fff;
	margin-left: 186px;
	margin-top: 5px;
	padding-bottom: 15px;
}

.centerCol {
	display: inline;
	float: left;
	width: 630px;
}

.marquee {
	width:629px;
	position: relative;
	margin-top:-21px;
	height: 17px;
}

.marquee a {
	color:#51798D;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:700;
}

.marquee a, .marquee a * {
	text-decoration: underline;
}


.marquee i, .marquee b {
	background:url("/img/d4/gr-left.png") no-repeat scroll 0 0 transparent;
	height:15px;
	position:absolute;
	top:0;
	width:20px;
}

.marquee i {
	left:0;
}

.marquee b {
	background-image:url("/img/d4/gr-right.png");
	right:0;
}

/* ЛЕВАЯ КОЛОНКА
---------------------------*/

#leftCol {
	display: inline;
	float: left;
	width: 188px;
	margin-left: -998px;
	padding-top: 7px;
	padding-bottom: 15px;
	padding-left: 4px;
}

.rightCol {
	float: right;
	display: inline;
	width: 166px;
}


.innerLeftCol {
	display: inline;
	float: left;
	width: 49%;
}

.innerRightCol {
	float: right;
	display: inline;
	width: 50%;
}

.innerColSpan {
	display: block;
	width: 100%;
}

.innerReserveSpace {
	clear: both;
	height: 5px;
	width: 100%;
	background: #fff;
}

/*--------------------- ПОДВАЛ ---------------------*/

#footer {
	position: relative;
	margin: -100px auto 0;
	width: 100%;
	height: 100px;
}

#footer .content {
	margin: 5px auto 0;
	position: relative;
	width: 1000px;
	padding: 5px 0px;
	text-align: center;
	font-size: 10px;
	color: #777;
}

#footer .content a {
	color: #555;
}

#footer .content ul li {
	display: inline;
}

#footer_keywords  {
	background: url('/img/v6/footer_keywordsBlock_bot_bg.png') no-repeat bottom;
	min-height: 20px;
	margin-top: 5px;
	}

	#footer_keywords .top {
		background: url('/img/v6/footer_keywordsBlock_top_bg.png') no-repeat top;
		height: 7px;
		}
	
	#footer_keywords p {
		padding: 0 10px;
		font-size:10px;
		}

/* upd2010 */
/*--------------------- v6 дизайн --------------------------*/

.preBannersSpace {
	height: 27px;
	clear:both;
}

.postBannersSpace {
	height: 13px;
}

/* врапперы для колонок */

#mainConsultBlitzWrapper {
	height: 445px;
}

#mainAfishaWrapper {
	margin-top: 40px;
	height: 640px;
}

.gorizontalDivider {
	width: 80%;
	height: 1px;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	background-color: #a0a2a3;
	border-bottom: 1px solid #ffffff;
}

#popupWrapper {
	z-index: 5;
	position: absolute;
	width: 1000px;
	height: 600px;
	margin: 0 auto;
}

#newsPopup {
	position: absolute;
	left:0px;
	top:0px;
}


/* user icons */

.su img {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/img/d/st-users_full.gif) no-repeat scroll 0 0;
	border:0 solid red !important;
	height:18px !important;
	line-height:18px !important;
	margin:0 !important;
	padding:0 !important;
	position:static !important;
	width:18px !important;
}

.st1-us1 img {
	background-position:0 0;
}
.st1-us2 img {
	background-position:-20px 0;
}
.st1-us3 img {
	background-position:-40px 0;
}
.st1-us4 img {
	background-position:-60px 0;
}
.st1-us5 img {
	background-position:-80px 0;
}

.st2-us1 img {
	background-position:-100px 0;
}
.st2-us2 img {
	background-position:-120px 0;
}
.st2-us3 img {
	background-position:-140px 0;
}
.st2-us4 img {
	background-position:-160px 0;
}
.st2-us5 img {
	background-position:-180px 0;
}

.st3-us1 img {
	background-position:-200px 0;
}
.st3-us2 img {
	background-position:-220px 0;
}
.st3-us3 img {
	background-position:-240px 0;
}
.st3-us4 img {
	background-position:-260px 0;
}
.st3-us5 img {
	background-position:-280px 0;
}

.st4-us1 img {
	background-position:-300px 0;
}
.st4-us2 img {
	background-position:-320px 0;
}
.st4-us3 img {
	background-position:-340px 0;
}
.st4-us4 img {
	background-position:-360px 0;
}
.st4-us5 img {
	background-position:-380px 0;
}

.st5-us1 img {
	background-position:-400px 0;
}
.st5-us2 img {
	background-position:-420px 0;
}
.st5-us3 img {
	background-position:-440px 0;
}
.st5-us4 img {
	background-position:-460px 0;
}
.st5-us5 img {
	background-position:-480px 0;
}
.klinks {
	font-size:10px;
	text-align:center;
}
.klinks a:link, .klinks a:visited, .klinks a:active {
	font-size:10px;
}

