/* CSS Document */


/* General */

* {
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 62.5%;
}

body {
	height: 100%;
	text-align: center;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	min-width: 980px;
	padding-bottom: 80px;
	background-attachment: fixed;
	background-image: url(img/bkk.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #C60;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
text-decoration: underline;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}

.noscreen {
display: none;
}


/* Paragraphs, headings, ... */

p {
line-height: 1.9;
margin-bottom: 7px;
}

p.text-content:first-letter {
font-size: 1.4em;
font-weight: bold;
line-height: 0.9;
color: #202020;
font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #930;
}

h1 a:link, h1 a:visited {
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        color: #000;
;
}

h2 a {
	font-size: 12px;
	color: #CC6600;
	text-decoration: none;
}

h4 {
	font-size: 1em;
	color: #CC6600;
	letter-spacing: 1px;
	margin-top: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}
h4 a,a:visited {

	color: #000000;
	text-decoration: none;
}


ul {
list-style-type: none; 
}


/* Site wrapper */

#wrapper {
	width: 980px;
	margin: 0 auto 80px auto;
	position: relative;
	background-color: #F9ECBF;
	display: table; /* margin-bottom for FF   (?) */
	text-align: left;
	border: 10px solid #FFF;
}


/* Header */

#header {
	margin: 0 auto;
	height: 157px;
	position: relative;
	background-color: #893C00;
	background-image: url(img/fff.jpg);
	background-position: 0 0;
}

#header-arrow {
position: absolute;
top: 0;
right: 50px;
background: url('img/header-arrow.gif') no-repeat 0 0;
width: 148px;
height: 105px;
}


/* Menu */

#menu {
width: 850px;
margin: 0 auto;
background: #4A4A4A url('img/menu-bg.gif') repeat-x 0 0;
}

#menu li {
display: inline;
list-style-type: none;
}

#menu li.first a {
margin-left: 1.6em;
display: inline;
}

#menu li a {
float: left;
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
font-size: 1.1em;
line-height: 33px;
margin: 0 0.5em;
padding: 0 1em;
}

#menu li a:hover {
text-decoration: underline;
}

#menu li a.active {
font-weight: bold;
color: #B1EEFF;
}

.cleaning-box { 
min-height: 1px;
}

.cleaning-box:after {
display: block; 
clear: both; 
visibility: hidden; 
height: 0; 
font-size: 0; 
content: ' ';
}

.hidden { /* Skip menu */
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}


/* Content boxes */

#content-box {
	width: 100%;
	color: #151515;
	position: relative;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F9ECBF;
	background-image: url(images/img4.gif);
	background-repeat: repeat-x;
}

#content-box-in {
width: 100%;
}

.content-box-left {
	float: left;
	width: 720px;
	margin-bottom: 4em;
}

.content-box-right {
	float: right;
	width: 250px;
	margin-bottom: 4em;
	background-color: #F7D88F;
	padding-right: 5px;
	padding-left: 5px;
}

#column-right-bottom {
background: #DBF3FF url('img/column-right-bottom.gif') no-repeat 0 0;
width: 220px;
height: 20px;
}

.content-box-left-in {
	text-align: justify;
	margin-top: 0.4em;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

.gallery {
margin-top: 18px;
}

.gallery a img, .gallery a:visited img {
margin: 0 11px 16px 0;
border: 4px solid #EEEEEE;
}

.gallery a:hover img {
border: 4px solid #74BDDC;
}

.content-box-right-in {
	padding: 3px;
}

dt {
font-size: 0.9em;
font-weight: bold;
}

dd {
line-height: 1.4;
margin-bottom: 12px;
}

dd.heading, dd.heading a, dd.heading a:visited {
margin-bottom: 1px;
color: #D15900;
font-weight: bold;
}

address {
line-height: 1.5;
margin-bottom: 7px;
}


/* Footer */

#footer {
	background-color: #744505;
	color: white;
	width: 980px;
	height: 34px;
	font-size: 0.9em;
	border-bottom: 2px solid #003042;
	float: left;
}

#footer a, #footer a:visited {
font-weight: normal;
color: white;
}

#footer p.left, #footer p.right {
width: 400px;
display: inline;
margin-bottom: 0;
line-height: 30px;
}

#footer a.b, #footer a.b a:visited {
font-weight: bold !important;
}

#footer p.left {
float: left;
text-align: left;
margin-left: 15px;
}

#footer p.right {
float: right;
text-align: right;
margin-right: 15px;
}
/*------------------------------------------------top--------------------*/
#topMain{
	width:100%;
	height:80px;
	background:url(images/top_bg.gif) 0 0 repeat-x;
}
#top{
	width:980px;
	margin:0 auto;
	height:33px;
	background:url(images/nav_bg.gif) 0 0 repeat-x;
}
#top img.logo{
	display:block;
	font-size:0;
	line-height:0;
	margin:41px 0 0 0;
	border:none;
	float:left;
}
#top ul{
	float:left;
}
#top ul li{
	float:left;
	height:32px;
	padding:0 1px 0 0;
	font-size:0;
	line-height:0;
	background-image: url(images/nav_div.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#top ul li.noImg{
	background-image:none;
}
#top ul li a{
	display:block;
	background:url(images/nav_bg.gif) 0 0 repeat-x;
	font:bold 11px/32px Tahoma, Arial, Helvetica, sans-serif;
	color:#F9ECC0;
	background-color:inherit;
	text-decoration:none;
	padding-top: 0px;
	padding-bottom: 0;
	padding-right: 15px;
	padding-left: 15px;
}
#top ul li a:hover{
	background:url(images/nav_bg_hover.gif) 0 0 repeat-x;
	color:#C9672E;
	background-color:inherit;
}
#top ul li a.hover{
	display:block;
	padding:0 27px;
	background:url(images/nav_bg_hover.gif) 0 0 repeat-x;
	font:bold 11px/32px Tahoma, Arial, Helvetica, sans-serif;
	color:#C9672E;
	background-color:inherit;
	text-decoration:none;
	cursor:text;
}
/*------------------------------------------------top--------------------*/
#safaris {
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border: 1px solid #F7D88F;
	float: left;
	clear: left;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	width: 690px;
}

#safaris h3 {
	background-position: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CD5C00;
	height: 20px;
	padding-left: 10px;
	background-image: url(img/h3imga.jpg);
	background-repeat: repeat-x;
}

#safaris h3 a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#safaris img {
	background-position: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	padding: 5px;
	border: 1px solid #FC0;
	margin: 5px;
}
#navlistq
{
	padding-left: 0;
	margin-left: 0;
	width: 220px;
}

#navlistq li
{
	list-style: none;
}

#navlistq li a { text-decoration: none; }

