/* Uyaphi.com CSS - Copyright Uyaphi Safaris - all rights reserved */

body,td,th,h1,h2,h3,h4,h5,h6 {
	font-family: verdana, helvetica, arial, sans-serif !important;
	font-size: 10px;
	color: #000000;
	line-height: 120%;
}
body {
	background-color: #E1B606;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-image: url();
	background-repeat: no-repeat;
}
a {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana;
}
h1 {
	font-size: 21pt;
	text-align: center;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	padding-bottom: 5px;
}
h2	{
	font-size: 10px;
	text-align: left;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold
}
h3 {
	font-family: Verdana;
	font-size: 10px;
	color: #3F340A;
	text-align: left;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
	background: #EFDFA0;
}
h4 {
	-moz-top-left-radius: 8px; /* Firefox */
	-moz-top-right-radius: 8px; /* Firefox */
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-family: Verdana;
	font-size: 11px;
	color: #3F340A;
	text-align: centre;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
	background: #EFDFA0;
}
.searchform	{
	margin: 0px;
}
.searchbox	{
	border: 1px solid #CBA921; 
	background-color: #EFDFA0;
	font-size:8pt;
	font-family:Verdana;
	color:#3F340A
}
.searchbutton	{
	border-style:solid;
	border-width:0px;
	color: #000000;
	background-color: #FFFFFF;
	font-size:7pt;
	font-family:Verdana
}
.formboxes	{
	border: 1px solid #CBA921; 
	background-color: #EFDFA0;
	font-size:10pt;
	font-family:Verdana;
	color:#3F340A
}
.main		{
	font-family: Verdana;
	font-size: 7.5pt;
	font-variant:normal;
	font-weight: normal;
	color:#000000;
	letter-spacing:-0.5pt;
	margin:0px
}
.bestquest {
	color: #FF9900;
	font-family: Arial;
}
.style1 {
	font-family: Tahoma;
	font-size: 10px;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
}
table {
	border-collapse: collapse;
}
th {
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #3F340A;
}
.style4 {
	font-size: 9pt;
	text-align: center;
	margin-right:0px;
	margin-bottom:0px;
	font-weight:normal;
	padding-bottom: 5px;
}
.featured {
	-moz-border-radius: 8px; /* Firefox */
	border-radius: 8px;
	border: 1px solid #3F340A;
	padding-left: 1px;
	padding-right: 1px;
	overflow: hidden;
	display: block;		
	width: 247px;
}
.advert {
	-moz-border-radius: 10px; /* Firefox */
	border-radius: 10px;
	border: 1px solid #ffcc33; /* border colour  */
	background: #8AAD1F;
	display: block;	
	width: 182px;
	padding: 2px 1px 2px 1px;
	overflow: hidden;
}
.advert-image {
	/* -moz-border-radius: 10px; /* Firefox */
	/* border-radius: 10px; */
	background: #8AAD1F;
	display: block;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
}
#advert-toptext {
	-moz-top-left-radius: 8px; /* Firefox */
	-moz-top-right-radius: 8px; /* Firefox */
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	width: 178px;
	font-size: 11px;
	font-weight: bold;
	color: #3F340A;
	background-color: #ffcc33;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 1px;
}
#advert-bottomtext {
	-moz-bottom-left-radius: 8px; /* Firefox */
	-moz-bottom-right-radius: 8px; /* Firefox */
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	font-size: 10px;
	color: #3F340A;
	background-color: #ffcc33;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 1px;
	width: 178px;
}
.image {
	border: 1px dotted #3F340A;
	border-color: #3F340A;
}
/* *************************************************** */
/* *************************************************** */
a.screen, a.screen:visited {
position:relative; 
z-index:1;
}
a.screen b {
visibility:hidden; /* hide the image */
position:absolute; 
width:0; /* make the image zero size */ 
height:0; /* for Opera bug */
left:auto; /* position:the image */
top:-70px;
border:0; /* with no border */
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */ 
width:auto; /* give it the actual size */
height:auto; 
border:1px dotted #345; /* add a border */
cursor:pointer; /* for IE */
background-color: #E1B606;
padding: 2px;
}
a.screen:hover b img {
border:0; /* get rid of the default link border */
}
#rowheight208 
{
	height:219px;
	vertical-align:top;
}
#height258 
{
	height:258px;
	vertical-align:top;
}
#heights250
{
	height:250px;
	vertical-align:top;
}
#heights240 
{
	height:240px;
	vertical-align:top;
}
#heights260 
{
	height:260px;
	vertical-align:top;
}
#heights270 
{
	height:270px;
	vertical-align:top;
}
#heights280 
{
	height:280px;
	vertical-align:top;
}
#heights230 
{
	height:230px;
	vertical-align:top;
}
#heights210 
{
	height:210px;
	vertical-align:top;
}
#heights225 
{
	height:225px;
	vertical-align:top;
}
/* *************************************************** */
.fb_share,
.plusone { 
   padding:0 15px 0 25px;
   float:left;
}

#fb-root {
    display: none;
}
