/*=====================================================*/
/* Global Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align:baseline;
	
}

body {
	line-height: 1;
}



blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}


a { text-decoration:none; border:none; }

img {  
 border-style: none;
}

/*=====================================================*/
/* Global Style Definitions */

body {
	background: url(../images/bg_wrapper.jpg) repeat;
	position:  relative;
}

#home_wrap {
	width: 66%;
	height: 484px;
	float: left;
}

.content {
	background: url(../images/bg_content.jpg) no-repeat;
	width: 975px;
	height: 484px;
}

.blurb {
	width: 100%;
	height: 67px;
	text-align: center;
	padding: 65px 0px 25px 0px;
	float: left;
}

.contentcol {
	width: 33%;
	height: 484px;
	float: left;
}

.contentcol_h {
	width: 50%;
	height: 484px;
	float: left;
}

.contentwrap {
	padding: 20px;
}


.right {
	float: right;
}

h1 {
	font-family: "Century Gothic", Arial, sans-serif;
	letter-spacing: 0.2em;
	font-size: 1.1em;
	color: #FFF;
}

h2 {
	font-family: Baskerville, Georgia, Times, serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #e8dbbe;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight:normal;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	color: #e8dbbe;
}

.contentcol_h p {
	margin: 16px 0px;
}

.marginbottom {
	margin-bottom: 5px !important;
	line-height: 0.5em !important;
}

.whitetext {
	color: #fff;
	margin-top: 5px;
	display: block;
}	

/*=====================================================*/
/* Header Definitions */

#wrapper {
	background: url(../images/bg_header.jpg) repeat-x;
	width: 100%;
	height: inherit;
}

#globes {
	background: url(../images/bg_globes.png) repeat-x 300%;
	_background: none;
	position: relative;
	height: 170px;
	z-index: 50;
}

#logowrapper {
	background: url(../images/bg_logo.png) no-repeat left top;
}

/*=====================================================*/
/* Column Definitions */

.menu {
	font-size: 0.625em;
	line-height: 1.2em;
}

.colitem {
	border-top: 1px solid #c9353d;
	float: left;
	width: 100%;
}

.desc {
	width: 80%;
	float: left;
	font-size: 0.625em;
	line-height: 100%;
}

.small {
	margin: 0.5em 0px !important;
}

.price {
	width: auto;
	float: right;
	font-size: 0.8em;
	line-height: 100%;
	color: #FFF;
}

.price.small {
	width: auto;
	float: right;
	font-size: 0.6em;
	line-height: 100%;
	color: #FFF;
}


.title {
	font-size: 1.2em;
	color: #FFF;
}

.map {
	display: block;
	float: left;
	width: 275px;
	height: 90px;
	border: 3px #5d0d11 solid;
	margin: 0px 0px 10px 0px;
}

a.map:hover {
	border: 3px #c9353d solid;
}

.mapdesc {
	width: 20%;
	height: 30px;
	float: right;
	
	font-size: 0.6em;
	color: #FFF;
	font-style: italic;
}

.maparrow {
	display: block;
	position: relative;
	bottom: 15px;
	left: -24px;
	background: url(../images/map_arrow.png) no-repeat;
	width: 17px;
	height: 19px;
	padding: 0px;
	margin: 0px;
}

.time {
	display: block;
	float: right;
	color: #FFF;
}

.left {
	display: block;
	float: left;
	width: inherit;
}

.days {
	display: block;
	clear: left;
}
/*=====================================================*/
/* Slider Definitions */

.navbutton {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 0.8em;
	line-height: 180%;
}

.navbutton a{
	display: block;
	width: 93px;
	height: 25px;
	float: left;
	padding: 10px;
	background: #9f141c;
	color: #FFF;
	text-align: center;
}

.navbutton a:hover{
	background: #d5c296;
	color: #af282e;
	font-weight: bold;
}

.menubutton {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 0.8em;
	margin: 0px 1px 0px 0px;
}

.menubutton a{
	display: block;
	width: 120px;
	height: 7px;
	float: right;
	padding: 8px 10px 10px 10px;
	background: #9f141c;
	color: #FFF;
	text-align: center;
}

.menubutton a:hover{
	background: #d5c296;
	color: #af282e;
	font-weight: bold;
}


#sliderwrapper {
	width: 980px;
	float: left;
	margin: 0px 0px 151px 15px;
}


#slider {
	width: 975px;
	margin: 0 auto;
	position: relative;
}

.scroll {
	height: inherit;
	width: 974px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}

.scrollContainer div.panel {
	padding: 0px;
	height: inherit;
	width: 975px;
}

ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.navigation li {
	display: inline;
}

ul.navigation a {
	padding: 0px;
	text-decoration: none;
	border: none;
}

ul.navigation a:focus {
	outline: none;
}

.hide {
	display: none;
}

/*=====================================================*/
/* Contact Definitions */

.colitem table {
	margin: 5px 0px 0px 0px;
}

.ph {
	font-size: 1.4em;
	letter-spacing: 0.1em;
	margin: 8px 0px 0px 0px;
}

table p {
	color: #FFF;
	text-align: right;
	padding: 0px 10px 0px 0px;
}

input {
	width: 207px;
	height: 20px;
	padding: 8px 5px 0px 5px;
	background: url(../images/bg_input.jpg) no-repeat;
	border: none;
	text-decoration: none;
	color: #6f0005;
}

textarea {
	width: 207px;
	height: 122px;
	padding: 8px 5px 0px 5px;
	background: url(../images/bg_query.jpg) no-repeat;
	border: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	color: #6f0005;
}

.query {
	vertical-align: top;
}

.submit {
	width: 63px;
	height: 31px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/bg_submit.jpg) no-repeat;
	cursor: pointer;
}

td a {
	color: #FFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight:normal;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}

td a:hover {
	color: #e8dbbe;
}

/*=====================================================*/
/* Footer Definitions */

#footer_wrap {
	bottom:0;
	height:52px;
	position:fixed;
	width:100%;
	background: url(../images/footer_shadowbg.png) repeat-x;
}

#table_wrap {
	width: 100%;
	margin: 0 auto;
	height: 52px;
	float: left;
}

#table_left {
	background: none;
	height: 52px;
	float: left;
	padding: 0 0 2px 0;
	margin: 0px 0px 0px 15px;
}

#table_bg {
	background: url(../images/footer_tablebg.png) repeat-x;
	width: 100%;
	height: 52px;
}

#table_right {
	background: none;
	width: 198px;
	height: 52px;
	float: right;
	padding: 0 0 2px 0;
	margin: 0px 15px 0px 0px;
}

#stool {
	width: 130px;
	height: 28px;
	position: absolute;
	bottom: 0;
	right: 18%;
	background: url(../images/footer_stoolbg.png) no-repeat;
}

#burger {
	width: 66px;
	height: 69px;
	position: absolute;
	bottom: 100%;
	right: 20%;
	background: url(../images/footer_burger.png) no-repeat;
}

#shaker {
	width: 23px;
	height: 69px;
	position: absolute;
	bottom: 100%;
	right: 17%;
	background: url(../images/footer_shaker.png) no-repeat;
}

#sauce {
	width: 34px;
	height: 39px;
	position: absolute;
	bottom: 100%;
	right: 15%;
	background: url(../images/footer_sauce.png) no-repeat;
}

a.footerlink {
	display: block;
	width: 150px;
	height: 30px;
	margin: 0px 0px 0px 10px;
}

.xmastxt {
	margin: -27px 0px 20px 0px;

}

#xmastab {
	position: absolute;
	display:  block;
	top: 0px;
	right: 30px;
	width: 246px;
	height: 96px;
	z-index: 5000;
	background: url(../images/xmastab2012.png);
}

