@import url(reset-fonts-grids.css);
@import url(/greybox/gb_styles.css);

body
{
	background: #f3f3f3;
	text-align: center;
	font-size: small;
	font-family: Verdana, Arial, Sans-Serif;
	background: #231F20 url(/images/template/background.png) repeat;
}

/*
 * Clearing
 */
.clear:after,
.row:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear, .row {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear,
* html .row
{height: 1%;}
.clear, .row {display: block;}
/* End hide from IE-mac */
/* End hide from IE-mac */

.hide
{
	display: none;
}

.row
{
	padding-bottom: 4px;
}

.row label
{
	line-height: 1.5em;
}

strong
{
	font-weight: bold;
}

h1
{
	color: #000;
	padding-bottom: 10px;
	font-size: 200%;
}

h3
{
	color: #000;
 	font-weight: normal; 
 	font-size: 22px;
 	margin: 2px 0 10px 0;
}

h2
{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	font-family: Verdana, Arial, Sans-Serif;
}

h2.nb
{
	border-bottom: none;
}

h3
{
	font-size: 150%;
}

p
{
	padding-bottom: 10px;
}

table
{
	border: none;
}

th
{
	font-style: oblique;
	font-weight: bold;
	padding-bottom: 4px;
}

th, td
{
	padding: 2px;
}

label,
span.label
{
	color: #58543c;
}

label
{
	float: left;
	width: 130px;
}

div.row input,
div.row textarea
{
	width: 200px;
	float: left;
}

li
{
	list-style-type: square;
	margin-left: 2em;
}

p
{
	color: #494846;
}

/*
 * Header
 */
div#template-header div.image
{
	background: url(/images/template/header/header.gif) no-repeat;
	height: 129px;
	width: 800px;
}

/*
 * Footer
 */
 
 div#template-footer p
 {
 	color: #fff;
 }
 
div#template-footer
{
	border-top: 1px solid #57564e;
	border-bottom: 1px solid #57564e;
	padding: 10px 0 0px 10px;
	font-size: 70%;
	color: #fff;
	background-color: #231F20;
}


div#template-footer div#links
{
	float: right;
	width: 250px;
}

/*
 * Main Template
 */
div#template-content-wrapper
{
	margin: 0 auto;
	width: 822px;
}

div#template-content-shadowleft
{
	background: url(/images/template/shadow-left.png) repeat-y;
	padding-left: 10px;
}

div#template-content-shadowright
{
	background: url(/images/template/shadow-right.png) repeat-y right;
	padding-right: 10px;
}

div#template-content-area
{
	border-top: none;
	text-align: left;
	border: 1px solid #583633;
}

div#template-content
{
	background: #fff url(/images/imagebar/bg3.png) repeat-y right;
	padding: 20px;
}

div#template-content-panel
{
	float: left;
	width: 700px;
}

div#template-imagebar
{
	float: right;
	width: 190px;
	text-align: right;
}

div#template-imagebar img
{
	margin-bottom: 5px;
}

div.panel-half
{
	float: left;
	width: 49%;
}

/*
 * Menu
 */
ul#mainmenu
{
	background: url(/images/template/menu/background.png) repeat-x;
	height: 33px;
	padding-left: 10px;
}

ul#mainmenu li
{
	padding-left: 7px;
	padding-right: 5px;
	float: left;
	margin-left: 0;
	list-style-type: none;
}

ul#submenu
{
	clear: both;
	padding: 3px 3px 5px 30px;
	background: #cdc5ad;
	border-bottom: 1px solid #8f866b;
}

ul#submenu li
{
	display: inline;
	padding-right: 20px;
	margin-left: 0;
	list-style-type: none;
}

ul#submenu li a
{
	color: #58543c;
	text-decoration: none;
}

/*
 * Home Page
 */

div#offers
{
    width:738px;
	text-align:center;
	background-color: #fff;
	margin: 0 auto;
}

div#offerList
{
	padding: 10px 0px 10px 0px;
}

div#poppadom
{
	background: url(/images/homepage/FreePoppadoms.gif) no-repeat top;
	height: 122px;
	width: 239px;
	float:left;
	margin-right: 10px;
}

div#poppadomText
{
	height: 122px;
	width: 198px;
	margin-left: 44px;
}

div#pop
{
	background: url(/images/homepage/FreePop.gif) no-repeat top;
	height: 122px;
	width: 239px;
	float:left;
	margin-right: 10px;
}

div#popText
{
	height: 122px;
	width: 201px;
	margin-left: 44px;
}

div#delivery
{
	background: url(/images/homepage/FreeDelivery.gif) no-repeat top;
	height: 122px;
	width: 239px;
	float:left;
    margin-right: 0;
}

div#deliveryText
{
	height: 122px;
	width: 201px;
	margin-left: 44px;
}

div#deliveryText h2
{
	font-size: 250%;
}

div#popText h2
{
	font-size: 190%;
}


div#homepage-content
{
	background-color: #fff;
}

div#homePageText
{
	float:left;
	width: 440px;
	margin: 5px 5px 5px 10px;
	text-align: center;
	height:246px;
}

div#homepageFood
{
	float:left;
	width: 330px;
	height:246px;
}


/*
 * Gradient Box
 */
div.gradbox
{
	margin-bottom: 20px;
	
}

div.gradbox div.gradbox-heading
{
	padding: 2px 3px 0 3px;
}

div.gradbox div.gradbox-shadowright
{
}

div.gradbox h2.head
{
	padding: 0;
	margin: 0;
	padding-left: 4px;
	min-height: 32px;
	border-bottom: none;
}

div.gradbox div.gradbox-description
{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 4px 4px 5px 2px;
	padding: 0 0 5px 5px;
	color: #706364;
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: 80%;
}

div.gradbox div.gradbox-content
{
	padding: 5px;
	padding-top: 0;
	min-height: 60px;
	_height: 70px;
}

/*
 * Menu Page
 */
 
div.menu-container
{
 	background: url(/images/menuBackground.jpg)  repeat-y top;
}
 
div.menu-items
{
	clear: both;
	display: block;
}

div.menu-items div.gradbox
{
	width: 700px;
	float: left;
	margin-right: 10px;
}

div.menu-items p
{
	margin: 0;
	padding: 4px 0 2px 0;
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: 10px;
	color: #352324;
}

ul.menu-sections
{
	padding: 10px 5px;

	border-bottom: 1px solid #e0dcc7;
	margin-bottom: 10px;
	margin-right: 10px;
}

ul.menu-sections li
{
	display: inline;
	padding-right: 20px;
}

ul.menu-sections li a
{
	color: #58543c;
	text-decoration: none;
}

div.menu-items p.description
{
	padding-top: 0;
	font-style: italic;
	color: #736667;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 75%;
}

a.imgpreview
{
	background: url(/images/previewbg.png) no-repeat;
	padding: 5px;
	width: 102px;
	height: 105px;
	display: table-cell;
	float: left;
	text-align: center;
	vertical-align: middle;
}

table.opening td,
table.opening th
{
	padding: 4px;
}

table.opening
{
	margin-bottom: 10px;
}

/*
* Pictures
*/

div#pic-right
{
	float: right;
	margin: 0 0 10px 10px;
}

table.Calendar
{
	border: 1px solid #afa78e;
}

table.CalendarTitle
{
	background: #d2cab5;
	border: 1px solid #d2cab5;
}
