@charset "utf-8";
/* core css document for Alpha Tours */

body, html {
	color: #000000;
	background: url(images/body_back.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	scrollbar-base-color: #99CC66;
}
a img {
	border: none
}
#wrapper {
	width: 760px;
	height: auto;
	margin: 0 auto;
}
#brand {
	width: 760px;
	height: 200px;
	margin-bottom: 10px;
	background: url(images/brandback.gif) no-repeat center top;
}
#logo {
	width: 196px;
	height: 200px;
	float: left;
	border-bottom: 2px solid #FFFFFF;
}
#banner {
	width: 550px;
	height: 200px;
	float: right;
	border-bottom: 2px solid #FFFFFF;
}
#scroller {
	width: 760px;
	height: auto;
	text-align: center;
	border-bottom: 2px solid #990000;
}
#sideBar {
	width: 195px;
	height: auto;
	float: left;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 10px;
}
#sideBar p {
	display: block;
	height: 20px;
	line-height: 20px;
	width: 153px;
	font-weight: bold;
	font-size: small;
	padding-left: 40px;
	color: #FFFFFF;
	border: 1px solid #000000;
	background: url(images/whitearrow_down.gif) no-repeat 5% 50% #99CC66;
}
#sideBar img {
	padding-bottom: 25px;
}
#sideBar ul {
	list-style: none;
	padding: 0px;
	margin-left: 0px;
	text-align: left;
}
#sideBar ul li a {
	display: block;
	line-height: 30px;
	padding-left: 40px;
	border-bottom: 2px dotted #009900;
	background: url(images/grayarrow_down_right.png) no-repeat 5% 50%;
}
#sideBar a:link {
	color: #666666;
	text-decoration: none;
}
#sideBar a:visited {
	color: #666666;
	text-decoration: none;
}
#sideBar ul li a:hover {
	color: #990000;
	text-decoration: none;
	border-bottom: 2px solid #990000;
	background: url(images/brownarrow_down_right.gif) no-repeat 5% 50%;
}
#sideBar ul li a:active {
	color: #FF6600;
	cursor: default;
	font-size: small;
	text-decoration: none;
	border-bottom: 2px solid #990000;
	background: url(images/brownarrow_down_right.gif) no-repeat 5% 50%;
}
#home #sideBar .home a,
#about #sideBar .about a,
#mission #sideBar .mission a,
#safaris #sideBar .safaris a,
#kilimanjaro #sideBar .kilimanjaro a,
#zanzibar #sideBar .zanzibar a,
#itineraries #sideBar .itineraries a,
#photos #sideBar .photos a,
#contacts #sideBar .contacts a,
#booking #sideBar .booking a {
	color: #FF6600;
	font-size: small;
	text-decoration: none;
	border-bottom: 2px solid #990000;
	background: url(images/brownarrow_down_right.gif) no-repeat 5% 50%;
}
#contents {
	width: 530px;
	height: auto;
	float: right;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: justify;
	padding-right: 10px;
	background: #FFFFFF;
	border-left: 2px dotted #990000;
	border-right: 1px solid #99CC66;
}
#contents ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#contents ul li {
	padding-left: 30px;
	background: url(images/brownarrow_down_right_small.png) no-repeat 1% 0%;
}
#contents a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
#contents a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
#contents a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
#contents a:active {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}
#contents img {
	float: right;
	clear: both;
	padding: 0px 0px 10px 10px;
}
#footer {
	width: 760px;
	height: 50px;
	clear: both;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	border-top: 2px solid #990000;
	background: url(images/foot_back.gif) bottom center;
}
#footer a:link {
	color: #FFFF00;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFF00;
	text-decoration: none;
}
#footer a:hover, a:active {
	color: #990000;
	text-decoration: underline;
}
#wrapper #contents #contents2 {
	background: #F5F5F5;
	cursor: default;
}