/* @override http://matadorprocessors.com/css/basic.css */

/*Main Body Styles*/

body {font-family: Verdana, Arial, serif;
background-color: #EDEB98;
background-image: url(../images/BACKGROUNDSTRIP.jpg);
background-repeat: repeat-x;
background-position: left top;
text-align: center;
margin: 0;
padding: 0;
font-size: 85%;
 }

#outerbox {
	background-image: url(../images/BACKGROUNDSTRIP2.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	text-align: left;
	margin: auto;
	padding: 0;
	width: 760px;
	border-bottom: 1px solid #d1bd51; }

.site {color: white;
font-size: 10px; }

.skip, h2{display:none; } /*used to hide items*/

/*Header Styles*/


#headerbox {
	background-image: url(../images/HEADER.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 106px; }

/*Menu and navigation Styles*/


#menubox {background-image: url(../images/MENU.jpg);}

#menubar ul#menu {
	margin: 0;
	padding: 0;
	position: relative;
	left: 198px;
	width: 532px;
	height: 34px  }

div#menubar ul#menu li{
				margin:0;
				padding:0;
				list-style:none;
				position:absolute;
				top:0;
}
ul#menu li,ul#menu a{
				height:34px;
				display:block;}

div#menubar ul#menu li a{
				text-indent:-9999px;
				text-decoration:none;
				overflow: hidden;
}
#jalapenos {
				left:0;
				width:114px;
				background: url(../images/MENU.jpg) -198px}
#chile {
				left:114px;
				width:150px;
				background: url(../images/MENU.jpg) -312px}

#hors{			
				left:264px;
				width:164px;
				background: url(../images/MENU.jpg) -462px}

#desserts {
				left:428px;
				width:101px;
				background: url(../images/MENU.jpg) -626px}


#jalapenos a:hover {
	background-image: url(../images/MENUOVER.jpg) ;
	background-repeat: no-repeat;
	background-position: -1px 0; }
#chile a:hover { 
	background: url(../images/MENUOVER.jpg) no-repeat -115px }
#hors a:hover { 
	background: url(../images/MENUOVER.jpg) no-repeat -265px}
#desserts a:hover { 
	background: url(../images/MENUOVER.jpg) no-repeat -429px }


#leftbox {
	background-image: url(../images/BOTPEPPER.jpg);
	background-repeat: no-repeat;
	width: 269px;
	height: 267px;
	float: left;}
	
#rightbox {
	width: 491px;
	height: 267px;
	float: right;
	position: relative;
	top: 0; }

#address {width: 210px;
margin-top: 170px;
	text-align: center;}
	
#logo {margin-left: 559px;
	margin-top: 0px;
	width: 201px;
	height: 107px;}

#bottombox {float: left;
width: 760px;}

#calendar {
width: 496px;
margin-top: 40px;
margin-bottom: 40px;
float: right;}

.sidepics {float: left;
	width: 217px;}

.abouttext {float: right;
	width: 473px;
	line-height: 18px;
	padding-bottom: 10px;
	padding-right: 30px;
	
	}

.newitem {border: 3px solid white;}

.newitemtext {padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;}


/** HACK DIV CLEARS FLOAT **/			
#hackdiv {clear: both;}
/** END OF HACK DIV**/	

/*Footer Styles*/

#footer {
	margin-left: 0;
	margin-right: 0;
	margin-top: -1px;
	float: left;
	width: 100%;
	height: 30px;
	background-color: #d1bd51;
	text-align: center;
	font-size: 9px; }
	
.footertext {
padding-top: 10px;}

a:link, a:visited {color: #4A6C15;
text-decoration: none;}

a:hover {text-decoration: underline;
	color: #8d0025;}