/*@import url(client.css);
*/
body {
	width: 100%;
	min-width: 850px;
	width: expression((document.getElementsByTagName('html') && document.getElementsByTagName('html')[0].clientWidth <= 850) ? '850px' : '100%');
}

form {
	margin: 0;
	padding: 0;
}

textarea {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

input {
	vertical-align: middle;
}

input.inputText {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #aaa;
	vertical-align: middle;
}

#HeaderLeft {
	background-image:url(images/top_left.gif);
	background-repeat:repeat-y;
	padding-left:30px;
	padding-top:8px;
}

#MenuBlock {
	height:135px;
}

#MainMenu, #BottomMenu {
	position: relative;
	text-decoration: none;
	font-size: 13px;
	line-height: 18px;
	text-transform: lowercase;
}

#MainMenu a, #BottomMenu a {
	text-decoration: none;
	white-space: nowrap;
	padding-left: 10px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#MainMenu {
	color: #0055A3;
	padding-left: 5px;
	padding-right: 10px;
}

#MainMenu a {
	color: #0055A3;
	background-image: url(images/bullet1.gif);
}

#MainMenu a:hover {
	color: #ff822e;
	text-decoration: none;
	background-image: url(images/bullet1_o.gif);
}

#MainMenu a.active {
	color: #919396;
	background-image: url(images/bullet1_a.gif);
}


#BottomMenu {
	color: #57585A;
	padding-right: 10px;
}

#BottomMenu a {
	color: #57585A;
	background-image: url(images/bullet2.gif);
}

#BottomMenu a:hover {
	color: #ff822e;
	text-decoration: none;
	background-image: url(images/bullet1_o.gif);
}

/*#BottomMenu a.active {
	color: #919396;
	background-image: url(images/bullet1_a.gif);
}*/


#HeaderPictCol {
	background-image:url(images/mp_pict/main_pict_bg.gif);
	text-align:center;
	font-size:0;
}

#MainPart {
	position: relative;
	width: 100%;
	padding-top: 7px;
}

.rectOrange,
.rectRed,
.rectBlue,
.rectGrey,
.rectGreen {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 55px;
}

.rectOrange {
	background-color: #ff822e;
}

.rectRed {
	background-color: #c81b2a;
}

.rectBlue {
	background-color: #0070bc;
}

.rectGrey {
	background-color: #626467;
}

.rectGreen {
	background-color: #83c700;
}

.bContainer {
	position: relative;
	margin-bottom: 25px;
}

.bBody, #startabout {
	padding-left: 33px;
	padding-right: 20px;
}

.aArrow {
	font-size: 9px; 
	letter-spacing: -1px;
	color: #FF822E;
}

#rCol {
	position: relative;
}

#rCol .bContainer {
	/*margin-bottom: 20px;*/
	padding-left: 33px;
}

#rCol .bBody {
	padding-left: 0px;
	padding-right: 15px;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 15px;
}

#rCol .bBody a {
	color: #404041;
	text-decoration: none;
}

#rCol .bBody a:hover {
	color: #FF822E;
	text-decoration: underline;
}

#rCol .graydot {
	margin-bottom: 10px
}

.bPicture {
	margin-bottom: 4px;
	margin-right: 10px;
}

.aPicture {
	margin-bottom: 4px;
}

.ProdName, .ProdPrice {
	margin-bottom: 4px;
}

.ProdName {
	font-size: 15px;
	color: #FF822E;
	font-weight: bold;
	line-height: 16px;
}

.ProdName span {
	white-space: nowrap;
}

.ProdPrice {
	font-size: 21px;
	color: #59AB3D;
	line-height: 18px;
}

.ProdPrice span {
	white-space: nowrap;
}

.ProdGroup{
	font-size: 11px;
	color: #0070BC;
	font-weight: normal;
	line-height: 15px;
	margin-bottom: 5px;
}

.ViewButton {
	position: relative;
	left: -1px;
	font-size: 0px;
}

.bnews {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
}

.bnews .ndate {
	font-size: 14px;
	font-weight: bold;
	color: Black;
}

.bnews a {
	color: #404041;
	text-decoration: none;
}

.bnews a:hover {
	color: #FF822E;
	text-decoration: underline;
}

.bnews a:hover .ndate {
	text-decoration: none;
}

.Clear, .sClear {
	clear: both;
}

.sClear {
	border-bottom: 1px solid;
	font-size: 0px;
	visibility: hidden;
}

#RightHead {
	padding-left: 33px;
	padding-top: 3px;
	margin-bottom: 3px;
	min-height: 325px;
	height: expression('325px');
}

#Contacts {
	font-size: 11px;
	color: #777A7D;
	margin-bottom: 15px;
}

#Contacts a {
	color: #777A7D;
}

#Contacts a:hover {
	color: #FF822E;
}

#Contacts .Title {
	font-size: 13px;
	color: #000000;
}

#ServiceLinks {
	font-size: 0px;
	margin-bottom: 7px;
}

#Search {
	margin-top: 7px;
	margin-bottom: 10px;
	padding-top: 2px;
}

#Search form {
	margin-top: 4px;
	margin-bottom: 5px;
}

#Search a {
	display: block;
	line-height: 12px; 
	font-size: 11px;
	margin-bottom: 4px;
}

.graydot {
	background-image:url(images/dot_line_gray.gif);
	font-size: 0px;
	height: 2px;
}

.orangedot {
	background-image: url(images/dot_line_orange.gif);
	font-size: 0px;
	height: 2px;
}

#Authorisation {
	position: absolute;
	top: 38px;
	left: 0;
	width: 295px;
	height: 165px;
	background-color: #dbdaca;
	background-image: url(images/foot_02.gif);
	background-repeat: repeat-x;
	float: left;
}

#AuthLeft {
	position: absolute;
	top:0;
	left:0;
	width:22px;
	height:165px;
	background-color:#ff822e;
	background-image:url(images/foot_01.gif);
	background-repeat: repeat-x;
}

#AuthCont {
	padding-left: 33px;
	padding-top:11px;
	padding-right: 15px;
}

#Authorisation form {
	background-image:url(images/autorize_keys_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
}

#Authorisation .inputText {
	width: 145px;
}

#AuthLinks {
	margin-top: 5px;
	font-size: 11px;
	padding-top: 3px;
}

#AuthKeys {
	position: absolute;
	top: 11px;
	right: 50px;
	right: expression('45px');
}

#AuthBRCorner {
	position:absolute;
	bottom:0;
	right:0;
	width:31px;
	height:31px;
	background-image:url(images/foot_03.gif);
	background-repeat:norepeat;
	margin:expression('-1px');
}

#FooterLeftCol {
	position: relative;
	padding-top: 38px;
	clear: both;
}

#FooterMain {
	padding-left: 308px; padding-top: 11px;
}

#FooterRightCol {
	position: relative;
}

#fwBlock {
	position: absolute;
	width: 30px;
	height: 50px;
	top: 0;
	left: 0;
	background-color: #fff;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	z-index: 100;
}

#Copyright {
	font-size: 11px;
	padding: 49px 20px 10px 33px;
	background-image: url(images/footer_bg_2a.gif);
	background-repeat: repeat-y;
	background-position: 22px 50px;
	min-height: 140px;
	height: expression('140px');
}

#Copyright a {
	font-weight: bold;
	color: #404041;
	text-decoration: none;
}

#Copyright a:hover {
	text-decoration: underline;
	color: #999A9D;
}

#fCountLogos {
	margin-top: 15px;
	padding: 0;
	line-height: 7px;
	font-size: 0px;
}

#fCountLogos span {
	margin-right: 7px;
}

#fCounters {
	font-size: 0px;
	height: 1px;
}

#fCounters img {
	width: 0;
	height: 0;
}

/*div {
	border: 1px solid;
}*/

/*td {
	border: 1px solid;
}*/

