@charset "UTF-8";

/* Rice Thai Cookery CSS */

body {
	background-color:#996633;
	background-image:url(images/wood_BG_tile.jpg);
	color: #fffccc;
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	letter-spacing: .1em;
}

#wrapper {
	width:806px; 
	w\idth: 800px;  
	overflow:hidden;
	margin: 20px auto;
	position: relative;
	background-repeat: repeat-y;
	background-color:#330000;
	text-align: left;
	border-color:#FF9;
	border-width: 3px;
	border-style: solid;
	/*background-image: url(../images/wrapper_bg.jpg);*/
}


/* Tag Definitions */

a {
	color: #CAEF9A;
	text-decoration: none;
	padding: 1px;
}

a:hover {
	color: #FFFF00;
}

h1 {
	color: #FF1A00;
	font-family:Courier, "Courier New", monospace;
	letter-spacing: .05em;
	font-weight: normal;
}

h2 {
	color: #FF1A00;
	font-family: Courier, "Courier New", monospace;
	font-size: 14px;
	font-weight: normal;
}

img {
	border: 0px;
}



/* Header CSS */

#logo {
	margin-left:25px;
}

#header {
	background-image:url(images/RiceHeader.jpg);
	width: 800px;
	height:180px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.logo {
	float: left;
	margin-top: 20px;
}



/* Navigation and Sub-nav CSS */
#Nav {
	background-color:#996633;	
	width: 800px;
	clear: both;
}


#NavButton{
	background-color: #FFCC00;
	border-bottom: 1px solid #330000;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	clear:both;
}

#NavButton li {
	float: left;
	margin: 0;
	padding: 0;
}
#NavButton a {
	background: #FFCC00 url("images/Nav/seperator.gif") bottom right no-repeat;
	color: #330000;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#NavButton a:hover {
	background: #ffff99 url("images/Nav/hover.gif") bottom center no-repeat;
	color: #330000;
	padding-bottom: 8px;
}

#SubNav {
	background: #FFFF99;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 13em;
}

#SubNav li {
	margin: 0;
	padding: 0;
}
#SubNav a {
	background: #FFFF99;
	border-bottom: 1px solid #393939;
	color: #330000;
	display: block;
	/*margin: 0;*/
	padding: 8px 10px;
	text-decoration: none;
}
#SubNav a:hover {
	background: #FFCC00 url("images/Nav/S_hover.gif") left center no-repeat;
	color: #330000;
	padding-bottom: 8px;
}


/* Homepage */

#welcome {
	width: 800px;
	height: 600px;
	background-image:url(images/home_pics/pic1.jpg);
	background-position:top;
	float: left;
	clear:both;
}

.welcometext {
	width: 650px;
	font-family: Courier, "Courier New", monospace;
	line-height:18px;
	font-size:14px;
	letter-spacing:1px;
	color:#FFF;
	clear:both;
	padding: 10px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.locations {
	color:#FFF;
	padding:10px;
	width: 600px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

.transparent {
	padding:inherit;
	background-color:#330000;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}


/* Links */

#links {
	margin-left: 25px;
	line-height: 16px;
}


/* Menu CSS */

#answers {
	float:left;
} /* Menu Category Responses */
	

/* .image {
	float:left; 
	margin:0 10px;
} */


.show {
	display:block;
}

.hide {
	display:none;
	}

#OurMenu, #Nibbles, #Salads, #Soups, #SignatureDishes, #Specialties, #StirFrys, #Curries, #Noodles, #FriedRice, #Desserts, #SideOrders, #Drinks, #Lunch {
	width: 450px;
	float:left; 
	clear:left;
	margin-left: 50px;
	padding-top: 15px;
}



.menuImage {
	clear: both;
	margin-left: -16px;
	margin-bottom: 15px;
}


.menuSection {
	font-family: Courier, "Courier New", monospace;
	color: #FFCC00;
	font-size: 18px;
	clear: both;
	margin-left: -7px;
	margin-bottom: 20px;
} /* ex. = Nibbles */

.menuChoices {
	color:#cccc00;
	font-size:14px;
	margin-bottom: 7px;
} /* ex. = Choices of Meat */

.menuOptions {
	color:#cccc66;
} /* ex. = Tofu, Chicken, etc. */

.menuItem {
	font-family: Courier, "Courier New", monospace;
	color: #FFFF99;
	font-size: 12px;
	float: left;
} /* ex. = Chicken Satay */

.menuPrice {
	font-family: Courier, "Courier New", monospace;
	color: #99cc99;
	font-size: 14px;
	float: right;
	margin-bottom: 4px;
	margin-top: -13px;
}

.menuDescription {
	font-family: Courier, "Courier New", monospace;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	clear: both;
	margin-bottom: 15px;
} /* Description of menu items */





/* Gallery */

#gallery {
	margin-top: 15px;
	margin-bottom: 25px;
}


/*Contact*/
#contact {
	width: 800px;
	height: 600px;
	background-image:url(images/ContactBG_Restaurant.jpg);
	float: left;
	clear:both;  
}

.locations2 {
	color:#FFF;
	padding:20px;
	width: 630px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

/* Photos */

#photoContainer {
	width: 630px;
	border-left: #FFFFCC 1px solid;
	border-right: #FFFFCC 1px solid;
	padding-right: 20px;
}



/* Page Styles */

#content {
	/*margin-left: 25px;*/
	width: 800px;
}


.footer {
	font-size: 10px;
	text-align:center;
	letter-spacing:0px;
	background-color:#FFCC00;
	color: #330000;
	clear: both;
	padding-left:8px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer a {
	color:#063;
}


