/*----------------------------------------------*/
/* Gardunos                             */
/*----------------------------------------------*/
/*                                              */
/* Home Page Style Sheet                        */
/*                                              */
/* Written By: Purple Monkey Studios, Inc.      */
/* Written On: 10/27/2004                        */
/*                                              */
/* Last Modified On: 10/27/2004                  */
/* Last Modified By: Kim Thompson (PMSI)         */
/*----------------------------------------------*/

/*-------------------------*/
/* HTML ELEMENT STYLES     */
/*-------------------------*/

html {
	padding: 0;
	margin: 0;
}
body {
	
	padding: 0;
	margin: 0;
	background: #857A03;
}
#wrapper {
	position: relative;
	background: url(../images/homepage/yellow_bkgd.jpg) repeat-y;


	z-index: 1;
	width: 769px;
	left: 50%;
	margin-left: -392px;
	margin-top: 0px;

	min-height: 500px;
}


#bottom {
	
	position: relative;
	vertical-align: bottom;
	width: 759px;
	bottom: -26px;
	left: 0px;

	background-image: url(../images/homepage/home_bottom.jpg);

	height: 26px;
		
}

#content {
	position: relative;

	width: 230px;
	left: 300px;
	top: 30px;
	background-color: #FDB927;

	height: 440px; 	
	
}
*>#content {
	height: auto; /* ie ignores child selector, modern browsers replace height declaration */
}

#content p{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}

/*-------------------------------------------- */
/* EXTRAS - title, other images, logo          */
/*---------------------------------------------*/
#title {
	position: relative;

	width: 250px;
	left: 253px;
	top: 38px;

	background-color: #FDB927;
	z-index: 2;
}

#steak {
	position: absolute;

	width: 288px;
	top: 97px;
	left: 10px;

	background-color: #FDB927;
	z-index: 1;

}

#logo {
	position: absolute;

	width: 258px;
	height: 147px;
	left: 430px;
	top: 25px;

	background-color: #FDB927;
	z-index: 3;
}

#lady { /*image of lady */
	position: absolute;
	
	width: 240px;
	top: -187px;

	right: -11px;
	height: 247px;
	z-index: 3;
	
}

/*-------------------------*/
/* BOTTOM BUTTONS          */
/*-------------------------*/
#events {
	position: absolute;
	
	width: 128px;
	
	vertical-align: bottom;
	top: -30px;
	left: 160px;
	height: 29px;
	z-index: 3;
	
}
#employment {

	position: absolute;
	
	width: 121px;
	vertical-align: bottom;
	top: -30px;

	left: 292px;
	height: 29px;
	z-index: 3;
	
}

#contactus {

	position: absolute;
	
	width: 100px;
	vertical-align: bottom;
	top: -32px;

	left: 420px;
	height: 27px;
	z-index: 3;
	
}
/*-------------------------*/
/*  BUTTONS                */
/*-------------------------*/
#ourstory {
	position: absolute;
	
	width: 111px;
	height: 77px;
	top: 110px;
	left: 10px;	
	z-index: 3;
	
}
#menus {

	position: absolute;
	
	width: 122px;
	height: 62px;
	top: 150px;
	left: 110px;
	z-index: 3;
	
}

#locations {

	position: absolute;
	
	width: 104px;
	height: 64px;
	top: 210px;
	left: 192px;
	z-index: 3;
	
}

#catering {
	position: absolute;
	
	width: 105px;
	height: 66px;
	top: 380px;
	left: 15px;
	z-index: 3;
	
}
#recipes {

	position: absolute;
	
	width: 114px;
	height: 67px;
	top: 420px;
	left: 125px;
	z-index: 3;
	
}

#giftcard {

	position: absolute;
	
	width: 110px;
	height: 78px;
	top: 170px;
	left: 520px;
	z-index: 3;
	
}
#guestrewards {
	position: absolute;
	
	width: 146px;
	height: 60px;
	top: 230px;
	left: 490px;
	z-index: 3;
	
}
#merchandise {

	position: absolute;
	
	width: 134px;
	height: 76px;
	top: 210px;
	left: 630px;
	z-index: 3;
	
}

