html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 995px;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'995px':'100%');
	height: 100%;
	font-family: Tahoma;
	font-size: 12px;
	background: #fff;
}
a {
	outline: none;
	color: #002B6C;
}
img {
	border: none;
}
h1 {
	font-size: 10pt;
}
.clear {
	clear: both;
}
#main {
	width: 100%;
	min-width: 995px;
	height: 100%;
}
#menu_top {
	height: 40px;
	background: #00baff;
	border-bottom: solid white 2px;
	text-align: right;
}
#head {
	border-top: solid #00baff 5px;
	height: 206px;
	width: 100%;
	position: relative;
	background: url(img/header_bg.jpg) repeat-x;
}
#logo {
	position: absolute;
	height: 113px;
	width: 326px;
	top: 23px;
	left: 105px;
	background: url(img/logo.png) no-repeat;
	_background: url(img/logo.gif) no-repeat;
	/*_background: none;*/
	/*_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=img/logo.png);*/
}
#logotype {
	position: absolute;
	height: 70px;
	width: 70px;
	top: 20px;
	left: 15px;
}
#info-block {
	position: absolute;
	width: 360px;
	//width: 387px;
	top: 10px;
	right: 10px;
	background: white;
	border: #7691b6 solid 1px;
	padding: 0 5px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}
#info-block div.phone {
	color: red;
	font-size: 22px;
	text-align: center;
	padding: 5px;
}
#info-block div.auth {
	border-top: 1px dotted #CCCCCC;
	padding: 5px;
}
#info-block div.auth form {
	margin: 0;
}
#info-block div.auth input.txt {
	border: 1px solid #AAAAAA;
	padding: 2px;
	width: 100px;
	margin-right: 5px;
}
#info-block div.auth input.btn {
	background: transparent url(img/menu_left_link_bg.gif) no-repeat right center;
	border: none;
	padding: 2px 20px 2px 5px;
	text-align: left;
	width: 70px;
}
#info-block div.basket {
	background: transparent url(img/basket.gif) no-repeat 5px 5px;
	border-top: 1px dotted #CCCCCC;
	padding: 5px 5px 5px 50px;
	height: 40px;
}
#page {
	/*background: #c1eec0 url(img/page_bg.jpg) repeat-x;*/
	background: #fff;
	border-bottom: solid #0bbdfc 3px;
	padding: 0 0 20px 0;
}
#left {
	width: 22%;
	float: left;
}
#content {
	margin: 0 0 0 24%;
}
#text {
	width: 72%;
	float: left;
}
#right {
	float: left;
	_float: none;
	width: 25%;
	margin-left: 20px;
	_margin: 0 0 0 58%;
	border-left: #003f8a dotted 1px;
}
#foot {
	height: 60px;
	color: white;
	text-align: center;
	position: relative;
	border-top: solid #a6e5ac 2px;
	background: url(img/footer_bg.jpg) repeat-x;
}
/*menu*/
#menu_top a {
	line-height: 38px;
	padding: 8px 30px;
	color: white;
	text-decoration: none;
	border-left: solid white 1px;
}
#menu_top a.act {
	color: #00367f;
	font-weight: bold;
}
#menu_top #first_link_menu_top {
	border-left: none;
}
/*/menu*/
/*page*/
#page #navbar {
	padding: 0 10px 40px 40px;
	font-size: 8pt;
}
#page #navbar a {
	color: #00438c;
	text-decoration: none;
	padding: 0 30px 0 10px;
	background: url(img/navbar.gif) no-repeat right 5px;
}
#page #navbar span {
	color: #00438c;
	padding: 0 30px 0 10px;
}
#page #navbar div.search {
	float: right;
}
#page #navbar div.search input.txt {
	border: 1px solid #AAAAAA;
	padding: 2px;
	width: 286px;
}
#page #navbar div.search input.btn {
	background: transparent url(img/menu_left_link_bg.gif) no-repeat right center;
	border: none;
	padding: 2px 20px 2px 10px;
	text-align: left;
}
#page .one-time-message {
	border: 1px solid #CCCCCC;
	background: #F5F5F5;
	font-size: 12px;
	margin: 10px 0 20px;
	padding: 10px;
}

#page .one-time-message a {
	color: #red;
}
/*/page*/
/*left*/
#left h1 {
	color: red;
	margin: -4px 0 5px 40px;
}
#left #menu_left {
	margin: 0 20px 50px 50px;
	border-bottom: #003f8a dotted 1px;
}
#left ul {
	font-size: 8pt;
	margin: 0;
	padding: 0;
	border-bottom: none;
}
#left ul li {
	list-style: none;
	padding: 4px 0;
	_padding: 2px 0;
	border-top: #003f8a dotted 1px;
	background: url(img/menu_left_link_bg.gif) no-repeat right 5px;
}
#left ul li.act {
	padding: 4px 0 0 0;
	_padding: 2px 0 0 0;
}
#left ul li a {
	color: #293F61;
	text-decoration: none;
	cursor: pointer;
}
#left ul li a.active{
	color: #0066cc;
}
#left ul li a.levelFirst{
	font-size: 13px;
	font-weight: bold;
    text-transform: uppercase;
	display: block;
}
#left ul li a.levelSecond{
	font-size: 11px;
	text-transform: uppercase;
}
#left ul li a.levelThird{
}
#left ul li a.levelFourth{
}
#left ul li ul {
	border-top: #003f8a dotted 1px;
	margin-top: 4px;
	_margin-top: 2px;
}
#left ul li ul li {
	border-top: none;
	background: url(img/menu_left_link_bg_left.gif) no-repeat -6px 7px;
	padding-left: 10px;
}
#left ul li ul li a {
	/*color: #00BAFF;
	margin-left: 15px;*/
	/*padding-right: -20px;*/
}

/*--------------------*/
a.main {
	margin-right: 20px;
	display: block;
}
#left div.banner {
	margin: 20px 0;
	text-align: center;
}
/*/left*/
/*content*/
#content #text h1 {
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 8pt;
	margin: 0px;
	color: #002B6C;
}
#content #text strong.red {
	color: red;
}
#content #text div.content_links {
	margin: 20px 0;
}
#content #text div.content_links a {
	color: red;
	margin: 10px 0;
	font-weight: bold;
	display: block;
	padding: 0 0 0 20px;
	text-decoration: none;
	background: url(img/content_links_bg.gif) no-repeat left 4px;
}
#content #text div.banner {
	border: solid 1px white;
	background: #86deff;
}
#content #text div.banner_left {
	width: 50%;
	float: left;
	border-right: dotted 1px white;
}
#content #text div.banner_right {
	_width: 50%;
	width: 49%;
	margin: 0 0 0 49%;
}
#content #text div.banner div div {
	border: solid 1px #7691b6;
	background: white url(img/banner_content_bg.gif) no-repeat;
	margin: 6px 10px;
	padding: 9px;
}
#content #text div.banner div div h2 {
	font-size: 14pt;
	font-weight: normal;
	color: red;
	margin: 0;
}
#content #text div.banner div div h3 {
	font-size: 10pt;
	font-weight: normal;
	color: red;
	margin: 0 0 10px 0;
}
#content #text div.banner div div p {
	margin: 0;
	font-size: 8pt;
	width: 70%;
}
#content #text div.banner div div img {
	float: right;
	_margin: 20px 0 0 0;
}
#content #text a.catalog_link {
	color: red;
	margin: 10px 0;
	font-weight: bold;
	display: block;
	padding: 0 0 0 20px;
	text-decoration: none;
	background: url(img/content_links_bg.gif) no-repeat left 4px;
}
#content #text div.catalog_description {
	padding-left:20px;
	overflow:hidden;
	height:100%;
}
#content #text table {
	border-collapse: collapse;
	margin: 10px;
}
#content #text table th {
	font-weight: bold;
}
#content #text table th, #content #text table td {
	padding: 3px;
	border: 1px solid black;
}

/*/content*/
/*right*/
#right h1 {
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 8pt;
	margin: 0 0 0 10px;
	color: #002B6C;
}
#right div.articles {
	font-size: 8pt;
	margin: 20px 30px 0 30px;
}
#right div.articles a {
	text-decoration: none;
	color: black;
}
#right div.articles a:hover {
	text-decoration: underline;
	color: red;
}
#right div.articles a:hover strong {
	text-decoration: none;
}
#right div.articles strong {
	display: block;
	text-align: right;
	margin-top: 5px;
	font-size: 7pt;
}
/*/right*/
/*foot*/
#foot #contacts {
	position: absolute;
	top: 11px;
	left: 30px;
	text-align: left;
}
#foot #contacts a {
	color: white;
	text-decoration: none;
}
#foot #copy {
	position: absolute;
	top: 11px;
	right: 30px;
	text-align: left;
}
#foot #copy .copy {
	color: black;
}
#foot .banner {
	margin: 15px 0 0 0;
}
#foot .banner img {
	margin: 0 6px;
}
/*/foot*/




div.arrows{
	width:4.6em;
	margin:0 auto 1em;
	font-size:0.55em;
	height:1em;
}

div.arrows div{
	height:1em;
	margin-bottom:0.3em;
	overflow:hidden;
	width:2em;
}

div.arrows div.down {
	position:relative;
	left:2.4em;
	bottom:1.3em;
}

div.arrows div a, div.arrows div span{
	display:block;
	width:0;
	height:0;
	line-height:0;
	border:1em solid white;
}

div.arrows div.up a, div.arrows div div.up span{
	margin-top:-1em;
	border-bottom-color:#909090;
}

div.arrows div.up a:hover{
	border-bottom-color:#00BAFF;
}

div.arrows div.down a{
	border-top-color:#909090;
}

div.arrows div.down a:hover{
	border-top-color:#00BAFF;
}

div.arrows div.up span{
	margin-top:-1em;
	border-bottom-color:#00BAFF;
}

div.arrows div.down span{
	border-top-color:#00BAFF;
}

