@charset "utf-8";
/* CSS Document */
body  {
	font: 80% Geneva, Arial, Helvetica, sans-serif;
	background: #15125f;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #333;
}

h1,h2 {
	padding-left: 0px;
	margin-left:0px;
}

h3 {
	padding:0px 0px 0px 0px;
	margin:-10px 0px -5px 10px;
	
}

p {
	color: #333;
	margin-left: 10px;
}

#view {
	width: 845px;
	margin: 0px auto 0px auto;
}

#page_view {
	width: 900px;
	height: 100%;
	margin: 0px auto 0px auto;
	background: #15125f url(images/page_background.gif) middle repeat-y;
}
#sidebar1, #sidebar1 ul, #sidebar1 ul li,
#home_menu, #home_menu ul, #home_menu ul li {
	margin: 0px;
	padding: 0px;
}
ul,
#sidebar1 ul,
#home_menu ul {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

#home_menu li, #home_menu li a {
	display: block;
	width: 463px;
	height: 105px;

}
#sidebar1 li, #sidebar1 li a {
	display: block;
	width: 184px;
	height: 16px;

}

#sidebar1 li.burgers, #sidebar1 li.burgers a {
	display: block;
	width: 184px;
	height: 37px;

}
#sidebar1 li.tagines, #sidebar1 li.tagines a {
	display: block;
	width: 184px;
	height: 33px;

}
#sidebar1 li.papa_wong, #sidebar1 li.papa_wong a {
	display: block;
	width: 184px;
	height: 30px;

}

#sidebar1 ul li a span,
#home_menu ul li a span {
	display: none;
}

#sidebar1 li.menu, #sidebar1 li.menu a {
	background: url(images/new/menu_menu.gif) left center no-repeat;
}
#sidebar1 li.burgers, #sidebar1 li.burgers a {
	background: url(images/new/menu_burgers.gif) left center no-repeat;
}
#sidebar1 li.tagines, #sidebar1 li.tagines a {
	background: url(images/new/menu_tagines.gif) left center no-repeat;
}
#sidebar1 li.papa_wong, #sidebar1 li.papa_wong a {
	background: url(images/new/menu_papa_wong.gif) left center no-repeat;
}

#sidebar1 li.events, #sidebar1 li.events a {
	background: url(images/new/menu_events.gif) left center no-repeat;
}
#sidebar1 li.festivals, #sidebar1 li.festivals a {
	background: url(images/new/menu_festivals.gif) left center no-repeat;
}
#sidebar1 li.catering, #sidebar1 li.catering a {
	background: url(images/new/menu_catering.gif) left center no-repeat;
}
#sidebar1 li.contact, #sidebar1 li.contact a {
	background: url(images/new/menu_contact.gif) left center no-repeat;
}

#sidebar1 li.home, #sidebar1 li.home a {
	background: url(images/new/menu_home.gif) left center no-repeat;
}

#sidebar1 li.souk, #sidebar1 li.souk a {
	background: url(images/new/menu_souk.gif) left center no-repeat;
    display: block;
	width: 184px;
	height: 20px;
}

#home_menu li.baby_burger, #menu li.baby_burger a {
	background: url(images/new/Baby_Burgers.gif) left center no-repeat;
}
#home_menu li.tagines, #menu li.tagines a {
	background: url(images/new/Moroccan_Tagines.gif) left center no-repeat;
}

#home_menu li.papa_wongs, #menu li.papa_wongs a {
	background: url(images/new/Papa_Wongs.gif) left center no-repeat;
}

#home_menu li.baby_burger a:hover {
	background: url(images/new/Baby_Burgers-over.gif) left center no-repeat;
}

#home_menu li.tagines a:hover {
	background: url(images/new/Moroccan_Tagines-over.gif) left center no-repeat;
}

#home_menu li.papa_wongs a:hover {
	background: url(images/new/Papa_Wongs-over.gif) left center no-repeat;
}


.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	background: #15125f;
	background-image: url(images/page_background.gif);
	background-repeat: repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header { 
	padding: 0 10px 0 20px;  /* 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. */
	margin: 0px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 184px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff url(images/new/menu_back.gif) repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin: 16px 0px 0px 0px;
	color: #003;
}
#sidebar_top {
	background: #fff url(images/new/menu_top.gif);
	display: block;
	width: 184px;
	height: 16px;
	margin: 0px 0px 0px 13px;
}

#sidebar_bottom {
	background: #fff url(images/new/menu_bottom.gif); 
	display: block;
	width: 184px;
	height: 24px;
}
.twoColFixLtHdr #mainContent { 
	width: 490px;
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #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 */
}
.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: 8px;
}
.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;
}
--> 

/* Baby Burger specific styles  */


li.quote {
	font-weight: bold;
}

li.person {
	font-weight: normal;
	margin: 2px 0px 10px 10px;	
}

li.bb_menu {
	margin: 0px 0px 10px 20px;	
}

#subhead {
	margin-left: 13px;
	border: 1px solid #rrr;
	height: 14px;
	width: 757px;

}

#footer {
	background: url(images/new/footer.jpg) bottom no-repeat;	
}
