@charset "utf-8";
/* CSS Document */

html{
height:100%;}

body {
	height:100%;
	background-color:#231f20;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding: 0;
	margin: 0;
}
p {
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}
h1{
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
margin:0px;
}
a{
color:#c13828;
text-decoration:none;
}
a:hover{
color:#c13828;
text-decoration:underline;
}
.side {
height:841px;

position:fixed;
}
.menu{
color:#c13828;
}
.scroll {
height:460px;
width:525px;
overflow:auto;
}
.content{
width:600px;
margin-top:20px;
overflow:auto;
}
a.ordering-home{
width:458px;
height:164px;
background:url(../images/home-order-animate.gif) top left no-repeat;
display:block;
outline:none;}
a:hover.ordering-home{
background-position:right;
text-decoration:none;
}

a.ordering-online{
width:458px;
height:164px;
background:url(../images/ORDER-ONLINE-NOW.gif) top left no-repeat;
display:block;
outline:none;}
a:hover.ordering-online{
background-position:right;
text-decoration:none;
}
.gallery-home-off{
width:564px;
height:196px;
background:url(../images/home-gallery-animate.gif) top left no-repeat;
display:block;
}
.gallery-home-on{
width:564px;
height:196px;
background:url(../images/home-gallery-animate.gif) top right no-repeat;
display:block;
}
.menu-odd{
	background:#fef5e0;
	color:#333333;
}
.menu-even{
	background:#fdf9ef;
	color:#333333;
}
.menu-heading{
	color:#333333;
}

