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

html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
	background-image: url(images/body_bg_x_tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E2C790;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
	
#shadowbg {
	width: 100%;
	background-image: url(images/shadow_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 12px;
}
	
#knifeforkbg {
	width: 100%;
	background-image: url(images/knife_fork_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	width: 760px;
	background-image: url(images/main_bg_x_tile.jpg);
	position: relative;
	top: 26px;
	border: 2px solid #d19939;
	background-repeat: repeat-x;
	background-color: #3c0c00;
}
	
#header {
	width: 760px;
	height: 125px;
	background-image: url(images/banner2.png);
	background-repeat: no-repeat;
}

#columncontainer {
	width: 760px;
}

#leftcolumn {
	width: 215px;
	float: left;
	text-align: left;
	margin-top: 42px;
	padding-left: 12px;
}

#menu {
	width: 215px;
	height: 375px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#menu-home {
	width: 215px;
	height: 30px;
	padding-top: 91px;
	text-align: center;
}

#menu-dining {
	width: 215px;
	height: 30px;
	padding-top: 8px;
	text-align: center;
}

#menu-contact {
	width: 215px;
	height: 30px;
	padding-top: 6px;
	text-align: center;
}

#menu-groceries {
	width: 215px;
	height: 83px;
	padding-top: 0;
	text-align: center;
}

#contactinfo {
	width: 215px;
	background-image: url(images/punjabi_logo_small.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 9px;
	margin-top: 15px;
	margin-bottom: 100px;
}

#contactinfo p {
	margin-top: 5px;
	padding: 0;
	margin-left: 55px;
}
	
#rightcolumn {
	width: 520px;
	float: right;
	text-align: left;
	margin-top: 48px;
}

#rightcolumn p {
	padding-right: 15px;
	padding-left: 5px;
	text-align: justify;
}

#contact-rockhampton {
	width: 200px;
	float: left;
	margin-left: 30px;
}

#contact-rockhampton p {
	text-align: center;
}

#contact-mission-beach {
	width: 200px;
	float: right;
	margin-right: 30px;
}

#contact-mission-beach p {
	text-align: center;
}

#contentcontainer {
	width: 520px;
	margin-top:45px;
	}
.contentcolumncontainer {
	width: 520px;
	margin-bottom:18px;
	}
	
.contentcolumncontainer p {
	padding: 0 10px 0 0;
}
.contentleftcolumn {
	width: 260px;
	float:left;
	}
	
.contentleftcolumn p {
	padding: 0;
}

.contentrightcolumn {
	width:260px;
	float:right;
	text-align:center;
	margin-top: 5px;
	}
#footerlinks {
	margin-bottom:10px;
	margin-top: 40px;
	}
	
#footerlinks a, a:visited {
	color: #FF3300;
	text-decoration: none
}

#footerlinks a:hover {
	color: #0000fe;
	text-decoration: none;
}

#footertext {
	color:#666666;
	font-size:9px;
	}
.clear {
	clear:both;
	}
img, div, url { 
	behavior: url(iepngfix.htc);
	}
a, a:visited {
	color: #0000fe;
	text-decoration: none;
	}
a:hover {
	color: #FF3300;
	text-decoration: none;
	}
	
ul {
}

li {
	padding-right:15px;
	padding-bottom: 12px;
	text-align: justify;
}

b {
	font-weight: normal;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

.center {
	text-align: center;
}

.left-img {
	float: left;
	margin: 8px 12px 0 0;
	border: 2px solid #d19939;
}

.right-img {
	float: right;
	margin: 8px 0 0 12px;
	border: 2px solid #d19939;
}

.comingsoon-img {
	float: left;
	margin: 8px 12px 10px 0;
	border: 2px solid #d19939;
}
