/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
	color: #333333;
	background: #fff;
 	background: url(images/background.jpg);
    background-attachment:fixed;
   
overflow-x: hidden;
}
 

 html {
 
scrollbar-arrow-color:#ffffff;
scrollbar-base-color:#804676;
scrollbar-darkshadow-color:#A39F9F;
 
scrollbar-shadow-color:#A39F9F; 

}


.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
-moz-opacity: 0.85;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}


.borderit img{
border:solid 1px #FF40FF;
 
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
-moz-opacity: 0.85;
}

.borderit:hover img{
border:solid 1px #C000C0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.borderit:hover{
color: #FFB74E; /* irrelevant definition to overcome IE bug */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}


.shadow{
border:3px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}






a:link, a:visited { color: #C000C0; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color: #C000C0; text-decoration: underline; }

img {
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px;
    padding: 4px;
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
 
}

 

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_divider {
	clear: both;
	width: 100%;
	height: 15px;
	border-bottom: 1px solid #333;
	margin-bottom: 25px;
	font-size: 1px;	
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 5px;
 /*	background: url(images/templatemo_main_bg.jpg) repeat-y; */
 
 
}


/* header */
#header {
	width: 970px;
	height: 155px;
	padding: 0 10px 0 10px;
 	background: url(images/header2.jpg) no-repeat; 
margin-top:6px;
}

#header #site_title {
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 60px 0 10px 0;
	width: 325px;
	height: 55px;
     
 	background: url(images/templatemo_logo.jpg) no-repeat bottom; 
}
/* end of header */
/* menu */
#menu {
	clear: both;
	width: 960px;
	margin: 0;
	height: 45px;
 	background: url(images/templatemo_menu_bg.jpg) right no-repeat; 

}

#menu ul {
	padding: 0 0 0 10px;
	margin: 0 auto;
	height: 45px;
	list-style: none;
}

#menu ul li {
	float:left;
	padding-right: 5px;
}

#menu li a {
	float: left;
	display: block;
	color: #fff;
	font-size: 12px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	padding: 0px 0 0 0px;	
}
#menu  li a b {
	float: left;
	display: block;
	padding: 0px 24px 0 24px;
}
#menu  li.current a, #menu  li a:hover {
	color: #FFC0FF;
	text-decoration: none;
	background: url(images/templatemo_menu_hover_right.jpg) right top no-repeat; 
cursor:pointer;
}
#menu  li.current a b, #menu li a:hover b {
	color: #FFC0FF;
	text-decoration: none;
	background: url(images/templatemo_menu_hover_left.jpg) left top no-repeat;
}
/* end of menu */

/* top dishes */

#top_dishes {
	clear: both;
	width: 960px;
	padding: 20px 0px;
	background: url(images/templatemo_content_top.jpg) top no-repeat;
}

#top_dishes h1 {
	color: #000000;
	font-size: 24px;
	margin: 0 20px 10px 20px;
   	padding: 0 0 8px 0;
 	border-bottom: 1px solid #804676;
}

  h1 {
	margin: 0 0 15px 0;
	font-size: 22px;
	color: #800080;

}


#top_dishes h1 {
	margin: 0 0 10px 0;
	font-size: 22px;
	color: #800080;

}


#top_dishes h2 {
	font-size: 14px;
	color: #800080;
	margin-bottom: 2px;
	padding: 0 0 0 0;
    text-align:center;
     

}

#top_dishes h3 {
	margin: 0 0 0px 0;
	font-size: 18px;
	color: #800080;
       
}

#top_dishes p {
	margin: 0px;
	padding: 0px;
	font-family:verdana,arial, helvetica,  sans-serif;
	font-size:12px;
	color:black;
    font-weight:normal;
	margin-bottom: 10px;
	text-indent:15px;

}

#top_dishes .top_dishes_box {
	float: left;
	width: 215px;
	margin-left: 20px;
     
}

 
/* end of banner */

/* content */

#content {
	position: relative;
	color: #000000;
	width: 920px;
	height: 350px;
	padding: 0;
	margin-left: 20px;
  /*   background-color:#FF80FF;*/
 	background: url(images/panel.gif) repeat-y;     
  
  
}

#innter_content {
  /*	background: url(images/images/templatemo_content_bg_middle.jpg) bottom center no-repeat;   */ 	
}

#content .top {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 920px;
	height: 15px;
  /*	background:url(images/templatemo_content_bg_middle.jpg) bottom center no-repeat;  */ 
 
 

}

#content .bottom {
	position: absolute;
	float: left;
	bottom: 0;
	left: 0;
	width: 920px;
 /*	background: url(images/templatemo_content_bg_bottom.jpg) bottom center no-repeat;  */ 
}

#content #content_left {
	float: left;
	padding: 40px 0 0 35px;
	width: 545px;
}

#content #content_right {
	float: right;	
	padding: 40px 35px 0 0;
	width: 245px;
 
	
}

 #content_left h1 {
	 font-size: 22px;
	 padding: 3px 0 15px 0;
	 margin: 0 0 15px 0;
 }


#content_left p {
	padding-bottom: 10px;
	margin: 0px;
     
}

#content_left img {
	float: left;
	margin: 3px 15px 0 0;
	border: 4px solid #C000C0;
}

#content_right h1 {
	color: #C000C0;
	font-size: 20px;
	height: 30px;
	margin: 0px;
	padding: 15px 0 0 20px;
 	background: url(images/templatemo_header_bg.jpg) no-repeat;  
}

#content_right h2 {
	color: #C000C0;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#content_right img {
	border: 5px solid #C000C0;
	margin: 0 0 5px 0;
}


#content_right p {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#content_right .right_column_section {
	clear: both;
	margin: 20px;
}
/* left column */

/* footer */
#footer {
	clear: both;
	color: #333;
	width: 960px;
	margin-top: 10px;
	padding: 0px 0px 5px 0;
	text-align: center;
	border-top: 1px dashed #333;
 
}

#footer a {
	color: #333;
	font-weight: normal;
}
/* end of footer */

 /* ################################################################################# */
/* ##################### PROMO PAGE ON CONENTS PAGES ############################### */
/* ################################################################################# */ 

.thumb-left {img { 
   	margin-top:0px;
	margin-left:5px;
    float:right;

}

.promo-page {
		width:930px;
 	    float:left;
    	margin-bottom:1px;
        margin-left:20px;
	height:568px;
       width:200px;
         /* background-color:green;*/ 
	}
 

.promo-page  p {
	margin:0 5px 0 5px;
	padding:3px;
     /* background-color:green;*/ 
 
	}

.promo-pageImage { 
	margin:0 5px 0 5px;
	}
 
.promo-pageImage img { 
   	margin-top:0px;
  /*	width:479px;*/
/*	height:168px; */ 
}

.promo-pageTitle  a { 
 
  	font-family:arial,verdana,helvetica,  sans-serif;
	font-size:16px;
	color:navy;
    font-weight:bold;
    margin-bottom:0px;
	margin-top:0px;
 
}

.promo-pageHeading p { 
 
  	font-family:arial,verdana,helvetica,  sans-serif;
	font-size:24px;
	color:navy;
    font-weight:bold;
    margin-bottom:0px;
	margin-top:0px;
     
 
}


.promo-pageText p { 

 
	margin-bottom:3px;
	margin-top:6px;
 	margin-left:5px;
 	font-family:arial,verdana,helvetica,  sans-serif;
	font-size:13px;
	color:black;
    font-weight:normal;
    text-align:justify;
 	text-indent:15px;  
  
 
 }