/* structure */
html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	margin: 0px;
	padding: 0px;
}
#container {
	width: 900px;
	margin: 0px auto;
	padding: 20px 0 0 0;
}

#content {
	padding: 0px;
	margin: 0px;
	background-color: #FFFBEF;
}
body {
	background-image: url(../images/slate2.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}

/* header */
#pageHeader {
	margin: 0px;
	height: 88px;
	padding: 0px;
	padding-top: 28px;
	position: relative;
	background-color: #300;
}

#switcher {
	position:absolute;
	top:9px;
	left:801px;
	width: 89px;
	right: 20px;
	height: 62px;
}

/* company logo & strapline */

h1#logo{
	text-indent:-8000px;
	width:250px;
	height:76px;
	background:no-repeat 0 0;
	background-image: url(../images/mimoLogoW.jpg);
	margin: 0px;
	padding: 0px;
	margin-left: 27px;
}
h1#logo a{
	display:block;
	height:76px;
}

#tagline{
	padding:0px;
	margin: 0px;
	color: #FFFBEF;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.5em;
	font-family: "Georgia", Times New Roman, Times, serif;
	text-align: left;
	z-index: 1;
	float: right;
	margin-top: -21px;
	position: absolute;
	left: 252px;
	top: 105px;
}

/* navigation */
#navigation {
	height: 30px;
	width: 100%;
	border-top: solid #FFFBEF 2px;
	background-color: #300;
}
#navigation ul {
	margin: 0px;
	padding-left: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}
#navigation li {
	list-style-type: none;
	display: inline;
}
#navigation li a {
	text-decoration: none;
	padding: 7px 20px;
	color: #FFF;
}
#navigation li a:link {
color: #FFF:
}
#navigation li a:visited {
color: #CCC;
}
#navigation li a:hover {
	color: #300;
	background-color: #FFFBEF;
}
#navigation li#active a {
	background-color: #FFFBEF;
	color: #330000;
}
#foodNav {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	padding-left: 150px;
}

#foodNav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

#foodNav li {
	float: left;
	padding-left: 10px;
}

#foodNav a:link, #foodNav a:visited {
	display: block;
	color: #FFFBEF;
	text-decoration: none;
	font-weight: bolder;
	background-color: #330000;
	padding: 5px;
}
#foodNav    a:hover   {
	background-color: #990000;
}
#foodNav  li#select  a {
	background-color: #990000;
	color: #FFFBEF;
}

/* styling IDs */
#preamble{
	padding: 5px 0px 0px 0px;
	margin: 2em 2em 0em 2em;
	text-align: center;
}
#preamble p{
	line-height: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 14px 0px 14px;
	color: #330000;
}
#menu{
	text-align:center;
	font-style:normal;
	padding-left: 15px;
	padding-right: 15px;
}
#dottedMenuBorder{
	border: dashed black 1px;
}

#sides {
	text-align: center;
}
#sides table{
	border: thin solid #660000;
	width: 90%;
	text-align: left;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
#about {
	text-align:center;
	line-height: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	margin: 2em;
}
#about img {
	margin: 5px;
}
#news {
	text-align: center;
	border: dashed #C6B8AA thin;
	margin: 3em;
	padding: 5px;
}
#directions {
	text-align:center;
	font-style:normal;
	line-height: 1.5em;
	list-style-type: square;
	padding: 3em;
}
#directions h2 {
	font-weight: bold;
	font-size: medium;
}
#directions ul {
	text-align: left;
	list-style-type: square;
	padding-left: 150px;
}
#map{
	text-align:center;
	margin: auto;
	width: 810px;
	height: 500px;
	border-color: #670001;
	border-width: thin;
	border-style: solid;
}
#download {
	padding: 0;
	margin: 0;
	text-align:center;	
}
#hours {
	width: 550px;
	text-align: center;
	margin: auto;
}
#hours table {
	text-align: center;
	width: 100%;
}
#container #content #hours td {
	padding: 2px;
	border: solid #C6B8AA thin;
}
#block {
	text-align: center;
	width: 270px;
	margin: auto;
}
#gallery{
	padding: 2px;
	margin: 0em;
	text-align: center;
	background-color: #FFFFFF;
}

/* forms */
#write{
	background-color: #C6B8AA;
	margin: 3em;
	padding: 1em;
	text-align: center;
}
#booker {
	padding: 0px;
	margin: 0px;
	text-align:center;
}
#datepicker {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	width: 350px;
}
#subscription{
	text-align: center;
	background-color: #C6B8AA;
	margin: 3em;
	padding: 1em;
}

/* tertiary link classes */
#directions a:link {
	color: #660000;
	display: inline;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#directions a:visited {
	color: #660000;
	display: inline;
	text-decoration: underline;
}
#directions a:hover {
	color: #FF6600;
}
#tertiarynav a:link {
	color: #660000;
	display: inline;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#tertiarynav a:visited {
	color: #660000;
	display: inline;
	text-decoration: none;
	background-color: #FFFBEF;
	font-weight: normal;
}
#tertiarynav a:hover {
	color: #FF6600;
}
#footer a:link {
	color: #FFF;
	display: inline;
	text-decoration: none;
}
#footer a:visited {
	color: #CCC;
	display: inline;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#news a:link {
	color: #660000;
	display: inline;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#news a:visited {
	color: #660000;
	display: inline;
	text-decoration: underline;
}
#news a:hover {
	color: #FF6600;
}
#about a:link {
	color: #660000;
	display: inline;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#about a:visited {
	color: #660000;
	display: inline;
	text-decoration: underline;
}
#about a:hover {
	color: #FF6600;
}

#switcher a{
	background-image: url(../images/englishicon.gif);
	background-position: right;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	background-repeat: no-repeat;
	

}
#switcher a:link, #switcher a:visited {
	color: #FFFBEF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

}
/* text styling */
body {
	color:#330000;
	margin:0;
	padding:0;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-size: 1.5em;
	color: #330000;
	font-weight: bold;
}
h3 {
	font-size: 1.3em;
	color: #330000;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	color: #330000;
	font-weight: bold;
}

blockquote {
	width: 270px;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1em;
	background: no-repeat top left;
	background-color: #C6B8AA;
	background-image: url(../images/quote/images/top.gif);
}
#quote {
	margin: 0 10px 0 0;
	padding: 10px 30px 0px 30px;
	background: no-repeat right bottom;
	background-image: url(../images/quote/images/end_quote.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #330000;
	font-weight: bold;
}

#author {
	color: #996600;
	font-size: small;
	background-image: url(../images/quote/images/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 1em;
	padding-bottom: 5px;
}
img {
     border: 0 none;
}

.tableheading {
	color: #FFFBEF;
	font-weight: bold;
	background-color: #C6B8AA;
}

.xsmall {
	font-size: x-small;
}
.xsmallPrint {
	padding-top: 2em;
	font-size: x-small;
}

fieldset {
	border: none;
}
.dish {
	font-weight: bold;
	margin-bottom: -1em;
}

.parenthesisheading {
	font-size: x-small;
	margin-top: -15px;
}

.italicprice {
	font-style: italic;
	margin-top: -15px;
}
.center {
	text-align: center;
}
.drink {
	font-weight: bold;
	margin-bottom: -1em;
}
.PDF {
	margin: 0 auto;
	width: 80%;
	padding: 10px;
}
.PDFtext {
	font-size: 9px;
	text-align: center;
	padding: 5px 0;
}
.PDFtext    img     {
	float: right;
	padding-left: 10px;
}
#directions p {
	text-align: justify;
}#offers {
	text-align: center;
	border: dashed #C6B8AA thin;
	margin: 3em;
	padding: 5px;
}
.PDFtext p {
	padding: 0;
	margin: 0;
}
.button {
	padding: 5px;
}
.clearFloat {
	clear: both;
	display: block;
	line-height: 0px;
}
h2 {
	font-size: 1.5em;
	color: #330000;
	font-weight: bold;
}
label  {
   display:block;
}
.not {
	background-color: #990000;
	color: #FFFBEF;
}
/* footer */
#footer{
	text-align:center;
	padding: 10px;
	background-color: #000;
}

/* link rollovers */

.roll01 a{
	display:block;
	width: 163px;
	background-image: url(../images/ask_b.gif);
	height: 170px;
	float: left;
}
.roll01 a:hover{
	background-image: url(../images/ask_a.gif);
}

.roll02 a{
	display:block;
	width: 189px;
	background-image: url(../images/gfg_b.gif);
	height: 170px;
	float: left;
}
.roll02 a:hover{
	background-image: url(../images/gfg_a.gif);
}
.roll03 a{
	display:block;
	width: 182px;
	background-image: url(../images/chicken_b.gif);
	height: 170px;
	float: left;
}
.roll03 a:hover{
	background-image: url(../images/chicken_a.gif);
}
.roll04 a{
	display:block;
	width: 173px;
	background-image: url(../images/breast_b.gif);
	height: 170px;
	float: left;
}
.roll04 a:hover{
	background-image: url(../images/breast_a.gif);
}
.roll05 a{
	display:block;
	width: 193px;
	background-image: url(../images/welsh_b.gif);
	height: 170px;
	float: left;
}
.roll05 a:hover{
	background-image: url(../images/welsh_a.gif);
}
#links {
	clear: both;
}
.clearFloat {
	clear: left;
	display: block;
	color: #083356;
}
#footer .xsmall {
	color: #FFF;
}
