* { margin: 0; padding: 0; }
*:focus { outline: none; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-back { background: none!important; }
.no-border, img { border: none!important; }

html { 
	height:100%; 
	background: #ffffff; 
}
body { 
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
	color: #3D3D3D;
	padding: 16px 18px 0 18px;
	font: 12px/1.3 Georgia, Times New Roman; 
}
td { font: 12px/1.3 Georgia, Times New Roman; }

* html .width-1280 {width: 1280px;}
#framework {
	position: relative;
	/*min-height: 100%;*/
	
}
* html #framework {
	/*height: 100%;*/
	
}

h1 {
	font-size: 40px;
	color: #3D3D3D;
	margin-bottom: 10px;
	line-height: 110%;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	color: #1D3A58;
	margin-bottom: 10px;
	line-height: 100%;
	font-weight: normal;
}
h3 {
	font-size: 24px;
	color: #070707;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 100%;
	font-weight: normal;
}
h4 { 
	font-size: 16px; 
	margin-bottom: 10px;
}
h5 { 
	font-size: 18px; 
	margin-bottom: 10px;
	font-weight: normal;
}

a { color: #070707; text-decoration:none;}
a:visited {  }
a:hover { text-decoration:underline;}
a:active {  }


p {
	margin: 0 0 12px 0;
	text-align: justify;
	font-size: 12px;
}
hr {
	color: #6E5F39;
	background-color: #6E5F39;
	margin: 0;
	height: 1px;
	border-width: 0px;
}

table {	border-collapse: collapse;}
td { vertical-align: top; empty-cells: show; }

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

.f-left { float: left; margin: 5px 15px 15px 0;}
.f-right { float: right; margin: 5px 0 15px 15px;}

/* main
------------------------------ */
#main {
	width: 100%;
	overflow: hidden;
	/*padding: 1px 0 100px 0;*/
	padding: 1px 0 0 0;
}

/* header
------------------------------ */
#header { 
	height: 80px;
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
}
.gerb {
	position: absolute;
	top: 0;
	left: 410px;
}

.pogoda {
	position: absolute;
	top: 0;
	right: 37%;
	font-size: 11px;
	color: #0F7FA9;
}
.kurs {
	position: absolute;
	top: 0;
	right: 25%;
	color: #0F7FA9;
	font-size: 11px;
}
.pogoda td, .kurs td {
	font-size: 11px;
	color: #0F7FA9;
}
.pogoda .head, .kurs .head {
	color: #3D3D3D;
	font-size: 13px;
	margin-bottom: 5px;
}
#search {
	position: absolute;
	/*top: 12px;*/
	top: 100px;
	right: 0;
	width: 218px;
	height: 19px;
	border: 1px solid  #CFCFCF;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	text-align: right;
	color: #3D3D3D;
}

/* top icons
------------------------------ */
.home { 
	position: absolute;
	/*top: 100px;
	left: 10px;*/
	top: 55px;
	right: 60px;
}
.letter { 
	position: absolute;
	/*top: 131px;
	left: 21px;*/
	
    /*top: 102px;
	left: 40px;*/
	
	top: 57px;
	right: 28px;
}


/* top menu
------------------------------ */
#top_menu {
	/*margin: 8px 120px 12px 120px;*/
	margin: 8px 0 12px 0;
	text-align: center;
	font-size: 18px;
	color: #3D3D3D;
	line-height: 150%;
}
/*
#top_menu a { 
	color: #3D3D3D;
	margin: 0 20px 0 0;
	float: left;
}
*/
#top_menu span { 
	color: #3D3D3D;
	padding: 0 20px 0 0;
	float: left;
}
#top_menu span.active { 
	text-decoration: underline;
}
#top_menu span a { 
	color: #3D3D3D;
}

.separator {
	clear: both;
	border-top: 3px solid #007FFF;
}
.clear {
	clear: both;
}

/* left column
------------------------------ */
#left { 
	float: left; 
	width: 33%; 
	margin-bottom: 20px;
}
.left_content {
	padding: 14px 30px 0 0;

}

.left_content h1 {
	color: #3D3D3D;
	font-size: 24px;
	margin-bottom: 10px;
}
.left_content .data {
	font-size: 18px;
	margin-bottom: 0;
}
.left_content p {
	font-size: 12px;
	margin-bottom: 7px;
}


.list2 li {
	background: url('../images/marker.gif') 0 9px no-repeat;
	padding-left: 15px;
	margin: 0 0 5px 0;
}
.list2 a {
	color: #0F7FA9;
}

.list3 li {
	/*padding-left: 15px;*/
	padding-left: 0;
	margin: 0 0 5px 0;
}
.list3 a {
	color: #007CC3;
}

#sms img {
	margin: 0 5px 5px 0;
}

/* right column
------------------------------ */
#right { 
	/*float: right; */
	/*width: 60%;*/
	margin: 0 0 0 33%;
	margin: 0 0 0 0;
	margin-bottom: 20px;
	overflow: hidden; 
	position: relative;
	zoom:1;
}
.right_content {
	padding: 14px 0 30px 0;
}

/* subscribe
------------------------------ */
#subscribe {
	margin-bottom: 15px;
}
#subscribe .text_small {
	float: left;
	margin-right: 20px;
	font-size: 11px;
}
#subscribe .text_small a {
	color: #176BAC;
}
#subscribe input {
	width: 120px;
	height: 19px;
	border-top: 1px solid #6E6E68;
	border-left: 1px solid #C7C7C0;
	border-right: 1px solid #C7C7C0;
	border-bottom: 1px solid #FBFBED;
	padding-left: 5px;
	padding-right: 5px;
	background: #FBFBED;
	font-size: 12px;
	color: #3D3D3D;
}

#news img {
	float: left;
	margin: 4px 15px 20px 0;
}
#news_info {
	margin: 0 141px 0 0;
	margin: 0 10px 0 0;
}
#news_info img {
	margin: 4px 15px 15px 0;
}
#news_info center img {
	margin: 0;
}
#news .data, #news_info .data {
	color: #8A8A8A;
	margin-bottom: 5px;
}
#news_info .data_bottom {
	color: #313131;
	margin-bottom: 15px;
}
#news h2 a, #news_info h2 a {
	color: #0A93CA;
}
#news p, #news_info p {
	margin-bottom: 20px;
}
.forum {
	margin-bottom: 20px;;
}
.forum a {
	color: #1A78C7;
}

#right_col_1 .map_kronshtadt {
	position: absolute;
	margin-top: 30px;
	margin-left: 30px;
	width: 492px;
	height: 434px;
	background: url('../images/map_kronshtadt2.jpg') 0 0 no-repeat;
	z-index: -1000;
}

#right_col_2 {
	width: 36%;
	float: right;
	padding: 15px 15px 0 0;
}
h1.go_to {
	font-size: 25px;
	color: #729C17;
}
p.go_to {
	font-size: 15px;
	margin-bottom: 20px;
}
.paspisanie h2 {
	margin-top: 25px;
	font-size: 22px;
	color: #3D3D3D;
}
.paspisanie {
	line-height: 165%;
}

#right_col_1 {
	float: left;
	width: 57%;
	padding: 20px 0 0 15px;
}
#right_col_1 .sites {
	font-size: 12px;
	margin-bottom: 15px;
}
#right_col_1 a {
	color: #106BB9;
}
#right_col_1 p {
	margin-bottom: 8px;
}
#right_col_1 h1 {
	font-size: 25px;
	color: #106581;
}



#col-1 { 
	float: left; 
	width: 33%;
}

#col-2 { 
	float: left; 
	width: 33%;
}

#col-3 { 
	float: left; 
	width: 32%;
}

#col-1 h1, #col-2 h1, #col-3 h1 {
	font-style: italic;
	color: #4B4B4B;
	font-size: 25px;
	margin-bottom: 10px;
	line-height: 100%;
}
#col-1 img, #col-2 img, #col-3 img {
	margin: 0 10px 10px 0;
}
#col-1 .content, #col-2 .content {
	padding: 0 50px 15px 0;
}
#col-1 .content .data, #col-2 .content .data, , #col-3 .content .data {
	font-size: 12px;
	color: #2E6BA9;
	margin-bottom: 3px;
}

.reklama_right {
	float: right;
	width: 160px;
	margin: 0 0 30px 20px;
}
#also h1 {
	font-size: 14px;
	margin-bottom: 1px;
	line-height: 110%;
	font-weight: normal;
}
#also h1 a {
	color: #0D4CBF;
}

#also p {
	-padding: 4px;
	margin-bottom: 6px;
	line-height: 14px;
}


/* footer
------------------------------ */
#footer {
	clear: both;
	padding-top: 10px;
	/*position:absolute; 
	bottom:0;
  	width:100%;*/
  	height: 80px;
	border-top: 3px solid #007FFF;
	color: #222222;
	font-size: 11px;
}
#footer p {
	font-size: 11px;
}

/* form
------------------------------ */
form { padding: .5em 0; }
fieldset { margin-bottom: 1em; border: none; }
legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.f-row { overflow: hidden; margin-bottom: .5em; }
label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; }

/* inputs
------------------------------ */
input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 0 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }


/* from prev kotlin.ru
------------------------------ */
.cnewscell{
padding:0px 0px 10px 0px;
overflow: hidden; 
position: relative;
zoom:1;
}

.cnewscell .ntitle {
font-size:12px;
font-weight:bold;
padding-top:5px;
margin: 0 0 7px 0;
}

.cnewscell .ntitle a {
color: #2E74B2;
}

.cnewscell .ntext {
text-align: justify;
}

.cnewscell .ntext .pic{
float:left;
padding:1px;
border:1px solid #cccccc;
margin:0px 10px 0px 0px;
}
#news_info .cnewscell .ntext img.pic {
	margin: 0 15px 0 0;
}
.spacer{
height:1px;
clear:both;
}

.crossposting {
	width: 500px;
}

.crossposting td {
	xborder: 1px solid #ddd;
	padding: 2px;
	vertical-align: middle;
}

#cross-post td { vertical-align: middle; }
#twiiter img { margin: 0; pading: 0; }

#kurs_value { line-height: 240%; }

p.archive_week { margin: 0; }

#vkshare0 td div {  }

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

.forum p { text-align: left; }

.age { font-size:24px; color:#888; background:#eee; float:left; margin:0 4px; padding:0 3px 0 5px; }

.companyes { clear:both; padding-top:10px; border-top: 3px solid #007FFF; }
.quater { float:left; width:17%; margin-right:3%; text-align:left; }
.quater A { font-size: 13pt; color: #0A93CA; }
.quater DIV { font-size: 10pt; line-height: 13pt; margin-top:4px; }
