/*
	Purpose:	Global CSS Document for Kamili Safaris
	Site:		www.kamilisafaris.com
	Author:		Distinction Limited
	Version:	1.00 (June 2007)
	
	Revisions:	None
*/

/* --------------------------------- */
/* STANDARD TAGS ------------------- */
/* --------------------------------- */


body {
	margin: 0; 
	padding: 0; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	width: 100%;
	height: 100%;
	background: #391f05 url("../images/bgGradient.jpg") repeat-x;
	color: #fff;
	text-align: center;
}


#container {
	width: 900px;
	margin: 0px auto;
	color: #fff;
	position: relative;
	text-align: left;
}

#header {
	width: 900px;
	height: 107px;
	margin: 0px;
	padding: 0px;
	float: left;
	border-top: 10px solid #630;
	border-right: 10px solid #630;
	border-bottom: 5px solid #630;
	border-left: 10px solid #630;
	}

#headerLogo {
	float: right;
	text-align: right;
}

#headerNavigation {
	position: relative;
	float: right;
	width: 400px;
	text-align: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
}

#navigation {
	position: relative;
	float: left;
	z-index: 6;
	width: 100%;
	text-align: right;
	border-top: 0px;
	border-right: 10px solid #630;
	border-bottom: 5px solid #630;
	border-left: 10px solid #630;
	background-color: #630;
}

#navigation .menu {
	position: relative;
	float: right;
	z-index: 7;
	}
	
#content {
	position: relative;
	float: left;
	z-index: 5;
	background-color: #fff;
	width: 870px; 
	color: #333;
	border-top: 0px;
	border-right: 10px solid #630;
	border-bottom: 5px solid #630;
	border-left: 10px solid #630;
	padding: 15px;

}


#contentMain {
	position: relative;
	float: left;
	width: 455px; 
	background-color: #fff;
	color: #333;
	padding-right: 15px;
}

#contentFeatureOne {
	position: relative;
	float: left;
	width: 170px; 
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
	color: #333;
}

#contentFeatureTwo {
	position: relative;
	float: left;
	width: 170px; 
	padding-left: 15px;
	background-color: #fff;
	color: #333;
}

#footer {
	position: relative;
	float: left;
	width: 900px;
	background-color: #630;
	padding: 0px 10px 00px 10px;
	text-align: center;
}

#footerOne {
	position: relative;
	float: left;
	width: 240px;
	padding-left: 50px;
	padding-right: 25px;
}

#footerTwo {
	position: relative;
	float: left;
	width: 240px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 6px;
}

#footerThree {
	position: relative;
	float: left;
	width: 240px;
	padding-right: 50px;
}

#footerCredits {
	position: relative;
	display: block;
	clear: both;
}


#headerLogo h1 {
	font-family: "AmericanTypewriter Medium", "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 3.2em;
	display: none;
	text-indent: -9999px;
	display: none;
}


#headerLogo h2 {
	font-family: "AmericanTypewriter Medium", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	display: none;
}
	

#contentMain h2,
#contentFeatureOne h2,
#contentFeatureTwo h2 {
	font-size: 1.2em;
	color: #c78e4b;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #c78e4b;
}

#contentMain p,
#contentFeatureOne p,
#contentFeatureTwo p,
#contentMain li,
#contentFeatureOne li,
#contentFeatureTwo li {
	font-size: 0.8em;
	color: #333;
	font-weight: normal;
	line-height: 1.6em;
	text-align: justify;
}

#contentMain a:link,
#contentMain a:visited,
#contentFeatureOne a:link,
#contentFeatureOne a:visited,
#contentFeatureTwo a:link,
#contentFeatureTwo a:visited {
	color: #630;
	text-decoration: underline;
}

#contentMain a:hover,
#contentFeatureOne a:hover,
#contentFeatureTwo a:hover {
	color: #c78e4b;
	text-decoration: none;
}



#contentFeatureOne img,
#contentFeatureTwo img {
	display: block;
	text-align: center;
	border: 1px solid #000;
}

#footerOne p,
#footerTwo p,
#footerThree p,
#footerCredits p {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #fff;
}

#footerOne a:link,
#footerOne a:visited,
#footerTwo a:link,
#footerTwo a:visited,
#footerThree a:link,
#footerThree a:visited,
#footerCredits a:link,
#footerCredits a:visited {
	color: #e0aa6b;
	text-decoration: underline;
}

#footerOne a:hover,
#footerTwo a:hover,
#footerThree a:hover,
#footerCredits a:hover {
	color: #fff;
	text-decoration: none;
}

#footerOne img,
#footerTwo img,
#footerThree img,
#footerCredits img {
	border: 0px;
	vertical-align: middle;
	}

.clear {
	clear: both;
}

.subTable th {
	background-color: #fff;
	color: #666;
	font-weight: bold;
	text-align: left;
	font-size: 0.8em;
	border-bottom: 1px solid #666;
}

.subTable td,
.contactTable td {
	background-color: #fff;
	color: #444;
	font-weight: normal;
	text-align: left;
	font-size: 0.8em;
}

.subTable th,
.subTable td {
	width: 48%;
}

.non-html {
}