﻿@charset "utf-8";

/*========================================index
/* various blank resets
/* list-style resets
/* border resets
/* font resets
/* various-align resets
/* cursor resets
========================================index*/

/*====================
 various blank resets
====================*/
body{
	margin: 20px 0;
	padding: 0;
}
div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,fieldset,
p,blockquote,
table,thead,tbody,tfoot,caption,th,td {
	margin: 0;
	padding: 0;
	}

/*====================
 list-style resets
====================*/
ol,ul,li {
	list-style: none;
	}

/*====================
 border resets
====================*/
table{
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,
img{
	border: 0 none;
	}
abbr,acronym {
	border-bottom: 1px dashed;
	}

/*====================
 font resets
====================*/
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}
h1,h2,h3,h4,h5,h6,
em,strong {
	font-weight: bold;
	}
em {
	font-style: normal;
	}
address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
	}
table {
	font-size: 100%;
	}
select,
input,
textarea {
	font-size: 100%;
	}
var,code,samp,kbd {
	font-family: monospace;
	}

/*====================
 overflow
====================*/
textarea {
	overflow: auto;
	}

/*====================
 various-align resets
====================*/
caption,
th {
	text-align: left;
	}
img,
input {
	vertical-align: middle;
	}

/*====================
 cursor resets
====================*/
a,
input[type="submit"] {
	cursor: pointer;
	}

body
{
	background-color: #ffffff;
	font-family: Georgia,'Times New Roman',Verdana,Arial,Helvetica,sans-serif;
	color: #5C5D5D;
	margin-left:120px;
	width:420px;
}
h1
{
	font-size: 35px;
	color: #4d4b47;
	display: block;
	font-weight: normal;
}
h1 span{
	font-size: 35px;
	color: #a89f9a;
	/*float: left;
	margin-top: -11px;
	white-space: pre;*/
}
h2
{
	font-size:15px;
	font-weight:normal;
	text-decoration:underline;
	clear: left;
	width: 300px;
	padding: 15px 0 10px;	
}

p
{
	width: 420px;
}

p.meal
{
	margin-top: 10px;
	font-style: italic;
	font-size: 16px;
}

p.ingredients
{
	margin-left: 0;
	font-size: 13px;
	line-height: 1.5;
}

p.price
{
	left: 40px;
	position: relative;
	text-align: right;
	top: -18px;
	width: auto;
	font-size: 12px;
	width: 420px;
}

p.headingprice
{
	font-size: 15px;
	left: 40px;
	position: relative;
	float: right;
	width: auto;
	top: -28px;
	width: 420px;
	text-align: right;
	left: 0 !important;
}

p.wine
{
	font-size: 12px;
	font-style: italic;
	margin-top: 14px;
	margin-bottom: 14px;
	clear: left;
}

a.menuPrint{
	background:transparent url(../../Media/Images/Lib/printLeft.png) no-repeat scroll left top;
	border:medium none !important;
	color:#B2ADAA;
	font-family:'Times New Roman',verdana,arial,helvetica,sans-serif;
	font-size:10px;
	margin:10px 0;
	padding:9px 0 8px 24px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	line-height:5;
}
*+html body a.menuPrint{
	line-height: 1.2;
	zoom:1;
}
* html body a.menuPrint{
	line-height: 1.2;
	zoom:1;
}
a.menuPrint span{
	background:transparent url(../../Media/Images/Lib/printRight.png) no-repeat scroll right top;
	margin:0;
	padding:9px 28px 9px 4px;
}
a:hover.menuPrint{
	text-decoration: underline;
	color:#867C72;
}
input.nextInput {
	background:transparent url(../../Media/Images/Lib/nextBt.png) no-repeat scroll left top;
	border:medium none !important;
	clear:both;
	color:#B2ADAA;
	font-family:'Times New Roman',verdana,arial,helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	height:29px;
	margin:15px 0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:0 23px 0 0;
	text-align:center;
	text-transform:uppercase;
	width:71px;
}
input.nextInput:hover{
	text-decoration: underline;
	color: #867C72;
}