body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: 000;
  text-align: center;
  background: #bebebe;
/*  behavior: url('../../stylesheets/csshover.htc');*/
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: #00b2d9;
  text-decoration: none;
}

a:hover {
  color: #9ddeff;
  text-decoration: underline;
}


.cleaner {
  clear: both;
}


/* Main Layout */


#container {
  margin: 50px auto 0 auto;
  padding-bottom: 100px;
  width: 900px;
}

.grass {
  background: #fff url(../images/bg_grass.jpg) 0 bottom no-repeat;
}

.water {
  background: #fff url(../images/bg_water.jpg) 0 bottom no-repeat;
}

.earth {
  background: #fff url(../images/bg_earth.jpg) 0 bottom no-repeat;
}

.fire {
  background: #fff url(../images/bg_fire.jpg) 0 bottom no-repeat;
}

.cloud {
  background: #fff url(../images/bg_cloud.jpg) 0 bottom no-repeat;
}

.window {
  background: #fff url(../images/bg_window.jpg) 0 bottom no-repeat;
}

#header {
  padding-left: 229px;
  width: 631px;
  height: 88px;
  position:relative;
}

#sidebar {
  padding: 0 25px 0 10px;
  width: 215px;
  text-align: right;
  float: left;
}

.content1 {
  width: 410px;
  height: 500px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  float: left;
}

.content2 {
  padding-bottom: 20px;
  width: 410px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  float: left;
  position: relative;
  min-height: 500px;
  height: auto !important;
  height: 500px;
}

.content1 p, .content2 p {
  padding-bottom: 10px;
}

#belt {
  margin: 20px auto 0 auto;
  width: 440px;
  border-top: #ccc 1px solid;
  text-align: center;
}

.content-left {
  padding-right: 20px;
  width: 105px;
  float: left;
}

.content-right {
  width: 284px;
  float: right;
}

.partner-logo {
  margin-top: 10px;
}

.spliter {
  margin-bottom: 20px;
  height: 10px;
  border-bottom: #bbb 1px dashed;
  clear: both;
}

#footer {
  margin: 0 auto 50px auto;
  padding: 8px 30px 0 230px;
  width: 640px;
}

/* Header Setting */

#logo {
  border: none;
  float: left;
  position:absolute;
  left: 35px;
  top: 38px;
}


#nav {
  margin: 40px 0 0 0;
  list-style: none;
  float: left;
/*  border-bottom: #ccc 1px solid;*/
}

#nav li {
  float: left;
}


#nav a {
  width: 88px;
  height: 37px;
  font-size: 12px;
  line-height: 37px;
  color: #777;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #fff;
  display: block;
  float: left;
}

#nav a.grass:hover {
  background: #8cc640;
  color: #fff;
}

#container.grass #nav a.on {
  background: #8cc640;
  color: #fff;
}

#nav a.water:hover {
  background: #1991d0;
  color: #fff;
}

#container.water #nav a.on {
  background: #1991d0;
  color: #fff;
}

#nav a.earth:hover {
  background: #996600;
  color: #fff;
}

#container.earth #nav a.on {
  background: #996600;
  color: #fff;
}

#nav a.fire:hover {
  background: #ff9900;
  color: #fff;
}

#container.fire #nav a.on {
  background: #ff9900;
  color: #fff;
}

#nav a.window:hover {
  background: #996699;
  color: #fff;
}

#container.window #nav a.on {
  background: #996699;
  color: #fff;
}

#bottom-nav {
  margin-left: 55px;
  list-style: none;
}

#bottom-nav li {
  float: left;
}


#bottom-nav a {
  width: 110px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  text-decoration: none;
  text-align: center;
  display: block;
}

#bottom-nav a:hover, #bottom-nav a.on {
  color: #00b2d9;
}

/* Side Bar Setting */

#subnav {
  margin-top: 84px;
  list-style: none;
  text-align: right;
}

#subnav li {
  font-size: 12px;
  padding-bottom: 10px;
}

#subnav a {
  padding-right: 15px;
  font-size: 12px;
  color: #666;
  text-decoration: none;
  display: block;
}

#container.grass #subnav a:hover, #container.grass #subnav a.on, #container.grass #subnar a.on:hover, #container.grass li.on {
  color: #8cc640;
}

#container.grass li.on {
  padding-right: 15px;
  background: url(../images/arrow_grass.gif) right 3px no-repeat;
}

#container.water #subnav a:hover, #container.water #subnav a.on, #container.water #subnar a.on:hover, #container.water li.on {
  color: #1991d0;
}

#container.water li.on {
  padding-right: 15px;
  background: url(../images/arrow_water.gif) right 3px no-repeat;
}

#container.earth #subnav a:hover, #container.earth #subnav a.on, #container.earth #subnar a.on:hover, #container.earth li.on {
  color: #996600;
}

#container.earth li.on {
  padding-right: 15px;
  background: url(../images/arrow_earth.gif) right 3px no-repeat;
}

#container.fire #subnav a:hover, #container.fire #subnav a.on, #container.fire #subnar a.on:hover, #container.fire li.on {
  color: #ff9900;
}

#container.fire li.on {
  padding-right: 15px;
  background: url(../images/arrow_fire.gif) right 3px no-repeat;
}

#container.window #subnav a:hover, #container.window #subnav a.on, #container.window #subnar a.on:hover, #container.window li.on {
  color: #996699;
}

#container.window li.on {
  padding-right: 15px;
}

#container.cloud #subnav a:hover, #container.cloud #subnav a.on, #container.cloud #subnar a.on:hover, #container.cloud li.on {
  color: #00b2d9;
}

#container.cloud li.on {
  padding-right: 15px;
  background: url(../images/arrow_cloud.gif) right 3px no-repeat;
}

#container.fire #subnav li ul.menu {
  padding: 10px 0 0 0;
  list-style: none;
}

#container.fire #subnav li ul.menu li {
/*  padding-right: 15px;*/
  padding-bottom: 5px;
  font-size: 11px;
}

#container.fire #subnav li ul.menu li a {
  font-size: 11px;
  color: #999;
/*  color: #eb6503;*/
}

#container.fire #subnav li ul.menu li a:hover, #container.fire #subnav li ul.menu li a.on, #container.fire #subnav li ul.menu li.on {
  font-size: 11px;
  color: #ff9900;
}

#container.fire #subnav li.on ul.menu {
  margin-right: -15px;
}

#container.earth #subnav li ul.menu {
  padding: 10px 0 0 0;
  list-style: none;
}

#container.earth #subnav li ul.menu li {
/*  padding-right: 15px;*/
  padding-bottom: 5px;
  font-size: 11px;
}

#container.earth #subnav li ul.menu li a {
  font-size: 11px;
  color: #999;
/*  color: #eb6503;*/
}

#container.earth #subnav li ul.menu li a:hover, #container.earth #subnav li ul.menu li a.on, #container.earth #subnav li ul.menu li.on {
  font-size: 11px;
  color: #996600;
}

#container.earth #subnav li.on ul.menu {
  margin-right: -15px;
}


/* Content Setting */

.content1 h1 {
  padding: 19px 0 23px 0;
  font-size: 24px;
  color: #999;
}

.content2 h1 {
  padding: 19px 0 23px 0;
  font-size: 24px;
  color: #999;
}

h2 {
  padding: 15px 0 10px 0;
  font-size: 14px;
  font-weight: bold;
}

h3 {
  margin-top: -15px;
  padding: 0 0 20px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #999;
}

h4 {
  padding: 10px 0 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

#container.grass h2 {
  color: #8cc640;
}

#container.water h2 {
  color: #1991d0;
}

#container.earth h2 {
  color: #996600;
}

#container.fire h2 {
  color: #ff9900;
}

#container.cloud h2 {
  color: #00b2d9;
}


h2 em {
  font-size: 12px;
  color: #999;
}

.topzero {
  padding-top: 0;
}

ul.general {
  padding: 0 20px;
  list-style: none;
}

ul.general li {
  padding-bottom: 10px;
  line-height: 15px;
}

ol.general {
  padding: 0 20px;
}

ol.general li {
  padding-bottom: 10px;
  line-height: 15px;
}

.hilite {
  font-weight: bold;
  color: #000;
}

.client-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.client-list li {
  margin-bottom: 10px;
  padding: 0 0 0 50px;
}

#IV {
  background: url(../images/icon_IV.gif) 0 0 no-repeat;
}

#IM {
  background: url(../images/icon_IM.gif) 0 0 no-repeat;
}

#Invite {
  background: url(../images/icon_invite.gif) 0 0 no-repeat;
}

#AddPhone {
  background: url(../images/icon_addphone.gif) 0 0 no-repeat;
}

#DS {
  background: url(../images/icon_DS.gif) 0 0 no-repeat;
}

#FT {
  background: url(../images/icon_FT.gif) 0 0 no-repeat;
}

#Options {
  background: url(../images/icon_options.gif) 0 0 no-repeat;
}

#Forwarding {
  background: url(../images/icon_forwarding.gif) 0 0 no-repeat;
}

#TelTelNumber {
  background: url(../images/icon_8digit.gif) 0 0 no-repeat;
  display: none;
}

#container.grass ul.bullet {
  padding: 0 15px;
  list-style: url(../images/bullet_grass.gif);
}

#container.grass ul.bullet li {
  padding-bottom: 10px;
  line-height: 17px;
}

#container.fire ul.bullet {
  margin: 10px 15px 20px 15px;
  padding: 0 20px;
  list-style: url(../images/bullet_fire.gif);
}

#container.fire ul.bullet li {
  padding-bottom: 10px;
  line-height: 17px;
}

#container.cloud ul.bullet {
  margin: 10px 15px 20px 15px;
  padding: 0 20px;
  list-style: url(../images/bullet_cloud.gif);
}

#container.cloud ul.bullet li {
  padding-bottom: 10px;
  line-height: 17px;
}

table.standard {
  margin-right: -150px;
  border-top: #ccc 2px solid;
  border-bottom: #ccc 2px solid;
  border-collapse: collapse;
  text-align: left;
}

.standard-top {
  border-top: #ddd 1px solid;
  background: #eee;
}

/*#container.grass th {
  color: #8cc640;
}

#container.water th {
  color: #1991d0;
}

#container.earth th {
  color: #996600;
}

#container.fire th {
  color: #ff9900;
}

#container.cloud th {
  color: #00b2d9;
}*/

table.standard th {
  background: #eee;
  color: #666;
}

table.standard th, table.standard td {
  padding: 10px 10px 10px 10px;
  border-bottom: #ccc 1px dashed;
  vertical-align: top;
}

table.standard td ul {
  padding: 0 0 0 10px;
  list-style: disc;
}

.contact-table {
  margin: 10px 0 0 0;
  border: none;
  border-collapse: collapse;
}

.contact-table th, .contact-table td {
  padding: 5px 10px 10px 0;
  text-align: left;
  vertical-align: top;
}

.contact-table #cancel {
  margin-left: 5px;
}

.contact-table .input {
  width: 200px;
}

.contact-table .message {
  width: 250px;
  height: 100px;
}

.red {
  margin-left: 5px;
  color: #CC0000;
}

.left-col {
  width: 50%;
  float: left;
}

.right-col {
  width: 50%;
  float: right;
}

.download-table {
  margin-bottom: 30px;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  border-collapse: collapse;
}

.download-table th {
  width: 100px;
  padding: 3px 10px 3px 10px;
  text-alisng: left;
  background: #eee;
  color: #666;
  border-bottom: #ccc 1px dashed;
}

.download-table td {
  width: 100px;
  padding: 5px 5px 5px 10px;
  text-align: left;
/*  background: #f5f5f5;*/
  border-bottom: #ccc 1px dashed;
}

.download-list {
  padding: 0 40px;
}

.download-list li {
  margin-bottom: 10px;
  line-height: 18px;
}

.nav-table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

.nav-table td {
  padding: 2px 2px 2px 2px;
}

.rate-table {
  width: 100%;
  border-top: #ccc 2px solid;
  border-bottom: #ccc 2px solid;
  border-collapse: collapse;
}

.rate-table th {
  padding: 3px 10px 3px 10px;
  text-alisng: left;
  background: #eee;
  color: #666;
  text-align: left;
  border-bottom: #ccc 1px dashed;
}

.rate-table td {
  padding: 5px 5px 5px 10px;
  text-align: left;
  border-bottom: #ccc 1px dashed;
}

.zebra {
  background: #F7FBFF;
}

.careers-list {
  margin: -10px 0 20px 0;
  padding: 0 40px;
}

.careers-list li {
  margin-bottom: 5px;
  line-height: 18px;
}


.careers-list2 {
  margin: 20px 0;
  padding: 0 40px;
}

.careers-list2 li {
  margin-bottom: 10px;
  line-height: 18px;
}

.blocker {
  height: 30px; 
  border-top: #999 1px dashed; 
  margin-top: 30px;
}

.arrow-top {
  vertical-align: top;
  margin-top: 4px;
  margin-left: 5px;
}

.arrow-right {
  margin-top: 1px;
  margin-left: 5px;
  border: none;
  vertical-align: top;
}

.go {
  padding: 10px 0 0 0;
  text-align: right;
}

.privacy-list {
  margin: 0 0 10px 0;
  padding: 0 40px;
  list-style: url(../images/bullet_cloud.gif);
}

.privacy-list li {
  line-height: 18px;
}


.terms-list {
  margin: 0 0 10px 0;
  padding: 0 40px;
}

.terms-list li {
  line-height: 18px;
}

.brief {
  margin-top: -5px;
  font-style: italic;
  color: #666;
}

.date {
  margin-top: 20px;
  font-weight: bold;
}

.faq-form select {
  margin: 0 0 10px 0;
  width: 350px;
  height: 20px;
  font-size: 12px;
}

.faq-list1 {
  margin: 10px 0 20px 20px;
  padding: 0 20px;
  list-style: url(../images/bullet_fire.gif);
}

.faq-list1 li {
  padding-bottom: 10px;
  line-height: 17px;
}

.faq-list2 {
  padding: 0 10px;
}

/* Footer Setting */
#copyright {
  font-size: 11px;
  color: #666;
  text-align: left;
  float: left;
}

#links {
  width: 250px;
  font-size: 11px;
  color: #666;
  text-align: right;
  float: right;
}

#links a {
  text-decoration: none;
  color: #666;
}

#links a:hover {
  color: #fff;
}

#links .separator {
  margin: 0 10px;
}

#userLanguage {
  margin: -2px 0 0 100px;
  float: right;
  width: 100px;
  height: 18px;
  font-size: 11px;
}

/* Graphic Setting */

.graphic {
  margin: 10px 0 10px 0;
  text-align: center;
}

.graphic-explanation {
  margin: -10px 0 10px 0;
  text-align: center;
  font-size: 11px;
  color: #999;
}

.graphic-seed {
  position: absolute;
  right: -220px;
  top: 250px;
}

.btn-download {
  position: absolute;
  right: -180px;
  top: 95px;
  border: none;
}

.graphic-softphone {
  position: absolute;
  right: -120px;
  top: 220px;
}

.invitation-form {
  border-top: #ccc 3px solid;
  border-bottom: #ccc 3px solid;
  padding: 12px 0 10px 0;;
}

.invitation-form p {
  padding: 0 15px 10px 15px;
  font-weight: bold;
}

.invitation {
  border: none;
  border-top: #ccc 1px dashed;
  border-bottom: #ccc 1px dashed;
  background: #eee;
  margin: 8px 0 0 0;
  padding: 5px 0px 5px 15px;
}

.invitation input {
  vertical-align: middle;
}

.invitation label {
  padding: 0 20px 0 5px;
  font-weight: bold;
}

.invitation input[type='image'] {
  margin: 0 0 0 30px;
}

.new-feature {
  margin: 10px 0 -10px 0;
}

/* contest */
.top20 {
  margin-top: 20px;
}

.enhance {
  font-weight: bold;
  color: #00b2d9;
}

.indent {
  padding: 0 0 0 20px;
}

.schedule {
  margin: 0 10px 10px 5px;
  vertical-align: top;
}

.contest-graphic {
  margin: 20px 0
}

#bottom-nav.tw {
  margin-left: 40px;
  list-style: none;
}

#bottom-nav.tw li {
  float: left;
}


#bottom-nav.tw a {
  width: 90px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  text-decoration: none;
  text-align: center;
  display: block;
}

#bottom-nav.tw a:hover, #bottom-nav.tw a.on {
  color: #00b2d9;
}
