@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #000;
	background-color:#cecece;
	background-image: url(../images/bg.jpg);
	background-position:center top;
	/*background-attachment: fixed;
	background-repeat:no-repeat;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color:#095690;
	text-decoration:none;
}
a:hover {
	color:#004172;
	text-decoration:none;
}
#wrapperHome{
	background-image:url(../images/bgHome.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#wrapperMenu{
	background-image:url(../images/bgMenu.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#wrapperLunch{
	background-image:url(../images/bgLunch.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#wrapperBreakfast{
	background-image:url(../images/bgBreakfast.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#header{
	width:980px;
	margin:0 auto;
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	text-align:center;
	padding:20px 0 0 0;
}
#header a {
	color:#FFF;
}
#header a:hover,#header a.active {
	color:#8fc3f1;
}
#header2{
	width:980px;
	margin:0 auto;
}
#content{
	width:980px;
	margin:0 auto;
}
#bgNav{
	background-image:url(../images/bgNav.png);
	height:63px;
}
#conInner{
	padding:25px;
}
#bgFooter{
	background-image:url(../images/bgFooter.png);
	height:61px;
}
#footer{
	width:980px;
	margin:0 auto;
	color:#FFF;
	font-size:14px;
	text-align:center;
	padding:20px 0 0 0;
}
#footer a {
	color:#FFF;
}
#footer a:hover {
	color:#8fc3f1;
}
.bgBlue{
	background-color:#003156;
}
.navLR{
	margin:0 24px;
}



/*--------- Font Color Normal ----------*/
#con50{
	width:46%;
	float:left;
	padding:0 2%;
}
#con70{
	width:70%;
	float:left;
}
#con30{
	width:30%;
	float:left;
}
.txtWhite{
	color:#FFF;
}
.txtBlue{
	color:#095690;
}
.txtRed{
	color:#e71e25;
}
.txtYellow{
	color:#FF3;
}
.txtBlack{
	color:#000;
}
.txtGreen{
	color:#8bc541;
}
.txtGray{
	color:#b9b9b9;
}
.txtGold{
	color:#ebce27;
}
.txtCmmt{
	color:#095690;
}
/*--------- End Font Color Normal ----------*/

/*---------  Contact ----------*/
#boxRegister{
	padding-top:5px;
}
.boxRegister{
	margin-left:3px;
}
.borMap{
	border:#CCC 1px solid;
	padding:1px;
}
.txtBox{
	background-repeat:repeat-x;
	width:300px;
	height:19px;
	color:#666;
	border:0;
	margin:0 0 3px 5px;
	padding:0 0 0 5px;
}
.txtBoxNum{
	background-repeat:repeat-x;
	width:300px;
	color:#666;
	background-color:#FFF;
	border:0;
	margin:0 0 3px 5px;
	padding:0 0 0 5px;
}
/*---------  EndContact ----------*/

/*--------- Order Online ----------*/
h1{ 
	color:#FFF;
	font-family:Times New Roman;
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	/*text-transform:capitalize;*/
	margin:5px 0 0 0; padding:0;	
}
h2{
	color:#042f55;
	font-size:42px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	margin:15px 0 25px 10px;
	padding:0;	
}
h3{
	color:#042f55;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	margin:5px 0 0 0; padding:0;	
}
h5{
	margin:0 0 5px 0;
	font-weight:normal;
	padding:0;
	color:#ffebb2;
	font-size:20px;
}
		#page-wrap{
			width: 1100px; 
			margin: 0 auto;
  			/* position: relative; */
		}
       	#main { background-image:url(../images/bgContent.png); padding:20px;}
        #sidebarL { width: 170px; float: left; }
        #sidebar { width: 260px; float: right; }
		
		#sidebarL ul{
			color:#ffebb2;
			margin:0 0 10px 0;
			padding:0 0 0 15px;
			line-height:20px;
			font-size:14px;
		}
		#sidebarL ul a{
			color:#ffebb2;
			text-decoration:none;
		}
		#sidebarL ul a:hover{
			color:#ffebb2;
			text-decoration:underline;
		}
		
#txtDesc{
	color:#000;
	font-size:14px;
	padding:0 0 2px 12px;
	margin:0 0 2px 0;
}
#txtDesc2{
	color:#000;
	font-size:14px;
	padding:0 0 2px 0px;
	margin:0 0 2px 0;
}
#lineT{
	background-image:url(../images/lineT.gif);
	height:6px;
}
.txtPrice{
	color:#042f55;	
}
.tbTitle{
	color:#FFF;
	background-color:#000;
	padding:5px;
}
.tbDesc{
	color:#666;
	background-color:#FFF;
	padding:5px;
	border-bottom:dashed 1px #999;
}
.tbDescNew{
	background-color:#f9aba5;
	color:#862525;
	padding:5px;
	border-bottom:dashed 1px #999;
}
.lineList{
			background-image:url(../images/onlineUnderList.png);
			background-repeat:repeat-x;
			background-position:bottom;	
			padding:5px 0;
}
.lineList2{
			background-image:url(../images/onlineUnderList.png);
			background-repeat:repeat-x;
			background-position:bottom;	
			padding:2px 0;
}
.btOrder{
	margin:10px 0 0 5px;
}
.btOrderNor{
	margin:0px 0 0 5px;
}
.bg65{
	background-image:url(../images/bgWhite65_C.png);
}
.imgGal{
	border:2px #000 solid; 
	margin:5px 12px;
    -ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
    transform: rotate(-3deg);
}
		
		/* Delete Box */
		#inline { display: none; width: 600px; }

/*--------- End Order Online ----------*/