/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #FFC64A url(gifs/bg_orange.jpg) repeat-x;
	color: #000000;
	z-index: 3;
	margin: 0; 
	padding: 0;
	text-align: center; /* to correct the centering IE bug*/
}
h1 {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	margin: 0 auto;
	padding: 5px 20px 5px 5px;
	word-spacing: 3px;
}
h2 {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	padding: 2px 20px;
	line-height: 15px;
	margin: 0px;
}
h3 {	
	font-size: 10px;
	font-weight: bold;
	margin: 0 auto;
	padding: 5px 20px 5px 0;
	word-spacing: 3px;
	float: right;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	padding: 10px 20px;
	line-height: 17px;
	margin: 0;
}
h5 {	
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	margin: 0 auto;
	padding: 5px 20px;
	word-spacing: 3px;
}	
h6 {
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	margin: 0 10px 0 5px;
	line-height: 17px;
}
p {
	font-size: 12px;
	font-weight: normal;
	padding: 10px 20px 5px 20px;
	line-height: 17px;
	margin: 0;
	}
	
		
#global {
    width: 778px; 
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}	 
#header {
	height: 134px;
	width: 778px;
	margin: 0;
	padding: 0;
}
#menu {
	background-image: url(gifs/o_logobot.jpg);
	height: 39px;
	width: 778px;
	margin: 0 auto;
	padding: 0;
	z-index: 2;	
}
#smenu {
	background-image: url(gifs/o_pinkmenu.jpg);
	width: 778px;
	margin: 0 auto;
	padding: 0;
	z-index: 2;
	min-height: 20px;
}

#smenu a {
	color: #FFFFFF;
	text-decoration: underline;
}
#smenu a:hover {
	color: #0D367B;
	text-decoration: none;
}
#content a {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #0D367B;
	text-decoration: none;
}

/* the start of main menu code*/
#nav {
	margin: 0;
	padding: 0;
	height: 39px;
	list-style: none;
	display: inline;
	overflow: hidden;
	float: right;
	}
#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}
#nav a {
	text-indent: -9999px;
	float: left;
	padding: 39px 0 0 0;
	overflow: hidden;
	height: 0px; 
}
#nav a:hover {
	background-position: 0 -39px;
}
#nav a.selected {
	background-position: 0 -78px;
}
#body_inf li#nav_inf a {
	background-position: 0 -78px;
	}
#body_men li#nav_men a {
	background-position: 0 -78px;
	}
#body_con li#nav_con a {
	background-position: 0 -78px;
	}
#nav_men a  {
	width: 84px;
	background: url(gifs/m_menu.jpg) top left no-repeat;
	}
#nav_cak a  {
	width: 84px;
	background: url(gifs/m_cakes.jpg) top left no-repeat;
	}
#nav_fra a {
	width: 84px;
	background: url(gifs/m_franchise.jpg) top left no-repeat;
	}
#nav_con a {
	width: 84px;
	background: url(gifs/m_contact.jpg) top left no-repeat;
	}
#nav_inf a {
	width: 93px;
	background: url(gifs/m_info.jpg) top left no-repeat;
	}
/* the end of main menu code*/

#content {
	padding: 0;
	margin: 0 auto;
	background-image: url(gifs/o_contentbg.jpg);
	min-height: 485px;
	z-index: 2;
	width: 778px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#leftcontent {
	padding: 0;
	margin: 0;
	float: left;
}
#rightcontent {
	padding: 0;
	margin: 0;
	float: right;
}
#photo {
	padding-right: 10px;
	float: left;
}


#list {
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
}
#list p {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 2px;
	margin: 0 10px 0 5px;
	line-height: 17px;
	}
#list h1 {
	font-size: 14px;
	color: #000000;
	text-align:left;
	margin: 0 0 0 5px;
	padding: 2px;
	}
.shadow {
	background: url(gifs/o_tableedge.jpg) repeat-y;
	width: 10px;
	}
.even {
	background: #D5EDFA; vertical-align: top;
}

.odd {
	background: #FFFFFF; vertical-align: top;
}
.border { width: 9px; background: url(gifs/o_tableborder.jpg) repeat-y top right; }
.bottom {
	background-image: url(gifs/o_tablebottom.gif);
	min-height: 37px;
}
.lrgbottom {
	background-image: url(gifs/o_tablebbottom.gif);
	min-height: 37px;
}

.ordertop {
	background-image: url(gifs/o_tableotop.gif);
	min-height: 37px;
}
.orderl {
	background-image: url(gifs/o_tableorange.gif);
}
.orderr {
	background-image: url(gifs/o_tableorange.gif);
	background-position: right;
}
.orderbottom {
	background-image: url(gifs/o_tableobottom.gif);
}
#footer {
	margin: 0 auto;
	padding: 0;
	background-image:url(gifs/o_footer.gif);
	width: 778px;
	height: 30px;
}
.home {
	margin: 0;
	padding: 20px 0 10px 20px;
	float: left;
	}

