html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #ea8c12 url(../images/inside_background.jpg) repeat-x;
	font: 11px Tahoma;
	color: #4d4d4d;
}
img { border: none;}
#container {
	top: 0px;
	width: 800px;
	height: 100%;
	min-height: 100%;
	margin: auto;
	position: relative;
	bottom: 0px;
	background: #ffffff url(../images/container_dec.jpg) repeat-x;
}
html>body #container {
	height: auto;
}
#logo {	
	position: absolute;
	top: 127px;
	left: 15px;
	width: 174px;
	height: 116px;
	z-index: 10;
}
#camel {
	background: url(../images/camels.jpg) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 111px;
}
#nav {
	position: absolute;
	top: 60px;
	left: 10px;
	width: 100%;
	height: 35px;
	text-align: center;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	font: 10px Arial;
	font-weight: bold;
	height: 35px;
	float: left;
	color: #47005c;
	padding-left: 22px;
	padding-right: 22px;
	vertical-align: middle;
	list-style-type: none;
}
#nav a { width: 100%; height: 100%; color: #47005c; text-decoration: none; background: none;}
#nav a:hover { color: #ffffff; text-decoration: none; background: none;}
.home {
	position: absolute;
	top: 5px; 
	left: 40px;
}
.camel_man {
	position: absolute;
	top: -5px; 
	left: 385px;
}
.our_camels {
	position: absolute;
	top: -5px; 
	left: 210px;
}
.racing {
	position: absolute;
	top: -5px; 
	left: 295px;
}
.little_egypt {
	position: absolute;
	top: -5px; 
	left: 125px;
}
.fossicking {
	position: absolute;
	top: -5px; 
	left: 468px;
}
.bookings {
	position: absolute;
	top: 5px; 
	left: 545px;
}
.contact {
	position: absolute;
	top: 5px; 
	left: 635px;
}
#booking-form {
	width: 250px;
	display: table;
}
#thumbs {
	padding: 120px 5px 20px 5px;
}
.thumb { border: 1px solid #47005c; }
.thumb:hover { border: 1px solid #ea8e13; }
#content a{ color: #000000; }
#content a:hover { color: #cccccc;  }
#orange_inside { 
	background: url(../images/orange_inside.jpg) repeat-y;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 181px;
	height: 100%;
}
#orange_inside2 { 
	background: url(../images/orange_inside2.jpg) repeat-y;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 162px;
	height: 100%;
}
#dash { 
	background: url(../images/dash.jpg) no-repeat;
	position: absolute;
	top: 173px;
	right: 230px;
	width: 1px;
	height: 435px;
	z-index: -1;
}
#welcome {
	padding: 200px 15px 10px 5px;
	font: 11px Tahoma;
	color: #FFFFFF;
}
#horse {
	padding: 0px 10px 10px 10px;
}
.image {
	margin-bottom: 10px;
	margin-left: 14px;
}
.yellow {
	font: 11px Tahoma;
	color: #dbcf7d;
}
.blue {
	font: 11px Tahoma;
	color: #243a72;
}
.h1, h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #47005c;
	font-size: 16px;
	font-weight: bold;
}
#content2 a img { border: 1px solid #47005c; }
#content2 img:hover  { border: 1px solid #ea8e13; }
#content2 a{ color: #47005c; }
#content2 a:hover { color: #ea8e13; }
#content2 {
	padding: 300px 165px 120px 190px;
	font: 11px Tahoma;
	color: #484440;
	background-color:#FFFFFF;
}
#content {
	padding: 300px 165px 120px 190px;
	font: 11px Tahoma;
	color: #484440;
	background-color:#FFFFFF;
}
#images {
	position: absolute;
	top: 122px;
	left: 190px;
	width: 437px;
	height: 164px;
	z-index: 10;
}
#content_dec {
	position: absolute;
	top: 111px;
	left: 181px;
	width: 457px;
	height: 180px;
	background: url(../images/content_dec.jpg) repeat-x;
}
#footer {
	background-color: #47005c;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: right;
	z-index: 10;
	padding-top: 20px;
}
#footer a, #footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
}
.fm-logo {
	float: right;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 0px;
}
.text-drop, .text-field, .text-area, .button {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
}
.text-drop {
	width: 155px;
	height: 20px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-field {
	width: 150px;
	height: 15px;
	padding: 2px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-area {
	width: 240px;
	height: 80px;
	padding: 2px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-drop:hover, .text-field:hover, .text-area:hover {
	background-color: #f7e4a9;
}
.button {
	width: 80px;
	height: 20px;
	padding: 2px;
	background-color: #D6D6D6;
	border: 1px solid #999999;
}
.button:hover {
	background-color: #999999;
}

	
