@charset "UTF-8";
html {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(images/back_green_1x1.gif);
	background-repeat: repeat;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/background_green.png);
	background-repeat: repeat-y;
	min-height: 100%;
	position:relative;
}
* html body {
	height: 100%;        /* замена min-height:100% для IE6 */
}
.oneColFixCtrHdr #wrapper {
	width:100%;
	background-image: url(images/background_green.png);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/background_green.png);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	height: 90px;
	width:100%;
}
.oneColFixCtrHdr #header #regular_logo {
	background-image:url('images/logo.png');
	background-repeat: no-repeat;
	width:100%;
	height:63px;
	display: inline;
	float:right;
}
.oneColFixCtrHdr #header #logo_stop {
	width: 100%;
}
.oneColFixCtrHdr #header #header_spiral {

	background-image: url(images/spiral-1.png);
    background-repeat: no-repeat;
	height: 90px;
	width: 100%;
	background-position: -50px -76px;
}




.oneColFixCtrHdr #header #header_spiral #wrap {
	padding-top: 10px;
	padding-left:400px;
}
/* \ */
* html .oneColFixCtrHdr #header #regular_logo {
	background:none;
	float:left;
	width:463px;
	display: inline;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/logo.png', sizingMethod='scale');
}
/* */

.oneColFixCtrHdr #hr {
	margin:0;
	padding:0;
	background-image: url(images/header_bar_1x5.gif);
	background-repeat: repeat;
	height: 5px;
	font-size: 0px;
}
.oneColFixCtrHdr #mainContent_spiral #mainContent {
	padding-right: 20px;
	padding-left: 40px;
	width:940px;
}
.oneColFixCtrHdr #mainContent_spiral {
	background-image: url(images/spiral-1.png);
	background-repeat: no-repeat;
	min-height: 250px;
	width: 100%;
	margin-top: 0px;
	padding-top:0px;
	background-position: -50px -169px;
	padding-bottom: 60px;
	position:relative;
	top:0;
}
*:first-child+html .oneColFixCtrHdr #mainContent_spiral {
	margin-top: 0px;
	position:relative;
	top: 0;
}
 @-moz-document url-prefix() {
.oneColFixCtrHdr #mainContent_spiral {
top: -21px;
}
}
 @media all and (-webkit-min-device-pixel-ratio:0) {
.oneColFixCtrHdr #mainContent_spiral {
top: -21px;
}
}

* html .oneColFixCtrHdr #mainContent_spiral {
	background-image: url(images/spiral-1.gif);
	background-repeat: no-repeat;
	min-height: 250px;
	width: 100%;
	padding-top:0px;
	margin-top: 0px;
	background-position: -50px -169px;
	padding-bottom: 80px;
	position:relative;
	top: 0;
}
.oneColFixCtrHdr #footer {
	position: absolute;
	left:0;
	bottom:0;
	height: 62px;
	width: 100%; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/background_green.png);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 0;
}
.push {
	height: 120px;
	display:none;
	padding:0;
	margin:0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-left: 40px;
	padding-bottom:10px;
}
.lefted {
	padding-left:430px;
}
.solidblockmenu {
	margin: 0;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.solidblockmenu li {
	margin:0;
	padding-left: 8px;
	padding-right: 10px;
	display: inline;
}
*:first-child+html .solidblockmenu li {
	padding-right: 3px;
}
* html .solidblockmenu li {
	padding-right: 3px;
}
*:first-child+html .lefted {
	padding-left:450px;
}
.solidblockmenu #delimeter {
	border-right: 2px solid #FFF;
}
.solidblockmenu ul {
	padding: 0;
	margin: 0;
}

a:hover {
   background: url(images/white_1x1.gif);
   background-repeat:repeat-x;
   background-position: 100% 100%;
	padding-bottom: 2px;
}
a {
	color: #FFF;
	text-decoration:none;
	white-space: nowrap;
	padding-bottom: 2px;
	};

a:link {
	color: #FFF;
	text-decoration:none;
	white-space: nowrap;
	padding-bottom: 2px;
	};
a:visited {
	color: #FFF;
	text-decoration:none;
	white-space: nowrap;
	padding-bottom: 2px;
	};




.clear {
clear: both;
} 

