@charset "utf-8";

.menutitle {
	height: auto;
	font-size: 14px;
	font-weight: bolder;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #8E4563;
}

.food {
	height: auto;
	font-size: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.package {
	float: left;
	height: auto;
	width: 180px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
.twoColFixLtHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#nav {
	background-image: url(../img/navbar.jpg);
	height: 21px;
	width: 100%;
}

#nav ul {

list-style: none;
padding-left:300px;
margin:0;

}

#nav li {

float:left;
margin-top:2px;
}

#nav li a
{

height: 14px;
line-height: 14px;
float: left;
width: 75px;
display: block;
border: 0.1em solid #ffffff;
font-size:11px;
color: #ffffff;
text-decoration: none; 
text-align: center;
} 

#nav li a:hover {

color:#0000CC;

}



.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 308px;
	background-image:url(../img/sidebar_1.jpg);/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/* the background color will be displayed for the length of the content in the column, but no further */
	
	
	padding: 0px;
	height: 275px;
}

.sidebar {
	margin-left:122px;
	height: 130px;
	width: 130px;
	padding-left:3px;
	padding-top:3px;
	background:#FFF;
	
}

.sidebar_text {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: auto;
	width: 200px;
	padding-left: 80px;
	text-align: center;
}

#index_phone_float {
	position: absolute;
	height: 47px;
	width: 300px;
	left: 180px;
	top: 127px;
	font-family: Arial,;
	font-size: 14px;
	color: #FFFFFF;
}
#index_phone_float_name {
	float: left;
	width: 150px;
	padding-right: 0px;
}
#index_phone_float_number {
	float: left;
	padding-left: 20px;
}


.twoColFixLtHdr #mainContent {
	height: 275px;
	width: 645px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	float: left;
	position: relative;
	overflow: visible;
	z-index: 0;
	background-image: url(../img/index_maincontent_bg.jpg);
} 
#event_form {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 350px;
	width: 500px;
	z-index: 1;
	left: 53px;
	top: -247px;
}

#event_form td {
background-color:#990066;
}
#event_form table {border:thin}




.twoColFixLtHdr #footer {
	padding: 0;
	background-color: #DDDDDD;
	background-image: url(../img/footer.jpg);
	height: 146px;
} 

#aboutus_content {
	position: absolute;
	left: 70px;
	top: -241px;
	width: 414px;
	height: 518px;
	font-size: 14px;
	z-index: 3;
	font-family: Arial;
	color: #993366;
}

#menu_content {
	position: absolute;
	left: 70px;
	top: -241px;
	width: 414px;
	height: 518px;
	font-size: 14px;
	z-index: 3;
	font-family: Arial;
	color:#903;
	
}


.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer ul {

list-style: none;
padding-top: 70px;
padding-left: 300px;
margin:0;

}

#footer li {

float:left;
margin-top:2px;

}

#footer li a
{

height: 14px;
line-height: 14px;
float: left;
width: 75px;
display: block;
border: 0.1em solid #ffffff;
font-size:11px;
color: #ffffff;
text-decoration: none; 
text-align: center;
} 

#footer li a:hover {

color:#0000CC;

}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 305px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color:#000000;/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: 364px;
	position: relative;
	z-index: 1;
	background-image:url(../img/sidebar2_index.jpg);

}
#index_phone_shelf_flloat {
	height: 84px;
	width: 208px;
	position: absolute;
	left: 38px;
	top: 50px;
}
#email_form {
	position: absolute;
	left: 174px;
	top: 47px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	overflow:hidden;
	height: 337px;
	width: 402px;
}


#email_form_email {
width:80%;
height:25px;
}

#email_form_q {
float:left;
width:40px;
height:25px;
}


#texta {
	font-family:Arial, Helvetica, sans-serif;
	width: 350px;
	height: 160px;
	margin:0;
	
}

textarea#styled {
margin:0;
	width: 266px;
	height: 102px;
	background-image:url(../img/comment.jpg);
	background-repeat: no-repeat;
	background-position:right;
	padding-top:45px;
	padding-right:45px;
	border:none;
}









.twoColFixLtHdr #SubContent {
	height: 364px;
	width: 645px;

	float: left;
	position: relative;
	z-index: 0;
	background-image: url(../img/index_subcontent_bg.jpg);
}
#flashphoto {
	position: absolute;
	width: 576px;
	height: 636px;
	left: 1px;
	top: -274px;
}


.twoColFixLtHdr #SubContent_about {
	height: 364px;
	width: 647px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	float: left;
	position: relative;
	z-index: 0;
	overflow: visible;
	background-image: url(../img/aboutus_bottom_page.jpg);
	background-repeat: no-repeat;
	display: block;
	
}

.head{
	font-weight: bolder;
}

.info{
	font-size: 11px;
}


#menubox {
	position:absolute;
	width:422px;
	height:547px;
	left: 1px;
	top: 10px;
	
	
}

.menu{
width:400px;
height:auto;

	
	
	}

.package {}

.title{
width:400px;
background:#FFF;
padding:3px;
margin-top:10px;

	}
	
.tinfo{
	width:200px;
	float:left;
	
}

.desc{
	display:none;



	}

.price{
float:right;	
	}

.size{}

.serve{

	
	}
	
	
	
	#next {
	width:50px;
	height:15px;
	padding:3px;
	font-size:12px;
	background-color:#90F;
	float:right;
	}
	
	#next a {
		text-decoration:none;
		color:#FFF;
		
	}


	#prev a{
		text-decoration:none;
		color:#FFF;
	}
	
	#prev {
	float:left;	
	width:50px;
	height:15px;
	padding:3px;
	font-size:12px;
	background-color:#90F;	
	}

#datanav {
	margin-top:5px;
	width:400px;
height:auto;
	border: thin dashed #90F;	
}

#menutitle {
	width:300px;
	height:auto;
	font-size:14px;
	
	
	
}
