@charset "UTF-8";
/* CSS Document */

.all{
	width:1200px;
	margin-left:auto;
	 margin-right:auto;
}
.waffle {
	 margin-left:auto;
	 margin-right:auto;
	 margin-top:50px;

	 text-align:center;
	 background-color:#FFF;
	 width:560px;
}
.content{
	width:900px;
	margin-left:auto;
	 margin-right:auto;
	 text-align:center;
	 font-family:"Helvetica", Arial, Trebuchet MS, sans-serif;
	 font-size:14px;
	 letter-spacing:.5px;
}
.header {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.nav{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.sidenav{
	position:fixed;
    width:150px;
    height:100px;
    left:300px;
    bottom:0px;
}
.welcome {
	text-align:justify;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}
.menu {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;

}
.menu hr {
	height:5px;
	color:#D68125;
	background-color:#D68125;
}



.giftcards {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}
.history {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}
.history table{
	text-align:left;
}
.contact {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

.contact table { text-align:left;
font-family:"Helvetica", Arial, Trebuchet MS, sans-serif
}






ul.tabs
{
    padding: 7px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    padding: 7px 16px;
    
    border-radius: 3px 3px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background: white;
    border-bottom-color: white;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
    padding: 30px;
    
    border-radius: 0 3px 3px 3px;
}
