/* reset margin + padding*/
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
  	font-size: 100%;	
	vertical-align: baseline;
	background: transparent;
}

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;	
	vertical-align: baseline;
	background: transparent;
}



body {
	line-height: 1;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset end */



html, body {
  height: 100%;
}
html {
  color:#2a2a2a;
  font: 62.5%/1.8em Arial, Verdana, sans-serif;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.8em;
}
body {
  text-align: left;
  font-size:1.2em;
  margin: 0;
  padding: 0;
  line-height:1.3em;
  background: url(../images/bg.png) repeat-x;
}

a {
  text-decoration: none; 
}
a:hover {
  text-decoration: underline;
}
sup {
  font-size: 0.7em;
  position: relative;
  top: -4px;
}

#wrap {
	margin: 0px auto;
	width: 965px;	
	position: relative;	
}
#header {
	background: url(../images/logo.jpg) no-repeat 100% 33%;
	height: 146px;
}
#menuList li{
	float: left;
	margin-right: 1px;

}
#menuList li a {
	float: left;
	display: block;	
	width: 120px;
	height: 89px;
	line-height: 135px;
	text-align: center;
	color: #5e5e5e;
	
}

#menuList .active ,#menuList li a:hover {
	background: url(../images/menuBg.png) repeat-x;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: -1px;
	line-height: 133px;

}
.buttonsAnch {
	display: block;
	float: left;
	position: relative;
}

.buttonsAnch:hover {
	text-decoration: none;
}

.hoverImgButtons {
	position: absolute;
	left: 0;
	top: 0;
	
}
.offers {	
	background: url(../images/upButtonBg.gif) no-repeat scroll 0 0;
	height: 52px;
	line-height: 52px;
	width: 167px;
	text-align: center;
	margin-right: 1px;	
}
#buttonsWrapUvod .buttonsAnchActive h2 {
  background: url(../images/upButtonBgOn.gif) no-repeat scroll 0 0;
}
.contact {	
	background: url(../images/upButtonBg.gif) no-repeat scroll 0 0;
	height: 52px;
	line-height: 52px;
	width: 167px;
	text-align: center;
	
}
.contact, .offers {
	color: #fff;
	font-size: 13px;
}

#foot {
	margin: 0px auto;
	width: 965px;	
	padding-top: 20px;
	padding-bottom: 30px;
	height: 42px;
	position: relative;
	
}
.teiFoot {
	display: block;	
	width: 99px;
	height: 42px;
	background: url(../images/teiFoot.png) no-repeat 0px 0px;
	float: left;
	
}
.teiFoot:hover {
	background-position: 0px -42px;
}
.footText {
	float: left;	
	display: block;
	height: 42px;
	line-height: 42px;
	padding-left: 17px;
	color: #5c5c5c;
	font-size: 11px;
}

.footText a{
	color: #5c5c5c;
}
.footText strong {
	font-weight: normal;
	color: #343434;
}

.busildingShow2 {
  visibility: hidden;
}
#flags {
	position: absolute;
	bottom: 45px;
	right: 10px;
	z-index:10000000;
}
#flags img{
	display: block;
	padding-right: 10px;
	float: left;
}
#langSelect {
  position: absolute;
  top: 177px;
  left: 0px;
  color: #5E5E5E;
}
#langSelect a {
  color: #5E5E5E;
}
#langSelect a:hover {
  color: #801d1f;
  text-decoration: none;
}