/** {margin:0;padding:0}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
p {margin:0 0 1em 0;padding:2px}
a {
    color: white;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
	background: black;
	color: white;
	position:relative;/* for ie7*/
  min-width: 1000px;
  font-family: Tahoma;
  color: white;
  font-size: 12px;
}
#outer{
	min-height:100%;
	margin:0 5px;
}






.slogan_inside_en {
	 background: url(../gfx/global/logo_inside_en.jpg) no-repeat top left;
	 width: 206px;
	 height: 81px;
	 position: absolute;
	 bottom: 110px;
	 left: 130px;
}
.slogan_inside_ru {
	 background: url(../gfx/global/logo_inside_ru.jpg) no-repeat top left;
	 width: 206px;
	 height: 81px;
	 position: absolute;
	 bottom: 111px;
	 left: 130px;
}

.outer_bg {
	background: transparent url(../gfx/inside/outer.png) repeat-y center bottom;
}


* html #outer{height:100%;} /*IE treats height as min-height anyway*/

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:73px;
	background: black;
  text-align: center;
  overflow: visible;
}

#header2 {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}



#left {
	position:relative;/*ie needs this to show float */
	width:5px;
	float:left;
	margin-left:-4px;/*must be 1px less than width otherwise won't push footer down in some browsers */
	left:0;
	padding-bottom:0;/* clear footer*/
  padding-top:73px;
}

#right {
	position:relative;/*ie needs this to show float */
	width:5px;
	float:right;
	margin-right:-4px;/*must be 1px less than width otherwise won't push footer down in some browsers */
	padding-top:73px;/* to clear header*/

	left:0;
	padding-bottom:0;/* clear footer*/
}
 
#footer {
	width:100%;
	clear:both;
	height:321px;
	text-align:center;
	position:relative;
	margin-top:-321px;/*drag footer from below the fold*/
  z-index: 90;
  background: black url(../gfx/inside/footer_r.png) repeat-x bottom left;
}

#footer2_inside {
	width:99%;
	height:321px;
	position:relative;
  left: -95px;
  background: transparent url(../gfx/inside/footer.png) no-repeat center bottom;
  text-align: center;
}
#footer3{
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 321px;
}

#centrecontent {
	float:right;
	width:100%;
	position:relative;
  margin-left:0;
  z-index: 100;
}

#box {
  position: relative;
  margin: 0 auto;
  width: 813px;
  background: transparent url(../gfx/inside/top.gif) no-repeat 161px top;
}

#page_text {
  color: white;
  font-size: 12px;
  font-family: Tahoma;
  width: 500px;
  position: relative;
  top: 70px;
  left: 180px;
  color: black;
  text-align: justify;
	padding-bottom: 150px;
}

.outerwrap {
	float: left;	
	width: 100%;
	padding-top:71px;/* to clear header*/
	margin-right:-3px;/* to stop columns dropping*/
 
}

.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}






#page_title {
  position: absolute;
  top: -47px;
  left: -32px;
  width: 300px;
	z-index: 900;
}  

#page_title h1 {
  position: absolute;
  margin: 0;
  padding: 0;

  font-size: 20px;
  font-family: Arial;
  height: 25px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 60px;
  color: #f68d1e;
  background: black url(../gfx/inside/title_bg.png) no-repeat bottom right;
} 


#home_link {
  position: absolute;
  top: -44px;
  left: 322px;
  width: 25px;
  height: 25px;
  display: block;
}

#sitemap_link {
  position: absolute;
  top: -44px;
  left: 357px;
  width: 25px;
  height: 25px;
  display: block;
}

#top_menu {
  position: absolute;
  top: 50px;
  left: -40px;
	width: 226px;
	height: 430px;
}

#top_menu a {
	color: yellow;
	text-decoration: underline;
}

#top_menu a:hover {
	text-decoration: none;
}

#logo {
  position: absolute;
  top: -50px;  /*top: -40px;*/
  left: -70px;
  background: black url(../gfx/inside/logo_old.jpg) no-repeat top left;
  width: 230px;
  height: 97px;  /*height: 97px;*/
  display: block;
}

img {
	margin: 5px;
	padding: 0;
}

#side_menu {
  position: absolute;
  top: -23px;
  left: 150px;
  width: 542px;
  height: 30px;
	clip: rect(0,0,0,100)
}



#brands {
  position: absolute;
  top: 240px;
  left: 110px;
  width: 412px;
  height: 30px;
}

#solution {
  font-size: 11px;
  font-family: Tahoma;
  color: #874d10;
  position: absolute;
  bottom: 105px;
  left: 620px;
}

#solution a {
  color: #874d10;
  text-decoration: underline;
}
#solution a:hover {
  text-decoration: none;
}

#langs {
  position: absolute;
  top: -20px;
  right: -75px;   
  z-index: 400;
}

#langs a {
  padding: 0;
  padding-top: 9px;
  color: white;
  text-decoration: none;
  font-size: 11px;
  width: 33px;
  height: 74px;
  position: relative;
  float: left;
  background: url(../gfx/start/lang.png) no-repeat top left;
  margin: 2px;
  display: block;
  text-align: center;
}  

#langs a.lang_active_lt,
#langs a.lang_active_en,
#langs a.lang_active_ru
 {
  color: #905212;
  
} 

#langs a:hover {
  color: black;
}





#login_form_div {
	width: 110px;
	height: 150px;
  position: absolute;
  top: 80px;
  right: -80px;   
  z-index: 400;
	padding-top: 30px;
}
.login_form_div_lt {
	background: url(../gfx/global/login_title.jpg) no-repeat top left;
}
.login_form_div_en {
	background: url(../gfx/global/login_title_en.jpg) no-repeat top left;
}
.login_form_div_ru {
	background: url(../gfx/global/login_title_ru.jpg) no-repeat top left;
}
#login_form_div input {
	margin: 0;
	padding: 0;
}

#login_form_div form,
#login_form_div fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

#login_form_div .login_input_div {
	background: url(../gfx/global/login_input.jpg) no-repeat top left;
	height: 14px;
	width: 102px;
	margin: 0;
	margin-bottom: 10px;
}

#login_form_div form input.login_input {
	background: transparent;
	border: 0;
	font-size: 11px;
	font-family: Tahoma;
	
	padding: 0;
	padding-left: 3px;
	height: 14px;
	width: 102px;
}

#login_form_div form input.login_button {
	background: url(../gfx/global/login_button.jpg) no-repeat center center;
	border: 0;
	width: 93px;
	height: 21px;
	color: #371f07;
	font-size: 11px;
	font-family: Tahoma;
	cursor: pointer;
	float: right;
	margin-right: 7px;
}

#hd {
	position: absolute;
	top: 70px;
	left: 245px;
	z-index: 890;
	background: black;
	width: 10px;
	height: 40px;
}




#site_links {
display:none;
}



#flash_text {
	position: relative;
	top: -10px;
	left: 10px;
}

#flash_text a {
	color: yellow;
}


#top_menu a {
	font-size: 12px;
	color: #f68d1e;
	font-weight: bold;
	display: block;
	text-decoration: none;
	height: 20px;
	width: 170px;
	padding-left: 16px;
	background: url(../gfx/global/arrow.gif) no-repeat 2px 2px;
}
#top_menu a:hover {
	text-decoration: underline;
}

#akcija_flash {
	position: absolute;
	top: 390px;
	right: -78px;
	width: 130px;
	height: 126px;
	padding: 0;
	z-index: 600;
	text-align: right;
}

#akcija_link {
	position: absolute;
	top: 320px;
	right: -78px;
	width: 130px;
	height: 126px;
	padding: 0;
	display: block;
	z-index: 601;
	border: blue 1px solid;
	cursor: pointer;
	background: black;
	  /* for IE */
	  filter:alpha(opacity=1);
	  /* CSS3 standard */
	  opacity:0.01;

}



















#SendForm {
	width: 440px;
	height: 300px;
	position: relative;
	margin: 0 auto;
	text-align:left;
}

#SendForm form td {
	padding: 4px;
}

#SendForm table {
	top: 21px;
	position: relative;
}

#SendForm h1 {
	background: url(../gfx/form_dots.jpg) no-repeat bottom left;
	padding: 2px 2px 13px 6px;
	font: 16px Tahoma;
	color: white;
	font-weight:bold;
	position: absolute;
	top: 4px;
	left: 4px;
}

#SendForm form {
	border: red 1px solid;
	position: absolute;
	width: 400px;
	
	background: #777068;
	border: #1d1104 5px solid;
	color: #ffffff;
	font: 12px Tahoma;
	padding: 20px 20px 40px 20px;
}

.t {
	background: #ffecc9;
	border: #000000 1px solid;
	padding: 1px;
	font: 12px Tahoma;
	width: 220px;
}


.bt {
	background: url(../gfx/form_btn.jpg) no-repeat bottom left;
	border: none;
	padding: 1px;
	text-align: center;
	padding: 7px 0 5px 0;
	width: 100px;
	font: 12px Tahoma;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}

#SendFormContainer {

	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 7777;
	display:none;
}

#sentok {
	display:none;
	color:white;
	font: 14px Arial;
	top: 24px;
	position:relative;
	left: 0;
}

#SendFormContainer td.cc {
	vertical-align: middle;
	text-align: center;
}

#SendBG {
	top: 0;
	position: absolute;
	left: 0;
	width: 100%;height:100%;
	background: #000000;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}

#SendFormCloseImg {
	position: absolute;
	top: 2px;
	cursor:pointer;
	right: 2px;
}

























#SendForm2 {
	width: 440px;
	height: 300px;
	position: relative;
	margin: 0 auto;
	text-align:left;
}

#SendForm2 form td {
	padding: 4px;
}

#SendForm2 table {
	top: 21px;
	position: relative;
}

#SendForm2 h1 {
	background: url(../gfx/form_dots.jpg) no-repeat bottom left;
	padding: 2px 2px 13px 6px;
	font: 16px Tahoma;
	color: white;
	font-weight:bold;
	position: absolute;
	top: 4px;
	left: 4px;
}

#SendForm2 form {
	border: red 1px solid;
	position: absolute;
	width: 400px;
	
	background: #777068;
	border: #1d1104 5px solid;
	color: #ffffff;
	font: 12px Tahoma;
	padding: 20px 20px 40px 20px;
}

.t2 {
	background: #ffecc9;
	border: #000000 1px solid;
	padding: 1px;
	font: 12px Tahoma;
	width: 220px;
}


.bt2 {
	background: url(../gfx/form_btn.jpg) no-repeat bottom left;
	border: none;
	padding: 1px;
	text-align: center;
	padding: 7px 0 5px 0;
	width: 100px;
	font: 12px Tahoma;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}

#SendFormContainer2 {

	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 7777;
	display:none;
}

#sentok2 {
	display:none;
	color:white;
	font: 14px Arial;
	top: 24px;
	position:relative;
	left: 0;
}

#SendFormContainer2 td.cc {
	vertical-align: middle;
	text-align: center;
}

#SendBG2 {
	top: 0;
	position: absolute;
	left: 0;
	width: 100%;height:100%;
	background: #000000;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}

#SendFormCloseImg {
	position: absolute;
	top: 2px;
	cursor:pointer;
	right: 2px;
}




#pren {
	padding: 0 0 0 12px;
	background: url(../gfx/global/arrow.gif) no-repeat 0 2px;
	font: 11px Tahoma;
	font-weight:bold;
	color: #f68d1e;
	top: 7px;
	position:relative;
	left: 0;
	display:block;
	cursor: pointer;
}
















