/***** Global Settings *****/

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font: 12px/1.25 "Lucida Grande", Lucida, Verdana, sans-serif;
	border-top: 1px solid #c5176c;
	background-color: #500720;
	color: #4f343d;
	background: #500720 url(../images/Bg.jpg) no-repeat center top;
}

/***** Headings *****/

h1, h2, h3, h4, h5, h6, th {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #500720;
	font-weight: normal;
	font-style: normal;
}

h1 {
	padding: 30px 0 25px 0;
	font-size: 1em;
	margin-left: -150%;
}

h2 {
	padding: 20px 0;
	font-size: 1.75em;
	letter-spacing: -0.05em;
	word-spacing: 0.1em;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
}

h4, h5, h6 {
	font-weight: bold;
}

th {
	font-size: 1.25em;
	padding-bottom: 5px;
	font-weight: bold;
}

/***** Common Formatting *****/

p, ul, ol {
	margin: 0;
	padding: 0 0 1.25em 0;
}

ul, ol {
	padding: 0 0 1.25em 2.5em;
}

blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}

small {
	font-size: 0.85em;
}

img {
	border: 1px solid #500720;
}

acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

strong {
	color: #500720;
}

h2 img {
	border: none;
	margin-bottom: -240px;
}

/***** Links *****/

a, a:link, a:visited  {
	color: #8a0f3e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

/***** Forms *****/

form {
	margin: 0;
	padding: 0;
	display: inline;
}

input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}

textarea {
	width: 100%;
	line-height: 1.25;
}

label {
	cursor: pointer;
}

input.wider {
	width: 225px;
}

form.contact fieldset {
	border: 1px solid #500720;
	padding: 3px 10px;
}

form.contact legend {
	font-weight: bold;
	font-size: 12px;
	color: #500720;
}

form.contact label.fixedwidth {
	width: 200px;
	float: left;
	display: block;
}

/***** Tables *****/

table {
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;
}

table tr td {
	padding: 2px;
}

/***** wrapper *****/

#wrapper {
	width: 764px;
	background: url(../images/shadow_03.png) repeat-y 4px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	top: 80px;
}

#shadowTop {
	background: url(../images/shadow_01.png) no-repeat 2px top;
	margin: 0 auto;
	width: 764px;
	height: 18px;
	top: 80px;
	position: relative;
}

#shadowBase {
	background: url(../images/shadow_04.png) no-repeat 2px bottom;
	margin: 0 auto;
	width: 764px;
	height: 26px;
}

/***** Container *****/

#container {
	width: 720px;
	background-color: #fcf8e3;
	border: 1px solid #e9c417;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content {
	padding: 40px 40px 15px;
}

#contentFooter {
	padding: 50px 10px 0;
	text-align: center;
	background: url(../images/footerBg.gif) no-repeat 0 bottom;
	line-height: 18px;
}

#sandbarHeader {
	width: 100%;
	background: url(../images/Sandbar-Logo.jpg) no-repeat center top;
	padding-top: 245px;
	margin-top: 5px;
}
#sandbarHeader h2 {
	visibility: hidden;
}

/***** Menu ******/

#menu {
	float: left;
	background: url(../images/menuBg.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	width:100%;
	overflow:hidden;
	position:relative;
}

#menu ul {
	clear:left;
	float:left;
	position:relative;
	left:50%;
	text-align:center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display:block;
	float:left;
	list-style:none;
	margin: 0;
	padding: 0;
	position:relative;
	right:50%;
}

#menu a {
	display: block;
	color: #620729;
	text-decoration: none;
	line-height: 2.5;
	text-align: center;
	padding-right: 17px;
	padding-left: 17px;
}

#menu a:hover {
  background: #FFF;
  color: #500720;
}

/***** footer *****/

#footer {
	text-align: center;
	padding: 5px 5px 20px;
	color: #910d44;
	font-size: .8em;
	margin-top: 65px;
}

#footer a {
	color: #910d44;
	text-decoration: none;
}

#footer a:hover {
	color: #c5176c;
	text-decoration: underline;
}

/*** takeawayMenu ***/

#foodMenu {
	width: 100%;
}

#foodMenu td {
	vertical-align: top;
	padding: 6px 7px;
	border-bottom: 1px solid #f2ecd5;
}

.menuComment {
	font-size: 10px;
	font-style: italic;
}

.backToTop {
	font-size: 10px;
	height: 2.75em;
}

.priceColumn {
	width: 90px;
	text-align: right;
}

.menuHeading {
	background: url(../images/Orchid.gif) no-repeat center 5px;
	padding-top: 50px;
	padding-bottom: 5px;
}

.banquets {
	text-align: left;
}

/***** Global Classes *****/
	

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

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

.text-justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid;
}

.highlight {
	background: #ffc;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

.img-left {
	float: left;
	margin: 4px 10px 4px 0;
}

.img-right {
	float: right;
	margin: 4px 0 4px 10px;
}

.nopadding {
	padding: 0;
}

.noindent {
	margin-left: 0;
	padding-left: 0;
}

.nobullet {
	list-style: none;
	list-style-image: none;
}
