/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:10px;
	background: #FFC64A;
	background-repeat: repeat-x;
	background-image: url(gifs/bg_orange.jpg);
	z-index: 3;
	margin: 0; 
	padding: 0;
	text-align: center; /* to correct the centering IE bug*/
}
h1 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	margin: 0 auto;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 20px;
	word-spacing: 3px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-weight: 100;
	padding-right: 20px;
	padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 15px;
	margin: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0 auto;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 20px;
	word-spacing: 3px;
	float: right;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	line-height: 17px;
	margin: 0px;
}	
h5 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	word-spacing: 3px;
}	
#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: #000000;
	text-decoration: none;
}
#content a {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #FFC64A;
	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_loc li#nav_loc a {
	background-position: 0 -78px;
	}
#body_con li#nav_con a {
	background-position: 0 -78px;
	}
#nav_loc a  {
	width: 84px;
	background: url(gifs/m_locations.jpg) top left no-repeat;
	}
#nav_sub a  {
	width: 84px;
	background: url(gifs/m_subs.jpg) top left no-repeat;
	}
#nav_cak a {
	width: 84px;
	background: url(gifs/m_cakes.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;
}
#leftcontent {
	padding: 0;
	margin: 0;
	float: left;
}
#rightcontent {
	padding: 0;
	margin: 0;
	float: right;
	width: 200px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#photo {
	padding-right: 10px;
	float: left;
}
#list {
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
}
.even {
	background-image: url(gifs/o_tableblue.gif);
	padding-left: 20px;
}
.odd {
	background-image: url(gifs/o_tablewhite.gif);
	padding-left: 20px;
}
.bottom {
	background-image: url(gifs/o_tablebottom.gif);
	min-height: 37px;
}
#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;
	}

