body {
	font: 100%/1.3 "Century Gothic";
	font-size:10pt;
	background: #f1efec;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

li {
	margin-left: 20px;	
	padding-left: 5px;	
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h1 {
	color: #540F0F;
	font-size:16px;
	font:"Century Gothic";
	font-weight:200;
}

h2 {
	color: #919191;
	font-size:24px;
	font:"Century Gothic";
	font-weight:200;
	padding-top:15px;
}

h3 {
	color: #383838;
	font-size:14px;
	font:"Century Gothic";
	font-weight:100;
	margin: 3px;
}

h5 {
	font:"Lucida Sans Unicode";
	font-weight:normal;	
	font-size:11px;
}

a img { /* removes default blue border  around a linked image */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#540F0F;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #540F0F;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 960px;
	clear:both;
	margin: 0 auto;
	position:relative;
}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
	background: #f1efec;
	width: 100%;
	height:138px;
	background-image:url(images/header.png);
	background-position:center;
	background-repeat:no-repeat;
	
	
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding:2px 0;
	background:#fff;
	height:inherit;
	width: 100%;
	float: left;
	position:relative;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 0px 15px 0px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	margin:0 auto;
	width: 100%;
	height: 42px;
	clear:both;
	float:left;
	
}

#contForm {
	margin: 0px;
	width: 200px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#Insert_logo {
 display: block; 
 margin: auto;
 padding-top:15px;
 z-index: 4;
 
}

.navi {
	background-image:url(images/Navbar.png);
	background-repeat:no-repeat;
	height:55px;
	width:100%;
	margin-top:-6px;
	z-index: 5;
}

#banner {

}
/* ~~ 
.navi ul {
	margin: 0 25px;
	padding: 9px 0 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 30px;
	white-space: nowrap;
}

.navi li {
	list-style-type: none;
	display: inline;
}

.navi li a {
	text-decoration: none;
	color: #540F0F;	
	padding:9px 24px;
}

.navi li a:link {
	color: #540F0F;
	padding:9px 24px;
}

.navi li a:hover {
	padding:9px 24px;
	color: #595959;
	background-color: #F5F4F3;
	border-bottom:solid 2px #CCC;
}

*/

#news {
	margin: 50px 0;
	width: 100%;
	height:115px;
	background-color: #F0F0F0;
}

#corpNavi{
	margin: 20px 0 40px 0;
	width: 100%;
	height:65px;
	background-color: #F0F0F0;
}

#frachiseTitle{
	padding-left: 20px;
}

#newsimg{
	margin: -10px 40px;
	position:absolute;
}

table {
	margin: 0 25px ;
	text-align:left;
	caption-side:top;

}

#tablefood {
	border-bottom:solid;
	border-bottom-color:#FFF;	
}

#slideshow {
    position:relative;
    height:272px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}

#slideshow IMG.active {
    z-index:3;
}

#slideshow IMG.last-active {
    z-index:2;
}

.left {
	float: left;
	width: 22%;
	position:relative;
}

.mid {
	width: 33%;
	float: left;
	position:relative;
	padding-left:15px;
}

.right {
	float: left;
	width: 43%;
	position:relative;
	padding: 15px 2px 0 0;
}

.leftAbout {
	float: left;
	width: 50%;
	position:relative;
	padding-left: 10px;
}

#submit {
	float: right;
	margin-right: 50px;
}

/* ourFood*/

#foodslider {
	background-color:#F0F0F0;
	width:960px;
	height:273px;
	
}

#foodtable1 {
	background-color:#F0F0F0;
	padding:0 10px;
}

#foodtable2 {
	background-color:#F7F4F0;
	padding:0 10px;
	text-align:right;	
}

#foodimg {
	margin: 50px 0px 5px 35px;	
}

.ProcedureDiv {
	margin: 20px 0px 0 50px;
	padding-left:50px;
	width: 90%;
	
}

#LocateUs1 {
	width:30%;
	float:left;
	padding-bottom: 30px;
	margin:15px 20px 0px 30px;
}

#LocateUs2 {
	width:30%;
	float:left;
	padding-bottom: 30px;
	margin:	30px 20px 0px 0px;
}

#LocateUs3 {
	width:30%;
	float:left;
	padding-bottom: 30px;
	margin:	30px 20px 0px 0px;
}

.statusMessage {
	font-size:10pt;
	color:#666;
}

.button{
	margin-left:15px;
	background: #FFF url(images/submit-button.gif) no-repeat;
	text-align:center;
	color:#FFF;
	width:60px;
	height:20px;
	border:none;
	cursor:pointer;
}


