@charset "windows-1251";
* {margin: 0px;	padding: 0px;}
html,
body {
	min-width: 100%;
	height: 100%;
	min-height:100%;
}
body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
/*	vertical-align:top; */
}
IMG {
	border: 0;
	outline: none;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #000;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
	outline: none;
}
a, img { outline: none; }
ol, ul{
	list-style-position: inside;
}
.spacer {
	clear:both;
}
h1, h2, h3, h4, h5, h6 { color:#000; padding-bottom: 15px; }
h1 { font-size:29px; }
h2 { font-size:25px; color: #144C9E;}
h3 { font-size:20px; color: #144C9E;}
h4 { font-size:18px; }
h5 { font-size:15px; }
h6 { font-size:12px; }

.table_main {
	min-width: 1000px;
	min-height: 100%;
	height: 100%;
}
.table_block {
/*	height: auto !important; */
	min-height:70px;
	height: 70px;
}
.table_menu {
	margin: 20px 25px 20px 25px;
	min-width: 950px;
	min-height:70px;
	height: 70px;
}
.table_clients {
	margin: 20px 25px 20px 25px;
	min-width: 800px;
	min-height:70px;
	height: 70px;
	float:left;
}
.table_border {
/*
    border-top: 2px outset #EF7F1A;
    border-bottom: 2px outset #EF7F1A;
    border-left: 2px outset #EF7F1A;
    border-right: 2px outset #EF7F1A;
    margin: 0px 10px 0px 5px;
*/
    border-top: 2px solid #EF7F1A;
    border-bottom: 2px solid #EF7F1A;
    border-left: 2px solid #EF7F1A;
    border-right: 2px solid #EF7F1A;
    padding: 10px; /* Поля вокруг текста */
}
a.menu:link {
	color: #144C9E;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.menu:visited {
	color: #144C9E;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;

} 
a.menu:hover {
	color: #144C9E;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.menu_active:link {
	color: #EF7F1A;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.menu_active:visited {
	color: #EF7F1A;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;

} 
a.menu_active:hover {
	color: #EF7F1A;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.p_block {
    margin: 0px 0px 3px 10px;
    color: #144C9E;
    font-weight: bold;
}

.bg_left {
background-image:url('/img/bg_left.png');
background-repeat:repeat-y;
background-position:right;
}
.bg_right {
background-image:url('/img/bg_right.png');
background-repeat:repeat-y;
background-position:left;
}
.bg_bottom {
background-image:url('/img/bg_bottom.png');
background-repeat:no-repeat;
background-position: right bottom;
	min-width: 1000px;
	min-height: 100%;
	height: 100%;
}
.img_border {
    border-top: 2px outset #EF7F1A;
    border-left: 2px outset #EF7F1A; 
    margin: 0px 10px 0px 5px;
}











/*
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}
*/

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 770px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  770px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 120px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}


/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 25px;
    right: 5px;
    width: 18px;
    height: 53px;
    cursor: pointer;
    background: transparent url("/img/btn_next.png") no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url("/img/btn_next.png");
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 25px;
    left: 5px;
    width: 18px;
    height: 53px;
    cursor: pointer;
    background: transparent url("/img/btn_prev.png") no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url("/img/btn_prev.png");
}

