* {
	font-size: 100%;
	font-weight: normal;
}

p.small {line-height:90%; font-size: 12px;}

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

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.95em;
	color: #493600;
	font-style: normal;
	background: url('../images/template/pattern') repeat;
}

body#holding {
	background: #a2aeab;
}

a, a:link, a:visited, a:active { 
	color: #493600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

a { outline: 0; }

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	text-decoration: underline;
	margin: 0 0 2px 0;
}

h3 {
	margin: 4px 0 12px 0;
}

p {
	margin: 0 0 12px 0;
	line-height: 1.2em;
}

.bigger { font-size: 1.2em;}
.larger { font-size: 1.1em;}
.smaller { font-size: 0.9em;}
.smallest { font-size: 0.8em;}

img, form, fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

.clear {
	clear: both;
	font-size: 1px;
	margin: 0;
}

.block {
	display: block;
}

.strong {
	font-weight: bold;
}
.hidden {
	display: none;
}	
.left {
	float: left;
}
.right {
	float: right;
}

/**
 * Holding Page
 */
#holdingBox {
	width: 460px; height: 260px;
	background: url('../images/holdingPage/holdingInfo.gif') no-repeat;
	margin: -130px 0 0 -230px;
	left: 50%; top: 50%;
	position: absolute;
}

/**
 * Template Styles
 */
#mainBox {
	margin: 12px auto;
	width: 942px;
}

#leftBox {
	width: 216px;
	background: #e4e4e4;
	border: 2px solid #717171;
	float: left;
	padding: 18px 0 14px 0;
}

#rightBox {
	width: 670px;
	border: 2px solid #717171;
	background: #e4e4e4;
	margin-left: 22px;
	float: left;
	padding: 18px 12px 12px 12px;
}

#headerBox {
	height: 32px;
	padding-top: 26px;
	border-top: 1px dotted #493600;
	border-bottom: 1px dotted #493600;
	background: url('../images/template/contactNo.gif') right 36px no-repeat;
}

#contentzBox {
	border-bottom: 1px dotted #493600;
	padding: 12px 0;
}

#footerBox {
	margin: 6px 0 0 258px;
	color: white;
}

#footerBox a, #footerBox a:link, #footerBox a:visited, #footerBox a:active {
	color: white;
	text-decoration: none;
}

#footerBox a:hover {
	text-decoration: underline;
}

/**
 * Menu Styles
 */
ul#menu {
	list-style-type: none;
	margin: 0 auto;
	padding: 58px 0 0 0;
	width: 192px;
	border-top: 1px dotted #493600;
	border-bottom: 1px dotted #493600;
	background: url('../images/template/logo.gif') 2px 12px no-repeat;
}


ul#menu li {
	padding: 0;
	margin: 0;
	height: 44px;
	border-top: 1px dotted #493600;
}

ul#menu li a {
	display: block;
	background: url('../images/template/menuItems.gif') no-repeat;
	padding-bottom: 2px;
	height: 44px;
}

ul#menu li a:hover {
	background: url('../images/template/menuItemsRoll.gif') no-repeat;
}

ul#menu li.home a {
	
}

ul#menu li.food a, ul#menu li.food a:hover {
	background-position: 0 -44px;
}

ul#menu li.beer a, ul#menu li.beer a:hover {
	background-position: 0 -86px;
}

ul#menu li.gallery a, ul#menu li.gallery a:hover {
	background-position: 0 -130px;
}

ul#menu li.location a, ul#menu li.location a:hover {
	background-position: 0 -174px;
}

ul#menu li.openingTimes a, ul#menu li.openingTimes a:hover {
	background-position: 0 -217px;
}

ul#menu li.address {
	background: none;
	font-style: italic;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 0.85em;
}

/**
 * Basic Styles
 */
.leftCol {
	width: 317px;
}

.rightCol {
	width: 317px;
	padding-left: 36px;
}

.borderTop {
	border-top: 1px dotted #493600;
	padding-top: 12px;
}

.borderBottom {
	border-bottom: 1px dotted #493600;
	padding-bottom: 12px;
}

.paddingBottom {
	padding-bottom: 12px;
}

.paddingTop {
	padding-top: 16px;
}

.mapMargin {
	margin-top: 8px;
}

ul.list {
	margin: 0;
	padding: 16px 0 0 0;
	list-style-type: none;
}

ul.list.smallPadding {
	padding-top: 8px !important;
}

ul.list li {
	padding: 0;
	margin: 0 0 24px 0;
	line-height: 16px;
}

ul.list li.bottom {
	margin-bottom: 12px !important;
}

ul.small li {
	margin-bottom: 18px;
}

ul.list li.noMargin {
	margin-bottom: 0 !important;
}

ul.menuLinks {
	margin: 0; padding: 0 0 11px 0;
	list-style-type: none;
}

ul.menuLinks li {
	display: inline;
	margin-right: 32px;
}

ul.menuLinks li.noMargin {
	margin-right: 0;
}



ul.menuLinks li a, ul.menuLinks li a:link, ul.menuLinks li a:visited, ul.menuLinks li a:active {
	font-weight: bold;
}

ul.menuLinks li a:hover {
	text-decoration: underline;
}

/**
 * Home Page
 */
img.homeImg {
	display: block;
	padding: 14px 0;
	margin-bottom: 14px;
	border-bottom: 1px dotted white;
}

/**
 * Home Page Promo
 */
#promoBox {
	width: 155px;
	height: 160px;
	background: url('../images/homePage/promoBg.png') no-repeat;
	margin: -437px 0 0 492px;
	position: absolute;
	text-align: center;
	top: 1570px;
	left: -439px;
	visibility: visible;
	right: 0px;
}
* html #promoBox {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.themustardpot.com/files/images/homePage/promoBg.png", sizingMethod="crop");
}

#promoBox h2 {
	color: red;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	margin: 0 auto;
	margin-top: 46px;
	margin-bottom: 12px;
}

#promoBox a, #promoBox a:link, #promoBox a:visited, #promoBox a:active {
	color: white;
	font-size: 0.8em;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px solid #999d98;
}
#promoBox a:hover {
	border-bottom: 1px solid white;
}

#promoBox p {
	color: white;
}

/**
 * New Years Eve Menu
 */
.nyeBox {
	padding: 24px 0;
	background: url('../images/nyeMenu/swirl.gif') no-repeat bottom;
	text-align: center;
}
p.nyeLarge {
	line-height: 26px;
	font-weight: bold;
}
.smallPaddingTop {
	padding-top: 2px !important;
}


/**
 * Gallery
 */
ul.galleryThumbs {
	margin: 12px 0 0 0;
	padding: 12px 0 0 0;
	list-style-type: none;
}

ul.galleryThumbs li {
	float: left;
	margin: 0 23px 0 0;
	width: 76px; height: 76px;
	
}

*html ul.galleryThumbs li {
	margin-right: 18px;
}

ul.galleryThumbs li.end {
	margin-right: 0;
}

/**
 * Slide Show
 */
#slide-images {
	position: relative;
	display: block;
	margin: 0; padding: 0;
	width: 670px; height: 447px;
	overflow: hidden;
}

#slide-images li {
	position: absolute;
	display block;
	list-style-type: none;
	margin: 0; padding: 0;
}

#slide-images li img {
	display: block;
}

