@charset "utf-8";
/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 170px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 6px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #000;
/*background: url(images/arrowbullet.png) no-repeat center left; custom bullet list image*/
display: block;
padding: 1px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 11px;
font-family:Verdana, Geneva, sans-serif;

}

.arrowlistmenu ul li a:visited{
color: #000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #999;
background-color: #F3F3F3;
}

.header {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#006;
	border-bottom:dotted 1px #999;
	font-weight:bold;
}
.contents {font-family:Arial, Verdana, Geneva, sans-serif; font-size:12px; color:#000; text-decoration:none; text-align:justify;}
.FlyerPrice {
	font-family:Verdana, Geneva, sans-serif,;
	font-size:14px;
	color:#F00;
	font-weight:bold;
}
.footer {font-family:Arial, Verdana, Geneva, sans-serif; font-size:10px; color:#FFF;}
.footerbk {font-family:Arial, Verdana, Geneva, sans-serif; font-size:11px; color:#000; text-align:justify;}
.blk {font-family:Arial, Verdana, Geneva, sans-serif; font-size:10px; color:#000;}
.blkflyer {font-family:Arial, Verdana, Geneva, sans-serif; font-size:13px; color:#000;}
.redsmall {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#F00;
}
.redflyer {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#F00;
}
.redflyer2 {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#F00;
}
.navs {font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#280000;}

/* rounded corner */
.roundcorner {
	background:#FFF8C6;
	color:#000;
	margin:0 15px;
}
.rtop, .rbottom{
display:block;
background:#fff;
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#FFF8C6;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
margin: 0 1px;
height: 2px
}
a {text-decoration: none;}