﻿/* ----------- Restart-----------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

a { 
	outline: 0; 
}



/* ----------- End Restart-----------------*/

/*---------------------------- TEXT STYLES ----------------------------*/

a{
	color:#656565;
	text-decoration:none;
}

a:hover{
	color:#5E9FA3;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Times New Roman", Times, serif;
	padding-bottom:10px;
	padding-top:20px;	
	color:#347334;
	text-shadow:1px 1px #fff;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color:#222;
}

h1 a:hover{
	color:#515151;
}


h1 {
	font-size:30px;
}
h2 {
	font-size:23px;
}

h3 {
	font-size:20px;	

}


h4 {
	font-size:17px;
	font-weight:bold;
}

h5 {
	font-size:16px;
	font-weight:bold;
}


h6 {
	font-size:15px;
	font-weight:bold;
}


hr {
	background-color:#c6c6c6;
	border:#c6c6c6;
	height:1px;
}

p{
	margin-bottom:20px;
	margin-top:20px;	
}

ul{
	list-style:disc;
	margin-left:30px;
}

ol{
	margin-left:35px;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}


.alignleft{
	float:left;
}

.alignright{
	float:right;
}

hr{
	border-style:solid;
	border-width:1px;
	border-bottom-width:0px;
	border-color:#c6c6c6;
}


div.hr1 {
  height: 1px;
  background-color:#c6c6c6;
}
div.hr1 hr {
  display: none;
}

div.hr2 {
  height: 1px;
  background-color:#c6c6c6;;
}
div.hr2 hr {
  display: none;
}

div.hr3 {
  height: 1px;
    background-color:#c6c6c6;
}
div.hr3 hr {
  display: none;
}


div.hr4 {
  height: 1px;
    background-color:#c6c6c6;;
}
div.hr4 hr {
  display: none;
}


div.hr5 {
  height: 1px;
  margin-top:20px;
   background-color:#c6c6c6;;
}
div.hr5 hr {
  display: none;
}

div.hr6 {
  height: 1px;
  margin-top:40px;
  background-color:#c6c6c6;
}
div.hr6 hr {
  display: none;
}




/*---------------------------- END TEXT STYLES ----------------------------*/



body {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#222222;
	font-weight:300;
	line-height:1.3em;
	background-image:url(../images/site_bg.jpg);	
	text-shadow:1px 1px #fff;
}

#mainContainer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	overflow:hidden;
}

#lineTop{
	height:5px;
	background-color:#1e1e1e;
	border-bottom:1px solid #FFFFFF;
}


.center{
	height:auto;
	width:960px;
	margin:auto;
	text-align:left;
	padding:0px;
	position:relative;

}


/*---------------------------- LOGO ----------------------------*/


#logoContainer{
	height:105px;
	width:960px;
	float:left;
}



#logoContainer a{
	width:450px;
	height:60px;
	display:block;
	background-image:url(../images/african-adventures-logo-2.png);
	background-repeat:no-repeat;
	position:relative;
	top:20px;
	margin:auto;
	
}



/*-------------------------MENU---------------------------------*/



#navigationContainer{
	height:35px;
	width:960px;
	float:left;
	z-index:-100;
}

#menu{
	height:21px;
	margin:auto;
	padding-top:19px;
	width:960px;
}

#menu ul{
	margin:auto;
	text-align:left;
	margin:auto;
	display:block;
	height:20px;
}


#menu ul li{ 
    display: inline;
}

#menu ul li a{
	text-transform:uppercase;
	padding-right:10px;
	padding-left:14px;
	font-size:18px;
	line-height:0.2em;
	color:#222222;
	height:30px;
}

#menu ul li a:hover{
    color:#656565;
}

#menu ul li.selected a{
	color:#222222;
}


/*------------------DROP DOWN MENU------------------------*/



#menu ul li ul{
     position:absolute;
     left:0px; 
	 top:29px;  
     background-color:#f3f3f3;  
     margin:0;
	 padding:0;
	 padding-top:5px;
     float:left;  
     width:290px;  
	 border:1px solid #ccc;
	 border-top:0px;
	 z-index:100;
	 height:auto;
	 visibility:hidden;
	 text-align:left;
	 padding-left:15px;
	 padding-right:15px;
}

#menu ul li ul li{
    margin:0px;
	padding:0px;	
	display:block;
	position:relative;
	height:auto;
}


#menu ul li ul li a {
	float:left;
	width:290px;
	border-width:0px;
	background-color:#f3f3f3;  
	line-height:2.5em;
	margin:0px;
	padding:0px;
	font-size:15px;
	text-transform:uppercase;
	font-weight:normal;
	height:auto;
}

#menu ul li.selected ul li a{
	font-weight:normal;
}

#menu ul li ul li.selected  a{
	color:#222;
}

#menu ul li ul li ul{
	border:1px solid #ccc;
	position:absolute;
	top:0px;
	left:145px;
}

#menu ul li.selected ul li a:hover{
    color:#656565;
}

/*---------------------------HEADER----------------------------*/

#header{
	width:960px;
	height:400px;
	float:left;
	position:relative;
	top:25px;

}

/*------------------------------SLIDER-----------------------------*/

.fadeWrapper{

	background-color:#FFFFFF;
	border:1px solid #c6c6c6;		
	position:relative;
	width:934px;
	height:350px;
	padding:12px;
}

.fadeHolder{
	width:954px;
	height:345px;
	position:absolute;
	top:12px;
	left:12px;
}

.imageHolder{
	width:936px;
	height:350px;
	position:absolute;

}

.sliderContainer{
	width:935px;
	height:347px;
	background-color:#f2f2f1;
	padding:5px;
	border:1px solid #c1c1c1;
}

div.wrapper {
	position: relative;
	top:0px;
	left:0px;
	width:932px;
	height:348px;
	padding:0px;
	overflow:hidden;
	border:1px solid grey;
	text-align:center;
}

ul.wrapper  {
    display: block;
    padding:0px;
    margin: 0px;
    list-style: none;
}

.wrapper li {
    display: block;
    float: left;
    padding: 0;
}

.imageHolder {
	float:left;
	display:inline;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	width:600px;
}

.black{
	width:700px;
	height:348px;
	background-image:url(../images/shadow.png);
	background-repeat:repeat-y;
	position:absolute;
	top:0px;
	left:0px;
	z-index:30;
	background-color:transparent;
}

.imgInfo{
	background-image:url(../images/trans.png);
	width:700px;
	height:auto;
	z-index:99;
	position:absolute;
	bottom:-150px;
	left:0px;
	padding-left:10px;
	color:#fff;
	text-align:left;
	font-size:13px;
	padding-bottom:10px;
	text-shadow:none;
	font-family:Arial, Helvetica, sans-serif;
}

.imgInfo h3{
	text-shadow:none;
	color:#fff;
	padding-top:5px;
	padding-bottom:10px;
}

/*------------------------------END SLIDER------------------------------*/

/*---------------------------- CONTENT ----------------------------*/

#contentContainer{
	margin-top:10px;
	position:relative;
	width:960px;
	float:left;
	height:auto;
	padding-bottom:10px;
}

#topText{
	width:960px;
	margin-top:25px;
	position:relative;
	float:left;
	
}

#topText p{
	font-size:22px;
	font-style:italic;
	text-align:center;
	line-height:1.2em;
	color:#222;
	letter-spacing:1px;
	margin-top:10px;
	margin-bottom:10px;
	font-family:"Times New Roman", Times, serif;
	
}

#content{
	height:auto;
	width:600px;
	float:left;
	padding-right:30px;
	margin-top:0px;
}
#content-testimonials{
	height:auto;
	width:465px;
	float:left;
	padding-left:255px;	
	padding-right:240px;
	margin-top:0px;
}
#content h2+hr{
	margin-bottom:20px;
}

#pageContent{
	padding-top:11px;
}

.featuredTitleContainer{
	color:#959595;
	text-transform:uppercase;
	text-align:center;
}

.smallSubtitle{
	color:#999999;
	font-size:14px;
	margin-top:0px;
}
/*-------------------GALLERY------------------*/
	.gallerywrap { float: left; width: 320px; height: auto; overflow: hidden; }
	.gallerywrap p { font-size: .6em; text-align: center; margin: 0 15px 0 0; }
	
	.borderImg{ padding:5px; background-color:#FFFFFF; border:1px solid #dadada;
}								

/*-----------------------  SIDEBAR MENU  ---------------------------*/


#sidebar{
	width:310px;
	height:100%;
	float:right;
	background-color:#ddddc9;
	border:1px solid #eaeaea;
	margin-top:10px;
	margin-bottom:15px;		
}

#sidebar img{
	padding-bottom:5px;
	margin-right:0px;
}

#sidebar a{
	color:#656565;
	text-decoration:none;
}

#sidebar a:hover{
	color:#5E9FA3;
}

.sidebarBox{
	margin-left:30px;
	width:252px;
	padding-top:0px;
}

.sidebarTitle{
	width:320px;
	height:56px;
	background-image:url(../images/sidebar-title-short.jpg);
	margin-left:-35px;
	text-align:center;
}

.sidebarBox h2{
	font-style:italic;
	position:relative;
	top:-8px;
}

.sidebarBox p{
	padding-top:0px;
	margin-right:0px;
	font-size:12px;	
	line-height:14px;
	text-align:center;
}

.sidebarMenu{
	margin-bottom:40px;
	padding-right:10px;
}

.sidebarMenu h4{
	padding-top:3px;
	padding-bottom:0px;
	padding-right:30px;
	font-weight:normal;
}

.sidebarMenu h4 a{
	text-decoration:none;
}

.sidebarMenu a:hover h4{
	color:#515151;
}

.sidebarImg{
	margin-top:10px;
	margin-bottom:-20px;
	border:1px solid #eaeaea;
}

span.info, span.info a{
	padding-top:10px;
	padding-bottom:0px;
	color:#999999;
	display:inline;
	text-decoration:none;
}

.sidebarMenu hr{
	margin-left:-30px;
	border:0px;
	border-bottom-width:1px solid #f2f2f2;
	background-color:#f2f2f2;
	border:#f2f2f2;
	height:1px;
}

.bubble{
	width:24px;
	height:17px;
	background-image:url(../images/bubble.jpg);
	background-repeat:no-repeat;
	display:inline-table;
	position:relative;
	top:5px;
	margin-left:3px;
	margin-right:3px;
}

.sidebarMenu ul{ 	
	text-decoration: none;
	font-weight:300;
	margin-left:0px;
	list-style:none;
	padding-top:15px;
}

.sidebarMenu ul li a{
	display:block;
	height:20px;
	width:275px;
	color:#222;
	padding-left:0px;
	text-decoration: none;
	list-style:none;
	line-height:20px;
	font-size:17px;
}

.sidebarMenu ul li a:hover{
	color:#515151;
}

/*-----------------------  FOOTER  ---------------------------*/

#footer{
	height:75px;
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
	position:relative;
}

#footer p{
	color:#222;
	font-size:12px;
	float:left;
}



/*-----------------------  FOOTER MENU ---------------------------*/

						#footer-menu { float: left; width: 960px; font-weight: normal;  padding: 0; margin: 0px 0 10px 0px;  } 
						#footer-menu p { color: #656565; font-size: 1.0em; margin: 0px 0 0 0; text-align: center;} 
						#footer-menu p span { padding: 0 2px 0 2px; } 
						#footer-menu p a,
						#footer-menu p a:link { color: #656565; } 
						#footer-menu p a:hover,
						#footer-menu p a:focus { color: #347334; text-decoration: underline; } 
						#footer-menu p a.active { text-decoration: underline; }
						
/*---------------------------------------------------*/

/*-----------------------  FOOTER CONTACT ---------------------------*/

						#footer-contact { float: right; width: 360px; font-weight: normal;  padding: 0; margin: 0px 0 25px 0px;  } 
						#footer-contact p { color: #656565; font-size: 1.0em; margin: 0px 0 0 0; text-align: right;} 
						#footer-contact p span { padding: 0 2px 0 2px; } 
						#footer-contact p a,
						#footer-contact p a:link { color: #656565; } 
						#footer-contact p a:hover,
						#footer-contact p a:focus { color: #347334; text-decoration: underline; } 
						#footer-contact p a.active { text-decoration: underline; }
						
/*---------------------------------------------------*/

#pp_full_res img{
	border:1px solid #828282;
}


