/* global */
html{height: 100%;}

body
{ font-family: tahoma, verdana, arial, sans-serif;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

h1
{ font-family: arial, tahoma, verdana, sans-serif;
  font-weight: bold;
  font-size: 130%;
}

h2
{ font-family: arial, tahoma, verdana, sans-serif;
  font-weight: bold;
  font-size: 125%;
}

.sub
{ font-size: 55%;
  padding-left: 12px; 
  letter-spacing: .1em;
}

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

a{outline: none;}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#overall
{ margin-left: auto; 
  margin-right: auto;
}

/* ---------------------------------------- */
/* overall container */
/* ---------------------------------------- */

#overall 
{ position: relative;
  width: 980px;
}

/* ---------------------------------------- */
/* Main containers */
/* ---------------------------------------- */

#cnt_hdr
{ padding-top: 15px;
  width: 980px;
  height: 120px;
}

#cnt_body
{ width: 980px;
  height: 547px;
}

#cnt_shadow
{ margin-left:110px;
  width: 870px;
  height: 5px;
}

#cnt_ftr
{ width: 980px;
  text-align: right;
  height: 20px;
}

#bottom 
{ width: 100%;
  height: 140px;
}

/* ---------------------------------------- */
/*        Header (cnt_hdr)                  */
/* ---------------------------------------- */

/* logo */
#logo
{ height: 110px;
}

/* header text */
#hdr_text
{ position: absolute;
  left: 541px;
  top: 17px;
}

#hdr_text1
{ position: absolute;
  left: 540px;
  top: 16px;
}

#hdr_text2
{ position: absolute;
  left: 655px;
  top: 80px;
  font-family: arial, tahoma, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
}


/* ---------------------------------------- */
/*        Body (cnt_body)                  */
/* ---------------------------------------- */

/* navigation menu */
#col_menu
{ float: left;
  padding-top: 35px;
  text-align: left;
  height: 452px;
  width: 100px;
  font-family: Verdana;
  font-size: 10px;
}

#col_menu ul{margin: 0px auto;} 

#col_menu li
{ margin-bottom: 35px; 
  padding: 0px;
  list-style: none;
} 

#col_menu li a 
{ display: block;
  height: 13px;
  padding: 0px 5px 0px 5px;
  text-decoration: none; 
} 

/* main content */
#col_main
{ float: left;
  width: 878px;
  overflow: hidden;
  border: 1px solid;
} 

#col_text
{ float: left;
  position: relative;
  width: 512px;
  height: 450px;
} 

#col_img
{ margin-left: 515px;
  width: 360px;
  height: 450px;
  padding: 0;
}

#gmap
{ width: 360px;
  height: 450px;
  align: right;
}

#col_form
{ position: relative;
  padding: 30px 0 0 10px;
  height: 420px;
  text-align: center;
} 

#menu_bullet_hm
{ background: url(menubullet.jpg) no-repeat;
  text-align: left;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 30px;
}
#menu_bullet_sv
{ background: url(menubullet.jpg) no-repeat;
  text-align: left;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 78px;
}
#menu_bullet_pr
{ background: url(menubullet.jpg) no-repeat;
  text-align: left;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 126px;
}
#menu_bullet_ab
{ background: url(menubullet.jpg) no-repeat;
  text-align: left;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 174px;
}
#menu_bullet_en
{ background: url(menubullet.jpg) no-repeat;
  text-align: left;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 222px;
}
#menu_bullet_cn
{ background: url(menubullet.jpg) no-repeat;
  text-align: left;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 270px;
}
#menu_bullet_fa
{ background: url(menubullet.jpg) no-repeat;
  text-align: left;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 318px;
}
#menu_bullet_qu
{ background: url(menubullet.jpg) no-repeat;
  text-align: left;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 366px;
}

#main_text
{ text-align: left;
  width: 400px;
  position: absolute;
  left: 40px;
  top: 65px;
}

#main_links
{ height: 90px;
  width: 878px;
  padding-top: 4px;
  border-top: 1px solid black;
}

/*                   cnt_ftr                */

#links a, #links a:hover
{ text-decoration: none;
}
