@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
a img { border: none; }

body {
	background: #C78F49;
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrapper {
	width: 1024px;
	text-align: left;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 768px;
	background-color: #D4BFA2;
}
#header {
	height: 50px;
}
#leftcol {
	float: left;
	width: 210px;
	text-align: center;
	padding-top: 45px;
	padding-right: 5px;
	padding-left: 5px;
}
#mainContent {
	padding: 0; 
	margin-top: 80px;
	margin-right: 55px;
	margin-bottom: 0;
	margin-left: 255px;
	color: #7b643c;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.95em;
	line-height: 1.65em;
	font-weight: bold;
}
#contents {
	overflow: auto;
	max-height: 540px;
}
#header {
	height: 50px;
	background-color: #89874c;
}
#leftcol p {
	margin: 0;
	padding: 0;
}

#footer {
	position: absolute;
	width: 1024px;
	top: 737px;
	height: 30px;
	text-align: center;
	background-color: #7B643B;
}
#footer p {
	margin: 0; 
	padding: 0;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
table.center {
	margin-left: auto;
	margin-right: auto;
}
td.pad3 {
	padding: 3px;
}
td.pad5 {
	padding: 5px;
}
td.pad10 {
	padding: 10px;
}
h1 img {
	padding-bottom: 15px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clr {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a:link, a:visited {
	color: #c78f49;
	text-decoration: none;
}
a:active, a:hover {
	color: #c78f49;
	text-decoration: underline;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	color: #8B5A23;
	background-color: #E6C591;
	border: 1px solid #C7883B;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #89874C;
	background-color: #D4DCB7;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #89874C;
}
input, textarea {
	color: #7B643B;
	border: 1px solid #7B643B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
.color-button {
	color: #FFFFFF;
	background-image: url(../images/btn-back.jpg);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	letter-spacing: 0.1em;
	border: none;
	height: 34px;
	width: 111px;
	text-transform: lowercase;
	cursor: pointer;
	text-align: center;
}




/****** MAIN NAVIGATION ******/
ul#navigation {
	margin-left: 10px;
}
ul#navigation li {
	display:block;
	float:left;
	list-style-type: none;
	margin: 0;   /** force buttons to top of nav div **/
	padding: 0;
}
ul#navigation li a {
	display:block;
	outline:none;
	width:110px;
	height:50px;
	background:transparent url(../images/navigation.png) no-repeat 0 0;
	text-indent:-9009px;
	margin:0;
}
ul#navigation li a:hover {
	background-position:0 -50px
}
ul#navigation li#home a {
	width:82px;
	background-position:0 0;
}
ul#navigation li#home a:hover {
	background-position:0 -50px
}
ul#navigation li#about a {
	width:154px;
	background-position:-82px 0;
}
ul#navigation li#about a:hover {
	background-position:-82px -50px
}
ul#navigation li#menu a {
	width:257px;
	background-position:-236px 0;
}
ul#navigation li#menu a:hover {
	background-position:-236px -50px
}
ul#navigation li#catering a {
	width:124px;
	background-position:-493px 0;
}
ul#navigation li#catering a:hover {
	background-position:-493px -50px
}
ul#navigation li#contact a {
	width:142px;
	background-position:-617px 0;
}
ul#navigation li#contact a:hover {
	background-position:-617px -50px
}
ul#navigation li#order a {
	width:239px;
	background-position:-759px 0;
}
ul#navigation li#order a:hover {
	background-position:-759px -50px
}




/********** HOME PAGE ***********/
.home #wrapper {
	background-image: url(../images/bg-home.jpg);
}
.home #mainContent {
	padding: 0;
	text-align: center;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.home #table1 {
	width: 910px;
	margin-left: 55px;
	margin-right: 55px;
}
.home #table2 {
	width: 400px;
	margin-left: 320px;
	margin-right: 320px;
}

/******* CATERING PAGE ********/
.h1-catering {
	background-image: url(../images/h1-catering.jpg);
	background-repeat: no-repeat;
	background-position: 260px top;
}
.catering-leftcol {
	float: left;
	width: 300px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 12px;
}
.catering-rightcol {
	margin-left: 370px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.catering-leftcol p, .catering-rightcol p {
	font-size: 0.9em;
}
#testimonials {
	padding: 0 10px;
}

/**** LOCATIONS PAGE *****/
#locations {
	padding: 0 10px;
}

/****** ABOUT MJ PAGE ******/
#aboutmj {
	font-size: 0.9em;
	line-height: 1.2em;
	padding-right: 10px;
	padding-left: 10px;
}
#aboutmj p {
	padding-bottom: 15px;
}

/****** CONTACT PAGE ******/
#contact {
	margin-right: 10px;
	margin-left: 10px;
}
#contact-pg {
	margin-right: 10px;
	margin-left: 10px;
}


#contents ul {
	margin-left: 20px;
}
#contents li {
	padding-bottom: 10px;
}


/************* ORDER PAGE **************/

.order #mainContent {
	height: 2500px;
}
.order #footer {
	top: 2781px;
}
.order #wrapper {
	height: 2810px;
	background-image: url(../images/order/repeat.jpg);
	background-repeat: repeat-y;
}
.order #wrapper-top {
	background-image: url(../images/order/top.jpg);
	background-repeat: no-repeat;
}
.order #wrapper-bot {
	background-image: url(../images/order/bot.jpg);
	background-repeat: no-repeat;
	height: 183px;
}
#locations .smaller {
	font-size: 0.9em;
	line-height: 1.4em;
}
.underconstruction {
	color: #B0750E;
	font-style: italic;
	background-color: #F5EADB;
}


/******** BLOG **********/
.blog #wrapper {
	background-image: url(../images/order/repeat.jpg);
	background-repeat: repeat-y;
	height: auto;	
}
.blog #wrapper-top {
	background-image: url(../images/order/top.jpg);
	background-repeat: no-repeat;
}
.blog #wrapper-bot {
	background-image: url(../images/order/bot.jpg);
	background-repeat: no-repeat;
	height: 183px;
}
.blog #footer {
	position: relative;
	top: 0px;
}
.blog #subfooter {
	margin-top: 20px;
	margin-left: 260px;
	margin-right: 75px;
	height: 130px;
}
