/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/body_bg.gif);
	background-position: top center;
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
}

h1, h2, h3, h4, h4, h6 { color: #9C421F; font-family: Georgia, "Times New Roman", Times, serif;}

a:link {
	color: #854A19;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

a:visited {
	color: #7B3010;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

a:hover {
	color: #C3B23C;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}


.align_center {
	text-align: center;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.align_top{
	vertical-align: top;
}

.float_left{
	 float: left;
}

.float_right{
	 float: right;
}


/*************************************

		Structure - Frame

*************************************/

#frame {
	display: block;
	width: 1025px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image:url(../images/ganesh_corpus_bg.gif);
	background-position: top center;
	background-repeat: repeat-y;

}

#end_cap {
	display: block;
	width: 1025px;
	height: 132px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(../images/footer_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

/*************************************

		Structure - Header

*************************************/

#header {
	display: block;
	height: 508px;
	margin: 0;
	padding: 0 0 0 0;
	background-image: url(../images/ganesh_header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}


/*************************************

		Structure - Navigation

*************************************/

#navigation {
	display: block;
	padding: 460px 0 0 0;
	margin: 0;
}

#navigation ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#navigation li {
	display: inline;
}

#navigation li a:link, #navigation li a:visited{
	margin: 0 0 0 0;
	padding: 1px 15px 1px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #C3B23C;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	border-right: #C3B23C solid 2px;
}

#navigation li a.last_item{
	border-right: #FF9900 none 2px;
}

#navigation li a:hover{
	color: #96511E;
}


/*************************************

		 Menu - Navigation

*************************************/


#menu_navigation {
}

#menu_navigation ul{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-family: Arial;
}

#menu_navigation li {
	display: inline;
	font-family:Times New Roman;
}


#menu_navigation ul li a:link, #menu_navigation ul li a:visited{
	margin: 0 0 0 0;
	padding: 1px 15px 1px 15px;
	color: #F3A962;
	font-size: 12px;
	text-align: center;
}

#menu_navigation ul li a:hover{
	margin: 0 0 0 0;
	padding: 1px 15px 1px 15px;
	color: #FFFFFF;
	font-size: 12px;
}


/*************************************

		Structure - Content Area

*************************************/

.spacer{
	margin: 15px 0 10px 0;
}

#corpus {
	display: block;
	width: 720px;
	margin: 10px auto 10px auto;
	padding: 0 150px 0 150px;
}

#content {

}


/*************************************

		Structure - Content Area

*************************************/
	
	
#footer {
	clear: both;
	display: block;
	margin: 30px 0 0 0;
	text-align: center;
	padding: 0 280px 0 280px;
	font-size: 10px;
}


/*************************************

		Page - Menu

*************************************/

.menu_meal_name{
	color: #9C421F;
	font-weight: bold;
	font-size: 16px;

}

.menu_meal_price{
	color: #9C421F;
	font-weight: bold;
	font-size: 16px;
}

.meal_description{
	color: #CCCCCC;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 0 25px;
}

.menu_items{
	overflow:auto;
	height:360px;
	scrollbar-face-color: #F3A962;
	scrollbar-track-color: white;
}

/*************************************

		Page - content

*************************************/

.label_10px {
    font-size: 10px;
    font-family: Arial;
}

.ganesh_label{
	color: #9C421F;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.google_map{
	height: 320px;
	width: 630px;
}

.map_directions{
	width: 630px;
	text-align: center;
}