@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/background.png);
	max-height:1280px;
	width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	font-family:Arial;
	font-size:14px;
}

#logo {
	position: absolute;
	background-image: url(images/logo.png);
	width:317px;
	height: 122px;
    background-repeat: no-repeat;
    background-size: contain;
	left: 0px;
	top: 10px;
	z-index:100000;
}

#menu-content h2{
	font-family: Bebas; 
	color: #066811;
	font-weight: bold;		
}

#menu-content h1{
	font-family: Bebas;
	color: #BB0003;
}

#index-content{
	background-image: url(images/white-trans.png);
	position: absolute;
	top: 251px;
	height: 120px;
	width: 382px;
	padding: 10px;
	left: 0px;
}

#inside-content{
	background-color:#FFFFFF;
	position:absolute;
	top:350px;
	height:500px;
	left:0px;
	right:0px;
	padding-top:20px;
	padding-left:80px;
	padding-right:80px;
}
#gallery-content{
	background-color:#FFFFFF;
	position:absolute;
	top:350px;
	height:750px;
	left:0px;
	right:0px;
	padding-top:20px;
	padding-left:80px;
	padding-right:80px;
}
#contact-content{
	background-color:#FFFFFF;
	position:absolute;
	top:350px;
	height:780px;
	left:0px;
	right:0px;
	padding-top:20px;
	padding-left:80px;
	padding-right:80px;
}
#inside-content h3{
	word-spacing: .05em;
	font-family: Adobe Garamond;
	font-style: italic;
	font-weight: bold;
}

#menu-content{
	background-color:#FFFFFF;
	position:absolute;
	top:350px;
	height:1300px;
	left:0px;
	right:0px;
	padding-top:20px;
	padding-left:80px;
	padding-right:80px;
}

#call-now {
	background-image:url(images/order-now.png);
	height:156px;
	width: 511px;
	right:0px;
    background-repeat: no-repeat;
	top:450px;
	position:absolute;
	margin-right:15px;
}

#cater{
	background-image: url(images/cater.png);
	height: 254px;
	width: 900px;
	right: 40px;
	background-repeat: no-repeat;
	top: 90px;
	position: absolute;
	margin-right: 15px;
}
#we-deliver{
	background-image: url(images/we-deliver.png);
	height: 254px;
	width: 900px;
	right: 40px;
	background-repeat: no-repeat;
	top: 90px;
	position: absolute;
	margin-right: 15px;
}
#save-more{
	background-image: url(images/save-more.png);
	height: 254px;
	width: 900px;
	right: 40px;
	background-repeat: no-repeat;
	top: 90px;
	position: absolute;
	margin-right: 15px;
}
#learn-more{
	background-image: url(images/learn-more.png);
	height: 254px;
	width: 900px;
	right: 40px;
	background-repeat: no-repeat;
	top: 90px;
	position: absolute;
	margin-right: 15px;
}
#who-we-are{
	background-image: url(images/who-we-are.png);
	height: 254px;
	width: 900px;
	right: 40px;
	background-repeat: no-repeat;
	top: 90px;
	position: absolute;
	margin-right: 15px;
}

.td {
	padding:10px;
}

#footer {
	color:#FFFFFF;
	font-size:16px;
	position:fixed;
	vertical-align:bottom;
	background-image:url(images/footer_bg.jpg);
	width: 100%;
    background-size: contain;
	height:123px;
	left:0px;
	right:0px;
	bottom:0px;
	padding:30px;
}

table {
	border-top: 1px solid #0F0F0F
}

input.prints {
    background: url("/images/print.png") no-repeat scroll left top;
        background-color: transparent;
        background-image: url("../images/print.png");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: left top;
        background-clip: border-box;
        background-origin: padding-box;
        background-size: auto auto;
    height: 14px;
    padding: 0;
    border: medium none;
    float: right;
    text-indent: -99999px;
    margin-top: 4px;
    width: 16px;
}
