/* CSS Document */

body {
  font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height:1.4em;
  color:#000000;
  text-align:center;
  background-color:#8f6c46;
  margin:0;
  padding:0;
  /* WinIE 5,6 behaviour calls - IE does not support :hover on elements other than 
  links, this fixes that - see: www.xs4all.nl/~peterned/csshover.html. */
  behavior: url(../stylesheets/csshover.htc);
}

img {
  /* WinIE behaviour calls - IE 6 does not support PNG, 
  this fixes that - see:http://www.twinhelix.com/css/iepngfix/. */
  behavior: url(../stylesheets/iepngfix.htc);
}

#pagewrap {
  background:url(../images/bg_noline.gif) 0 0 repeat-y;
  width:1009px;
  margin:0 auto;  /* firefox centre align */ 
  text-align:left;
  border:1px solid transparent; /* fix to get Mozilla page background to fill in */
}

/* IE 5,6 hack - remove Mozilla fix */
*html #pagewrap {
  border:0;
}

/* IE 7 hack - remove Mozilla fix */
*:first-child+html #pagewrap {
  border:0;
}

#home #pagewrap {
  background:url(../images/bg.gif) 0 0 repeat-y;
}

#contacts #pagewrap, #bookings #pagewrap, #booking_confirmation #pagewrap, #promotions3 #pagewrap, #contact_confirmation #pagewrap, #tariffs #pagewrap {
  background:url(../images/bg_line.gif) 0 0 repeat-y;
}

#logo_menu {
   background:#fBf8ec; 
   height:134px;
   width:1000px;
   padding:0;
   margin:0;
   position:relative;
}

#logo {
  height:88px;
  text-align:center;
  width:1000px;
  padding-top:12px;
  position:absolute;
  z-index:1;
  left:0;
  background:transparent;
  border-left:solid 1px #291f14;
  border-right:solid 1px #291f14;
}

#logo img {
  width:324px;
  height:100px;
  border:0;
}

#menu {
  position:absolute;
  z-index:0;
  top:100px;
  width:1000px;
  color:#fbf8ec;
  background:#54402a;
  height:34px;
  padding:0;
  margin:0;
  border-left:solid 1px #291F14;
  border-right:solid 1px #291F14;
  border-bottom:solid 1px #fBf8ec;
}

#menu ul {
  margin:0 0 0 60px;
  height:33px;
  list-style:none;
}

/* IE 5,6 hack - position menu */
*html #menu ul {
  margin-left:90px;
}

/* IE 7 hack - position menu */
*:first-child+html #menu ul {
  margin-left:90px;
}

#menu ul li {
  margin:0;
  padding:0;
  height:33px;
  float:left;
  position:relative;
}

#menu ul li a {
  font-size:15px;
  letter-spacing:0.04em;
  font-weight:normal;
  color:#fBf8ec;
  height:26px;
  text-decoration:none;
  margin:0;
  padding:6px 30px 0 30px;
  display:block;
  border-top:solid 1px #54402a;
  border-bottom:solid 1px #54402a;
}

/* IE 5,6 Hack - set menus */
*html #menu ul li a {
  width:40px; 
  white-space:nowrap;
}

#menu ul li a:hover {
  background-color:#8f6c46;
  border-top:solid 1px #54402a;
  border-bottom:solid 1px #54402a;
}

/* menu hit states */
#home #menu_home, #bookings #menu_bookings, #booking_confirmation #menu_bookings, #conditions #menu_bookings, #tariffs #menu_tariffs,
#promotions #menu_promotions, #promotions2 #menu_promotions, #promotions3 #menu_promotions, #contacts #menu_contacts, #contact_confirmation #menu_contacts {
  background-color:#8f6c46;
  border-top:solid 1px #54402a;
  border-bottom:solid 1px #54402a;
}

#menu ul ul.level2 {
  border-top:1px solid #fBf8ec;
  position:absolute;
  top:34px;
  left:0;
  text-align:left;
  margin:0;
  width:125px;
  display:none;
}

/* IE 5,6 Hack - set menus */
*html #menu ul ul.level2 {
  left:40px;
}

/* IE 7 hack - set menus */
*:first-child+html #menu ul ul.level2 {
  left:40px;
}

#menu ul ul.level2 li {
  height:26px;
  width:150px;
  margin:0;
  margin-left:-40px;
}

#menu ul li:hover ul.level2 {
  display:block;
}

#menu ul ul.level2 li a {
  font-size:14px;
  height:23px;
  padding:3px 15px 0 15px;
  background-color:#55402a;
  border:0;
  width:150px;
  display:block;
  white-space:nowrap;
}

#menu ul ul.level2 li a:hover{
  background-color:#8f6c46;
  border:0;
}

#largepics {
  padding:0;
  margin-left:1px;
  border-bottom:solid 1px #291f14;
  width:1000px;
  height:333px;
  background:#fBf8ec url(../images/home_pics/Cheetah.jpg) 0 0 no-repeat;  
}

#promotions #largepics, #promotions2 #largepics, #promotions3 #largepics {
   background:#fBf8ec url(../images/WildDogs.jpg) 0 0 no-repeat;    
}

#bookings #largepics, #booking_confirmation #largepics {
   background:#fBf8ec url(../images/GiraffeHerd.jpg) 0 0 no-repeat;    
}

#conditions #largepics {
   background:#fBf8ec url(../images/ImpalaHerdAtSunset.jpg) 0 0 no-repeat;    
}

#tariffs #largepics {
   background:#fBf8ec url(../images/BlackRhino.jpg) 0 0 no-repeat;    
}

#links #largepics {
   background:#fBf8ec url(../images/Wildebeest.jpg) 0 0 no-repeat;    
}

#contacts #largepics, #contact_confirmation #largepics {
   background:#fBf8ec url(../images/KuduBaboon.jpg) 0 0 no-repeat;    
}

#content {
  margin:20px 0 0 35px;
  text-align:left;
}

#left_home {
  float:left;
  width:363px;
  padding-right:35px;
  padding-bottom:5px;
  border-right:solid 1px #e1d6c2;
}

#left_halfpage {
  float:left;
  width:435px;
  padding-bottom:15px;
  padding-right:35px;
  border-right:solid 1px #e1d6c2;
}

#left_lodge {
  float:left;
  width:360px;
  padding-bottom:15px;
}

#left_enquiry {
  float:left;
  width:616px;
  padding-bottom:15px;
}

#left_facilities {
  float:left;
  width:581px;
  padding-bottom:15px;
  margin-right:35px;
}

#left_tariffs {
  float:left;
  width:290px;
  padding-bottom:15px;  
}

#left_photos {
  float:left;
  width:945px; 
  padding-bottom:15px;  
}

#left_map {
  float:left;
  width:345px;
  padding-bottom:15px;
  padding-right:35px;
  border-right:solid 1px #e1d6c2;  
}

.stars{
  padding-top:10px;
  float:right;
}

#right_home {
  float:left;
  width:365px;
  margin-left:35px;
  padding-bottom:15px;
}

#right_halfpage {
  float:left;
  width:428px;
  margin-left:35px;
  padding-bottom:15px;
}

#right_lodge {
  float:left;
  width:221px;
  margin-left:35px;
  padding-bottom:15px;  
}

#right_tariffs {
  float:left;
  width:291px;
  margin-left:15px;
  padding-left:20px;
  padding-bottom:15px; 
  border-left:solid 1px #e1d6c2;
}

#right_map {
  float:left;
  width:524px;
  margin-left:35px;
  padding-bottom:15px;
}

#sidebar_lodge {
  float:left;
  width:240px;
  margin-left:35px;
  padding:0 35px 5px 35px;
}

#onecol {
  float:left;
  width:850px;
  margin-right:35px;
}

.small_logos{
  margin-top:15px;
  border:0;
}

.small_photos{
  border:solid 1px #2e2419;
  margin-top:15px;
}

.more {
  margin-top:-30px;
  color:#55402a;
  float:right;
  font-weight:bold;
}

#sidebar {
  width:78px;
  float:left;
  padding-left:58px;
  text-align:center;
}

#sidebar img{
  margin-top:30px;
  border:0;
  margin-bottom:10px;
}

#sidebar a:hover  {
  background-color:transparent;
}

#footer{
  background:url(../images/footer_bg_noline.jpg) 0 0 no-repeat;
  width:1009px;
  margin:0 auto;  /* firefox centre align */
  height:41px;
}

#home #footer {
  background:url(../images/footer_bg.jpg) 0 0 no-repeat;  
}

#contacts #footer, #bookings #footer, #promotions3 #footer, #contact_confirmation #footer, #booking_confirmation #footer, #tariffs #footer {
  background:url(../images/footer_bg_line.jpg) 0 0 no-repeat;  
}

#loginlink {
  color:#6e5236;
  width:1000px;
  margin:0 auto;  /* firefox centre align */
  font-size:10px;
  text-align:right;
  padding-right:12px;
  margin-top:-5px;
}

/* Photo Gallery */

.gallery_pic {
  float:left;
  width:302px;
  height:315px;
  margin:0 10px 0 0;
  text-align:center;
}

.gallery_pic img, .pic img, .news_pic img, img.screendump, img.border {
  padding:1px;
  border:1px solid #55402a;
}

.gallery_pic img.landscape {
  width:263px;
  height:175px;  
  margin-top:30px;
}

.gallery_pic img.portrait {
  height:263px;
  width:175px;  
}

.news_pic {  
  float:left;
  width:225px;
  height:250px;
  margin:0 35px 0 0;
  text-align:center;
}

.news_pic img.landscape {
  width:215px;
  height:143px;  
  margin-top:30px;
}

.news_pic img.portrait {
  height:215px;
  width:143px;  
}

#extra_photos {
  margin-left:70px;
  float:left;
}

#extra_photos .gallery_pic {  
  float:left;
  width:225px;
  height:270px;
  margin:0 35px 0 0;
  text-align:center;
}

#bottom_photos {  
  margin-left:35px;  
}

#extra_photos .gallery_pic img.landscape {
  width:215px;
  height:143px;  
}

#extra_photos .gallery_pic img.portrait {
  height:215px;
  width:143px;  
}

.prev_next {
  clear:both;
  margin-top:15px;
  text-align:center;
}

#promo_pics {
  width:434px;
  text-align:left;
}

#conditions_pics {
  width:434px;
  margin-left:103px;
}

.pic {
  text-align:center;
  margin:15px 0 5px 0;
  width:215px;
}

#promo_pics .pic {
  width:215px;
  float:left;
}

.pic img.landscape {
  width:215px;
  height:143px;  
}

.pic img.portrait {
  width:143px;
  height:215px;    
}

/* General styles */

h1 {
  font-size:21px;
  color:#55402a;
}

h1.indexheader {
  font-size:21px;
  color:#55402a;
  width:215px;
  float:left;
  margin-top:10px;
}

.indexheader a {
  text-decoration:none;
}

h2 {
  font-size:18px;
  color:#55402a;
}

h3 {
  font-size:16px;
  color:000000;
}

h4 {
  font-size:14px;
  color:#55402a;
}

a {
  color:#55402a;
  font-weight:bold;
}

a:hover {
  background-color:#e1d6c2;
}

.pic a:hover, .gallery_pic a:hover, .news_pic a:hover, #logo a:hover {
  background-color:transparent;  
}

a img {
  border:0;
}

a.arrowpoint {
  cursor:default;
}

#loginlink a, #loginlink a:visited {
  color:#6e5236;
  text-decoration:none;
}

hr {
  border:0;
  height:0;
  border-top:solid 1px #e1d6c2;
}

.caption {
  font-size:11px;
  line-height:1.3em;
  color:#55402a;
}

.caption_green {
  font-size:12px;
  color:#006600;
  margin-left:35px;
  padding:0;
  margin-top:5px;
  width:300px;
}

.caption_red {
 color: #ff9955;
font-size:12px;
}

.left {
  text-align:left;  
}

.right {
  text-align:right;  
}

.center {
  text-align:center;  
}

.clear{
  clear:both;
}

.winnerswrap {
  border:4px solid #55402a;
}

.winners {
  font-size:18px;
  color:#ff9933;
  border:1px solid #fbf8ec;
  background-color: #55402a;
  padding:10px 0 10px 0;
  text-align:center;
}

.winners span {
  font-size:13px;
}

.winners a {
  color:#ff9933;
  font-weight:normal;
  text-decoration:none;
}

.winners a:hover {
  color:#fbf8ec;
  background-color:#55402a;
}

img.community {
  margin:0 5px 10px 0;
  vertical-align:middle;
  float:left;
  border:1px solid #55402a;
}

/* Tables */

table {
  width:100%;  
}

th {
  border-bottom:solid 1px #E1D6C2;  
}

td {
  padding-left:10px;  
}

td.tick {
  background:url(../images/tick.gif) 9px 5px no-repeat;
  width: 48px;
}

td.text {
  text-align:middle;
  font-weight:bold;
}

/*Forms */

input {
  border:1px solid #55402a;
  background:url(../images/input_bg.jpg) 0 0 repeat-x;
  height:20px;
  padding:4px 3px 0 3px;  
  font-size:12px;
}

#sidebar_lodge input {
  float:left;  
}

/* IE 5,6 hack - set subscriber email input */
*html #subscriber input {
  width:145px;
}

/* IE 7 hack - set subscriber email input */
*:first-child+html #subscriber input {
  width:145px;
}

input.button {
  height:26px;
  padding:0 4px 4px 4px;
  background:#55402a;
  color:#fBf8ec;
  font:14px;
  width:68px;
}

/* IE 5,6 hack - set subscriber button */
*html #subscriber input.button {
  width:80px;
}

/* IE 7 hack - set subscriber button */
*:first-child+html #subscriber input.button {
  width:80px;
}

#sidebar_lodge input.button {
 float:right;  
}

input.small {
  width:20px;  
}

textarea {
  border:1px solid #55402a;
  background:#fbf8ec url(../images/input_bg.jpg) 0 0 repeat-x;
  height:80px;
  font-size:13px;
  font-family:Trebuchet MS, Arial, Helvetica, sans-serif;  
  padding:3px;
  width:300px;  
}

textarea.long {
  height:150px;  
}

textarea.longer {
  height:400px;  
  width:500px;
}

select {
  border:1px solid #55402a;
  background:#fbf8ec url(../images/input_bg.jpg) 0 0 repeat-x;
  height:22px;
}

/* Form errors */
.fieldWithErrors input, .fieldWithErrors textarea {
  border:2px solid #ff9955;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #ff9955;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #fBf8ec;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #ff9955;
  color: #55402a;
}

#errorExplanation p {
  color: #000;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

