body { 
  color: #330000; font-size: 14px; font-family: "Georgia";
  background-color: #f8f4eb;
  margin:0; padding:0;
  display: block;
}

a { text-decoration: none; color: #996633; }

p { text-align: left; line-height: 130%; }

table { float: left; }

.main {
  width: 100%; height: 100%;
  margin:0; padding:0;
}

.header_wrapper {
  width: 100%; height: 110px;
  background: url('../images/header.jpg') repeat-x;
}

.header {
  width: 933px; height: 110px;  
  padding: 0; 
}

.header h1 {
  width: 728px; height: 110px;
  margin:0; padding:0;
  background: url('../images/header_logo.png') no-repeat;
  float: left;
}

.header h1 a {
  width: 728px; height: 100px;
  float: left;
}

.header .phone {
  width: 205px; height: 58px;
  background: url('../images/header_phone.png') no-repeat;
  float: left;
}

.header .map {
  width: 205px; height: 52px;
  float: left;
  background: url('../images/header_map.png') no-repeat;
}

.header .map a{
  width: 205px; height: 52px;
  float: left;
  background: url('../images/header_map.png') no-repeat;
}

.header .map a:hover {
  background-position: 0 -52px;
}

.nav_wrapper {
  width: 100%; height: 48px;
  background: url('../images/nav_bg.jpg') repeat-x;
}

.nav_wrapper2 {
  width: 933px; height: 48px;
}

ul.nav {
  height: 48px; width: 606px;
  margin:0; padding:0;
  list-style: none;
  display: inline;
}

ul.nav li, ul.nav li a {
  height: 48px; margin:0; padding:0; float: left;
}

ul.nav li a { height: 48px; float: left; text-decoration: none; }
ul.nav li.home a { width: 96px; background: url('../images/nav_home.jpg') no-repeat; }
ul.nav li.team a { width: 92px; background: url('../images/nav_team.jpg') no-repeat; }
ul.nav li.office a { width: 155px; background: url('../images/nav_office.jpg') no-repeat; }
ul.nav li.services a{ width: 132px; background: url('../images/nav_services.jpg') no-repeat; }
ul.nav li.contact a { width: 131px; background: url('../images/nav_contact.jpg') no-repeat; }
ul.nav li a:hover { background-position: 0 -48px; }

.hide { font-size: 1px; color: #c9c6b4; text-indent: -10000px; float: left; }

.content_wrapper {
  width: 100%;
  /*background: url('../images/content_bg.jpg') repeat-x;*/
  min-height: 400px;
}

.content {
  width: 933px; min-height: 525px;
  padding: 0; margin: 0;
}
  
  /* left nav */
  .left_nav_wrapper {
    width: 243px; height: auto;
    margin: 15px 0 0 0; padding:0;
    float: left;
  }
  .left_nav_top {
    width: 100%; height: 7px;
    margin: 0; padding:0;
    background: url('../images/left_nav_top.jpg') no-repeat;
    float: left;
  }
  .left_nav_mid {
    width: 213px;
    margin:0; padding: 10px 15px;
    background: url('../images/left_nav_mid.jpg') no-repeat;
    float: left;
  }
  ul.left_nav {
    width: 223px;
    margin: 0; padding: 15px 10px;
    float: left;
    background: url('../images/left_nav_mid.jpg') repeat-y;
    list-style: none;
    display: inline;
  }
  ul.left_nav li {
    padding:0; margin:0;
    float: left;
    text-align: left;
    border-top: 1px solid #c1b7a5;
    cursor: pointer;
    font-weight: bold;
  }
  ul.left_nav.short_rows li a {
    width: 190px; height: 30px;
    padding: 15px 20px 0 10px;
  }
  ul.left_nav.short_rows li a:hover {
    background-position: 195px 15px;
  }
  ul.left_nav li a {
    color: #330000; font-weight: bold; font-size: 12px;
    width: 190px; height: 40px; 
    padding: 25px 20px 0 10px; margin:0;
    float: left;
  }
  ul.left_nav li a:hover {
    background: #ede7db url('../images/icon_bullet.jpg') no-repeat 195px 25px;
  }
  ul.left_nav li.last {
    border-bottom: 1px solid #c1b7a5;
  }
  .left_nav_bottom {
    width: 100%; height: 15px;
    background: url('../images/left_nav_bottom.jpg') no-repeat;
    float: left;
  }
  /* /left nav */
  
.notification {
  background-color: #DFCFB5;
  width: 100%; height: 22px;
  padding: 10px auto 0 auto; margin: 15px 0;
  border: 1px solid #8F8574;
}

.right {
  width: 645px;
  float: left;
  margin: 15px 10px 0 35px;
}

.right p {
  float: left;
  padding:0 10px 0 0; margin: 8px 0;
}

.right h2 {
  height: 18px;width: 100%;
  float: left; clear: both;
  padding: 0 0 10px 0; margin: auto;
  border-bottom: 1px solid #94866f;
  font-size: 18px;text-align: left; text-transform: uppercase;
}

.right h2.team_tuan { width: 100%; background: url('../images/h2_team_tuan.jpg') no-repeat; }
.right h2.appointment { width: 100%; background: url('../images/h2_appointment.jpg') no-repeat; }
.right h2.invisalign { width: 100%; background: url('../images/h2_invisalign.jpg') no-repeat; }
.right h2.map_title { width: 100%; background: url('../images/h2_map.jpg') no-repeat; }
.right h2.contact { width: 100%; background: url('../images/h2_contact.jpg') no-repeat; }
h2.office { 
  width: 135px; height: 17px; 
  background: url('../images/h2_office.jpg') no-repeat; 
  border: 0; 
  float: left; margin: 25px; padding:0; }

.right input[type="text"], .right select, .right textarea { border: 1px solid #bdbdbd; }

.img_frame { padding: 4px; border: 1px solid #94866f; }

.copyright {
  width: 857px; height: 19px;
  margin-left:25px;
  border-top: 1px solid #94866f;
  text-align: center;
  margin-top: 25px; padding-top: 15px; padding-bottom: 15px;
  float: left;
}
.copyright p {
  text-align: center;
}

/* HOME SPECIFIC TAGS */
.buttons_wrapper {
  width: 100%; height: 234px;
  background: url('../images/buttons_bg.jpg') repeat-x;
}

.buttons {
  width: 933px; height: 233px;
  padding-top: 2px;
  background: url('../images/people.gif') no-repeat;
  background-position: 545px -47px;
  z-index: 50;
  position: relative;
}

.buttons_wrapper .button {
  width: 299px; height: 114px;
  float: left;
  margin: 3px 0 0 0;
}

.connect, .connect a {
  width: 299px; height: 114px;
  background: url('../images/button_connect.jpg') no-repeat;
  float: left;
}
.connect a:hover { background-position: 0 -114px; }
.relax, .relax a {
  width: 299px; height: 114px;
  background: url('../images/button_relax.jpg') no-repeat;
  float: left;
}
.relax a:hover { background-position: 0 -114px; }
.play, .play a {
  width: 299px; height: 117px;
  background: url('../images/button_play.jpg') no-repeat;
  float: left;
}
.play a:hover { background-position: 0 -117px; }
.enjoy, .enjoy a {
  width: 299px; height: 117px;
  background: url('../images/button_enjoy.jpg') no-repeat;
  float: left;
}
.enjoy a:hover { background-position: 0 -117px; }

.brown_bar {
  width: 100%; height: 20px;
  background: url('../images/brown_bar_bg.jpg') repeat-x;
}

.content .boxes {
  width: 933px; 
  margin: 0; padding:0;
  margin-top: 15px;
}

.content .boxes .box {
  width: 250px; height: 399px;
  padding: 20px 30px 15px 30px; margin: 0; border-right: 1px solid #94866f;
  background: url("../images/box_bg.jpg") no-repeat;
  float: left;
}

.content .boxes .box p {
  margin: 8px 0; padding: auto 0;
  float: left;
}

.content .boxes .box h3 {
  margin:0; padding: 0;
  float: left; clear: both;
}
.content .boxes .box h3 a {
  width: 100%; height: 100%;
  float: left;
}

.content .boxes .box h3.welcome { width: 226px; height: 59px; background: url('../images/h3_welcome.jpg') no-repeat; }
.content .boxes .box h3.request { width: 202px; height:59px; background: url('../images/h3_request.jpg') no-repeat; }
.content .boxes .box h3.invisalign { width: 180px; height: 55px; background: url('../images/h3_invisalign.jpg') no-repeat; }
.content .boxes .box h3.six_month { margin-left: 50px; border: 2px solid #996633; width: 150px; height: 70px; background: url('../images/h3_6_month.jpg') no-repeat; }
.content .boxes .box h3.stay_in_touch { width: 201px; height: 24px; background: url('../images/h3_stay_in_touch.jpg') no-repeat; }
.content .boxes .box h3.cerec { margin-left: 50px; float: left; width: 150px; height: 56px; background: url('../images/h3_cerec.jpg') no-repeat;  } 
	.content .boxes .box h3.cerec a { border: 2px solid #996633; }
/* /HOME */

.content .office_wrapper {
  width: 933px; padding-left: 10px;
}

.content .office_top {
  float: left; width: 910px; height: 12px;
  background: url('../images/office_top.jpg') no-repeat;
}

.content .office_box {
  width: 910px; min-height: 500px;float: left;
  padding-bottom: 15px;
  background: url('../images/office_bg.jpg') repeat-y;
}

.content .office_bottom {
  width: 910px; height: 25px; float: left;
  background: url('../images/office_bottom.jpg') no-repeat;
}

.content .thumbs { width: 900px; padding-right: 15px;}

.content .thumb { margin: 5px; padding: 0; border: 1px solid #999; }

.map_window { width: 500px; height: 300px; margin: 25px 0 0 75px;float: left; }

span.centered { text-align: center; display: block; font-size: 12px; font-style: italic;}