@charset "utf-8";
/* CSS Document */

	/*-----------------MENU PAGE-----------------*/
.body_container {
	margin:0 auto;
	width:921px;
}
.curv_rept {
	padding:10px 20px;
	width:850px;
	overflow:hidden;
	margin:0px auto;
	height:1%;
}
.menu {
	float:left;
	width:500px;
	font-size:12px;
}
.head1 {
	background: url(file:///C|/Documents%20and%20Settings/sanjayshrestha/Desktop/images/menu_head_bg.jpg) repeat-x bottom left #C79753;
	border-bottom:1px solid #523000;
	border-top:1px solid #523000;
	color:#FFE6C5;
	font-size:14px;
	font-weight:bold;
	float:left;
	list-style:none;
	margin:2px 0 0 0;
	padding:5px 0;
	text-align:center;
	text-transform:uppercase;
	width:618px;	/* actual width 618px, less 10px each on right and left*/
}
.head2 {
	background:#E4C8A2;
	font-weight:bold;
	text-transform:uppercase;
	width:420px;	/* actual width 440px less 10px on right and left*/
	float:left;
	border-top:1px solid #A57738;
	padding:3px 10px;
	margin:2px 0 0 0;
	list-style:none;
}
.price {
	background:#E4C8A2;
	font-weight:bold;
	width:58px;	/* actual width 78px less 10px on right and left*/
	float:left;
	text-align:right;
	border-top:1px solid #A57738;
	padding:3px 10px 3px;
	margin:2px 0 0 0;
	list-style:none;
}
.details {
	background:#E4C8A2;
	width:448px;	/* actual width 618px less 10px on right and 50px on left*/
	text-align:justify;
	line-height:18px;
	border-bottom:1px solid #A57738;
	float:left;
	padding:0 60px 5px 10px;
	list-style:none;
}
.sub_details {
	background:#E4C8A2;
	width:498px;	/* actual width 618px less 10px on right and left*/
	text-align:justify;
	line-height:18px;
	border-top:1px solid #A57738;
	border-bottom:1px solid #A57738;
	float:left;
	padding:0 10px 5px 10px;
	margin:2px 0 0 0;
	list-style:none;
}
.head3 {
	background:#E4C8A2;
	font-weight:bold;
	text-transform:uppercase;
	width:342px;	/* actual width 362px less 10px on right and left*/
	border-top:1px solid #A57738;
	float:left;
	padding:3px 10px;
	margin:2px 0 0 0;
	list-style:none;
}
.details1 {
	background:#E4C8A2;
	width:368px;	/* actual width 618px less 10px on right and 140px on left*/
	border-bottom:1px solid #A57738;
	text-align:justify;
	line-height:18px;
	float:left;
	padding:0 140px 5px 10px;
	list-style:none;
}
.border_bottom {
	border-bottom:1px solid #A57738;
}
#quick_nav {
	padding:0 0 0 15px;
}
#quick_nav ul {
	margin:0;
}
#quick_nav ul li {
	list-style:none;
	border-bottom:1px solid #000000;
}
#quick_nav ul li a {
	text-decoration:none;
	padding:5px 0;
	display:block;
}
#quick_nav ul li a:hover {
	text-decoration:none;
}
/* Necessary for functionality */
#riteside{ float:right; width:275px;}

#heading {
	display: block;
	margin:0;
	width:260px;
}
#heading * {
	user-select: none;
	cursor:pointer;
}

#heading ul{
	font-size:14px;
	list-style:none;
	padding:0 0 0 20px;
	margin:0;
}

#main_head{
	font-size:16px;
	color:#004244;
	font-weight:bold;
	text-decoration:underline;
	}


#heading ul li{
	background:url(../images/list_but.jpg) no-repeat;
	padding:0 0 0 20px;
	margin:0;
	line-height:28px;	
	list-style:none;
	font-size:14px;
	display:block;
	text-align:left;
	color:#004244;
}

.in_list{
	list-style:none; margin:0; padding:0;
	}

.sub_head{ font-size:14px; font-weight:bold; padding:0; margin:0;}

#heading li:hover {
	background:#890a0a;
	text-align:left;
	color:#FFFFFF
}
/*-- for giving effect to active button --*/
#heading li.active {
	background:#890a0a;
	color:#FFFFFF
}
#panes {
	border-style: none;
	width:672px;
	overflow: hidden;
	float:left;
}
#panes div div {
	overflow: hidden;
}
#previous {
	float:none;
	cursor:pointer;
}
#next {
	float:none;
	cursor:pointer;
}
.Menu_item {
	height:45px;
	padding:10px 0 0 15px;
	font-size:18px;
	text-align:center;
	border-bottom:2px solid #b20a0a;
	background:url(../images/header_bg.gif) no-repeat right top #890a0a;
	color:#fffaed
}
.Menu_item span {
	font-size:11px;
	display:block;
	color:#FFF;
}
.one b, .two b {
	color:#FFFFFF;
	padding:3px 0 0 10px;
	font-size:12px;
	display:block;
}
.one em, .two em {
	color:#FFFFFF;
	padding:4px 10px 4px 10px;
	font-size:11px;
	display:block;
}
.one span, .two span {
	font:15px;
	padding:0 20px 0 0;
	font-weight:bold;
	color:#FFFFFF;
}
.one p, .two p {
	padding:0 10px 5px 25px;
	font-size:11px;
}
.one {
	background:#670a0a;
	color:#CCCCCC;
}
.two {
	background:#700c0c;
	color:#CCCCCC;
}


