body {
  font-family:trebuchet, Arial, Helvetica, sans-serif;
  color:#999;
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  background-color:#002248;
}

#container {
  width:830px;
  text-align:left;
  margin:0 auto;
}

#branch-links ul {
  margin:0;
  padding:15px 0 30px 0;
  list-style:none;
}

#branch-links li {
  margin:0;
  padding:0;
  float:left;
}
  /* ie 7 hack  */
  *:first-child+html #branch-links li {
    margin-top:30px;
  }

#branch-links li#queenstown, #branch-links li#queenstown a {
  width:160px;
  height:84px;
  text-indent:-9999px;
  background:#002248 url(/Images/SplashPageImages/queenstown.gif) 0 0 no-repeat;
  display:block;
}  
#branch-links li#queenstown a:hover {
  background-position:0 -84px;
  text-decoration:none;
  border-bottom:none;
}  
  
#branch-links li#auckland, #branch-links li#auckland a {
  width:167px;
  height:84px;
  text-indent:-9999px;
  background:#002248 url(/Images/SplashPageImages/auckland.gif) 7px 0 no-repeat;
  display:block;
}  
#branch-links li#auckland a:hover {
  background-position:7px -84px;
  text-decoration:none;
  border-bottom:none;
}  
  
#branch-links li#christchurch, #branch-links li#christchurch a {
  width:167px;
  height:84px;
  text-indent:-9999px;
  background:#002248 url(/Images/SplashPageImages/christchurch.gif) 7px 0 no-repeat;
  display:block;
}  
#branch-links li#christchurch a:hover {
  background-position:7px -84px;
  text-decoration:none;
  border-bottom:none;
}  
  
#branch-links li#clearwater, #branch-links li#clearwater a {
  width:167px;
  height:84px;
  text-indent:-9999px;
  background:#002248 url(/Images/SplashPageImages/clearwater.gif) 7px 0 no-repeat;
  display:block;
}  
#branch-links li#clearwater a:hover {
  background-position:7px -84px;
  text-decoration:none;
  border-bottom:none;
}  
  
#branch-links li#wanaka, #branch-links li#wanaka a {
  width:167px;
  height:84px;
  text-indent:-9999px;
  background:#002248 url(/Images/SplashPageImages/wanaka.gif) 7px 0 no-repeat;
  display:block;
}  
#branch-links li#wanaka a:hover {
  background-position:7px -84px;
  text-decoration:none;
  border-bottom:none;
}  
  
#bsir {
  width:312px;
  height:51px;
  margin:30px auto 20px auto;
  text-indent:-9999px;
  background-image:url(/Images/SplashPageImages/browns-sothebys-logo.gif);
  background-repeat:no-repeat;
}

#new-zealand {
  width:193px;
  height:19px;
  margin:0 auto;
  text-indent:-9999px;
  background-image:url(/Images/SplashPageImages/new-zealand.gif);
  background-repeat:no-repeat;
}

#box_slideDefault {
  margin-top:30px;
  text-align:center;
}

.slides-box{
  margin-top:30px;
  display:none;
  text-align:center;
}

#index-page-text {
  clear:both;
  padding-top:50px;
  padding-bottom:20px;
}

#index-page-text h1 {
  font-size:13px;
  text-align:center;
  margin:70px 0 0 0;
  padding:0;
}
#index-page-text h2 {
  font-size:12px;
  font-weight:normal;
  text-align:center;
  margin:10px 0 0 0;
  padding:0;
}
#index-page-text p {
  color:#666;
  font-size:12px;
  font-weight:normal;
  text-align:center;
  margin:10px 0 0 0;
  padding:0;
}
#index-page-text #bottom-links {
  color:#666;
  font-size:10px;
  font-weight:normal;
  text-align:center;
  line-height:140%;
  margin:40px 0 20px 0;
  padding:0;
}

a {
  color:#666;
  text-decoration:none;
}
a:hover {
  color:#666;
  text-decoration:none;
  border-bottom:1px dotted #666;
}
a:focus {
  outline:none;
}
