div#weather {
	border: 2px solid #DD2735;
    padding: 5px;
    width: 410px;
    margin: 5px;
    
	
}
* { border: 0;}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
a {
	color: #DD2735;
    border: 0;
}
p,td {
	padding: 5px 0 2px 0;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
    line-height: 1.2;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div.container {
	width: 860px;
	margin-left: -430px;
	position: absolute;
	left: 50%;
}
div.header {
	height: 210px;
	width: 860px;
}
div.content {
	width: 860px;
    min-height: 500px;
}

b.name {
	font-size: 16px;
	margin: 3px 0;
}
h1 {
	font-size: 24px;
	font-weight: 700;
}
h1.pagetitle {
	display: block;
	margin: 0px 0 10px 0;
    padding: 10px 0 0px 0;
}
h2 {
	font-size: 22px;
	font-weight: 700;
}
b {
	color: #DD2735;
}
h1,h2,h4 {
	color: #DD2735;
	margin: 5px 0 0 0;
}

div.navigation {
	width: 860px;
	display: block;

}
div.navigation a {
	display: block;
    float: left;
    margin: 0 0px 0 0;
    padding: 5px 0;
    text-align: center;
    width: 138px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #DD2735;
    border: 1px solid #DD2735;
}
div.navigation a#last {
	margin: 0;
}
div.navigation a:hover {
	background-color: #FFFFFF;
    color: #DD2735;
    border: 1px solid #DD2735;
}


div.footer {
    background-color: #DD2735;
    color: #FFFFFF;
}
div.footer p {
	color: #FFFFFF;
    text-align: center;
    text-size: 16px;
}


p.openinghours {
	font-size: 26px;
    color: #DD2735;
    font-weight: bold;
    padding: 10px 0 0 0;
    text-align: center;
}
p.callus {
	font-size: 18px;
    color: #DD2735;
    font-weight: bold;
    padding: 0 0 10px 0;
    text-align: bold;
    text-align: center;
}
p.callus b {
	font-size: 38px;
}



span#new {
	background-image: url(../images/menu/new.png);
    background-repeat: no-repeat;
    height: 15px;
    width: 50px;
    text-indent: -9999999px;
    overflow: hidden;
    background-position: center center;
    display: block;
    float: left;
    margin-right: 5px;
}

.tab a{
	color: #FFFFFF;
	text-decoration: none;
	height: 23px;
	width: 120px;
	display: block;
	padding: 9px 0 0 0;
}
.tab a:hover {
	color: #DD2735;
}
#wrapper{
	width: 860px;
	margin: 0 auto;
}
.box{
background: #fff;
}
.boxholder{
clear: both;
padding: 0px;

}
.tab{
	float: left;
	width: 119px;
	margin: 0 1px 0 0;
	text-align: center;
	background: #DD2735;
	cursor: pointer;
	border: 1px solid #DD2735;
}
.tab:hover {
	color: #DD2735;
	background-color: #FFFFFF;
	border: 1px solid #DD2735;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 0;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
	padding: 5px;
	margin: 5px;
}

table#deals td {
	text-align: center;
	border: 1px solid #DD2735;
}
table#deals p.price {
	font-size: 24px;
	font-weight: bold;
}
table#deals  table#price td {
	border: 0px solid #DD2735;
}
table#deals h2 {
	color: #FFFFFF;
	background-color: #DD2735;
	padding: 5px 0px;
	margin: -5px 0 0 0;
	width: 100%;
}
table#deals td p {
	font-size: 16px;
}




