/* Stylesheet for safari.co.uk - March 2007 */

body
{
	margin: 0px;
	padding: 0px;
	background-color: #FAF2E2;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	line-height: 1.5em;
	background-image: url(../images/common/bg.gif);
	background-repeat: repeat-x;
}

a {  text-decoration: none; color: #800000}
a:hover {
	text-decoration:underline
	}

p {  font: 10px Verdana, Arial, Helvetica, sans-serif; text-align:justify; line-height: 1.5em;}
h1 {  font: normal 24px Georgia, Times, Times-Roman, serif; text-align:left; color: #800000; margin: 0px;}
h2 {  font: normal 14px Georgia, Times, Times-Roman, serif; text-align:justify; color: #800000;} 
h3 {  font: normal 19px Georgia, Times, Times-Roman, serif; text-align:left; color: #800000;}
h4 { font-weight: bold; text-align:left; margin:5px 0px;}

/* header styles*/
#header {
	border: 1px solid #faf2e2;
	}
#header h3
{
	clear: none;
	padding: 45px 0px 0px 220px;
	margin: 0px;
	text-transform: uppercase;
}

#safari_logo {
	height: 110px;
	width: 200px;
	background-image: url(../images/common/africa_exclusive_safari_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	}


/* styles for panels with shaded corner - alternate 'right_panel' with 'right_panel_blank' i.e. no background*/
.right_panel {
	float: right;
	width: 215px;
	border-left: 1px solid #CC9966;
	border-bottom: 1px solid #CC9966;
	background-image: url(../images/common/cornertint.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 5px 5px 5px;
	margin: 10px;
	}
.client_panel {
	float: left;
	width: 450px;
	background-image: url(../images/common/cornertint.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #800000;
	border-left-color: #800000;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #800000;
	text-align: justify;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	border-color: #800000;
	min-height: 300px;
	height: 300px;
	}
.right_panel_blank {
	float: right;
	width: 215px;
	border-left: 1px solid #CC9966;
	border-bottom: 1px solid #CC9966;
	padding: 0px 5px 5px 5px;
	margin: 10px;
	}
	

.right_panel h2, .right_panel_blank h2{
	margin: 0px; 
	padding: 0px;
	border: 0px;
	}

.right_panel img, .right_panel_blank img{
	float: right;
	width: 110px;
	height: 80px;
	border: none;
	padding-left:2px;
	}

/* landscape banner and quickcontact form*/

#imagebanner {
	height: 150px;
	background-image: url(banner.css);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	}

#popcontact { 
	clear:both;
	display: none;
   position: absolute;
   margin-top:-5px;
   float:right;

}

#popcontact .right_panel
{
   background-image: url(../images/common/semi.png) !important;  /* Mozilla only */
   background-color: transparent !important;           /* Mozilla only */
	background-repeat: repeat !important;           /* Mozilla only */
   background-image: none;                             /* IE only */
   background-color: #ffffff;                          /* IE only */
   filter:alpha(opacity=80);                           /* IE only */
   margin-top: 0px;
   margin-right:0px;
   padding-right: 10px !important;           /* Mozilla only */ 
	padding: 5px 20px 3px 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #800000;

	}

form label  {
	float:left;width:50px;
}

.right_panel input.text{
	width: 150px;
	border: 1px solid #800000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #800000;
	margin: 1px;
	padding: 2px;
}
.clientpanel input.text{
	width: 150px;
	border: 1px solid #800000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #800000;
	margin: 1px;
	padding: 2px;
}

form textarea{
	background-color: #fff;
	border: 1px solid #800000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	width: 202px;
	margin-left: 0px;
	padding: 2px;

}

form .submit, form a {
	float: right;
	background-color: #fff;
	border: 1px solid #800000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #800000;
	margin: 2px 5px 0px 0px;
	padding: 3px 5px;
}


/* left navigation list and related links*/

#navigation {
	width: 200px;
	float: left;
	}

#navigation ul
{
	color: #800000;
	font-size: 11px;
	line-height: 1.7em;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: white;
	border-bottom: 10px solid #fff;
}
#navigation ul li
{
	width: 170px;
	background-color: white;
	border-bottom: #CC9966;
	border-left: #fff;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 0 0 0 20px;
}
#navigation ul ul li
{
	width: 150px;
	background-color: #faf2e2;
	border-bottom: #fff;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	font-size: 10px;
	line-height:1.5em;
	font-weight: normal;
}
#navigation .related {
	margin:10px 10px 10px 20px;
}

#rightnav ul li
{
	float: left;
	width: 170px;
	border-bottom: #fff;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	margin: 0 0 0 -20px;
	font-size: 10px;
	line-height:1.5em;
	font-weight: normal;
	list-style-type: none;
}


/* right hand column */
#rightcol
{
	float: right;
	width: 240px;

}

.contactus {  font: normal 14px Georgia, Times, Times-Roman, serif; text-align:justify; color: #800000;} 

/* styling for centre content*/

#centrecontent {
	margin: 0 240px 0 210px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

#centrecontent img {
	width:240px;
	padding-top:5px;
}

#imageset {
	float: right;
	width: 240px;
	padding: 0px 5px 0px 10px;
	font: italic 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#clientimageset {
	float: right;
	width: 270px;
	padding: 5px;
	font:  9px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	height: 140px;
	background-position: right;
}

/*  styling for footer */	
#footer {
	clear: both;
	margin-top: 5px;
	margin-right: 240px;
	margin-bottom: 5px;
	margin-left: 210px;
}

.related {
	padding:5px;
	background-color: #F3E3BC;
	margin-bottom:10px;
	border-top-color: #800000;
	border-bottom-color: #800000;
	border-top-style: solid;
	border-bottom-style: solid;

}

.related strong {
	color:#800000;
}
