@charset "UTF-8";
/* CSS Document */

#basic-accordian{
	padding:0;
	width:825px;
	position:relative;	
}

#tab_container * {
	width:90.5px;
	float:left;
	font-size:.8em;
	text-align:center;
}

#menu_tab_container * {
	width:90px;
	height:40px;
	float:left;
	margin-left:0px;
	cursor:pointer;
}

.push_left {
	margin-left:-1px;
}

.push_right {
	float:right;
	font-style:normal;
	margin-top:-15px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:normal;
}

#descriptions {
	float:left; 
	width:820px;
	font-size:11px;
}

.accordion_headings{
	padding:5px;
	background-color:#FF9900;
	color:#FFFFFF;
	border-right:1px solid #EEE;
	border-top:1px solid #EEE;
	border-left:1px solid #EEE;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background-color:#532000;
}

.accordion_child{
	padding:20px;
	background:#532000;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}

.header_highlight{
	background:#532000;
}

#descriptions h4, #descriptions h6, #descriptions p, #descriptions li, #descriptions h2, #descriptions ul {
	margin:0;
	padding:0;
}

#descriptions h2 {
	 border-bottom:1px solid #eee;
	 margin:15px 0;
	 color:#CCFFFF;
}

#descriptions h4 {
	color:#FF9900;
	padding:1px 0 0 0;
	font-size:11px;
}

#descriptions p {
	font-style:italic;
	margin-left:10px;
	border-bottom:1px solid #461900;
}

#descriptions li {
	list-style:none;
}

#list ul {
	float:left;
	width:194px;
}

#list ul li{
	margin-bottom:2px;
	font-size:11px;
}

#list h4 {
	margin:10px 0;
}

/*
FOR PARTIES SECTIONS
*/
#tab_container_slim * {
	width:260px;
	float:left;
	font-size:.8em;
	text-align:center;
}

#descriptions_slim {
	float:left;
	font-size:.8em;
	width:816px;
}

#descriptions_slim .accordion_child {
	/*width:800px;*/
}

#descriptions_slim h4, #descriptions_slim h6, #descriptions_slim p, #descriptions_slim li, #descriptions_slim li ul, #descriptions_slim li ul li, #descriptions_slim h2 {
	margin:0;
	padding:0;
}

#descriptions_slim h2 {
	 border-bottom:1px solid #eee;
	 color:#CCFFFF;
	 /*width:800px;*/
}

#descriptions_slim h4 {
	color:#FF9900;
	padding-bottom:2px;
	padding-top:10px;
}

#descriptions_slim li {
	list-style:none;
	height:auto;
	float:left;
	margin-right:20px;
}

#descriptions_slim p{
	font-size:11px;
}

/*/////////////////////////*/

#two_column ul {
	width:800px;
}

#two_column li {
	float:left;
	width:380px;
}

#two_column h6 {
	padding-bottom:25px;
}

/*
SET UP THE MENU BUTTONS
*/
#menu_tab_container a {
	background-position:0 0;
	background-repeat:no-repeat;
	height:40px;
	width:90px;
	border:1px solid #fff;
}
/*
#menu_tab_container a:hover {
	background-position:0 0;
}
*/
#apps {
	background-image:url(../images/apps_btn.jpg);
}

#rice {
	background-image:url(../images/rice_noodles_btn.jpg);
}

#veggie {
	background-image:url(../images/veggies_btn.jpg);
}

#soup {
	background-image:url(../images/soups_btn.jpg);
}

#spicy {
	background-image:url(../images/spicy_btn.jpg);
}

#desserts {
	background-image:url(../images/desserts.jpg);
}

#house {
	background-image:url(../images/specialties_btn.jpg);
}

#mild {
	background-image:url(../images/mild_btn.jpg);
}

#consider {
	background-image:url(../images/considerations_btn.jpg);
}
