/* Float classes */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	float: none;
	text-align: center;
}


body {
	position: absolute;
	left: 0px;
  	font: normal 0.7em verdana,sans-serif;
 	/*background-color: #ffe4b5;*/
  	background: url("images/new-maxin-background.jpg");
  	background-color: transparent;
  	color: #000000;
  	text-align: center;
   	margin: 0.1em;
}



/* Headings */
h1 {
	display: inline;
	font-size: 1.1em;
	text-align: center;
	text-decoration: underline;
}

h2 {
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
/***********/

/* Links */
a {
   	color: #0000aa;
   	text-decoration: underline;
	font-size: 1em;
   	font-weight: bold;
   	font-style: italic;
   	background-color: transparent;
}

/* Switch colours and underline the link */
a:hover {
	color: #ff5500;
   	background-color: transparent;
   	text-decoration: underline;
}
/*********/



/* Images */
img {
   color: #000000;
   background-color: transparent;
   border: 1px solid #000000;
}
/********/




/* Div types */
.imageDiv {
	text-align: center;
	padding: 8px;
}

.coloured {
	color: #000000;
	background-color: #ffe4b5;
	border: 1px solid #bbbbbb;
}

.locationDiv {
	height: 170px;
}
/***********/



/* Lists */
ul {
  	list-style-type: disc;
  	margin: 0px;
   	padding: 0px;
  	text-align: left;
 	font-weight: bold;
}

.plain  {
	list-style-position: inside;
	list-style-type: disc;
	font-weight: normal;
	text-decoration: none;
	margin-left: 2em;
}

dl {
	list-style-position: inside;
	text-align: left;
	margin-left: 0.7em;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-left: 0px;
}
/*************/



/* Forms */
form {
	display: inline;
	padding: 8px;
}

form div {
	display: inline;
}

form a, a:hover {
	text-decoration: none;
}

fieldset {
	text-align: center;
	padding: 8px;
	border: 1px solid #bbbbbb;
}

legend {
	color: #000000;
	background-color: transparent;
	font-style: italic;
}

label {
	color: #000000;
	background-color: transparent;
	font-weight: bold;
	font-style: italic;
	padding-left: 0px;
	text-align: left;
}
/************/




/* Main Container; everything goes in here */
#container {
   	position: absolute;
   	left: 0px;
   	margin: 1em auto auto auto;
   	width: 775px;
   	height: 100%;
}

/* Container for the bulk of the content */
#content {
   position: relative;
   width: 100%;
   text-align: center;
   overflow: hidden;
   margin: 1em auto 1em auto;
}

/* Breadcrumb div */
#breadcrumb {
	text-align: left;
	padding-left: 8px;
}


/* Logo div */
#logo {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 0px;
}

#logo img {
	border: 0px solid #ffffff;
}
/*********/

/* Division for the nav bar. Dark blue background and outline */
#nav {
  	position: relative;
	width: 100%;
   	text-align: center;
   	color: #ffffff;
	background-color: #0000aa;
	border: 1px solid #0000aa;
	padding: 0px;
}

#nav ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#nav a {
	background: #0000aa;
	color: #ffffff;
}

#nav a:hover {
	background-color: #ffffff;
	color: #0000aa;
}

/* Links are list elements */
#nav ul li a {
	float: left;
	width: 7em;
	text-decoration: none;
	color: #ffffff;
	background-color: #0000aa;
	padding: 0.2em 0.6em;
}

#nav li {
	display: inline;
}


/* Nav for Firefox (needs some fixes) */
#nav2 {
  	position: relative;
	width: 100%;
	height: 1.6em;
   	text-align: center;
   	color: #ffffff;
	background-color: #0000aa;
	border: 1px solid #0000aa;
	padding: 0px;
}

#nav2 ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#nav2 a {
	background: #0000aa;
	color: #ffffff;
}

#nav2 a:hover {
	height: 1.2em;
	background-color: #ffffff;
	color: #0000aa;
}

#nav2 li {
	display: inline;
}

#nav2 ul li a {
	float: left;
	width: 7em;
	height: 1.2em;
	text-decoration: none;
	color: #ffffff;
	background-color: #0000aa;
	padding: 0.2em 0.6em;
}
/***********************************/

/**********


/* Address and phone numbers */
#info {
	position: relative;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	margin: 0;
	width: 100%;
	background-color: #0000aa;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
}

#info .left {
	padding-left: 4px;
}

#info .right {
	padding-right: 4px;
}
/*************/

/* Any icons for conforming to standards */
#standardsIcons {
	position: relative;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 0px;
	left: 0px;
	width: 100%;
}
/********/


/* Content  */
.contentTitle {
	position: relative;
	background-color: transparent;
	color: #000000;
   	padding: 4px;
   	text-align: center;
   	text-decoration: none;
   	font-weight: bold;
}

.contentText {
	position: relative;
	width: 70%;
   	overflow: auto;
   	padding: 8px;
   	text-align: center;
}

.contentText2 {
	position: relative;
	left: 110px;
	width: 70%;
   	overflow: auto;
   	padding: 8px;
   	text-align: center;
}

div p {
	padding: 8px;
	text-align: left;
}

.u {
	text-decoration: underline;
}

.symbolText {
	text-align: center;
}
/***********/






/* Location */
address {
	text-align: left;
	padding: 8px;
	font-weight: bold;
}
/********/




/* Menu tables */

table {
	text-align: left;
	width: 100%;
	padding: 8px;
	border: 0;
}

table th {
	text-align: center;
	background: #0000aa;
	color: #ffffff;
	padding-right: 4px;
}

.menu {
	border: 1px solid #bbbbbb;
}

.menu .right {
	text-align: right;
	padding-right: 4px;
}

.menu th {
	text-align: right;
}

.menu td {
	padding-bottom: 2px;
	padding-left: 4px;
	border-top: 1px solid #bbbbbb;
	width: 100%;
}

.menu, td {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
}

.menu .description {
	border: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}


.menu tr {
	height: 0.8em;
}

.menuHeader {
	display: inline;
	text-align: center;
	width: 70%;
	padding: 4px;
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
}


/* Menu Tables for IE*/
.menu2 {
	border: 1px solid #bbbbbb;
}

.menu2 .right {
	text-align: right;
	padding-right: 4px;
}

.menu2 th {
	text-align: right;
}

.menu2 td {
	padding-bottom: 2px;
	padding-left: 4px;
	border-top: 1px solid #bbbbbb;
}

.menu2, td {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
}

.menu2 .description {
	border: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}


.menu2 tr {
	height: 0.8em;
}
/*********/


.odd {
	width: 90%;
	color: #000000;
	background-color: #ffffff;
}

.even {
	width: 90%;
	color: #000000;
	background-color: #ffe4b5;
}

.note {
	display: inline;
	text-align: center;
	width: 70%;
	padding: 4px;
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	color: #0000ff;
	background-color: transparent;
}

.description {
	font-style: italic;
	border: 0px;
}

.odd .description  {
	color: #0000aa;
	background-color: #ffffff;
}

.even .description  {
	color: #0000aa;
	background: #ffe4b5;
}

.setMeal {
	text-align: center;
	width: 70%;
	padding: 0px;
}

.setMeal th {
	color: #0000aa;
	font-style: italic;
	text-decoration: none;
	background: transparent;
}

.contentText2 .setMeal {
	position: relative;
	left:  80px;
}
/********/





/* Testimonials */
.testimonial {
	font-style: italic;
}
/**********/





/* Site Map */
.sitemap {
	text-align: left;
}

ol li {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ol ul {
	list-style-type: disc;
	padding-left: 36px;
}

ol ul li {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

ul ul {
	list-style-type: circle;
	padding-left: 36px;
}

ul ul ul {
	list-style-type: square;
	padding-left: 36px;
}
/**************/



/* Contact Us */
.contact {
	text-align: left;
}

.contactField {
	position: relative;
	left: 3.5em;
}
/*************/



/* Accessibility Tweaks */
abbr, acronym {
	cursor: help;
}

.hidden {
	display: none;
}

hr {
	display: none;
}
/*************/



dl dl {

	margin-left: 36px;
	text-align: left;
 	font-weight: normal;
}

dl dl dt, dl dl dd {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}