﻿@charset "utf-8";
/* CSS Document */
/* Author: Webnergy Solutions */
/* Copyright: Jade Garden Restaurant */
/* Created Date: 12-01-2008 */

/* =========================================  INPAGE-Content ============================================ */
html, body {
	background:url(../images/inbg.jpg) repeat-x #910000;
}

#logo {
	position:relative;
	height:131px;
	background:url(../images/itopbg.jpg) repeat-x;
}
ul#homemenu {position:absolute;z-index:1000;right:10px;top:60px;margin:0;padding:0;}
#inpage {
	background:url(../images/imainbg.jpg) repeat-y;
}
#inpagetwo {
	width:100%;
	background:url(../images/imainbg.gif) no-repeat;

}
.mainpic {padding:0 19px;}
.inp {
	padding:30px 5px 0 10px;
	min-height:300px;
	_height:300px;
	background:url(../images/itop.jpg) 10px 5px no-repeat;
}
ul.newspaper {margin:0;padding:0;}
ul.newspaper li {
	float:left;
	display:inline;
	margin:25px 15px 0 20px;
	padding:10px 8px 0px 8px;
	list-style:none;
	width:174px;
	height:268px;
	background:url(../images/paperborder.jpg) no-repeat;
}
ul.newspaper li a:hover img {}
ul.newspaper li img {width:158px;height:182px;padding:0 0 18px 0;}
ul.newspaper li p {
	margin:0;
	padding:5px 13px 0 0;
	color:#aa3626;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
ul.smallnewspaper {margin:20px 0 0 0;padding:0;}
ul.smallnewspaper li {
	float:left;
	display:inline;
	margin:0 0 0 20px;
	width:47%;
	list-style:none;
	font-weight:bold;
	line-height:24px;
	text-indent:20px;
	background:url(../images/point.gif) 0 4px no-repeat;
}
ul.smallnewspaper li a:link,ul.smallnewspaper li a:visited {color:#555252;}
ul.smallnewspaper li a:hover {color:#aa3626;}


.language {
	position:absolute;
	top:10px;
	right:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.language a {color:#ffb39b;}
.language a:hover {color:#ffe063;}


