html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */

html {
    /*height: 100%;*/
}

body {
    background:#4fb3f1;
    padding: 0px;
    margin:  0px;
    height:100%;
    width:100%;
    color:#4d4d4d;
    font-family:Verdana;
    line-height: 16px;
    font-size:12px;		
}
td    { vertical-align: top;}
img   { border: none; }
table { border-collapse: collapse; }




input {
    vertical-align: middle;
}

.clear {
    clear:both;
}

a {
    color:#0687c6;
    text-decoration: underline;	
}
a:hover {
    text-decoration: none;	
}


div#wrapper {
    width:100%;
    min-width:1000px;
    min-height: 100%;
    height: auto !important;
    height: 100%;	
}

div.content_width {
    margin: auto;
    padding:0px 20px 0px 20px;
}


div#header {
    position:relative;
    background: transparent url("header.jpg") repeat-x 0px 0px;
}

div#h_bg1 {
    background: transparent url("header_l.jpg") no-repeat left top;
    height:243px;
    /* width:100%;*/
    z-index:1;
    margin: 0 auto;

}

div#h_bg2 {
    background: transparent url("header_r.png") no-repeat right top;
    height:243px;
    position:relative;
    z-index:2;	
}
div#logo {
    position:absolute;
    left:26px;
    top:50px;
    z-index:999;
}
div#phone {
	text-align: right;
	font-family: Arial;
	/* position:absolute;
     left:800px;
     top:20px;*/
    z-index:999;
	font-size: 30px;
	color:#267fc0;
	font-weight: bold;
	padding-top: 80px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
}
div#phone div {	
    font-size: 16px;
    line-height: 30px;
    color:#e68a39;
    text-align: right;
}
div#phone a {
    padding-left: 18px;
}
#feedbackk a{
    background: url("letter.png") no-repeat left center;
    color:#e68a39;
    text-decoration: none;
    padding-left: 18px;
}
div#nav {	
    /*margin-top:-39px;*/
    position:relative;
    z-index:3;	
    padding: 0px;
}

div#nav_bg {
    background: url("nav_bg.jpg") repeat-x;
}
div#nav_l {
    /*background: url('nav_l.jpg') no-repeat left top;*/
}
div#nav_r {
    /*background: url('nav_r.jpg') no-repeat right top;*/
    height:46px;
}

table#btns {
    margin:0 auto;	
}

table#btns td{
    padding:0px;
    margin:0px;
}

div#nav a{
    display:block;
    height:28px;
    font-size:16px;
    /*color:#303030;*/
    color:#FFF;
    font-weight: bold;
    text-decoration:none;
    float:left;
    padding:12px 20px 0px 20px;
}
div#nav a:hover{
    background: url("nav_hover.jpg") repeat-x left top;
}
div#nav a.act{
    border-left:solid 1px #1a69a1;
    border-right:solid 1px #1a69a1;
    background: url("nav_act.jpg") repeat-x 0px 0px;
}
div#nav div.rz{
    display:block;
    height:48px;
    float:left;
    width:1px;
    /*background: url('nav_rz.jpg') no-repeat 0px 0px;*/
}



h1, h2 {
    color:#0687c6;
    font-size:19px;
    font-weight:normal;
    padding-bottom:7px;
}

h2 {
    font-size:17px;

}
.title {
	color:#0687c6;
	font-size:17px;
	font-weight:normal;
	padding-bottom:7px;
	padding-top: 7px;
}
.image_title {
	font-style: italic;
}
#content_text p   {
	padding-top: 8px;
	padding-bottom: 8px;
}
#content_text span {
	padding-top: 8px;
	padding-bottom: 8px;
}

#content_text img {
	padding-top: 8px;
	padding-bottom: 8px;
}
#content_text li {
	padding-top: 7px;
	padding-bottom: 7px;
}

#content_text h1      {
	padding-top: 10px;
	padding-bottom: 10px;
}

#content_text h2 {
	padding-top: 10px;
	padding-bottom: 10px;
}

#content_text h3 {
	padding-top: 10px;
	padding-bottom: 10px;
}
#content_text h4 {
	padding-top: 10px;
	padding-bottom: 10px;
}










/* Middle
-----------------------------------------------------------------------------*/
#middle {	
    border-top: #237fb6 1px solid;
    height:1%;		
    min-width:1000px;
    padding-top:10px;
    padding-bottom: 96px;
    background-color: #FFF;
}



#container {
    width: 100%;
    float: left;
    overflow: hidden;
}
#content {
    padding: 0 250px 0 250px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
    float: left;
    width: 235px;
    margin-left: -100%;
    position: relative;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
    float: left;
    margin-right: -3px;
    width: 240px;
    margin-left: -240px;
    position: relative;
}




/* Footer
-----------------------------------------------------------------------------*/
#footer {
    /*margin: -76px auto 0;*/
    height: 76px;	
    padding: 0px;
}
#footer_bg {
    background: url("footer_bg.jpg") repeat-x top;	
}

#footer_l {
    /*background: url('footer_l.jpg') no-repeat left top;	*/
}
#footer_r {
    /*background: url('footer_r.jpg') no-repeat right top;	*/
    height: 76px;	
}

#copy {
    padding-top:20px;
    padding-left:20px;
    text-align:left;
    float:left;
}
#copy, #copy a {
    color:#ffffff;	
}

#ourcopy {
    padding-top:20px;
    text-align:right;	
    color:#ffffff;	
    font-size:10px;
    padding-right:20px;
    float:right;
}
#ourcopy a{
    text-decoration:none;
    color:#ffffff;	
}
#ourcopy a:hover{
    text-decoration:underline;
}



div.btn {
    background: url("btn_bg.jpg") repeat-x;
    /*height:38px;
    margin-bottom:5px;*/
}
div.btn div.btn_l{
    background: url("btn_l.jpg") no-repeat left top;
    /*height:38px;	*/
}
div.btn div.btn_r{
    background: url("btn_r.jpg") no-repeat right top;
    height:28px;	
    color:#214662;
    font-weight:bold;
    padding-left:14px;
    padding-right:10px;
    padding-top:8px;
    overflow:hidden;
    white-space: nowrap;
}
div.btnact {
    background: url("btn_act_bg.jpg") repeat-x;
    height:38px;
    margin-bottom:5px;
}
div.btnact div.btn_l{
    background: url("btn_act_l.jpg") no-repeat left top;
    height:36px;	
}
div.btnact div.btn_r{
    background: url("btn_act_r.jpg") no-repeat right top;
    height:28px;	
    color:#214662;
    font-weight:bold;
    /*padding-left:10px;
    padding-right:10px;*/
    text-align:center;
    padding-top:8px;
}
div.btn a, div.btnact a{
    color:#FFF;
    font-weight:bold;
    text-decoration:none;	
    font-size:11px;
}
div.btn a:focus, div.btnact a:activ{
    color:#444;
    font-weight:bold;
    text-decoration:none;	
    font-size:11px;
}
div.btn1 {
    background: url("btn1_bg.jpg") repeat-x;
    /*height:48px;*/
}
div.btn1 div.btn_l{
    background: url("btn1_l.jpg") no-repeat left top;
    height:32px;	
}
div.btn1 div.btn_r{
    background: url("btn1_r.jpg") no-repeat right top;
    height:32px;	
    color:#214662;
    padding-left:14px;
    padding-right:4px;
    padding-top:8px;
}
div.btn1 a{
    color:#FFF;
    font-weight:bold;
    text-decoration:none;	
    font-size:11px;
}


div.btn1_pass {
    background-color: #eee;
    padding: 8px 4px 8px 8px;
    margin: 5px 0 5px 0;
    border-radius:4px;
    /* background: url('btn1p_bg.jpg') repeat-x;*/
    /*height:48px;*/
}
/*
div.btn1_pass div.btn_l{
    background: url('btn1p_l.jpg') no-repeat left top;
    height:35px;	
}
div.btn1_pass div.btn_r{
    background: url('btn1p_r.jpg') no-repeat right top;
    height:35px;	
    color:#214662;
    padding-left:14px;
    padding-right:4px;
    padding-top:8px;
}
*/
div.btn1_pass a{
    color:#333;
    text-decoration:underline;	
    font-size:11px;
}
div.btn1_pass a:hover{
    color:#E68A39;
}






div.block {
}
div.block div.block_t{
    /*background: url('block_title.jpg') repeat-x top;*/
}
div.block div.block_tl{
    /*background: url('block_title_l.jpg') no-repeat left top;*/
}
div.block div.block_tr{
    /*background: url('block_title_r.jpg') no-repeat right top;*/
    padding:4px 7px 0px 0;
    height:22px;
    color: #E68A39;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;	
}

div.block div.block_l{
    /*background: url('block_l.jpg') repeat-y left;*/
    background-color: #ffffff;
}
div.block div.block_r{
    /*background: url('block_r.jpg') repeat-y right;*/
}
div.block div.block_b{
    /*background: url('block_b.jpg') repeat-x bottom;*/
}



div.block div.block_br{
    /*background: url('block_br.jpg') no-repeat right bottom;*/	
}
div.block div.block_bl{
    /*background: url('block_bl.jpg') no-repeat left bottom;*/	
}

div.block div.txt {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
    /*border: 1px solid #a5d2ef;*/
}



div.block1 {
    background: #ffffff;

}
div.block1 div.block_tl{
    background: url("block2_tl.jpg") no-repeat left top;
}
div.block1 div.block_tr{
    background: url("block2_tr.jpg") no-repeat right top;
}
div.block1 div.block_bl{
    background: url("block2_bl.jpg") no-repeat left bottom;
}
div.block1 div.block_br{
    background: url("block2_br.jpg") no-repeat right bottom;
}



div.block1 div.block1_txt {
    padding:10px 15px 10px 15px;
    min-height:350px;
    text-align: justify;
}


table.product {
    width:100%;
}
table.product td.img{
    width:1%;
    padding-right:7px;
}
table.product td.img img{
    border:2px solid #dadada;
    width:130px;
}

table.product td.t{

}
table.product td.t div a{
    font-size:16px;
    font-style:italic;
}
table.product td.t p{
    padding-top:25px;
}

table.product td.t a.d{
    display: block;
    background: url("punk.jpg") no-repeat bottom right;
    width:88px;
    text-decoration:none;
    color:#0687c6;
}


div.products {
    width:300px;
    float:left;
    margin-left:9px;
    margin-right:0px;
    margin-top:10px;
}


div.news_data {
    padding-top:7px;
    padding-bottom:7px;
    border-bottom:1px solid #DDD;
}

div.news_data  div.news_date {
    color:#2d8ff6;
    font-size:11px;
    line-height: 20px;
}
div.news_data  div.news_text {
    color:#454545;
    font-size:12px;
}
div.news_data  a.news_title {
    color:#214662;
    /*font-style:italic;*/
    text-decoration: none;
    font-weight:bold;
    line-height: 16px;
}
div.news_data  a.news {
    color:#2d8ff6;
    line-height: 20px;
    text-align: right;
}


/* ��� ���������� �������� */
.jcarousel-skin-tango .jcarousel-container {    
    background: #eee;
    border: 1px solid #dedddd;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {    
    padding: 10px 30px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 85px;
}



.jcarousel-skin-tango .jcarousel-item {
    width: 110px;
    height: 85px;
    text-align:center;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0px;
    padding-left:3px;
    padding-right:3px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
*/
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 17px;
    height: 105px;
    cursor: pointer;
    background: transparent url(next.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {

}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {

}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;

}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 17px;
    height: 105px;
    cursor: pointer;
    background: transparent url(prev.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {

}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {

}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;

}




table[border=1] td{
    border-width:1px;
}
table.tbl td{
    border:1px solid #221e1f;
    padding:4px;
}

table.tbl th{
    border:1px solid #221e1f;
    padding:5px;
    background-color:#eee;
}


table.imgvert {
    width:110px;
    height:85px;
}
table.imgvert td{
    vertical-align:middle;
    text-align:center;
}


#feedback td {
    padding:4px;
}

#comment {
    font-style: italic;
    padding:5px 0px 10px 0px;
}


.obil {
    color:#0687C6;
    font-weight: bold;
}


div.pagenav a.nav {
    font-size:13px;
}
div.pagenav a.act{
    font-size:16px;
    font-weight: bold;
}




/*	NEWS TEXT BLOCK     */

.Right_area .news_area {   
}

.Right_area .news_area .title_main {
    color: #e68a39;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}

.Right_area .news_area .element {
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
}

.Right_area .news_area .element .date {
    color: #2D8FF6;
    font-size: 11px;
    line-height: 20px;     
}

.Right_area .news_area .element .title {
    color: #214662;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;    
}
.Right_area .news_area .element .description{

}
.Right_area .news_area .element .more {
    line-height: 20px;
    text-align: right;     
}
.Right_area .news_area .element .more a{
    color: #2D8FF6;  
}




/*	LEFT AREA */
#sideLeft .menu_area {

}

#sideLeft .menu_area .element {
    line-height: 30px;
    padding-left: 14px;
}

#sideLeft .menu_area .element a{
    color: #333;
}

#sideLeft .menu_area .element a:hover{
    color: #e68a39;
    text-decoration: underline;
}

/*
#sideLeft .menu_area .element a:active{
    color: #FF00FF;
    text-decoration: underline;
}
*/




.Slider_area {  
    background: transparent url('slider_bg.jpg') repeat-x left top; 
}
.Slider_area .el_l {  
    background: transparent url('slider_l.png') no-repeat left top;
}
.Slider_area .el_r {  
    background: transparent url('slider_r.png') no-repeat right top;
}
.Slider_area .el {
    margin: 0 auto;  
    width: 980px;   
    padding-bottom: 28px;
    padding-top: 22px;
    text-align: left; 
	position: relative;	
}

.Slider_element{
	padding: 8px;
}

.Informer_area {
    padding: 20px 0 0 0;
    width: 240px;
    display: block;
}
.Informer_area tbody tr {
    /*background-color: #eee;*/
}
.pluginCountButton{
	height: 13px !important;
}
