body {
  margin: 0px;
  margin-top: 8px;
  padding: 0px;
  background-image: url('../imgs/bg.jpg');
}


#container 
{
    background-color: #ffffff; 
    width: 800px;
    padding-top: 7px;
    margin: 0px auto 0px auto;
}

#header {
    margin: 0px 7px 0px 7px;
    width: 783px;
    height: 105px;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    background-image: url('../imgs/head_bg.gif');
  
}

.logo {
    width: 248px;
    height: 51px;
    background-image: url('../imgs/logo.png');
    
    position: relative;
    top: 11px;
    left: 9px;
}


#topmenu {
	position: relative;
	top: 21px;
    left: 9px;
	height: 37px;
	z-index: 10;
	margin: 0px;
	padding: 0px;
}
#topmenu ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	height: 37px;

}
#topmenu li {
    height: 37px;
	float:left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#topmenu ul li {
  margin: 0;
  /*padding: 0;*/
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

#topmenu ul ul {
    margin: 0;
    padding: 0;
    width: 176px;
    list-style: none;
    display: block;
    position: absolute;
    top: 33px;
    left: 0;
    z-index: 20;
}

#topmenu ul ul li{
    display: block !important;
    display: inline; /*For IE*/
    clear: both; 
    z-index: 15;
}

/*
#topmenu li img{
	
	cursor: pointer;
}
*/

.underheader {
    width: 785px;
    height: 70px;
    margin: 0px 7px 0px 7px;
    background-image: url('../imgs/underhead.gif');
    position: relative;
    z-index: 5;
}

#content 
{
  background-color: #fff;
  margin: 0px 7px 0px 7px;
  /*padding: 20px 20px;*/
}

#ajax-process 
{
  position: absolute;
  height: 1em;
  right: 0px;
  top: 0px;
  background-color: #e24c4c;
  color: #eee;
  font-weight: bolder;
  padding: 2px;
  display: none;
  z-index: 101;
}

#footer 
{
    height: 45px;
    background-color: #336699;
}

.lang
{
    float: left;
    width: 68px;
    height: 45px;
}

.lang img {
    position: relative;
    left: 10px;
    top: 12px;
    cursor: pointer;
}

.contacts
{
    padding-top: 10px;
    width: 732px;
    height: 45px;
    float: left;
}

.contacts,
.contacts a
{
    font-family: Arial;
    font-size:10px;
    color: #ffffff;
    text-decoration: none;
}

.contacts a:hover
{
    color: #ffff00;
    text-decoration: none;
}

a.block{
    color: #ffffff;
    text-decoration: none;
}

a.block:hover{
    color: #ffff00;
    text-decoration: none;
}

.print {
    width: 785px;
    height: 34px;
    position: absolute;
}

.print img {
    margin-top: 10px;
    margin-right: 20px;
    float: right;
}

.title1 {
    color: #336699;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}

.title2 {
    color: #336699;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
}

.title3,
.title3 a {
    color: #336699;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
}

.title4 {
    color: #336699;
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
}

.title5,
.title5 a {
    color: #336699;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}

.container {
    height: 240px;
    overflow: auto;
}

.home-left-txt {
    color: #989898;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    padding-top: 15px;
    line-height: 13px;
}

.home-right-txt {
    padding-top: 3px;
    color: #666666;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    width: 105px;
    height: 25px;
    text-align: justify;
}

.home-right-txt1 {
    color: #336699;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    line-height: 20px;
}

.home-right-txt2 {
    color: #336699;
    font-family: Arial;
    font-size: 28px;
    font-weight: normal;
    line-height: 25px;
}

.home-right-txt3 {
    padding-top: 10px;
    color: #336699;
    font-family: Arial;
    font-size: 20px;
    font-weight: normal;
}

.om-txt1 {
    color: #336699;
    font-family: Arial;
    font-size: 21px;
    font-weight: bold;
    line-height: 14px;
}

.om-txt2 {
    color: #336699;
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    line-height: 14px;
}

#inftxt {
    color:#ffff00;
    font-family:Arial;
    font-size:11px;
    text-decoration:none;
    font-style: italic; 

}
