/* zero off the defaults to get a clean starting point*/
/***** 16px=1em *****/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
	margin: 0; 
	padding: 0; 
	border: 0; 
	}

body {
	background: #ffffcc;
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:arial, helvetica, san-serif;
	}

a:focus {
outline-color:invert;
outline-style:none;
outline-width:medium;
}

/***** Begin laying out the wrappers *****/

#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: auto;
	text-align: left;/*set for the positioning of the nav*/
	background: #ffffcc;
	}


#topbanner {
	position: relative;
	text-align: center;
	height: 222px;
	width: 773px;
	margin: 1px auto 0px auto;
	z-index: 10;
	}
	
#topbanner a{
	color: none;
	line-height: auto;
	border: none;
	text-decoration: none;
	}

/******* Begins content layout ***********/

#container {
	position: relative;
	margin: auto;
	padding: 0;
	width: 771px;
	height: auto;
	color: #fff;
	border: none;
	z-index: 1;
	}	

#separator_line {
	float: left;
	background-color: #61615e;
	width: 390px; 
	height: 1px;
	margin: 0px 160px 0px 160px; 
	}
	
#separator_absolute {
	position: absolute;
	top: 1130px;
	left: 0px;
	background-color: #61615e;
	width: 390px; 
	height: 1px;
	margin: 0px 160px 0px 190px; 
	z-index: 100;
	}

#content {
	position: absolute;
	top: -1px;
	left: -1px;
	margin: auto;
	padding: 15px 30px 15px 30px;
	width: 711px;
	height: auto;
	border-left: 1px solid #61615e;
	border-right: 1px solid #61615e;
	z-index:3;
	text-align:left;
	background:#fff;
	}	

#right_column {
	float:right;
	margin: 0 0 0 21px;
	padding: 15px 0px 15px 15px;
	width: 200px;
	height: auto;
	border-left: 1px solid #999;
	z-index:3;
	text-align:left;
	background:#fff;
	}
	
#right_column p {
	font-size: 80%;
	padding: 5px 5px; 
	color: #61615e;
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	}
	
#right_column li {
	font-size: 75%;
	padding: 1px 0px 1px 5px;
	margin-left: 15px;
	color: #61615e;
	line-height: 13px;
	}
	
#content p {
	font-size: 85%;
	padding: 5px 5px; 
	color: #61615e;
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	}

#content li {
	font-size: 85%;
	padding: 1px 0px 1px 5px;
	margin-left: 35px;
	color: #61615e;
	line-height: 13px;
	}

#content p.testimonials {
	font:Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 5px 5px; 
	margin-left: 0px;
	color: #61615e;
	}

#box_index {
	float: left;
	background-color: none;
	border: 1px #999 solid;
	width: 330px; 
	height: auto;
	padding: 10px;
	margin: 20px 60px 20px 60px; 
	z-index: 100;
	}
	
#box_nutrition {
	float: left;
	background-color: none;
	border: 1px #999 solid;
	width: 400px; 
	height: auto;
	padding: 10px;
	margin: 20px 150px 20px 150px; 
	z-index: 100;
	}

#contact_button {
	position: absolute;
	top: 150px;
	left: 520px;
	background-color: none;
	width: 80px; 
	height: 69px;
	margin: 0px; 
	z-index: 100;
	}
	
#contact_button a {
	color: #fff;
	line-height: auto;
	border: #fff;
	text-decoration: none;
	}

#contact_button a:hover {
	color: #fff;
	line-height: auto;
	border: #fff;
	text-decoration: none;
	}
#photo {
	float: right;
	margin: -10px 0px 10px 10px;
	width: 150px;
	height: auto;
	border: none;
	}
	
#photo_small {
	float: right;
	margin: -10px 0px 10px 10px;
	width: 125px;
	height: auto;
	border: none;
	}
	
#photo_big {
	float: right;
	margin: -10px 0px 10px 10px;
	width: 209px;
	height: auto;
	border: none;
	}
	
#testimonials_thai {
	float: left;
	margin: 20px 20px 20px 0px;
	padding: 10px;
	width: 250px;
	height: auto;
	border: 2px solid #25A2B4;
	}

#testimonials_thai p {
	font:Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style:italic;
	margin: 0px;
	color: #666;
	line-height: 12px;
	}
	
#testimonials_nutrition {
	float: left;
	margin: 10px 20px 20px 0px;
	padding: 10px;
	width: 250px;
	height: auto;
	border: 2px solid #78362C;
	}
	
#testimonials_nutrition p {
	font:Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style:italic;
	margin: 0px;
	color: #666;
	line-height: 12px;
	}
	
#testimonials_about {
	float: left;
	margin: 10px 20px 20px 0px;
	padding: 10px;
	width: 250px;
	height: auto;
	border: 2px solid #22639F;
	}
	
#testimonials_about p {
	font:Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style:italic;
	margin: 0px;
	color: #666;
	line-height: 12px;
	}
	

#photo p {
	font:Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style:italic;
	padding: 15px 0 0 0; 
	margin: 0px;
	color: #61615e;
	line-height: 12px;
	}

#photo_small p {
	font:Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style:italic;
	padding: 10px 0 0 0; 
	margin: 0px;
	color: #61615e;
	line-height: 12px;
	}
	
#photo_big p {
	font:Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style:italic;
	padding: 15px 0 0 0; 
	margin: 0px;
	color: #61615e;
	line-height: 12px;
	}
	
/***** Images **************/

#image_long{
	float: left;
	margin: 25px 0px 25px 150px;
	width: 599px;
	height: 34px;
	border: none;
	}
	
#buttons{
	float: left;
	margin: 40px 0px 80px 150px;
	width: 622px;
	height: 125px;
	border: none;
	}
	
#circle_left{
	float: left;
	margin: 0px 0px 0px 20px;
	width: 125px;
	height: 125px;
	border: none;
	}
	
#circle_mid{
	float: left;
	margin: 0px 90px 0px 90px;
	width: 125px;
	height: 125px;
	border: none;
	}
	
#circle_right{
	float: left;
	margin: 0px 20px 0px 0px;
	width: 125px;
	height: 125px;
	border: none;
	}
	
#logo{
	float: left;
	margin: 10px 10px 0 0;
	width: 250px;
	height: auto;
	border: none;
	}
	
#logo_square{
	float: left;
	margin: 10px 10px 0 0;
	width: 200px;
	height: auto;
	border: none;
	}
	
#square{
	float: left;
	margin: 30px 10px 0 0;
	width: auto;
	height: auto;
	border: none;
	}
	
#photo_left{
	float: left;
	margin: 5px 10px 20px 0;
	width: auto;
	height: auto;
	border: none;
	}

#photo_right{
	float: right;
	margin: 15px 0px 20px 10px;
	width: auto;
	height: auto;
	border: none;
	}



/******* Headers ***********/

#content h1 {
	font-size: 105%;
	margin: 12px 0 0 5px;
	color: #579441;
	font: arial, helvetica, "trebuchet ms", san-serif;
	text-align:left;
	}

#content h2 {
	font-size: 95%;
	margin: 12px 0 0 5px;
	color: #579441;
	text-align: left;
	}

#content h3 {
	font-size: 90%;
	margin: 12px 0 0 5px;
	color: #61615e;
	}

#content h4 {
	font-size: 85%;
	margin: 12px 0 0 5px;
	color: #61615e;
	}

/***** Nav layout ******/

#skip {
	position: absolute; 
	top: -500px;/*places the skip nav off screen*/
	}

/***** Links *****/

a {
	color: #579441;
	line-height: auto;
	border: none;
	text-decoration: none;
	}

a:hover {
	color: #648039;
	line-height: auto;
	border: none;
	text-decoration: none;
	}

#right_column a {
	color: #579441;
	line-height: auto;
	border: none;
	text-decoration: none;
	}

#right_column a:hover {
	color: #648039;
	line-height: auto;
	border: none;
	text-decoration: none;
	}
	
a.circle{
	color: #fff;
	border: none;
	line-height: auto;
	text-decoration: none;
	}

a.circle:hover {
	color: #fff;
	border: none;
	line-height: auto;
	font-weight: bold;
	}

a.big{
	color: #036;
	line-height: auto;
	text-decoration: none;
	}

a.big:hover {
	color: #6f86a7;
	line-height: auto;
	font-weight: bold;
	}

a.anchor{
	color: #036;
	line-height: auto;
	text-decoration: none;
	}

a.anchor:hover {
	color: #036;
	line-height: auto;
	}

/***** Navigation *****/

#navcontainer { 
	background-color: #fff;
	position: absolute;
	top: 30px;
	left: 30px;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: auto; 
	z-index: 12;
	}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
	}

#navcontainer li { 
	margin: 0;
	padding: 0;
	}

#navcontainer a {
	display: block;
	padding: 5px 10px 5px 0px;
	width: 120px;
	color: #09F;
	background-color: #fff;
	text-decoration: none;
	}

#navcontainer a:hover {
	color: #06F;
	background-color: #fff;
	text-decoration: none;
	}
	
#navcontainer ul li a:active {
	color: #6C0;
	background-color: #fff;
	text-decoration: none;
	}

#navcontainer ul ul li { 
	margin: 0 0 1px 0; 
	}

#navcontainer ul ul a {
	display: block;
	padding: 5px 5px 5px 30px;
	width: 122px;
	color: #6C0;
	background-color: #fff;
	text-decoration: none;
	}

#navcontainer ul ul a:hover {
	color: #390;
	background-color: #fff;
	text-decoration: none;
	}



/***** footers *****/

#footer {
	float: left;
	background-color: none;
	border: none;
	width: 771px; 
	height: 25px;
	margin: 15px 0px 0px -30px;
	padding: 0px;  
	}
	
#footer_line {
	float: left;
	background-color: #61615e;
	width: 700px; 
	height: 1px;
	margin: 0px 35px 0px 35px; 
	}
	
#footer_image {
	background-image: url(images/new/vn_footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	width: 773px; 
	height: 36px;
	margin: -23px 0 0 -1px;
	}

#footer p {
	font-size: 65%;
	text-align: center;
	color: #61615e;
	letter-spacing: 1.5px; 
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: auto;
	}
	
#footer_image p {
	font-size: 65%;
	text-align: center;
	color: #61615e;
	letter-spacing: 1.5px; 
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: auto;
	}
	
#footer a {
	color: #61615e;
	}
	
#footer a:hover {
	color: #579441;
	}

#footer_image a:hover {
	color: #61615e;
	font-weight:bold;
	}

	

