/* WebWaiter.com.au Style Sheet */

#navigation a
{
color: #000;
font-family: "Century Gothic", Arial, Tahoma, Verdana;
background: #945e3b url("images/left-tab.gif") left top no-repeat;
text-decoration: none;
padding-left: 10px
}

#navigation a span
{
background: url("images/right-tab.gif") right top no-repeat;
padding-right: 10px
}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End IE5-Mac hack */

#navigation a:hover
{
color: #fff;
background: #c29b7b url("images/left-tab-hover.gif") left top no-repeat;
text-decoration: none;
padding-left: 10px
}

#navigation a:hover span
{
background: url("images/right-tab-hover.gif") right top no-repeat;
padding-right: 10px
}

#navigation ul
{
list-style: none;
padding: 0;
margin: 0
}

#navigation li
{
float: left;
margin: 0;
padding: 0
}


	html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
		
		#cart 
				 {width:auto;}
		
		.th 
				 {font-family: "Century Gothic", Arial, Tahoma, Verdana;
				  background-color:#945e3b;
				  color: #56230E;]
				  font-weight: bold;			  
				  border:1px solid #ccc;}
		
		.table {
			border: thin solid #945e3b;
		}
		
		.text 
				 {font-family: "Century Gothic", Arial, Tahoma, Verdana;
				  background-color:#C29B7B;
				  font-size:14px;
  				  color: #56230E;
				  vertical-align:top;}


		.items 
				 {font-family: "Century Gothic", Arial, Tahoma, Verdana;
				  background-color:#dac7b6;
				  font-size:14px;
				  color: #56230E;
				  padding:0px;
				  vertical-align:middle;}
		.items2 
				 {font-family: "Century Gothic", Arial, Tahoma, Verdana;
				  background-color:#e6d2c1;
				  font-size:14px;
				  color: #56230E;
				  padding:0px;				  
				  vertical-align:middle;}
				  
		.empty 
				 {background-color:#cea584;}
		
		.total 
				 {font-family: "Century Gothic", Arial, Tahoma, Verdana;
				  background-color:#cea584;
				  font-weight: bold;
				  font-size:16px;
				  color:#000;}
				  
		#minicart 
				  {width:auto; 
				   border:1px solid #333;
				   padding:0px;
				   background-color:#56230E;}		
		
			   
		.minihead 
				 {font-family: "Century Gothic", Arial, Tahoma, Verdana;
				  background-color:#945e3b;
				  color: #56230E;
				  border:0px solid #ccc;
				  text-align:center;
				  }
		
		.minicontent 
				 {font-family: "Century Gothic", Arial, Tahoma, Verdana;
				  font-size: 11px;
				  background-color:#c29b7b;
				  color:#333;
				  border:1px solid #56230e;
				  text-align:center;} 
				  
				  
		.button {
			background-color:#F1F1F1;
			border: 1px outset black;
			font: Bold 12px Arial, Helvetica, sans-serif;
		}
		
		.category {
			font-size: 18px;
			font-family: "Century Gothic", Arial, Tahoma, Verdana; 
			color: #dac7b6; 
			text-transform: uppercase; 
			background-color:#945e3b;
		}
		.category a:link { color: #dac7b6; }
		.category a:visited { color: #dac7b6; }
		.category a:hover { color: #e6d2c1; }

		.subcategory {
			font-size: 12px; 
			font-family: "Century Gothic", Arial, Tahoma, Verdana;
			color: #dac7b6; 
			text-transform: none
			}
			
		label {
			font-weight:bold;
			white-space:nowrap;
			cursor:hand;
		}
