@charset "UTF-8";
/* CSS Document */

/* ---- Main --- */

* html, html {
 	min-height: 100%;
 	height: auto;
} 

body {
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #52534E;
	font-size: 14px;
	background-color: #FF7129;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
}

a {
	text-decoration:underline;
	color: #52534E;
}
	
a:hover {
	text-decoration:underline;
}

#wrap {
	width:900px;
	margin:0 auto;
}




/* --- Colors ---*/

.orange{
	color: #FF7129;
	font-size: 16px;
}

.orange_large{
	color: #FF7129;
	font-size: 35px;
}

.menufont{
	font-size: 12px;
	line-height:14px;
}


/* ---- Main --- */

#whitebg{
	margin: 0 auto;
	height: 685px;
	width: 890px;
	position: relative;
	background: url(../img/whitebg.jpg) top left no-repeat;
}

#whitebg_mid{
	margin: 0 auto;
	width: 890px;
	background: url(../img/whitebg_mid.jpg);
	background-repeat: repeat-y;
}

#mainbg {
	margin: 0 auto;
	height: 685px;
	width: 890px;
	position: relative;
	background: url(../img/whitebg_home.jpg) top left no-repeat;
	background-image: url(../img/whitebg_home.jpg);
}

#pagephoto{
	width: 300px;
	height: 300px;
	left: 550px;
	top: 11px;
	position: absolute;
	z-index: 1;
}

#pagephoto_home{
	width: 300px;
	height: 200px;
	left: 400px;
	top: 12px;
	position: absolute;
	z-index: 1;
}


#pagebg {
	margin: 0 auto;
	width: 890px;
	position: relative;
}


#hometext{
	width: 430px;
	height: 20px;
	padding-left: 65px;
	top: 210px;
	position: absolute;
	line-height: 18px;
}

#homehours{
	width: 250px;
	height: 20px;
	top: 220px;
	position: relative;
	left: 620px;
	font-size: 13px;
	line-height: 14px;
}

#homenav{
	width: 420px;
	height: 20px;
	top: 10px;
}

#mainnav{
	width: 320px;
	height: 20px;
	top: 13px;
	position: absolute;
	left: 422px;
	z-index: 10;
}

#menunav{
	width: 320px;
	height: 20px;
	top: 200px;
	position: absolute;
	left: 524px;
}

#logo{
	width: 240px;
	height: 145px;
	left: 70px;
	top: 10px;
	position: relative;
	z-index: 10;
}


/* ---- Interior --- */		

#abouttext{
	width: 480px;
	padding-left: 75px;
	top: 235px;
	position: absolute;
	line-height: 18px;
	z-index: 10;
	font-size: 14px;
}

#cateringtext{
	width: 460px;
	padding-left: 75px;
	top: 235px;
	position: relative;
}

#cateringtitle{
	width: 350px;
	height: 50px;
	left:500px;
	top: -60px;
	position: absolute;
	font-size: 35px;
}

#phoneno{
	width: 280px;
	height: 20px;
	left:555px;
	top: 350px;
	position: absolute;
	font-size: 35px;
	color: #ff7129;
}

#contenttext{
	width: 780px;
	padding-left: 75px;
	top: 35px;
	position: relative;
	line-height: 18px;
	z-index: 10;
	font-size: 14px;
}

#menuphotos{
	width: 220px;
	top: 0px;
	position: absolute;
	line-height: 20px;
	left: 640px;
	height: 370px;
}

#menuline{
	width: 320px;
	height: 10px;
	top: 234px;
	position: absolute;
	left: 115px;
	background-image:url(../img/menu_line.gif);
	background-repeat: no-repeat;
	width: 740px;
}

#pagephoto_wedding{
	width: 300px;
	height: 300px;
	left: 514px;
	top: 11px;
	position: absolute;
	z-index: 1;
}

#aboutphoto1{
	width: 250px;
	top: -170px;
	position: absolute;
	line-height: 20px;
	left: 470px;
	height: 170px;
}

#aboutphoto2{
	width: 250px;
	top: 20px;
	position: absolute;
	line-height: 20px;
	left: 580px;
	height: 170px;
}


#aboutphoto3{
	width: 250px;
	top: 240px;
	position: absolute;
	line-height: 20px;
	left: 560px;
	height: 170px;
}

#cateringphoto1{
	width: 250px;
	top: 0px;
	position: absolute;
	line-height: 20px;
	left: 580px;
	height: 170px;
}





/* ---- Footer --- */		


#footer {
	color: #ffffff;
	font-size: 10px;
	height: 40px;
	width: 600px;
	background: url(../img/footer.png);
	background-repeat: no-repeat;
	position: relative;
	left: 60px;
	top: 5px;
	background-image: url(../img/footer.png);
}

#footer a:link {
	color: #ffffff;
}
