/* Дизайн */
html, body {
	height: 100%;
}
#menuLineTop {
	position:absolute;
}
#menuLineBottom {
	position:relative;
}
#menuLineBottom div {
	position: absolute;
	top: -177px;
}

/* Основные */
* { font-family:  Verdana, Arial, Helvetica, sans-serif; }
.title,h1,h2,h3,h4,.title:hover {
	font-weight: bold;
	font-size: 16px;
	color: #1f4a88;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	outline: none;
}
.title:hover {
	text-decoration: underline;
}
h2 { font-size: 14px;}
h3 { font-size: 13px;}
h4 { font-size: 13px;}
p,br,td,th,form,ul,ol,li,a,pre  {
	font-size: 13px;
	outline: none;
}
input, select, textarea, .input  {
	font-family: Helvetica;
	font-size: 12px;
	outline: none;
	margin: 0px;
}
textarea{ width:100%; height:250px; }
a, a:hover, .spanColor
{
	text-decoration: none;
	color: blue;
	outline: none;
	margin: 0px;
	cursor: pointer;
}
a:hover, .spanColor:hover  {
	text-decoration: none;
}

/* Меню */
.menuLine {
	height:12px;
	background-image:url(img/menu_line.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.divConteinerTopMenu {
	padding-bottom: 0px;
}
.divTopMenu {
	padding-bottom: 0px;
	margin-left: 8px;
}
.topMenu , .topMenu:hover, .topMenu_cur, .topMenu_cur:hover, .topMenu2 , .topMenu2:hover  {
	font-size:12px;
	color: #1f4a88;
	text-decoration: none;
	font-weight: normal;
	font-weight: bold;
}
.topMenu:hover, .topMenu_cur, .topMenu_cur:hover {
	color: #698bbc;
	text-decoration: none;
}
.topMenu2, .topMenu2:hover {
	font-weight: bold;
	font-size:20px;
	color: #1f4a88;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 130px;
}

.divConteinerSubMenu {
	margin-left: 20px;
}
.divSubMenu {
	padding-top: 3px;
}
.subMenu, .subMenu:hover, .subMenu_cur, .subMenu_cur:hover {
	font-size:12px;
	color: #1f4a88;
	text-decoration: none;
	font-weight: normal;
	margin:0px;
}
.subMenu:hover, .subMenu_cur, .subMenu_cur:hover {
	text-decoration: underline;
	color: #698bbc;
}
h1 a.topMenu2 {
	color: #c4cbd4;
	text-decoration: none;
	outline: none;
	border: 0px solid blue;
}

/* Поиск */
.searchInput {
	width: 143px;
	margin-left: 5px;
	margin-top: 5px;
	border: none;
	border-color:#FFF;
	position: absolute;
}
.searchImg {
	position: absolute;
}

/* Группы каталога */
#grpConteiner {
	width: 626px;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
#grpTable { position:relative; left:0px; }
#grpName {
	font-weight: bold;
	font-size: 15px;
	color: #707070;
	text-decoration: none;
	margin: 0px;
	outline: none;
	padding-top: 20px; padding-bottom: 20px;
}
.grpImg {
	border: 0px solid #aaa;
	border-top: 12px solid #aaa;
	border-bottom: 12px solid #aaa;
}
.grpImg: hover {
	border: 1px solid #ffc000;
	border-top: 12px solid #ffc000;
	border-bottom: 12px solid #ffc000;
}
.grpLRConteiner {
	position: absolute;
}
.grpLeft {
	position: absolute;
	top: -256px;
	left: -18px;
}
.grpRight {
	position: absolute;
	top: -256px;
	right: -16px;
}
.grpLeft, .grpALeft {
	position: absolute;
	top: -256px;
	left: -18px;
	background-image:url(img/arrow_al.jpg);
	background-position:top;
	width: 15px;
	height: 117px;
	cursor: pointer;
	border: 0px;
}
.grpRight, .grpARight {
	position: absolute;
	top: -256px;
	right: -16px;
	background-image:url(img/arrow_ar.jpg);
	background-position:top;
	width: 15px;
	height: 117px;
	cursor:pointer;
	border: 0px;
}
.grpRight, .grpLeft {
	cursor: default;
}
.grpARight, .grpALeft { /* для Internet Explorer */
//	border: expression( onmouseover = function() {this.className += ' hover'}, onmouseout = function() {this.className = this.className.replace(/ hover/g, '')} );
}
.grpARight:hover, .grpALeft:hover, /* для современных браузеров */
.grpARight.hover, .grpALeft.hover {	/* для Internet Explorer */
	background-position:bottom;
	border: 0px;

}


/* */
.small { font-size:11px; font-weight: normal; }
.small:hover { font-size:11px; font-weight: normal; }
.small1 {font-size:11px; font-weight: normal; }
.small_01{font-size:13px; font-weight: normal; color: #8C8C8C; }

.indexNews, .indexNews:hover {
	color: #d41e2a;
}
.newsTitle {
	font-size:13px;
	font-weight: bold;
	line-height:15px;
}
.newsAnnounce {
	font-size:13px;
	font-weight: normal;
	line-height:15px;
	text-align: justify;
}
.voteQuestion {
	font-size:11px;
	font-weight: normal;
	padding-bottom:12px;
}
.voteAnswer {
	font-size:11px;
	font-weight: normal;
}


.tv,.tv:hover
{
	font-weight: normal;
	text-decoration:none;
	color: #ffe75a;
}
.tr
{
	color: #000066;
	text-decoration: none;
}
.root, .root:hover, .root2, .root2:hover {
	font-size:10px;
	font-weight: bold;
	color: #1f4a88;
	text-decoration: none;
}
.root:hover, .root2:hover {
	color: #1f4a88;
	text-decoration: underline;
}
.root2, .root2:hover {
	text-decoration: none;
}
.ctrl
{
	text-decoration: none;
	color: #4682B4;
	font-size:10px;
}
ul {list-style-image: url(../img/litem.gif);}
.tradelink,a.tradelink
{
	font-size:12px;
	color: #e8f1f8;
	text-decoration: none;
	font-weight: normal;
}
.tradelink2
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #3F6CBC;
	text-decoration: none;
	margin-bottom: 3px;
}
a.white
{
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
}

.thidden {
	position: absolute;
	visibility: hidden;
	top:0;
	overflow: scroll; /* Добавляем полосы прокрутки */
	width: 1px; /* Ширина блока */
 	height: 1px; /* Высота блока */

}
.tvisible {
	visibility: visible;
	z-index:1000;
}

.spec {color:White; font-size:18px; font-weight: bold; }

.banner         { text-decoration: none; padding:0 0 0 4px;}
.banner:hover   { text-decoration: none; padding:0 0 0 4px; }
.orderTextarea, .orderInput {
	margin: 0px;
	padding: 0px;
	border: 1px #bfbbb5 solid;
	background-color: #f9f9f9;

	font-size:14px;
	font-family: Verdana, Arial;
	color: #222222;
}
.orderTextarea {
	height: 89px;
	width: 100%;
}
.orderInput {
	height:17px;
	width:180px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.inputText {
	font-size:14px;
	margin: 0px;
	padding: 0px;
}
.bgopacity
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95); /* IE 5.5+*/ \n
	-moz-opacity: 0.95; /* Mozilla 1.6 и ниже */ \n
	-khtml-opacity: 0.95; /* Konqueror 3.1, Safari 1.1 */ \n
	opacity: 0.95; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.bgmenuopacity
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE 5.5+*/ \n
	-moz-opacity: 0.90 /* Mozilla 1.6 и ниже */ \n
	-khtml-opacity: 0.90; /* Konqueror 3.1, Safari 1.1 */ \n
	opacity: 0.90; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.bgnotopacity
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/ \n
	-moz-opacity: 1; /* Mozilla 1.6 и ниже */ \n
	-khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */ \n
	opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

#tooltip
{
	background-color:#FFFFFF;
	border: 1px solid #666666;
	color:#333333;
	font:menu;
	margin:0px;
	padding:3px 5px;
	position:absolute;
	visibility:hidden;

	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE 5.5+*/ \n
	-moz-opacity: 0.8; /* Mozilla 1.6 и ниже */ \n
	-khtml-opacity: 0.8; /* Konqueror 3.1, Safari 1.1 */ \n
	opacity: 0.8; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

/* Форма запроса */
.updateKcaptcha, .updateKcaptcha:hover {
	color: blue;
	text-decoration: none;
	border-bottom: 1px dashed blue;
	cursor: pointer;
}
.updateKcaptcha:hover {
	color:#06F;
	border-bottom: 1px dashed blue;
}

/* Окно с закруглениями */
#krazy_container {
	display:block;
	position:relative;

}
#krazy_container h2 {
	margin-bottom:1em;
}
#krazy_container h3 {
	clear:both;
	margin-top:4em;
}
.raised {
	background: transparent;
	width:100%;
	margin:0 auto;
}
.raised h1, .raised p {
	margin:0 10px;
}
.raised h1 {
	margin:0 0px;
	font-size:16px;
	color:#fff;
	letter-spacing:1px;
}
.raised p {
	padding-bottom:0.5em;
}
.raised .top, .raised .bottom {
	display:block;
	background:transparent;
	font-size:1px;
}
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {
	display:block;
	overflow:hidden;
}
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {
	height:1px;
}
.raised .b2 {
	background:#868aa4;
	border-left:1px solid #ddd;
	border-right:1px solid #eee;
}
.raised .b3 {
	background:#868aa4;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
.raised .b4 {
	background:#868aa4;
	border-left:1px solid #ddd;
	border-right:1px solid #aaa;
}
.raised .b4b {
	background:#868aa4;
	border-left:1px solid #eee;
	border-right:1px solid #999;
}
.raised .b3b {
	background:#868aa4;
	border-left:1px solid #ddd;
	border-right:1px solid #999;
}
.raised .b2b {
	background:#868aa4;
	border-left:1px solid #aaa;
	border-right:1px solid #999;
}
.raised .b1 {
	margin:0 5px;
	background:#ddd;
}
.raised .b2, .raised .b2b {
	margin:0 3px;
	border-width:0 2px;
}
.raised .b3, .raised .b3b {
	margin:0 2px;
}
.raised .b4, .raised .b4b {
	height:2px;
	margin:0 1px;
}
.raised .b1b {
	margin:0 5px;
	background:#999;
}
.raised .boxcontent {
	display:block;
	background:#868aa4;
	border-left:1px solid #ddd;
	border-right:1px solid #999;
}

/* Доп. */
/* Статьи */
.thead, .divHead {
	color:#FFF;
	text-transform: uppercase;
	font-size: 15px;
	background-color:#ff9900;
	padding: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.divTxt {
	padding: 2px;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtUL{
	margin-top: 7px;
	margin-bottom: 7px;
}
.txtUL li {
	font-size: 15px;
}
.borderBottom, .Tred, .divHead2 {
	border-bottom: 1px solid #990000;
}
.Tred, .divHead2 {
	color: #990000;
	font-weight: bold;
	font-size: 15px;
	padding: 1px;
}
.divTxt2 {
	font-size: 15px;
}
.divRight {
	font-weight: bold;
}
.divLeft, .divRight {
    float: left;
    width: 50%;
    clear: right;
}

/* */
.tRelative, .bgLogo {
	position:relative;
	z-index: 11;
}
.bgLogo {
	height: 135px;
	z-index: 12;
}
#bgLogo {
	position: absolute;
	width: 272px;
	height: 147px;
	background-image:url(img/logo_bg.png);
	background-position: top left;
	background-repeat:no-repeat;
	border: 0px solid red;
}
#home {
	position: absolute;
	margin-left: 220px;
	margin-top: 44px;
}
#email {
	position: absolute;
	margin-left: 240px;
	margin-top: 77px;
}
#map {
	position: absolute;
	margin-left: 220px;
	margin-top: 110px;
}
#tel {
	position: absolute;
	font-weight:bold;
	margin-left: 53px;
	margin-top: 105px;
	color:#666666;
}
#logo {
	margin-left: 20px;
	margin-top: 60px;
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	background-position: top left;
	width: 195px;
	height: 39px;
}
#bgLogo div a {
	outline: none;
}
#slideLeft {
	position:absolute;
	width: 75px;
	height: 320px;
	right: -55px;
	background-image: url(img/slide_bg_left.png);
	background-position: left;
	background-repeat: repeat-y;
}
#slideLeft2 {
	position:absolute;
	width: 75px;
	height: 165px;
	right: -55px;
	background-image: url(img/slide_bg_left2.png);
	background-position: left;
	background-repeat: repeat-y;
}
#slideBottom {
	position: absolute;
	width: 760px;
	height: 78px;
	top: -68px;
	background-image: url(img/slide_bg_bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
#bgFooter {
	background-image:url(img/footer.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
#menuTop {
	position: absolute;
	width: 8px;
	height: 8px;
	background-image:url(img/menu_top.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}
#menuBottom {
	position: absolute;
	width: 8px;
	height: 8px;
	top: -30px;
	background-image:url(img/menu_bottom.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
}
#menuCenter {
	background-image:url(img/menu_center.jpg);
	background-repeat:repeat-y;
	background-position: left;
}
#GMenu {
	background-image: url(img/bdot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.GMenuL, .GMenuL_cur {
	background-image: url(img/menu_left.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width:12px;
	height: 29px;
}
.GMenuL_cur {
	background-image: url(img/menu_left_cur.jpg);
}
.GMenuC, .GMenuC_cur {
	background-image: url(img/menu_c.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 29px;
}
.GMenuC_cur {
	background-image: url(img/menu_c_cur.jpg);
}
.GMenuR, .GMenuR_cur {
	background-image: url(img/menu_right.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 12px;
	height: 29px;
}
.GMenuR_cur {
	background-image: url(img/menu_right_cur.jpg);
}
.GMenuLB, .GMenuRB {
	position: absolute;
	background-color:#ffffff;
	bottom: -3px;
	left: 2px;
	width: 10px;
	height: 4px;
}
.GMenuRB {
	left: 0px;
}
#destop {
	position: absolute;
	left: -1px;
	top: -224px;
	background-color:#ffffff;
	width:1px;
	height:224px;
}
#cline {
	background-image:url(img/bline.gif);
	background-repeat:repeat-y;
	background-position:bottom right;
}

.divSubTopMenu {
	margin-top: 6px;
	background-color: #e5e5e5;

	background-image: url(/img/bt.jpg);
	background-repeat: repeat-y;
}

.divSubConteinerTopMenu {
	margin-left: 20px;
	padding-bottom: 2px;
}

.divSubConteinerTopMenu a, .divSubConteinerTopMenu a:hover {
	font-size: 11px;
}

.divSubTopMenu .first {
	padding-top: 5px;
}

.divSubTopMenu .last {
	padding-bottom: 8px;
}
