

/* CSS Document */
body {
	text-align: center;
	background:#000000;
	overflow: -moz-scrollbars-vertical;
}

#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
	
#banner {
	border: 0;
	padding-top: 2em;
}
#imagebar {
	border: 0;
	padding-top: 7pt;
	padding-bottom: 13pt;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #151B54;
}
a:hover {
	color: #151B54;
 }	
	
}
	

/* ------------------------- */
/* navigation tabs */

#navcontainer {
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ul, li {
	border:0; margin:0; padding:0; list-style:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

ul{
	height:25px;
}

li {
	float:left; margin-right:4px;}

.tab a:link, .tab a:visited{
	background:url(images/tab-round.png) right 60px;
	color:#FFFFFF;
	display:block;
	font-weight: normal;
	height:25px;
	line-height:27px;
	text-decoration:none;
	font-size: 14px;
}

.tab a span{
	background:url(images/tab-round.png) left 60px;
	display:block;
	height:25px;
	margin-right:8px;
	padding-left:8px;
}

.tab a:hover{
	background:url(images/tab-round.png) right 30px;
	display:block;
	color:#FFFFFF;
}

.tab a:hover span{
	background:url(images/tab-round.png) left 30px;
	display:block;
}

.active a:link, .active a:visited, .active a:visited, .active a:hover{
	color:#666666;
	background:url(images/tab-round.png) right 0 no-repeat;
}
.active a span, .active a:hover span{
	background:url(images/tab-round.png) left 0 no-repeat;
}

/* ------------------------- */
/* rounded corner text block */

#mainBody {
   background: #ffffff;
   text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	padding-left:10px;
	padding-right:10px;
}

#roundedcornr_top {
	height: 10px;
	background: url(images/roundedcornr_tr.png) no-repeat top right;
}
#roundedcornr_bottom {
	width: 100%;
	height: 10px;
}
#roundedcornr_bottom_left {
	height:10px;
	width:10px;
	float:left;
  	background: url(images/roundedcornr_bl.png) no-repeat bottom left;	
}
#roundedcornr_bottom_right {
	height:10px;
	width:10px;
	float:right;
  	background: url(images/roundedcornr_br.png) no-repeat bottom right;
}


/* ------------------------- */
/* map and hours and menu */

.big_menu_title {
	font-size: 15pt;
	font-weight: bold;
                  margin-top: 12pt;
	margin-bottom: o;
	color: #FF3300;
	text-align: left;
}

.menu_description {
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	padding-right: 8pt;
}

.small_menu_title {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0pt;
	margin-top: 2pt;
}

.small_menu_note {
	font-size: 8pt;
	font-style: italic;
	color: #333333; 	
 	line-height: 11pt;
	margin: 0;
	margin-bottom: 5pt;
}

.menu_price {
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	margin: 0;
	margin-bottom: 2pt;
	padding-right: 1em;
}

.hoursright {
                  font-size: 12pt;
	font-weight: bold;
                  margin-top: 12pt;
	margin-bottom: o;
	color: #000000;
	text-align: center;
}

#mapleft {
	float: left;
	width: 300px;
}
 #mapcontainer {
 	height: 340px;
	width: 680px;
	padding-bottom: 20px;
}
#copyright {
	font-size: 7pt;
	font-family:Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-align: center;
	margin: 5pt;
	padding: 4pt;
}
.imageright {
	float: right;
	width: 270px;
	margin-right: 8pt;
	margin-bottom: 5pt;
	margin-left: 10pt;
	height: 190px;
}

/*== Admin ==*/
#adminTitle {
	color:#ffffff;
	font-size:3em;
}

label {
	margin-right: .5em;
	vertical-align: top;
}


.sectionText {
	margin-left: 1em;
}

#pageName {
	margin-left:2.6em;
	width:36.7em;
}
#name {
	margin-left:1.4em;
	width:36.7em;
}
#displayOrder {
	margin-left:.2em;
	width:2em;
}

}
#sectionName {
	width:36.7em;
}

.itemName {
	margin-left:2em;
	width: 27.9em;
}

.itemPrice {
	width:3em;
}

.itemText {
	margin-left: 2.7em;
}
.deleteItem {
	margin-left: 1.6em;
}
.newItems {
	width :3em;
}

#pageForm {
	background-color: #F16217;
}

.section {
	background-color: #666666;
}

.item {
	background-color: #cccccc;
}

.error {
	color:#FFFFFF;
}

#newPage {
	background-color: #cc0000;
}

.addSections{
	background-color: #ffcc99;
}

.newSection{
	width :3em;
}

#home_pic{
	padding-top:.25em;	
}