/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
}

h1 {
	margin: 0 0 14px 0;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3e3030;
}

h1.palmtree {
	background: url('../i/ico_palmtree.gif') no-repeat;
	padding: 0 0 0 37px;
	position: relative;
}



h1.spec {background: url('../i/icons/icon_spec.gif') no-repeat !important;}
h1.rass {background: url('../i/icons/icon_rass.gif') no-repeat !important;}
h1.visa {background: url('../i/icons/icon_visa.gif') no-repeat !important;}
h1.ozp {background: url('../i/icons/icon_ozp.gif') no-repeat !important;}
h1.rabota {background: url('../i/icons/icon_rabota.gif') no-repeat !important;}
h1.reklama {background: url('../i/icons/icon_reklama.gif') no-repeat !important;}
h1.guides {background: url('../i/icons/icon_guides.gif') no-repeat !important;}
h1.bbs {background: url('../i/icons/icon_bbs.gif') no-repeat !important;}
h1.forum {background: url('../i/icons/icon_forum.gif') no-repeat !important;}
h1.serv {background: url('../i/icons/icon_serv.gif') no-repeat !important;}




h1 span, h2 span {
	color: #a8cf01;
}

h2 {
	margin: 0 0 14px 0;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3e3030;
}

h2.maillist {
	background: url('../i/ico_maillist.gif') no-repeat;
	padding: 0 0 0 35px;
}

h2.customers {
	background: url('../i/ico_customers.gif') no-repeat;
	padding: 4px 0 0 38px;
}

h3 {	
	margin: 0 0 14px 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #3e3030;
}

h4 {
	margin: 0 0px 6px 13px;
	font: bold 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #85080e;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	color: #000;
	background-color: transparent;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	color: #999;
	background-color: transparent;
}

/* Links */

a:link, a:visited {
	color: #0669a4;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Paragraphs */
 
p {
	margin: 5px 0px 12px;
	line-height: 1.2em;
	text-align: justify;
}

p.indent {
	text-indent: 12px;
}

/* Lists */

ol {
	margin: 16px 0px 14px 22px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	padding: 0px;
	margin: 3px 0;
	list-style: decimal;
	font: bold 15px Tahoma;
	color: #515151;
}

ol li span {
	font: normal 12px Tahoma;
}

ul {
	margin: 0 0 10px 0;
	list-style-type: none;
}

ul * ul {
	margin: 4px 0px 4px 25px;
}

ul li {
	margin: 5px 0;
	list-style: none;
	background: url('../i/li_square.gif') no-repeat 0 5px;
	padding: 0 0 0 13px;
}

* html ul li {
	height: 1%;
}

dl{
	margin: 10px 0;
}

dl dt {
	margin: 2px 0;
}

dl dd {
	margin: 2px 0 2px 30px;
}


/* Tables */

table {
	border-collapse: collapse;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #cfd0c2;
}

table td {
	border-collapse: collapse;
	background: #ecf1ef url('../i/table_sep.gif') no-repeat 0 0;
	border-left: 1px solid #cfd0c2;
	border-right: 1px solid #cfd0c2;
	border-bottom: 1px solid #FFF;
	/*height: 36px;*/
	padding: 0 5px 0 5px;
}

table.trans {
	
	border: 0px;
}


div.trans table td, table.trans  td {
	background: transparent !important;
	border: 0px;
}


table tr.color td {
	background: #e1f5fc url('../i/table_sep.gif') no-repeat 0 0;
}

table th, table thead td {
	color: #23322c;
	background: url('../i/th_bg.gif') repeat-x;
	font-weight: bold;
	margin: 0 0 5px 0;
	border-left: 1px solid #cfd0c2;
	border-right: 1px solid #cfd0c2;
	border-top: 1px solid #cfd0c2;
	border-bottom: 1px solid #FFF;
	height: 36px;
	text-align: left;
	padding: 0px 5px;
}

table th span, table thead td span {
	padding: 0 0 0 25px;	
	background: transparent url('../i/table_sep.gif') no-repeat 0 0;
	display: block;
	height: 100%;
	line-height: 35px;
	float: left;
}


table th h4 {
	color: #000;
	margin: 0px;
	font-weight: bold;
}



table.gal_table td {
	border: 0px;
}

hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}

/* Forms */

.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 15px 0 0;
}

.form.redline {
	border-top: 4px solid #90A600;
}

.form fieldset {
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px;
}

.form legend {
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form ul {
	margin: 0;
	padding: 0;
}

.line {
	margin: 5px 0 0 0;
}

.form .line {
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}

.form .line.marked {
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff;
}

.form .line.marked label {
	margin-left: 10px;
}

.form.descr .line {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}

.form .line:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line {height: 1%;}

.form .label {
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 93%;
}

.form .formw {
	width: 70%;
	display: block;
	float: left;
}

form.descr .formw {
	width: 460px;
	text-align: justify;
}

.text {
	border: 1px solid #b3b9c3;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 1px 0;
}

.form .text {
	width: 99%;
	color: #8f9687;
	padding: 1px 0 2px 10px;
	margin: 0 0 4px 0;
}

.textarea {
	border: 1px solid #b3b9c3;
	margin: 5px 0 0 0;
}

textarea {
	border: 0px solid transparent;
	margin: 1px 2px;
}

.button {
	background: url('../i/button_right.gif') no-repeat 100% 0;
	height: 20px;
	float: left;
}

.button input {
	background: url('../i/button_left.gif') no-repeat 0 0;
	height: 20px;
	border: 0px solid transparent;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #524a41;
	cursor: pointer;
	cursor: hand;
	padding: 0 18px;
   width: 1;
   overflow: visible;
}

.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.btn {
	font: 11px Tahoma, Geneva;
	cursor: pointer;
	cursor: hand;
	height: 20px;
	vertical-align: top;
}

.red {
	color: #E05332;
}

.err {
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

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

/* Layout */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	background: url('../i/header_grad.jpg') repeat-x;
}

.all {
	background: url('../i/header_right.jpg') no-repeat 100% 0;
	min-width: 989px;
}

.frame_1 {
	background: url('../i/header_left.jpg') no-repeat 0 0;
}

.frame_2 {
	width: 989px;
	margin: 0 auto;
	position: relative;
}

.palms {
	background: url('../i/palms.png') no-repeat;
	width: 296px;
	height: 98px;
	position: absolute;
	top: 26px;
	left: 370px;
}

.header {
	position: relative;
}

.logo {
	position: absolute;
	top: 35px;
	left: 83px;
}

.header_icons {
	position: absolute;
	right: 37px;
	top: 104px;
}

.header_icons a {
	margin: 0 0 0 3px;
}

.menu {
	margin: 124px 0 0 0;
	background: #b7df1a url('../i/menu_grad.jpg') repeat-x;
	position: relative;
}

.menu_bg_left {
	background: url('../i/menu_left.jpg') no-repeat 0 0;
}

.menu_bg_right {
	background: url('../i/menu_right.jpg') no-repeat 100% 0;
}

.menu ul {
	margin: 0 0 0 38px;
	height: 54px;
}

.menu ul li {
	float: left;
	margin: 0 0 0 29px;
	display: inline;
	list-style: none;
	line-height: 49px;
	padding: 0;
	background: transparent;
}

.menu a:link, .menu a:visited {
	color: #004369;
	font-weight: bold;
}

.stripe {
	background: #f4f3d1 url('../i/stripe_grad.jpg') repeat-x;
}

.stripe_bg_left {
	background: url('../i/stripe_left.jpg') no-repeat 0 0;
	height: 53px;
}

.stripe_bg_right {
	background: url('../i/stripe_right.jpg') no-repeat 100% 0;
	height: 53px;
	margin: 0 0 0 48px;
}

.stripe_cols {
	width: 100%;
}

.stripe_left {
	float: left;
	width: 29%;
	margin: 20px -100% 0 0;
	display: inline;
}

.day {
	color: #7c7976;
}

.time {
	color: #a4a19e;
}

.stripe_center {
	float: left;
	width: 40%;
	margin: 15px -100% 0 29%;
	display: inline;
}

.stripe_center form {
	margin: 0;
}

.stripe_center select {
	width: 39%;
	margin: 0 1% 0 0;
}

.stripe_right {
	float: left;
	width: 32%;
	margin: 17px -100% 0 68%;
	display: inline;
}

.search {
	padding: 0 0 0 4px;
}

.search .text {
	float: left;
	margin: 0 12px 0 0;
	display: inline;
	width: 48%;
	height: 16px;
}

.cols {
	margin: 26px 45px 35px 14px;
}

.col_left {
	float: left;
	width: 165px;
	margin: 0 -100% 0 0;
	display: inline;
	position: relative;
	z-index: 30;
}

.two_cols {
	float: left;
	width: 100%;
	margin: 0 -100% 0 0;
	display: inline;
	position: relative;
	z-index: 20;
}

.two_cols_wrapper {
	margin: 0 0 0 180px;
}

.col_right {
	float: right;
	width: 255px;
	display: inline;
	position: relative;
	z-index: 30;
	margin: 12px 0 0 0;
}

.col_center {
	float: left;
	margin: 0 -100% 0 0;
	width: 100%;
	display: inline;
	position: relative;
	z-index: 10;
}

.col_center .wrapper {
	margin: 0 305px 0 0;
}

.side_box {
	margin: 0 0 37px 23px;
}

.col_left ul li {
	font-weight: bold;
}

.new {
	margin: 0 0 17px 40px;
}

.new p {
	margin: 0;
}

p.date {
	font-weight: bold;
	font-style: italic;
}

.new a:link {
	font-weight: bold;
}

.new a:visited {
	font-weight: normal;
}

.box {
	position: relative;
	margin: 0 0 23px 5px;
}

.box .lt {
	background: url('../i/lt.gif') no-repeat 0 0;
}

.box .lb {
	background: url('../i/lb.gif') no-repeat 0 100%;
}

.box .rb {
	background: url('../i/rb.gif') no-repeat 100% 100%;
}

.box .rt {
	background: url('../i/rt.gif') no-repeat 100% 0;
}

.box .t {
	background: url('../i/brd.gif') repeat-x 0 0;
}

.box .b {
	background: url('../i/brd.gif') repeat-x 0 100%;
}

.box .r {
	background: url('../i/brd.gif') repeat-y 0 0;
}

.box .l {
	background: url('../i/brd.gif') repeat-y 100% 0;
}

.box_title {
	margin: -10px 0 0 20px;
}
.box_title_bottom {
	margin: 0px 0 0 0px;
}

.small_box .box_title {
	margin: -4px 0 0 20px;
}

.col_right .box_title {
	margin: -10px 0 0 27px;
}

.box h2 {
	background: #FFF;
	display: inline;
	padding: 0 10px;
}

.box h3 {
	background: #FFF;
	display: inline;
	padding: 0 10px;
}

.box .box_data {
	margin: 14px 0 20px 20px;
}

.small_box .box_data {
	margin: 14px 20px 19px 35px;
}

ul.partners {
	margin: 48px 0 0 25px;
}

ul.partners li {
	background: transparent;
	padding: 0;
	margin: 0 0 12px 0;
}

ul.last_news {
	margin: 17px 25px 0 5px;
}

ul.last_news p {
	margin: 0;
}

ul.last_news .date {
	font-style: normal;
}

ul.last_news li {
	margin: 0 0 17px 0;
	background-position: 0 4px;
}

.date span {
	font-style: italic;
	color: #889a95;
}

.promo_right {
	margin: 35px 0 20px 40px;
}

.poll {
	background: url('../i/ico_rupor.gif') no-repeat;
	margin: 0 0 48px 0;
}

.poll p {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #23322c;
	margin: 10px 0 13px 40px;
}

.poll .line {
	margin: 0 0 0 37px;
	height: 20px;
/*	line-height: 17px;*/
}

.poll label {
	margin: 0 0 0 7px;
}

input.radio, input.checkbox {
	vertical-align: middle;
	height: 15px;
}

.button_line {
	padding: 13px 0 0 39px;
	height: auto;
}

.poll .button input {
	padding: 0 16px;
}

.button_line a:link, .button_line a:visited {
	float: left;
	margin: 2px 0 0 12px;
	display: inline;
}

#bottom_links {
	margin-top: 15px;
}

#bottom_links .col_right {
	margin: 0;
}

.archive_link {
	background: url('../i/ico_archive.gif') no-repeat 1px 3px;
	padding: 0 0 0 17px;
	font-weight: bold;
	margin: 0 0 0 40px;
}

.print_link {
	background: url('../i/ico_print.gif') no-repeat 1px 1px;
	padding: 0 0 0 18px;
	font-weight: bold;
	margin: 0 0 0 5px;
}

.stripe#bottom_stripe {
	color: #999;
}

.stripe#bottom_stripe .stripe_bg_right {
	margin-left: 40px;
}

.stripe#bottom_stripe p {
	margin: 22px 0 0 0;
}

.footer {
	margin: 15px 0 0 0;
	color: #999;
	position: relative;
	height: 17px;
}

.copyright {
	margin: 0 0 0 37px;
}

.author {
	position: absolute;
	top: 0;
	right: 114px;
}

.stripe#bottom_stripe {
	background: #f4f3d1 url('../i/stripe_bottom_grad.jpg') repeat-x;
	height: 54px;
}

#bottom_stripe .stripe_bg_left {
	background: url('../i/stripe_bottom_left.jpg') no-repeat 0 0;
	height: 54px;
}

#bottom_stripe .stripe_bg_right {
	background: url('../i/stripe_bottom_right.jpg') no-repeat 100% 0;
	height: 54px;
}

.content {
	margin: 0 0 0 30px;
}

.minicol_left {
	float: left;
	width: 50%;
	margin: 0 -100% 0 0;
	display: inline;
}

.minicol_right {
	float: left;
	width: 43%;
	margin: 0 -100% 0 56%;
	display: inline;
}

/* Fluid width */

#fluid .menu ul {
	margin: 0 0 0 68px;
}

#fluid .menu ul li {
	margin: 0;

}

#fluid .menu ul li#common {
	width: 10%;
}

#fluid .menu ul li#special {
	width: 15%;
}

#fluid .menu ul li#visa {
	width: 13.5%;
}

#fluid .menu ul li#passport {
	width: 13%;
}

#fluid .menu ul li#work {
	width: 7.5%;
}

#fluid .menu ul li#information {
	width: 8.5%;
}

#fluid .menu ul li#advertising {
	width: 9%;
}

#fluid .menu ul li#guides {
	width: 12%;
}

#fluid .menu ul li#announcements {
	width: 11.5%;
}


#fluid .stripe#bottom_stripe .stripe_bg_right {
	margin: 0;
}

#fluid .stripe#bottom_stripe p {
	text-align: center;
}

select {
	border: 1px solid #b3b9c3;
}



/*hints*/

div.hints {
	margin-top: 10px;
	float: left;
	display: inline;
}

a.hint_link {
	background: url('../i/ico_archive.gif') no-repeat 1px 3px;
	padding: 0 0 0 17px;
	
	margin: 0 0 0 20px;
}



td.ozp_types_big a, td.ozp_types_big a:link {font-size: 18px;}


/*Голосования*/


table.vote_result_bar td {padding: 0px; border: 0px;}


div.grey 
{
	background-color: #F6F3D2;
}
div.bbs_razdel
{
	padding: 3px 0px 10px 0px;
}

div#lx_24497 table td img
{
	margin: 5px !important;
}

.box_data a.thickbox img{ height:200px; width:auto;}

.section {
	width: 175px;
	margin: 0 0 20px;
  background: #EEE;
  border: 2px solid #D9D9D9;
  border: 2px solid #E1E1E1;
  height: 1%;
}


.section h3 {
	/*width: 184px;*/
	width:170px;
	margin: -2px -2px 10px;
	/*padding: 0 0 0 46px;*/
	position: relative;
  font-size: 14px;
  line-height: 26px;
  background: url(/i/corners.png) no-repeat;
  background-position:-690px 0;
}
.twitter #tw1 {
	float: left;
	display: inline;
	width: 32px;
	height: 26px;
  background: url(/i/twitter.png) no-repeat;
}
.twitter h3 a {
  margin-left: 5px;
}
ul#twitter_update_list {
  margin-left: 15px;
}

#twitter_update_list li {
	padding: 0 0 17px;
  line-height: 18px;
}
#twitter_update_list a {
	display: block;
  font-size: 11px;
	color: #B0B0B0;
  text-decoration: none;
}
#twitter_update_list span a {
	display: inline;
  font-size: 12px;
	color: #444;
}
#twitter_update_list a:hover {
  text-decoration: underline;
}


#follow {
	display: block;
	width: 170px;
	height: 61px;
  background: url(/i/twitter-folllow.png) no-repeat;
  text-indent: -9999px;
	margin: -28px auto 16px;
}
