/* ------------------------------------------ */
/* http://www.axinet.ru/                   */
/* 28.05.2009                                 */
/* ------------------------------------------ */
/* Author: Alekzander Voznuk                  */
/* http://www.free-lance.ru/users/voznuk      */
/* ------------------------------------------ */


/* Global classes 
---------------------------------------------------- */
.hide				{ display: none; }
.invisible		{ visibility: hidden; }

.left				{ float: left; }
.right			{ float: right; }

.clear			{ clear: both; }

.clear_null		{ clear: both; display: block; height: 1px; font-size: 1px; line-height: 1px; overflow: hidden; }

/*Float containers fix*/ 
.clearfix{display: inline-block;}
.clearfix:after {
content: "."; display: block; height:0; clear:both; visibility:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}/* End hide from IE-mac */ 




/* Debug
---------------------------------------------------- */

.debug {
	border: 1px solid #f00;
	background-color: #0f0;
}

.debug_bg {
	background-color: #0f0;
}

.debug_border {
	border: 1px solid #f00;
}




/* Body
---------------------------------------------------- */

* {
	font-size: 100.1%;
}

html{ font-size:100%; } /* Required for  IE */

body	{ 
	color: #000; 
	background-color: #fff;
	font-family: Verdana, Helvetica, Geneva, Lucida, sans-serif;
	font-size: 0.625em;
	line-height: 1.6em;
	background: #93af9d url(/images/page_bg_cities_1.png) repeat-x 0 0;
}

.i1 {	background-image: url(/images/page_bg_cities_1.png); }
.i2 {	background-image: url(/images/page_bg_cities_2.png); }
.i3 {	background-image: url(/images/page_bg_cities_3.png); }

/* Links
---------------------------------------------------- */

a:link					{ color : #0b198c; }
a:visited				{ color : #656989; } 
a:hover					{ color : #d61919; } 
a:active					{ color : #d61919; }

a:link					{ text-decoration: underline; }
a:visited				{ text-decoration: underline; }
a:hover					{ text-decoration: none; } 
a:active					{ text-decoration: none; }




/* Page structure containers
---------------------------------------------------- */

.wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 96%;
	position: relative;
}

.container {
	width: 100%;
	text-align: center;
	clear: both;
}




/* Page blocks styles
---------------------------------------------------- */

/* -------- */
/* header */

#header {
	min-height: 215px;
}

* html #header {
	height: 215px;
}

/* header2 */

#header2 {
	min-height: 120px;
}

* html #header2 {
	height: 120px;	   
	
}
/* logo */

#logo {
	position: absolute;
	left: 0;
	top: 42px;
	width: 351px;
	height: 40px;
}

#logo h1 {
	font-size: 2.8em;
	line-height: 1em;
	font-weight: normal;
	color: #fff;	
}

#logo span {
	background: url(/images/logo_cities.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 351px;
	height: 40px;	
}


/* menu */

#forum_menu {
	height: 40px;
	background: #5c739c url(/images/forum_menu_bg.png) no-repeat -20px 0;
	position: absolute;
	left: 0;
	top: 155px;
	float: none;
	width: 100%;
}

* html #forum_menu { /* IE 5.5-6 */
	padding-left: 20px;
	width: auto;
}

#forum_menu a { color: #fff; }
#forum_menu a:link, #forum_menu a:visited { text-decoration: none; }
#forum_menu a:hover, #forum_menu a:active { text-decoration: underline; }

#forum_menu div.r {
	padding: 0;
	background: #5c739c url(/images/forum_menu_bg.png) no-repeat 0 0;
	position: absolute;
	margin-left: 100%;
	left: -20px;
	top: 0;
	width: 20px;
	height: 40px;
	overflow: hidden;	
}

#forum_menu_content { 
	padding-left: 20px;
}

* html #forum_menu_content { /* IE 5.5-6 */
	padding-left: 0;
}

#forum_menu table {
	width: 98%;
	margin-right: 2%;
}

#forum_menu table td {
	text-align: center;
	vertical-align: middle;
	font-size: 1.1em;
	line-height: 35px;
	font-weight: bold;
}



/* ------------- */

/* menu2 */

#forum_menu2 {
	height: 40px;
	background: #5c739c url(/images/forum_menu_bg.png) no-repeat -20px 0;
	position: absolute;
	left: 0;
	top: 70px;
	float: none;
	width: 100%;
}

* html #forum_menu2 { /* IE 5.5-6 */
	padding-left: 20px;
	width: auto;
}

#forum_menu2 a { color: #fff; }
#forum_menu2 a:link, #forum_menu2 a:visited { text-decoration: none; }
#forum_menu2 a:hover, #forum_menu2 a:active { text-decoration: underline; }

#forum_menu2 div.r {
	padding: 0;
	background: #5c739c url(/images/forum_menu_bg.png) no-repeat 0 0;
	position: absolute;
	margin-left: 100%;
	left: -20px;
	top: 0;
	width: 20px;
	height: 40px;
	overflow: hidden;	
}

#forum_menu2_content { 
	padding-left: 20px;
}

* html #forum_menu2_content { /* IE 5.5-6 */
	padding-left: 0;
}

#forum_menu2 table {
	width: 98%;
	margin-right: 2%;
}

#forum_menu2 table td {
	text-align: center;
	vertical-align: middle;
	font-size: 1.1em;
	line-height: 35px;
	font-weight: bold;
}



/* ------------- */



/* top content */

#top_content {
	margin-bottom: 30px;
}

#top_text { }



/* ------------- */
/* countries menu */

#countries_menu_wrapper {
	margin-bottom: 20px;
	clear: both;
}

#countries_menu .box_content {
	padding: 0 15px 20px 4%;
}

#countries_menu table {
	width: 100%;
}

* html #countries_menu .box_content {
	padding: 0 15px 20px 0;
	text-align: right;
}

* html #countries_menu table {
	width: 95%;
}

#countries_menu table td {
	text-align: center;
	font-size: 1.8em;
	line-height: 120px;
	height: 120px;
}

#countries_menu a {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 120px;
	display: block;
	float: left;
}

#countries_menu a#europa {
	background-position: 0 5px;
	background-image: url(/images/europa.png);
	padding-left: 72px;
}

#countries_menu a#asia {
	background-image: url(/images/asia.png);
	padding-left: 109px;
}

#countries_menu a#america {
	background-image: url(/images/america.png);
	padding-left: 77px;
}

#countries_menu a#australia {
	background-image: url(/images/australia.png);
	padding-left: 69px;
}

#countries_menu a#africa {
	background-image: url(/images/africa.png);
	padding-left: 72px;
}



/* ---------------------- */
/* main content columns */

#main_content {
	margin-bottom: 30px;
	min-width: 1120px;
}


#column_1 {
	width: 16.3%;
	position: absolute;
	left: 0;
	top: 0;
}

#column_2 {
	w\idth: 724px;
	width: 726px;
	overflow: hidden;
	margin-left: -363px;
	position: relative;
	left: 50%;
}

#column_3 {
	width: 16.3%;
	position: absolute;
	right: 0;
	top: 0;
}


/* google map */

#googlemap { text-align: center; }
#googlemap .box_content_text { padding: 7px 0 0 0; } 
.map { margin-bottom: 5px; }


/* countries and cities */

h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	margin-bottom: 1em;
}

h3 a:link, h3 a:visited { text-decoration: none; }
h3 a:hover, h3 a:active { text-decoration: underline; }

ul.cities_list {
	margin-bottom: 3em;
}

ul.cities_list li {
	margin-bottom: 0.5em;
	font-size: 1.3em;
	min-height: 1px;
	padding-left: 17px;
	background: url(/images/emdash_link.png) no-repeat 0 0.6em;
}

* html ul.cities_list li {
	height: 1px;
}

/*
ul.cities_list a.dashed { padding-left: 17px; min-height: 1px; display: inline-block; }
ul.cities_list a.dashed:link { background: url(/images/emdash_link.png) no-repeat 0 0.6em; }
ul.cities_list a.dashed:visited { background: url(/images/emdash_visited.png) no-repeat 0 0.6em; }
ul.cities_list a.dashed:hover, ul.cities_list a.dashed:active { background: url(/images/emdash_active.png) no-repeat 0 0.6em; }

* html ul.cities_list a.dashed {
	height: 1px;
}
*/

ul.cities_list li img {
	margin: 0 0 0 5px;
	vertical-align: middle;
}


/* foto icon and text */

a.foto {
	background: url(/images/foto.gif) no-repeat 0 50%;
	padding-left: 15px;
	margin-left: 1px;
}

h3 a.foto {
	font-size: 0.714em;
	font-weight: normal;
}

h3 a.foto:link, h3 a.foto:visited { text-decoration: underline; }
h3 a.foto:hover, h3 a.foto:active { text-decoration: none; }

/* ======= */
/* footer */

#footer {
	margin: 2.4em 0 0 0;
	padding-bottom: 4.8em;
	font-size: 1.1em;
	color: #4c4c4c;
}

#footer  .wrapper {
	text-align: center;
}

#counters {
	margin-top: 10px;
}

#counters img {
	margin-right: 10px;
}


/* Common styles
---------------------------------------------------- */

p { margin-bottom: 1em; line-height: 1.5em;}

/* font-size */

.f10 { font-size: 1em; }
.f11 { font-size: 1.1em; }
.f12 { font-size: 1.2em; }
.f13 { font-size: 1.3em; }
.f14 { font-size: 1.4em; }
.f15 { font-size: 1.5em; }
.f16 { font-size: 1.6em; }
.f17 { font-size: 1.7em; }
.f18 { font-size: 1.8em; }
.f19 { font-size: 1.9em; }

.f20 { font-size: 2em; }
.f21 { font-size: 2.1em; }
.f22 { font-size: 2.2em; }
.f23 { font-size: 2.3em; }
.f24 { font-size: 2.4em; }
.f25 { font-size: 2.5em; }
.f26 { font-size: 2.6em; }
.f27 { font-size: 2.7em; }
.f28 { font-size: 2.8em; }
.f29 { font-size: 2.9em; }

.f30 { font-size: 3em; }


/* text boxes styles */

.box_content_text { padding: 10px 15px 0 15px; clear: both; }
.width_header .box_content_text { padding-top: 30px; }

.darker_box { background-color: #cad2d8; }
.lighter_box { background-color: #e1e4f2; }

.width100 { width: 100%; }

.mb20 {
	margin-bottom: 20px;
}


/* text box header */

h2 {
	font-size: 1.4em;
	line-height: 1em;
	font-weight: normal;
	color: #fff;
	margin-bottom: 0;
}

h2 {
	height: 26px;
	padding-left: 15px;
	padding-right: 15px;
	background: url(/images/text_block_header_bg.png) no-repeat 0 0;
	float: left;
	position: absolute;
	top: 1px;
	left: 1px;
	line-height: 23px;
}

h2 span.r {
	padding: 0;
	background: url(/images/text_block_darker_header_bg_r.png) no-repeat 0 0;
	position: absolute;
	margin-left: 100%;
	left: -10px;
	top: 0;
	width: 10px;
	height: 26px;
	overflow: hidden;	
	display: block;
}

h2 {
	background-color: #7a92b9; /* IE 5.5 */
	backg\round-color: transparent;	
}


.darker_box h2 div.r {
	background-image: url(/images/text_block_darker_header_bg_r.png);	
}

.lighter_box h2 div.r {
	background-image: url(/images/text_block_lighter_header_bg_r.png);	
}






/* Rounded corners
---------------------------------------------------- */

.r-border-shape {
	position: relative;
	float: left;
}

* html .r-border-shape {
	height: 1px;
	display: inline-block;
}

/* 1px */

html .r-border-shape div.box_content {
	border: 1px solid #516792;
}

.r-border-shape .tb .l, .r-border-shape .tb .r {
	position: absolute;
	left: 0;
	top: 0;	
	width: 10px;
	height: 10px;
}

.r-border-shape .tb .l {
	background: url(/images/tl.png) no-repeat 0 0;
}

.r-border-shape .tb .r {
	background: url(/images/tr.png) no-repeat 0 0;
	margin-left: 100%;
	left: -10px;
}

.r-border-shape .bb .l, .r-border-shape .bb .r {
	position: absolute;
	left: 0;
	bottom: 0; 
	width: 10px;
	height: 10px;
}

* html .r-border-shape .bb .l, * html .r-border-shape .bb .r {
	bottom: -2px; /* -- */
}

.r-border-shape .bb .l {
	background: url(/images/lbw.png) no-repeat 0 0;
	width: 100%;
}

.r-border-shape .bb .r {
	background: url(/images/br.png) no-repeat 0 0;
	margin-left:100%;
	left: -10px;	
}

* html .r-border-shape .tb .r, * html .r-border-shape .bb .r {
	left: -10px;
}




