@charset "utf-8";

html, body
{
  background:url(../images/page_bg.jpg) repeat-x #b19c9b;
}
 .head{
 height:44px;
 }


.borders{ 
background:url(../images/bg.jpg) repeat-y;
}

.top_left{
width:13px;
height:10px;
background:url(../img/top_left.png) no-repeat top right;
}
.top{
height:10px;
background:url(../img/top.png) repeat-x top;
}
.top_right{
width:13px;
height:10px;
background:url(../img/top_right.png) no-repeat top left;
}
.left{
width:17px;
background:url(../img/left.png) repeat-y;
}
.right{
width:17px;
background:url(../img/right.png) repeat-y;
}
.bottom_left{
width:17px;
height:18px;
background:url(../img/bottom_left.png) no-repeat top right;
}
.bottom{
height:18px;
background:url(../img/bottom.png) repeat-x;
}
.bottom_right{
width:17px;
height:18px;
background:url(../img/bottom_right.png) no-repeat top left;
}

.ind{
padding:10px 10px 0 10px;
vertical-align:top;
width:230px;
}

.ind1{
padding:5px 15px 0 10px;
background:url(../images/left.jpg) repeat-y;
font-family:Tahoma;
line-height:1.4;
color:#001D2B;
vertical-align:top;
}

ul{
padding:0;
margin:0 0 0 17px;
}

li a{
color:#000000;
text-decoration:none;
font-family:"Courier New", Courier, monospace;
letter-spacing:1.3px;
line-height:1.5em;
font-size:14px;
font-weight:bold;
}

li a:hover{
color:#FF0000;
text-decoration:none;
}

a{
color:#cb1a1b;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

a:hover{
text-decoration:underline;
}

td{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#003853;
}

.footer-host {
text-align:center;
background:url(../images/bottom.jpg) no-repeat;
padding:20px 0 20px 0;
}



.footer-host a{
font-size:12px;
font-family:Tahoma;
font-weight:bold;
margin:0 2px 0 2px;
letter-spacing:1.5px;
}




.foodmenu td { padding:4px 1px 4px 1px; font-size:10px; vertical-align:top; text-align:left; } 
.foodmenu a img:hover { 
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

.foodmenu a {
font-size:14px;
font-weight:bold;
}

.inputstyle {
	border: 1px solid #dadbf6;
	/** remember to change image path **/
	background: url(none) no-repeat #dadbf6;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #586266;
}
.labelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 11px;
	color: #586266;
}

.h1{
	width:907px;
	height:18px;
	border-right:1px solid #fd5f5e;
}

.h1 td {
	background:#440000;
	text-align: center;
}

.h1 td h1 {
	font:11px Tahoma, Arial, sans-serif;
    font-weight: bold;
    color: #9c1b1b;
	letter-spacing: 1px;
}