/* CSS Document */

/* Image Style */

.img{
	border:3px solid #EDECEA;
	padding:1px;
	background:#F4F4F4;
}

/* Background */

.bodybg {
	background-image:url(../images/template/bg_fade.jpg);
	background-repeat:repeat-x;
	margin-top:0;
	}

/* Navigation Top */

.navi {
	/* background-image: url(../images/navi_bg.jpg); */
	text-align: center;
	FONT-SIZE: 11px; 
	FONT-FAMILY: arial;
	COLOR: #666666;
	word-spacing: 5px;
}

.class1 A:link {
	FONT-SIZE: 11px; 
	FONT-FAMILY: arial; 
	COLOR: #5D5B59;
	TEXT-DECORATION: none;
	border-bottom: none;
} 
.class1 A:visited {
	FONT-SIZE: 11px; 
	FONT-FAMILY: arial; 
	COLOR: #5D5B59;
	TEXT-DECORATION: none;
	border-bottom: none;
} 
.class1 A:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: arial; 
	COLOR: #FFF;
	border-bottom:1px solid #FFF;
}

/* Navigation Left */

.left_navi_bg {
	/* background-image: url(../images/template_11.jpg); */
	background-repeat: repeat-y;
	vertical-align: top;
	padding-bottom: 1px;
	border-left: 1px dotted #7498C0;
}

.left_navi_special {
	/* background-image: url(../images/template_11.jpg); */
	background-repeat: repeat-y;
	vertical-align:bottom;
	/* padding-bottom:10px; */
	border-left: 1px dotted #7498C0;
}
/* Header */

h1 {
	font-family: Verdana;
	color: #00529E;
	font-size: 19px;
	border-bottom: 1px solid #ECECEC;
	vertical-align:bottom;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: normal;
}

/* Content */

.body {
	font-family: Verdana;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	border-bottom: 1px solid #ECECEC;
	vertical-align: top;
}

.tabledata {
	font-family: Verdana;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px dotted #ECECEC;
}

.text2 {
	font-family: Verdana;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
}

.bodylink A:link {
	FONT-SIZE: 12px; 
	FONT-FAMILY: Verdana; 
	COLOR: #00529E;
	TEXT-DECORATION: none;
	border-bottom: none;
} 
.bodylink A:visited {
	FONT-SIZE: 12px; 
	FONT-FAMILY: Verdana; 
	COLOR: #00529E;
	TEXT-DECORATION: none;
	border-bottom: none;
} 
.bodylink A:hover {
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none;
	COLOR: #00529E;
	border-bottom: 1px dotted #00529E;
}

.h2 {
	font-family: Verdana;
	height: 25px;
	color: #00529E;
	font-size: 14px;
	border-bottom: 1px solid #ECECEC;
	vertical-align: bottom;
	padding-bottom: 3px;
}

.table{
	font-family: Verdana;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	border:1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	padding: 5px 5px 5px 5px;
	vertical-align:top;
}


td .hover {
	height: 70px;
	padding: 5px 5px 5px 5px;
	border-right: 1px dotted #348AC2;
}

/* Footer */

.footer {
	padding: 20px 0px 20px 20px;
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
	line-height: 15px;
	/*background-image: url(../images/template_16.gif);*/
	background-repeat: no-repeat;
	background-position: right;
}
.flink A:link {
	FONT-SIZE: 9px; 
	FONT-FAMILY: Verdana; 
	COLOR: #CCCCCC;
	text-decoration:underline;
} 
.flink A:visited {
	FONT-SIZE: 9px; 
	FONT-FAMILY: Verdana; 
	COLOR: #CCCCCC;
	TEXT-DECORATION: none
} 
.flink A:hover {
	FONT-SIZE: 9px; 
	FONT-FAMILY: Verdana; 
	COLOR: #999999;
}

/* Rates Table */

.rate{
	font-family: Verdana;
	color: #666666;
	font-size: 10px;
	line-height: 18px;
	border:1px solid #ECECEC;
	border-bottom: 1px dotted #ECECEC;
	padding: 5px 5px 5px 5px;
	vertical-align:top;
}
/*Inner Link */
.inner A:link {
	FONT-SIZE: 10px; 
	FONT-FAMILY: Verdana; 
	COLOR: #008ED2;
	text-decoration:underline;
} 
.inner A:visited {
	FONT-SIZE: 10px; 
	FONT-FAMILY: Verdana; 
	COLOR: #008ED2;
	text-decoration:underline;
} 
.inner A:hover {
	FONT-SIZE: 10px; 
	FONT-FAMILY: Verdana; 
	COLOR: #FFF;
	background-color: #008ED2;
}.ratecontent {
	padding-right: 10px;
	padding-left: 10px;
}

/* Navigation Top */



#list-menu {

	width: 100%;

	padding-left: 0px;

}



#list-menu ul {

	margin: 0;

	list-style-type: none;

	font-family: Verdana;

	font-size: 11px;

	padding-top: 0;

	padding-right: 0;

	padding-bottom: 0;

	padding-left: 0;

}



#list-menu li {
	margin-right: 0;
	margin-left: 0;
	border-bottom: 1px dotted #7498C0;
}



#list-menu a {

display: block;

width:100%;

padding: 2px 2px 2px 10px;





text-decoration: none; /*lets remove the link underlines*/

}



#list-menu a:link, #list-menu a:active, #list-menu a:visited {

	color: #00529E;

	font-weight: 500;

	line-height: 1.5em;

	height: 18px;

	text-decoration: none;

}



#list-menu a:hover {

	background: #6890BB;

	color: #FFFFFF;

	height: 18px;

}



/*end list*/.enquire {
	float: left;
}

#btn a:link, #btn a:active, #btn a:visited {
	padding-top:1px;
	display: block;
	width: 150px;
	height: 20px;
	background-color: #5DA3D6;
	font: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	float: right;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-opera-border-radius: 4px;
	-moz-border-radius: 4px;
}

#btn a:hover {
	padding-top:1px;
	display: block;
	width: 150px;
	height: 20px;
	background-color: #006AB4;
	font: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	float: right;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-opera-border-radius: 4px;
	-moz-border-radius: 4px;
}

.winterRate{
	vertical-align:top;
	text-align:center;
	border-bottom:1px solid #ECECEC;
}

.summerRate{
	vertical-align:top;
	text-align:center;
	border-right:1px solid #ECECEC;
	border-bottom:1px solid #ECECEC;
	border-left:1px solid #ECECEC;
}

/* Specials Page */

.specialTable {
	border:1px solid #8AC9CB;
	background-color:#D4F4F5;
	padding:13px 5px 5px 5px;
}

.specialHeading {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#231A54;
}

.specialContent {
	line-height:25px;
}

.specialRate {
	font-size:18px;
	font-weight:600;
	color:#F59F09;
}

#specialBlock {
	margin:0 auto;
	text-align:center;
	padding:20px;
	width:350px;
	height:auto;
	background-color:#F8F8F8;
	border:1px solid #DCDCDC;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-moz-border-radius:10px;
}

#specialBlock h6 {
	margin:0;
	color:#0866B1;
	font-size:20px;
}

#specialBlock p {
	margin:0;
	padding-top:15px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-size:11px;
}

	  #specialBlock_split {
		  float:right;
		  margin:0 auto;
		  text-align:center;
		  padding:20px;
		  width:300px;
		  height:auto;
		  background-color:#F8F8F8;
		  border:1px solid #DCDCDC;
		  -webkit-border-radius:10px;
		  -opera-border-radius:10px;
		  -moz-border-radius:10px;
	  }
	  
	  #specialBlock_split h6 {
		  margin:0;
		  color:#0866B1;
		  font-size:20px;
		  line-height:25px;
	  }
	  
	  #specialBlock_split p {
		  margin:0;
		  padding-top:15px;
		  font-family:Verdana, Geneva, sans-serif;
		  color:#666;
		  font-size:11px;
	  }
	  
	  
	  #specialBlocksa {
	margin:0 auto;
	text-align:center;
	padding:20px;
	width:525px;
	height:auto;
	background-image:url(../images/specials/south-africa-flag.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#F8F8F8;
	border:1px solid #DCDCDC;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-moz-border-radius:10px;
	}
	
	#specialBlocksa h6 {
		margin:0;
		color:#0866B1;
		font-size:25px;
	}
	
	#specialBlocksa p {
		margin:0;
		padding-top:15px;
		font-family:Verdana, Geneva, sans-serif;
		color:#666;
		font-size:11px;
	}
	  
	  
	  /* World Cup Page */
.wcTable {
	line-height:18px;
	background-color:#FFF;
	border:1px solid #FC3;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}

.wcHeading {
	font-size:20px;
	color:#FC0;
	font-weight:600;
}

.wcRate {
	font-style:italic;
	color:#333;
	font-size:16px;
	font-weight:600;
}

.wcTerms {
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-size:10px;
}

.tableListing {
	font-family: Verdana;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px dotted #BBBBBB;
}

.tableListingRS {
	font-family: Verdana;
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
}
#rates_specials a {
	background-color:#FFFFFF;
}

#rates_specials a:hover {
 background-color:#E6E9F3;
}
#check-button a:link, #check-button a:active, #check-button a:visited{
	background-color:#F9F8BB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#0866B1;
	padding:10px 30px;
	text-decoration:none;
	border: 1px solid #DEDD97;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #999 0px 1px 8px;
	-moz-box-shadow: #999 0px 1px 8px;
	box-shadow: #999 0px 1px 8px;
	background: #FFFDE5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFDE5), to(#F3EC86));
	background: -moz-linear-gradient(#FFFDE5, #F3EC86);
	-pie-background: linear-gradient(#FFFDE5, #F3EC86);
	behavior: url(http://www.villageandlife.com/PIE.htc);
	font-weight: bold;
}

#check-button a:hover{
	background-color:#F9F8BB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#0866B1;
	padding:10px 30px;
	text-decoration:none;
	border: 1px solid #DEDD97;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #C6C6C6 0px 1px 8px;
	-moz-box-shadow: #C6C6C6 0px 1px 8px;
	box-shadow: #C6C6C6 0px 1px 8px;
	background: #FFFDE5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFDE5), to(#F3EC86));
	background: -moz-linear-gradient(#FFFDE5, #F3EC86);
	-pie-background: linear-gradient(#FFFDE5, #F3EC86);
	behavior: url(http://www.villageandlife.com/PIE.htc);
	font-weight: bold;
}

