/*-----------------------------------------------------------------------------
version:   1.0
author:    Tiki Juntakool
email:     tiki@ookki.com
website:   http://www.ookki.com/Patpong/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}

/* Fix PNG in IE */
* {
	behavior: url(../iepngfix.htc);
}

/* Class for clearing floats */
.clear { clear:both; }

/* Class for float left and right */
.left{ float:left; }
.right{ float:right; }

/* Remove border around linked images */
img { border: 0; }

/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.5;
	color: #333333;
	background-color: #333333;
}


/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/
a, a:visited {
	color: #111111;
	text-decoration: underline;
}

a:hover {
	color: #f8bdd4;
	text-decoration: underline;
}

/* button Link */
a.btlink:link, a.btlink:visited {
	color: #111111;
	text-decoration: none;
	background-color: #f1f1f1;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	border: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.btlink:hover, a.btlink:active {
	color: #111111;
	text-decoration: none;
	background-color: #FAE8B7;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: 1px solid #cccccc;
}

a.btlink2:link, a.btlink2:visited {
	color: #111111;
	text-decoration: none;
	background-color: #FF99FF;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	border: 1px solid #CC0099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.btlink2:hover, a.btlink2:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0099;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: 1px solid #FF0099;
}

/* =Branding
-----------------------------------------------------------------------------*/
#Branding {
	width: 740px;
	background-color: #110D10;
}

#BrandingAd {
	width: 330px;
}

#BrandingAd p{
	color: #FFFFFF;
	text-align: right;
	font-size: 16px;
	margin-top: 15px;
	margin-right: 15px;
}
/* =Main Nav
-----------------------------------------------------------------------------*/
#MainNav {
	width: 530px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 15px;
}

#MainNav ul {
	padding: 0;
	float: left;
	list-style: none;
	text-transform: uppercase;
	margin: 0;
	width: 530px;
}

#MainNav li {
	float: left;
}


#MainNav li a {
	line-height: 24px;
	text-decoration: none;
	color: #111111;
	float: left;
	display: block;
	font-weight: normal;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;	
}


#MainNav a:hover {
	line-height: 24px;
	text-decoration: underline;
	color: #111111;
	float: left;
	display: block;
	font-weight: normal;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;	
}

body.mhome #MainNav a#mhome, body.mlunch #MainNav a#mlunch, body.mdinner #MainNav a#mdinner, body.mcontact a#mcontact{
	line-height: 24px;
	text-decoration: none;
	color: #111111;
	float: left;
	display: block;
	font-weight: normal;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	background-image: url(../images/bg_navselected.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/* =Sub Nav
-----------------------------------------------------------------------------*/
/* =Main Content
-----------------------------------------------------------------------------*/
#Wrapper{
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/bg_wrapper.gif);
	background-repeat: repeat-y;
	background-position: center;
	border: 10px solid #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

#ContentWrapper {
	width:740px;
}

#MainContent {
	width: 540px;
	background-color: #FFFFFF;
}

#MainContent p.contactadd{
	margin-left: 10px;
	font-size: 14px;
}

#MainContent img{
	border: 1px solid #666666;
	margin-top: 10px;
	margin-left: 10px;
}

#MainContent h1{
	margin-top: 25px;
	font-size: 18px;
	color: #660000;
	display: block;
	width: 520px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	margin-bottom: 10px;
	margin-left: 10px;
}

#MainContent p.instruction{
	font-size: 14px;
	background-color: #FFFF99;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#ItemWrapper{
	width: 510px;
}

#ItemHead{
	width: 400px;
	margin-left: 10px;
}

#ItemHead p{
	font-weight: bold;
}

#ItemHead p.vegi{
	font-weight: bold;
	background-image: url(../images/icon_vegi.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}

#ItemHead p.spicy{
	font-weight: bold;
	background-image: url(../images/icon_spicy.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}


#ItemHead p.spicyvegi{
	font-weight: bold;
	background-image: url(../images/icon_spicyvegi.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 74px;
}

#ItemPrice{
}

#ItemDetails{
	width: 500px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
}

#ItemDetails p{
	padding-right: 50px;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/
#SubContent{
	width: 190px;
	margin-top: 44px;
}

#SubContent img{
	margin-left: 5px;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
}

#SubContent p{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
	text-align: center;
	color: #330000;
	font-style: italic;
}

#SubContent ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#SubContent li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

#SubContent li a {
	display: block;
	width: 180px;
	line-height: 25px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: 20px;
	background-image: url(../images/bg_navver.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#SubContent li a:hover{
	background-color: #660000;
	background-position: left center;
	color: #fff;
	background-image: url(../images/bg_navvero.gif);
}

/* Ad Contents
-----------------------------------------------------------------------------*/

/* =Footer
-----------------------------------------------------------------------------*/
#Footer {
	width: 540px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #110D10;
}

#Footer p{
	color: #000000;
	font-size: 11px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

label{
	float: left;
	width: 300px;
	font-weight: bold;
	margin-left: 0px;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 300px;
margin-top: 5px;
width: 90px;
}

#clearbutton{
margin-left: 5px;
margin-top: 5px;
width: 90px;
}


br{
clear: left;
}


/* =Tables
-----------------------------------------------------------------------------*/

table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 500px;
	margin-top: 20px;
	margin-left: 10px;
}

td {
  	font-weight: normal;
}

.tdprice{
  	text-align: right;
}

.tddetails{
}

.tditem{

}
/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
