* {
  padding: 0;
  margin: 0;
  border: none none;
}

html {
}

body {
  background: #fff;
  color: #000;
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 12pt;
  line-height: 15px;
}

a{
  text-decoration: none;
  border: none;
}
a:hover{
  text-decoration: none;
  border: none;
}

a:visited{
    text-decoration: none;
    border: none;
}

ul {
	list-style-image: url(imagesa/list_arrow.gif);
}


h1, h2,  h3{
  margin-bottom: 5px;
  font-family: Times New Roman, serif;
  text-align: center;
}

h1 {
  font: 10pt Times New Roman,serif;
  text-transform: uppercase;
}

h2 {
  font: 14px Arial,serif;
  color: #6575ad;
  text-align: left;
  margin: 20px 0 20px 10px;
}


p {
  text-indent: 30px;
  margin-bottom: 15px;
  text-align: justify;
}

#container {
  width: 100%;
  margin: 5px auto;
  min-width: 1000px;
  width:expression(document.body.clientWidth < 1000? "1000px": "auto" );
}


#header #right_corner {
	position: absolute;
	top: 0;
	left: 0;
	width: 519px;
	height: 70px;
	background: transparent url(imagesa/right_corner.gif) no-repeat top left;
	z-index: 1;
}

#header #right_corner2 {
	position: absolute;
	top: 70px;
	left: 0;
	width: 191px;
	height: 121px;
	background: transparent url(imagesa/right_corner2.gif) no-repeat top left;
	z-index: 1;
}


#header #top_right {
	display: block;
	width: 271px;
	float: right;
}

#header #top_left {
	display: block;
	border-right: medium dotted #000;
	width: 271px;
	float: right;
}

#menu {
  height: 35px;
  width: 90%;
  float: right;
  background: #6575ad;
  margin-top: 10px;
  font: 10pt Times New Roman,serif;
  padding: 15px 0 0 0;
  color: #FFF;
  text-transform: uppercase;
  list-style-image: none;
  list-style-type: none;
}

#menu li{
  float: right;
  margin-right: 10px;
}

.menu_link {
	padding: 0 10px 0 5px;
	color:#FFF;
	padding-right: 10px;
	background: url(imagesa/list-square.gif) no-repeat center left;
}

.menu_link:hover {
	color:#F00;
	color: #e2faf9;
}

#rus_cont {
	position: absolute;
	top: 134px;
	left: 8px;
	background: #6575ad;
	color: #FFF;
	width: 31px;
	height: 18px;
	padding: 3px 0 0 5px;
	z-index: 2;
}

#rus_cont #rus{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 36px;
	height: 21px;
	background: transparent url(imagesa/rus.gif) no-repeat top left;
}

#eng_cont {
	position: absolute;
	top: 164px;
	left: 8px;
	background: #6575ad;
	color: #FFF;
	width: 31px;
	height: 18px;
	padding: 3px 0 0 5px;
    z-index: 2;
}

#eng_cont #eng {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 36px;
	height: 21px;
	background: transparent url(imagesa/eng.gif) no-repeat top left;
}

#mail {
	display: block;
	width: 140px;
	height: 36px;
	position: absolute;
	top: 191px;
	left: 0px;
	background: #6575ad url(imagesa/mail.jpg) no-repeat top left;
	color: #FFF;
	padding: 30px 0 0 20px;
	font-size: 13pt;
	text-align: jastify;
}

#mail:hover
{
	color: #e2faf9;
} 

#sert{
	position:absolute;
	top: 279px;
	left: 0;
	width: 160px;
	padding-left: 10px;
}

#sert #sert_img{
	background: #ffbd25 url(imagesa/sticker.gif) no-repeat top left;
	width: 135px;
	height: 158px;
}

.card_p{
	text-indent: 0px;
	font-size: 11px;
}

#shell_text {
	float: left;
	padding: 0 10px 0 250px;
	overflow: hide;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#shell_text #textarea{
    float: left;
    width: 100%;
}
#footer {
	width:100%;
	height: 65px;
	background: #6575ad;
	float: right;
	color: #FFF;
	padding-top: 10px;
}

