html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img, a {
	border: 0;
	outline:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

@font-face {  
 font-family:'GarthGraphicStd';  
 src: url('/fonts/GarthGraphicStd.otf') format('opentype');  
} 

/* reusable classes begin */
H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.5em}  /* displayed at 18px */
H3 {font-size:1.25em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 7px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p { line-height:18px; }
.bold { font-weight:bold; }
a img.menu_photos { border:1px solid #fff; }
a:hover img.menu_photos { border:1px solid #AF1C13; }

.more {
    display: none;
	}
a.showLink, a.hideLink {
    text-decoration: none;
    color: #36f;
    padding-left: 8px;
	}
a.showLink:hover, a.hideLink:hover {
    border-bottom: 1px dotted #36f; 
	}

/* reusable classes end */



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:/*url(/images/body_bg.png) repeat-y fixed center*/ #958257;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:.8em;
}
.oneColFixCtrHdr #header {
	background:url(/images/mekong_header.jpg) #77100B; 
	height:226px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#nav {
	width: 900px;
	padding: 185px 0 0 0;
	color: #fff;
	cursor: default;
}

	#nav ul {
		margin:0;
		padding:0 0 0 250px;
	}
	
	#nav ul li {
		display:inline;
		list-style:none;
		float:left;
		margin:0;
		padding:0
	}
	
	#nav ul li a, #nav ul li a:visited {
		display:block;
		padding:5px 8px 0 8px;
		color:#fff;
		text-decoration:none;	
		font-family:'GarthGraphicStd', Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
	}

	#nav ul li a:hover {
		color: #e6be76;
	}
	
	#nav .sel a, #nav .sel a:visited {
		color: #e6be76;
	}

.oneColFixCtrHdr #mainContent_home {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
	
	#mainContent_home img { display:block; }

.oneColFixCtrHdr #mainContent {
	background:url(/images/background_tile.gif)/*#D2BF85*/;
	padding: 10px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

	#mainContent img { display:block; }
	#mainContent a { color:#fff; }
	#mainContent a:hover { text-decoration: none; }
	#mainContent a:visited { color:#C2AD74; }
	
	#mainContent ul.sitemap {
		list-style:;
		margin:5px 0 5px 20px;
	}
	
	#mainContent ul.sitemap li {
		margin:5px 0 5px 25px;
	}
	
	#mainContent ul.sitemap li ul {
		margin:5px 0 5px 25px;
		list-style:circle;
	}

	#photo_large {
		float:left;
		width:400px;
		border:1px solid #000;
	}
	
	#photo_thumb {
		float:left;
		width:350px;
		border:1px solid #000;
	}
	
	img.photo_border {
		border:1px solid #fff;
		padding:5px;
	}
	
#mainContent #menu {
	background:url(/images/mainContent_bg.png) repeat-y;
	padding:0 15px;
}
	#menu h2 { color:#E6BE76; }
	
	#menu p { 
		color:#fff;
	}
	
	#menu p.menu_item {
		float:left;
		font-weight:bold;
		margin:10px 0 5px 20px;
		padding:0;
	}
			
	#menu p.menu_description {
		margin:10px 0 0 20px;
		padding:0 0 0 10px;
		display:block;
		width:550px;
		clear:both;
	}

	#menu p.menu_description_italic {
		margin:0 0 0 20px;
		padding:0 0 0 10px;
		display:block;
		width:600px;
		clear:both;
		font-style:italic;
	}
	#menu p.menu_price {
		float:right;
		font-weight:bold;
		margin:10px 40px 0px 20px;
		padding:0;
	}

	#submenu {
		margin:0 0 20px 0;
		padding:3px 0;
		font-size:.8em;
		border-top:1px solid #F3DD9A;
		border-bottom:1px solid #F3DD9A;
		font-family:Helvetica, Verdana, Arial, sans-serif;
	}
	
	#submenu ul {
		margin:0;
		padding:3px;
		text-align:center;	
		background:#AF1C13;	
	}
	
	#submenu ul li {
		display:inline;
		padding:7px;
		letter-spacing:.025em;
	}
	
	#submenu ul li a {
		padding-left:10px;
		text-decoration:none;
		color:#E6BE76;
	}
	
	#submenu ul li a:hover {
		background:url(/images/submenu_arror.png) left no-repeat;
	}
	
.oneColFixCtrHdr #footer {
	padding: 15px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(/images/mekong_footer.jpg) no-repeat;
	height:61px;
	font-size:.8em;
}

	#footer ul
	{
		text-align: center;
		list-style-type: none;
	}
	
	#footer li
	{
		display: inline;
	}
	
	#footer li a, #footer li a:link, #footer li a:visited
	{
		line-height: 11px;
		font-family: Tahoma, serifSansSerifMonospace, Arial, Sans-Serif;
		color: #000;
		text-decoration: underline;
		padding: 0 5px;
		border: solid 0 #958257;
		border-right-width: 1px;
	}
	
	#footer li a:hover { text-decoration:none; }
	
	#footer li.last a, #footer li.last a:visited
	{
		border-right:none;
	}

	#footer p {
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		font-weight:bold;
		color:#000;
		text-align:center;
	}
	
	#footer img {
		padding:0 0 5px 0;
		margin:0;
		display:block;
	}
	
	#footer img.credit {
		margin:0 auto; 
		text-align:center;
	}


/* contact form begin */
label { 
	color: #fff;
}	

fieldset.sponsor {
	width:625px;
	padding:0;
}

label.sponsor {
	float:left;
	padding:5px 0px;
}

select.contact {
	float:left;
	width:205px;
	margin:10px 0 0 0;
	padding:0;
}

input.textbox_sponsor {
	float: left;
	width: 300px;
	margin: 0 5px 5px 0;
	padding: 1px 0px;
}

textarea {
	float:left;
	width:300px;
	padding:5px 0px;
	margin-right:5px;
}

input.sub {
	float: left;
	width: 90px;
	height: 25px;
	padding: 0;
	margin:10px 0 0 0;
}

.LV_validation_message{
    font-weight:bold;
	font-size:.8em;
}

.LV_valid {
    color:#00CC00;
	font-size:.8em;
}
	
.LV_invalid {
    color:#CC0000;
	font-size:.8em;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {

}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {

}
/* contact form end */

/* cvd credit */

#credits {
	margin:10px auto; 
	text-align:center;
}

#credits a img {border:0;}

/* cvd credit end */

