* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
	}
code, kbd, samp, pre, tt, var, textarea, 
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 1em;
	font: inherit;
	}
dfn, i, cite, var, address, em { 
	font-style: normal; 
	}
th, b, strong, h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
	}
a, img, a img, iframe, form, fieldset, 
abbr, acronym, object, applet, table {
	border: none; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th, td, center { 
	vertical-align: top;
	text-align: left;
	}
body { 
	background: white; 
	line-height: 1; 
	color: black; 
	}
q { 
	quotes: "" ""; 
	}
ul, ol, dir, menu { 
	list-style: none; 
	}
sub, sup { 
	vertical-align: baseline; 
	}
a { 
	color: inherit; 
	}
hr { 
	display: none; 
	}
font { 
	color: inherit !important; 
	font: inherit !important; 
	color: inherit !important; /* editor's note: necessary? */ 
	}
marquee {
	overflow: inherit !important;
	-moz-binding: none;
	}
blink { 
	text-decoration: none; 
	}
nobr { 
	white-space: normal; 
	}

/*Start site*/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	height: 100%;
	margin: 0px;
	color: #171717;
	line-height: 150%;
}
.outside {
	height: auto;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

#content-outer {
	margin: 0 auto;
}

#content-inner {
	width: 910px;
	padding: 0;
	margin: 0 auto;
	padding-bottom: 50px;
}

#footer {
	clear:both;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	margin: 0;
	color: #FFFFFF;
	height: 50px;
	
	
}
.footer-inside {
	width: 910px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c5c5c5;
	text-align: right;
	color: #fa8749;
	padding-top: 15px;
	font-size: 11px;
}

/*Clearfix code*/
.clearfix:after {content: "."; display: block; clear: both;	visibility: hidden;	line-height: 0;	height: 0;}
.clearfix {	display: inline-block;}
html[xmlns] .clearfix {	display: block;}
* html .clearfix {	height: 1%;}
/*Clearfix code*/


h1 {
	font-size: 23px;
	color: #c5cc55;
	font-weight: bold;
	font-family: "lucida sans unicode";
	margin-bottom: 10px;
}
h2 {
	font-size: 15px;
	color: #fa7e39;
	font-weight: normal;
	font-family: "lucida sans unicode"
}

h3 {
	font-size: 12px;
	color: #fa7e39;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	font-family: "lucida sans unicode"
}

h4 {
	font-size: 11px;
	color: #fa7e39;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	font-family: "lucida sans unicode"
}
h5 {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	font-family: "lucida sans unicode"
}

h6 {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 2px;
	margin-bottom: 8px;
	font-family: "lucida sans unicode"
}

p {
	padding-bottom: 10px;
	}
strong {
	color: #333333;
	}

li {
	margin-left: 25px;
	list-style-type: square;
	}

a:link, a:visited{
	color: #333333;
	text-decoration:none;
	}
a:hover {
	color: #c5cc55;
	text-decoration:none;
	}
	
.float-left{
	float:left;
}
.float-right{
	float:right;
}

.left-col {
	float: left;
	width: 233px;
	padding-bottom: 30px;
}
.right-col {
	float: right;
	width: 640px;
	padding-top: 23px;
	padding-bottom: 30px;
}
.logo {}
.nav-drop-wrap {}
.nav-drop-wrap a {
	background-image: url(/cms/css/graphics/nav-drop-bg1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 233px;
	padding-top: 9px;
	display: block;
	text-align: left;
	padding-left: 5px;
	font-size: 14px;
	text-shadow:  #FCFCFC 1px 1px 0px;
	color: #171717;
}
.nav-drop-wrap a:hover {
	background-image: url(/cms/css/graphics/nav-drop-bg2.png);
	text-decoration: none;
}

.awards-wrap {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.nav-drop-wrap {
	height: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.list-restaurants {
	padding-left: 5px;
}

.one-award {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
}

.one-address-wrap {
	background-image: url(/cms/css/graphics/home-icon1.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 10px;
	line-height: 13px;
	padding-left: 35px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4;
}

.one-address-wrap:hover {
	background-image: url(/cms/css/graphics/home-icon.png);
}

.address-head {
	font-weight: bold;
}

.left-box {
	float: left;
	width: 210px;
	height: 455px;
}
.mid-box {
	float: left;
	width: 215px;
	height: 455px;
}
.right-box {
	float: left;
	width: 210px;
	height: 455px;
}

.logo-hold {
	height: 110px;
	border: 1px solid #e7e7e7;
	position: relative;
	margin-bottom: 15px;
}

.arrow-down {
	position: absolute;
	background-image: url(/cms/css/graphics/arrow-down.png);
	height: 18px;
	width: 18px;
	left: 92px;
	top: -9px;
}
.logo-hold:hover span.arrow-down {background-image: url(/cms/css/graphics/arrow-down2.png);}

.mi {
	background-image: url(/cms/css/graphics/motherindia-sml-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
		margin-right: 10px;

}
.mic {
	background-image: url(/cms/css/graphics/mic-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 8px;
	margin-left: 6px;
}
.di {
	background-image: url(/cms/css/graphics/dinginin-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 10px;
}

.mi-link a {
	background-color: #fa7e39;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	float: left;
	width: 200px;
	color: #020202;
	text-shadow: #f6a77b 1px 1px 0px;
}
.mic-link a {
	background-color: #d4db90;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	float: left;
	width: 210px;
	color: #020202;
	text-shadow: #e6eca9 1px 1px 0px;
}
.di-link a {
	background-color: #c5cc55;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	float: left;
	width: 200px;
	color: #020202;
	text-shadow: #d9de83 1px 1px 0px;
}

.img-hold-mic {
	text-align: center;
	margin-bottom: 15px;
	
}
.img-hold-di {
	text-align: right;
	margin-bottom: 15px;
}

.img-hold-mi {
	text-align: left;
	margin-bottom: 15px;
}

.content-area {
	margin-top: 30px;
}

.vert-nav-wrap {
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.vert-nav-wrap ul {
	margin: 0px;
	padding: 0px;
}
.vert-nav-wrap ul li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.vert-nav-wrap ul li a {
	font-size: 13px;
	background-image: url(/cms/css/graphics/vert-nav1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 15px;
	display: block;
}

.day-open {
	font-size: 11px;
	color: #171717;
	float: left;
	width: 90px;
	font-weight: bold;
}
.time-open {
	font-size: 11px;
	color: #FA7E39;
	float: left;
}

.opening-times {
	padding-left: 5px;
	padding-bottom: 4px;
}

.content-area a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FA7E39;
}

table h1 {
	padding-top: 20px;
}

div.page-scroller-wrap {
    position: fixed;
    right: 30px;
    top: 24px;
}

a.div-link {
    display: block;
    width: 198px;
    height: 110px;
}

.page-scroller-wrap a#page-scroller {
	background-image: url(/cms/css/graphics/scrol-down.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 46px;
	width: 36px;
}

.page-scroller-wrap a#page-scroller-up {
    background-image: url(/cms/css/graphics/scrol-up.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    height: 45px;
    width: 36px;
}

span.healthy {
    color: #FA7E39;
    font-size: 11px;
    font-weight: bold;
}

span.healthy-note {
    font-weight: bold;
}

.center-please {
    text-align: center;
}
.social-media-wrap {
    margin-top: 10px;
}
.social-media {
    margin-left: 40px;
}
.facebook-link {
    float: left;
}
.twitter-link {
    float: left;
    margin-left: 10px;
}
