/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background-color:#333333;
}
.header_table
{
margin-top:6px;
}
.logo
{
margin-left:10px;
}
.body_box
{
padding:9px;
color: #5C5C5C;
background-color:#FFFFFF;
}
.header_banner
{
background:url(../images/header_banner.jpg) center top no-repeat;
height:196px;
}
.services_bg
{
background:url(../images/services_bg.gif) left top no-repeat;
height:117px;
padding:10px;
}
.services_teable
{
margin-top:8px;
margin-bottom:12px;
}
.left_line
{
border-left:1px solid #E6E6E6;
}
.right_line
{
border-right:1px solid #E6E6E6;
}
.bottom_line
{
border-bottom:1px solid #E6E6E6;
}
.footer_table
{
margin-bottom:25px;
}




/* CSS Background Image Document */
.top_line
{
background:url(../images/line_bg.jpg) left top repeat-x;
height:4px;
}
.top_menu_bg
{
background:url(../images/top_menu_bg.jpg) left top repeat-x;
height:26px;
padding-right:12px;
}
.bottom_menu_bg
{
background:url(../images/bottom_nenu_bg.jpg) left top repeat-x;
height:22px;
padding-right:13px;
}
.box_top_bg
{
background:url(../images/box_top_bg.gif) left top repeat-x;
height:32px;
}
.footer_bg
{
background:url(../images/footer_bg.gif) left top no-repeat;
height:25px;
}




/* CSS Text Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5C5C5C;
	text-decoration: none;
}
.menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5C5C5C;
	background-color:inherit;
	text-decoration: none;
}
.menu_link:hover
{
color:#C70202;
text-decoration:none;
background-color:inherit;
}
.bottom_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color:inherit;
	text-decoration: none;
}
.bottom_link:hover
{
color:#C6C6C6;
text-decoration:underline;
background-color:inherit;
}
.white_text
{
color:#FFFFFF;
text-decoration:none;
background-color:inherit;
}
.body_link
{
color:#5C5C5C;
text-decoration:underline;
background-color:inherit;
}
.body_link:hover
{
text-decoration:none;
color:#212121;
background-color:inherit;
}


#pageflip { 
  position: relative; 
} 
#pageflip img { 
  width: 50px; height: 52px; 
  z-index: 99; 
  position: absolute; 
  right: 0; top: 0; 
  -ms-interpolation-mode: bicubic; 
} 
#pageflip .msg_block { 
  width: 50px; height: 50px; 
  position: absolute; 
  right: 0; top: 0; 
  background: url(/subscribe.png) no-repeat right top; 
  text-indent: -9999px; 
}


/* ÎÑÍÎÂÀ ÓÍÈÂÅÐÑÀËÜÍÎÃÎ ÁËÎÊÀ */
 .l-block {
 
 }
 .l-title {
 border-left: 1px #bababa solid;
 }
 .c-title {
 border-left: 1px #a9a9a9 solid;
 }
 .r-title {
 border-left: 1px #8c8c8c solid;
 }
 
 .l-title-grad {
 background: url(../SCRIN1/universal_blok/l-title-grad.png) left top repeat-x;
 }
 
 .l-title-corner {
 background: url(../SCRIN1/universal_blok/l-title-corner.png) right top no-repeat;
 height: 30px;
 }
 
 .c-title-corner {
 background: url(../SCRIN1/universal_blok/c-title-corner.png) right top no-repeat;
 height: 30px;
 }
 
 .r-title-corner {
 background: url(../SCRIN1/universal_blok/r-title-corner.png) right top no-repeat;
 height: 30px;
 }
 
 .title-line {
 line-height: 30px;
 padding-left: 10px;
 font-weight: bold;
 }
 
 .l-content {
 border: 1px #bababa solid;
 border-top: 0;
 padding: 5px;
 margin-bottom: 20px;
 }
 
 .ñ-content {
 border: 1px #a9a9a9 solid;
 border-top: 0;
 padding: 5px;
 margin-bottom: 20px;
 background: #fff;
 }
 
 .ñ-content a {
 color: #000
 }
 
 .ñ-content a:hover {
 color: #f9610f;
 }
 
 .r-content {
 border: 1px #8c8c8c solid;
 border-top: 0;
 padding: 5px;
 margin-bottom: 20px;
 background: #fff;
 }
 
 .r-content a {
 color: #f9610f;
 }
 
 .r-content a:hover {
 color: #000;
 }
 
/* tabs */
.tabs {
 padding-top: 9px;
}

ul.tabs {
 
 
 margin: 0;
 list-style: none;
}
* html ul.tabs {margin-bottom: 0;}
ul.tabs li {
 float: left;
 margin-right: 1px;
}
ul.tabs li span {
 display: block;
 padding: 3px 10px 3px 6px;
 color: #414141;
 text-decoration: none;
 cursor: pointer;
 background: #ffda78;
 position: relative;
 margin-right: 5px;
 border: 1px #fff solid;
}
* html ul.tabs li span{float: left}
*+html ul.tabs li span {float: left}
ul.tabs li span:hover {
 
}
ul.tabs li.tab-current span {
 
 background: #fff;
 border: 1px #fff solid;

}
div.t2,
div.t3,
div.t4 {
 display: none;
 
}
div.t1,
div.t2,
div.t3,
div.t4 {
 
}

#featured{
 width:755px;
 position:relative;
 border:5px solid #ccc;
 height:250px;
 background:#fff;
}
#featured ul.ui-tabs-nav{
 position:absolute;
 top:0; left:504px;
 list-style:none;
 padding:0; margin:0;
 width:250px;
}
#featured ul.ui-tabs-nav li{
 padding:1px 0; padding-left:13px;
 font-size:12px;
 color:#666;
}
#featured ul.ui-tabs-nav li img{
 float:left; margin:2px 5px;
 background:#fff;
 padding:2px;
 border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{
 font-size:11px; font-family:Verdana;
 line-height:18px;
}
#featured li.ui-tabs-nav-item a{
 display:block;
 height:60px;
 color:#333; background:#fff;
 line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{
 background:#f2f2f2;
}
#featured li.ui-tabs-selected{
 background:url('../SCRIN1/universal_blok/selected-item.gif') top left no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
 background:#e2e2e2;
}
#featured .ui-tabs-panel{
 width:480px; height:250px;
 background:#999; position:relative;
}
 
 #featured .ui-tabs-panel img {
 width: 480px;
 height: 250px;
 }


#featured .ui-tabs-panel .info{
 position:absolute;
 top:180px; left:0;
 height:70px;
 background: url('../SCRIN1/universal_blok/transparent-bg.png');
}
#featured .info h2{
 font-size:18px; font-family:Georgia, serif;
 color:#fff; padding:5px; margin:0;
 overflow:hidden;
}
#featured .info p{
 margin:0 5px;
 font-family:Verdana; font-size:11px;
 line-height:15px; color:#f0f0f0;
}
#featured .info a{
 text-decoration:none;
 color:#fff;
}
#featured .info a:hover{
 text-decoration:underline;
}
#featured .ui-tabs-hide{
 display:none;
}
/* end tabs */

