/* Top Level Styles
----------------------------------------------------------------------------------
*/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fbfcfd;
	font-family: arial, tahoma, verdana;
	font-size: 11px;
	color: #999999;
}
h1 {
	font-family:Trebuchet MS;
	font-weight: normal;
	font-size: 24px;
	margin: 20px 0;
	padding-bottom: 5px;
	color: #66BB00;
	border-bottom: 1px solid #f1f1f1;
}
h2 {
	/*font-family: times;*/
	font-weight: normal;
	font-size: 18px;
	margin: 20px 0;
	color: #66BB00;
}
p {
	margin: 10px 0;
}
li {
	list-style: none;
}
a, a:visited {
	text-decoration: none;
	color: #66BB00;
}
/* Layout Styles
----------------------------------------------------------------------------------
*/
#wrapper {
	position: relative;
	width: 820px;
	margin: 0 auto;
	background: url(../images/bg-wrapper.gif) repeat-y;
}
#height {
	float: left;
	width: 1px;
	height: 650px;
}
#header {
	position: relative;
	left: 10px;
	width: 800px;
	height: 131px;
	background: url(../images/bg-header.gif) no-repeat;
	z-index: 98;
}
div#topImage {
  height:310px;
  margin:0;
  padding:0;
}
/* Footer Styles
----------------------------------------------------------------------------------
*/
#footer {
	position: relative;
	left: 10px;
	clear: both;
	width: 800px;
	height: 105px;
	background: url(../images/bg-footer.gif) no-repeat;
}
#jengnet {
	position: absolute;
	left: 10px;
	top: 74px;
}
#jengnet a {
	color: #999999;
	text-decoration: none;
}
#jengnet a:hover {
	color: #f1f1f1;
	text-decoration: none;
}
/* Drop Down Menu Styles
----------------------------------------------------------------------------------
*/
.menu {
	position: absolute;
	left: 0px;
	top: 100px;
	z-index: 99;
}
.menu li {
	float: left;
	position: relative;
	width: 100px;
	text-align: center;
	
}
.menu a {
	padding: 8px 0 8px 0px;
	display: block;
	color: #717e86;
}
.menu a:visited {
	color: #717e86;
}
.menu a:hover {
	background-color: #717e86;
	color: #FFFFFF;
}
.drop {
	visibility: hidden;
	position: absolute;
	height: 0;
	left: 0;
	top: 30px;
	z-index: 2;
}
.drop a, .drop a:visited {
	color: #FFFFFF;
}
.drop li {
	text-align: left;
}
.menu li:hover ul, .menu a:hover ul { 
	visibility: visible;
}
.drop li {
	background-color: #525e65;
	filter:alpha(opacity=85); /* IE's opacity*/
	opacity: 0.85;
	width: 150px;
}
.drop a {
	color: #ffffff;
	padding: 1px 5px 1px 5px;
}
.menuLeft a:hover {
	border-left: 1px solid #FFFFFF;
}
.menuRight a:hover {
	border-right: 1px solid #FFFFFF;
}
a#navLeft {
  border-left:1px solid #fff;
}
a#navRight {
  border-right:1px solid #fff;
}
ul#nav li.over ul {
  display:block;
  visibility: visible;
}
/* Home Page Styles
----------------------------------------------------------------------------------
*/
div#myBanner  {
  width:750px;
  margin:20px auto 0 auto;
}
div#homeContent {
  padding:0 10px 0 10px;
}
img.banner {
	display:none;
	position:absolute;
}
div#homeRight {
  float:right;
  width:410px;
}
div#homeContentText {
  margin:0 20px 20px 20px;
  width:350px;
}
.hpFrame {
	border: 1px spolid black;
	/*float: right;
	clear: right;*/
	width: 400px;
	height: 200px;	
}
.guide {
	background: url(../images/bg-action-guide.gif) 0 0 no-repeat;
	/*position: absolute;
	left: 400px;
	top: 381px;*/
}
.recipes {
	background: url(../images/bg-action-recipes.gif) 0 0 no-repeat;
	/*position: absolute;
	left: 400px;
	top: 581px;*/
}
.hpFrame ul {
	padding:15px 0 0 220px;
}
.hph2 {
	margin: 20px 0 0 20px;
	font-size: 24px;
	font-weight: normal;
	/*font-family: times;*/
	color: #66bb00;
	border-bottom: 1px solid #f1f1f1;
	width: 360px;
}
.hpFrame a {
	padding-left: 25px;
	background: url(../images/bg-bullet.gif) 0 50% no-repeat;
}
.hpFrame a:hover {
	text-decoration: underline;
}*/
/* Content Styles
----------------------------------------------------------------------------------
*/
div#contentBackground {
  	margin: 0 11px;
	padding: 1px 0;
	background: url(../images/bg-content.gif) 0 0px repeat-x;	
}
#content {
	margin: 20px 20px 10px 170px;
	padding:0 10px 20px 10px;
}
#content a {
	color: #66BB00;
}
#content a:hover {
	color: #66BB00;
	text-decoration: underline;
}
div#content div#map {
  float:left;
  width:300px;
  height:300px;
  margin:0 20px 20px 0;
  border:3px solid #f1f1f1;
}
/* Google Ad Styles
----------------------------------------------------------------------------------
*/
#google {
	position: absolute;
	top: 150px;
	left: 30px;
	width: 130px;
	height: 610px;
	background-color: #FFFFFF;
	border: 1px solid #f2f6f9;
}
/* Form Styles
----------------------------------------------------------------------------------
*/
ul#form li {
  margin:10px 0;
}
.text {
	background-color: #FFFFFF !important;
	border: 1px solid #ddd;
	font-size: 11px;
	color: #999999;
	font-family: arial;
}
.submit {
	padding: 2px 2px 4px 2px;
	color: #333333;
	border: 0;
	background-color: #6d7a82;
	color: #f1f1f1;
	font-size: 9px;
	margin: 5px 0;
	padding: 0 5px;
}
fieldset {
	border: none;
}
label {
	display: block;
	float: left;
	width: 100px;
}
#commentForm li {
	margin: 5px 0;
}
.error {
	color: red;
}
/* Comment Styles
----------------------------------------------------------------------------------
*/
div#commentArea {
  padding:15px 0;
}
ul#commentForm {
  border:1px solid #e9eef5;
  background:#f8fafc;
  padding:0 5px;
  width:235px;
}

ul#commentForm input.text {
  width:125px;
  border:1px solid #e9eef5;
}
ul#commentForm textarea.textarea {
  width:125px;
  border:1px solid #e9eef5;
}
#comments {
	width: 350px;
	float: right;
	margin-bottom: 20px;
}
#comments li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
}
#comments p {
	margin: 10px 0 0 0;
}
.commentsAuthor {
	font-weight: bold;
	color: #66BB00;
}
.commentsDate {
	float: right;
}
/* Top Hundred Styles
----------------------------------------------------------------------------------
*/
#topHundred {
	display: block;
	width: 360px;
	padding: 20px 0 20px 20px;
}
#topHundredMain {
	padding: 0 20px 0 0;
	display: block;
	margin-top: 30px;
}
#topHundred li, #topHundredMain li {
	position: relative;
	margin: 3px 0;
	padding: 5px 0 5px 35px;
	background: url(../images/bg-bullet-booking.gif) 0 50% no-repeat;
	border-bottom: solid 1px #f1f1f1;
  height:14px;
}
#topHundred a, #topHundredMain a {
	position: absolute;
	left: 100px;
	color: #66BB00;
}
#topHundred a:hover, #topHundredMain a:hover {
	color: #66BB00;
	text-decoration: underline;
}
.right {
	float: right;
}
.left {
	float: left;
	margin: 0px 20px 0px 0;
}
#topHundredList {
	margin: 20px 0;
}
.order {
}
.percent {
	position: absolute;
	left: 60px;
}
#percentLarge {
	font-size: 50px;
	font-family: times;
}
/* view-tophundred.php Styles
----------------------------------------------------------------------------------
*/
#itemDetails {
	height: 275px;
}
#itemDescription {
	margin-bottom: 40px;
}
#itemText {
	margin: 15px 0;
	border-bottom: 1px solid #f1f1f1;
}
#youtube {
	float: left;
	width: 300px;
	height: 300px;
}
.imgBorder {
	border: 3px solid #ccc;
}
#comments {
	width: 350px;
	float: right;
	margin-bottom: 20px;
}
#comments li {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #f8fafc;
	border: 1px solid #e9eef5;
	border-width: 1px 0 1px 0;
}
#comments p {
	margin: 10px 0 0 0;
}
.commentsDate {
	float: right;
}
/* Costs styles
********************************************
*/
div#costs {
}
div#costs table{
  margin:0;
}
div#costs td{
  border-bottom:1px solid #f1f1f1;
  padding:0 0 3px 0;
  margin:3px 0 0 0;
}

div#accomBangkok,
div#accomSouth,
div#accomNorth {
  padding:0 0 15px 0;
}
/* Accommodation Page styles
********************************************
*/
div.accom {
  margin:10px 0;
  min-height:75px;
  padding:20px;
  /*border:1px solid #eee;*/
  background:url('/_images/back-accom.gif') bottom left no-repeat;
}

div#content {
  /*border:1px solid red;*/
  padding:0;
}

div#contentBackground {
  	margin: 0 11px;
	padding: 1px 0;
	background: url(http://www.jeng-thailand.com/images/bg-content.gif) 0 0px repeat-x;	
}

div.accom strong {
  color:#66bb00;
  display:block;
  padding:0 0 0px 0;
}
/* Search styles
********************************************
*/
div#searchform input.text {
  width:200px;
}
div#searchform input.submit {
  margin:0 0 0 10px;
}
ul#searchResults {
  margin:20px 0 0 0;
}
ul#searchResults li {
  margin:4px 0;
  border:1px solid #f1f1f1;
  border-width:0 0 1px 0;
  padding: 5px 0 5px 35px;
	background: url(../images/bg-bullet-booking.gif) 0 50% no-repeat;
}
/* Forum styles
********************************************
*/
span#loggedStatus {
  display:block;
  text-align:right;
  color:#66bb00;
  padding-bottom:10px;
}
ul#forum {
  clear:right;
  border-top:1px solid #F1F1F1;
}
ul#forum li {
  position:relative;
  margin:0;
  padding:5px 10px;
  background-color:#FAFCFD;
  border-bottom:1px solid #F1F1F1;
  border-top:1px solid #FFF;
}
ul#forum li a {
  margin:0;
  padding:0;
  color:#66bb00;
  text-decoration:none;
}
ul#forum li a:hover {  
  text-decoration:underline;
}
ul#forum span.date {
  float:right;
  color:#66bb00;
}
ul#forum span.author {
  display:block;
  padding-bottom:5px;
  font-weight:bold;
  color:#66bb00;
}
ul#forum span.replies {
  position:absolute;
  right:10px;
  top:5px;
  color:#ff6600;
}
div#submitThreadDiv,
div#submitPostDiv,
div#loginDiv {
  padding:10px 0;
}
.forumtext {
  width:500px;
  font-size:11px;
  color:#999;
  border:1px solid #f1f1f1;
  font-family:arial;
}
/* Register styles
********************************************
*/
ul#registration li {
margin:5px 0;
}
ul#errors {
  margin:10px 0 20px 0;
}
ul#errors li {
  margin:5px 0;
  color:red;
}
/* New Home Page styles
********************************************
*/
div#hometext {
  clear:left;
  width:780px;
  margin:0 auto;
  background:url('/_images/back-home-content.gif') repeat-y top left;
}
div#hometext h1 {
  width:800px;
  margin:0;
  padding:20px 0 0 20px;
  border:none;
  background:url('/_images/back-home-content-top.gif') no-repeat top left;
}
div#hometext div#hometextinner {
  padding:0 20px 20px 20px;
  min-height:100px;
  background:url('/_images/back-home-content-bottom.gif') no-repeat bottom left;
}
div#forumouter {
  margin:10px 0 0 10px;
}
div#topouter {
  margin:10px 0 0 0;
}
div#homeforum {
  border:1px solid #FFF;
  background:url('/_images/back-forum.gif') repeat-x top left;
}
div#homeforum h3 {
  border:1px solid #FFF;
  margin:5px;
  padding:3px 5px;
  color:#FFF;
  font-size:18px;
  font-weight:normal;
  background:#2e3940 url('/_images/back-home-forum-title.gif') repeat-x top left;
  
}
div#homeforum h3 a {
  color:#FFF;
}
div#homeforum ul li {
  border-bottom:1px solid #f5fed6;
  background:url('/_images/back-home-forum-li.gif') no-repeat 5px 50%;
}
div#homeforum ul li a {
  color:#556169;
}
/*div#homeforum div#forumslide {

}*/

div#hometop {
  border:1px solid #FFF;
  background:url('/_images/back-home-top.gif') repeat-x top left;
}
div#hometop h3 {
  border:1px solid #FFF;
  margin:5px;
  padding:3px 5px;
  color:#647078;
  font-size:18px;
  font-weight:normal;
  background:#b7e038 url('/_images/back-home-top-title.gif') repeat-x top left;
}
div#hometop h3 a {
  color:#647078;
}
div#hometop ul li {
  border-bottom:1px solid #f5fed6;
  background:url('/_images/back-home-top-li.gif') no-repeat 5px 50%;
}
div#hometop ul li  span {
  float:left;
  display:block;
  width:25px;
}
div#hometop ul li a {
  color:#d6ec91;
}


div.homeactionshadow {
  float:left;
  width:390px;
  /*padding:0 10px;*/
  /*margin:10px;*/
  background:url('/_images/back-home-shadow.gif') repeat-y top left;
}
div.homeactionshadow h3 {
  font-family:Trebuchet MS;
}
div.homeactionshadow div.homeactionshadowtop {
  background:url('/_images/back-home-shadow-top.gif') no-repeat top left;
}
div.homeactionshadow div.homeactionshadowbottom {
  padding:10px;
  background:url('/_images/back-home-shadow-bottom.gif') no-repeat bottom left;
}
div.homeactionshadow ul {
  padding:0 10px 10px 10px;
}
div.homeactionshadow ul li {
  padding:4px 0 4px 20px;
}
p#florida {  padding:10px;  font-family:Georgia;  font-style:italic;  font-size:16px;}p#florida a:hover {  text-decoration:underline;}




