/* ---------------------------------------------------------------------------
					
	iPaintWeb Designs 2011 - Style CSS
	http://www.authenticindiankitchen.com
	Designed & Developed by iPaintWeb Designs [www.ipaintweb.com]
	
--------------------------------------------------------------------------- */

/* ---- Font Face ---- */

@font-face {
	font-family: 'DroidSerifRegular';
	src: url('fonts/DroidSerif-Regular-webfont.eot');
	src: local('☺'), url('fonts/DroidSerif-Regular-webfont.woff') format('woff'), url('fonts/DroidSerif-Regular-webfont.ttf') format('truetype'), url('fonts/DroidSans-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LeagueGothic';
	src: url('fonts/league_gothic-webfont.eot');
	src: local('☺'), url('fonts/league_gothic-webfont.woff') format('woff'), url('fonts/league_gothic-webfont.ttf') format('truetype'), url('fonts/League_Gothic-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-family: 'LeagueGothic', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 34px;
	line-height: 34px;
	color: #3c1718;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow:0px 1px 1px #9d1d1b;
}

h2 {
	font-family: 'LeagueGothic', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	color: #C25151;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0px 1px 1px #fff;
}

h3 {
	font-family: 'LeagueGothic', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 13px;
	color: #7b7b7b;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow:0px 1px 1px #fff;
}

h4 {
	font-family: 'LeagueGothic', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 21px;
	line-height: 21px;
	margin-bottom: 13px;
	color: #C25151;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow:0px 1px 1px #fff;
	padding-bottom: 5px;
}

h4 span {
	font-family: 'LeagueGothic', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 13px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow:0px 1px 1px #fff;
	padding-bottom: 5px;
}

h5 {
	font-family: 'LeagueGothic', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	color: #7b7b7b;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow:0px 1px 1px #fff;
}

h6 {
	font-family: 'LeagueGothic', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #C25151;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow:0px 1px 1px #fff;
	margin-bottom: 13px;
}

h6 span{
	font-family: 'LeagueGothic', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow:0px 1px 1px #fff;
	margin-bottom: 13px;
}

/* ---- Header BG ---- */

#header {
	width: 100%;
	background-image: url(../images/background/banner_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
}

#header_inner {
	width: 960px;
	background-image: url(../images/background/banner_shadow.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#header2 {
	width: 100%;
	background-image: url(../images/background/banner_bg2.jpg);
	background-repeat: repeat-x;
	margin-top: 6px;
	clear: both;
}

#header_inner2 {
	width: 960px;
	background-image: url(../images/background/banner_shadow2.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	height: 336px;
}

#header_top {
	width: 960px;
	float:left;
}

.heading {
	width: 960px;
	float:left;
	text-align: center;
	margin-top: 65px;
	margin-bottom: 51px;
}

/* ---- Header Logo ---- */

#logo {
	float:left;
	height: 61px;
	padding-top:51px;
	width: 245px;
}

#logo a {
	background:url(../images/logo.png) no-repeat;
	cursor:pointer;
	display:block;
	height: 61px;
	width: 245px;
}

/* ---- Links ---- */

#main-nav {
	float:right;
	font-family: 'Droid Serif', Helvetica, Arial, sans-serif;
	margin-right:-10px;
	padding-bottom:0px;
}
#main-nav li {
	display:inline;
	list-style:none;
	margin-left:0px;
}
#main-nav li a {
	color:#ccc;
	float:left;
	padding-top: 78px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-shadow: none;
}
#main-nav li a:hover {
	background: url(../images/background/bg.jpg) no-repeat top right;
	background-repeat: repeat;
	color:#35332c;	
}
#main-nav a.current {
	background-image: url(../images/background/bg.jpg);
	background-repeat: repeat;
	background-position: right top;
	color:#35332c;
}

/* ---- Slider ---- */

#slider-container {
	width: 920px;
	height: 360px;
	padding: 5px;
	display: block;
	overflow: hidden;
	border:1px solid #eee;
	background: #f8f8f8;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#slider-container #slider {
	width: 920px;
	height: 360px;
}

#slider-container .nivoSlider {
	overflow: hidden;
}

#slider-container .hide {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#slider-container .nivo-slice, #slider-container .nivo-box, .slider-box .nivo-slice, .slider-box .nivo-box {
	position: absolute;
	display: block;
	z-index: 9;
}

#slider-container .nivo-html-caption {
	display: none;
}

#slider-container .nivo-controlNav {
	height: 11px;
	position: absolute;
	right: 30px;
	bottom: 20px;
	z-index:10;
}

a.nivo-control, .nivo-controlNav a.active, .nivo-controlNav a:hover {
	background:url(../images/slider/slider_pagination.png) no-repeat;
}

a.nivo-control {
	float: left;
	width: 11px;
	height: 11px;
	margin: 0 3px;
	cursor: pointer;
	background-position: 0 0;
}

.nivo-controlNav a.active, .nivo-controlNav a:hover {
	background-position: 0 -13px;
}

#slider-container a.nivo-control, .slider-box a.nivo-control, #slider-container a.nivo-prevNav, #slider-container a.nivo-nextNav {
	font-size: 0;
	line-height: 0;
}

#slider-container .nivo-directionNav {
	z-index: 10;
}

#slider-container a.nivo-prevNav, #slider-container a.nivo-nextNav {
	height: 30px;
	width: 30px;
	display: block;
	position: absolute;
	top: 160px;
	z-index: 10;
	cursor: pointer;
}

#slider-container a.nivo-prevNav, #slider-container a.nivo-nextNav, #slider-container a.nivo-prevNav:hover, #slider-container a.nivo-nextNav:hover {
	background: url(../images/slider/slider_arrows.png) no-repeat;
}

#slider-container a.nivo-prevNav {
	left: 10px;
	background-position: 0 -70px;
}

#slider-container a.nivo-nextNav {
	right: 10px;
	background-position: 0 0;
}

#slider-container a.nivo-prevNav:hover {
	background-position: 0 -105px;
}

#slider-container a.nivo-nextNav:hover {
	background-position: 0 -35px;
}

#slider-container .nivo-caption {
	width: 301px;
	padding: 8px 13px 0;
	position: absolute;
	left: 13px;
	bottom: 13px;
	z-index: 10;
	background: #fff;
}

#slider-container .nivo-caption h2 a {
	font-size: 16px;
	color: #333333 !important;
	text-shadow: none;
}

#slider-container .nivo-caption h2 a:hover {
	text-shadow: 0 0 5px #fff;
}

#slider-container .nivo-caption p {
	color: #333333;
	font-size: 12px;
	padding-bottom: 6px;
}

.slider-box {
	padding: 4px;
	border: 1px solid #eee;
	background:url(../images/slider/loading.gif) center center no-repeat #fff;
	margin-bottom:20px;
}

.slider-box .nivoSlider {
	position: relative;
}

.slider-box .nivoSlider img {
	position: absolute;
	left:0;
	top:0;
	display:none;
}

.slider-box .nivo-caption {
	width: 96%;
	color: #fff;
	padding: 1.5% 2%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	display: none;
	background: #000;
}

.slider-box .nivo-controlNav {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 11;
}

/* ---- Slider Shadow ---- */

#shadow {
	width: 930px;
	height: 33px;
	background: url(../images/slider/shadow.png);
	background-repeat: no-repeat;
	margin-right: 15px;
	margin-left: 15px;
}

/* ---- Middle Container ---- */

#main {
	width: 100%;
	clear: both;
}

#main_container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.content {
	width: 960px;
	float: left;
	clear: both;
	height: auto;
}

.heading2 {
	float:left;
	width: 760px;
	text-align: center;
	font-size: 15px;
	line-height: 21px;
	padding-top: 13px;
	padding-right: 100px;
	padding-left: 100px;
	text-shadow: 0 1px 1px #fff;
}

.heading2 h4 {
	font-size:26px;
	color:#7b7b7b;
	text-shadow: 1px 1px 0px #ffffff;
	margin-bottom: 13px;
}

.heading2 p {
	color:#898989;
	text-shadow:0px 1px 0px #fff;
	font-size:14px;
}

.container {
	width: 960px;
	float: left;
}

/* ---- Divider ---- */

.divider{
	height:2px;
	width:960px;
	background-image: url(../images/background/divider.png);
	background-repeat: repeat-x;
	background-position: center;
	clear: both;
	float: left;
	padding-top: 41px;
	padding-right: 0px;
	padding-bottom: 41px;
	padding-left: 0px;
}

.space{
	height:0px;
	width:960px;
	clear: both;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/* ---- Middle ---- */

#menu {
	width: 960px;
	float: left;
	height: auto;
}

.favourite {
	width: 960px;
	float: left;
	margin-top: 15px;
}

#testimonials {
	width: 390px;
	float: right;
	height: auto;
}

/* ---- Thumbnails ---- */

.thumb {
	float: left;
	width: 125px;
	padding: 10px;
	margin-right: 6px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.3s, 0.3s;
	-webkit-transition-timing-function: linear, ease-in;
	border: 1px dotted #dddddd;
	background-color: #dddddd;
	background-image: url(../images/table/box2.jpg);
	margin-left: 6px;
	margin-top: 8px;
}

.thumb h4 {
	font-size: 20px;
	color: #c9493b;
	text-shadow:0px 1px 1px #fff;
	margin-top: 9px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.thumb:hover {
	background: #f4f4f4; -webkit-transition-property: color, background;  -webkit-transition-duration: 0.3s, 0.3s;  -webkit-transition-timing-function: linear, ease-in;}

/* ---- Button ---- */

.button {
	width: 241px;
	padding-right: 8px;
	background-image: url(../images/background/arrow.png);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.button_content {
	width: 651px;
	float: left;
	padding-left: 51px;
	padding-top: 6px;
}

.button h2 {
	font-size: 25px;
	color: #FFFFFF;
	text-shadow:0px 1px 1px #9d1d1b;
	padding-left: 21px;
	margin-top: 4px;
}

/* ---- Testimonials ---- */

.sliderbutton {
	float:right;
	width:20px;
	margin-top: 21px;
	margin-right: 16px;
	margin-bottom: 15px;
}
.sliderbutton img {cursor:pointer}
#testimonial-holder {
	width: 927px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 18px;
	background-image: url(../images/table/box2.jpg);
	background-repeat: repeat;
	margin-top: 24px;
	border: 1px dotted #dddddd;
}

#testimonial-holder p {
	font-size:12px;
	line-height:22px;
	color:#CCC;
	text-shadow:0px 1px 0px #17181a;
}

#testimonial {
	float:left;
	position:relative;
	overflow:auto;
	width: 927px;
	font-size: 12px;
	height: 251px;
}
#testimonial ul {
	position:absolute;
	list-style:none;
	top:0;
	left:0;
	height: 251px;
	margin: 0px;
	padding: 0px;
	width: 927px;
}
#testimonial li {
	float:left;
	width: 918px;
	color: #999999;
	background-image: none;
	height: 251px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#testimonial li a {
	text-align: right;
	display: block;
	color: #CC3333;
}
#testimonial li p {
	padding: 0px;
	color: #666666;
	text-shadow: none;
}
#testimonial li .author {
	color: #CC3333;
	text-align: right;
	display: block;
	padding-top: 10px;
}
#testimonial-holder h2 {
	color: #FFFFFF;
	float: left;
	font-size: 22px;	
}

/* ---- Footer ---- */

#footer {
	background-image: url(../images/background/footer_bg.png);
	width:100%;
	clear: both;
}

#footer_inner {
	width:960px;
	height: 218px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 61px;
}

#footer h5 {
	color: #797979;
	text-shadow: 0px 1px 0px #17181a;
	margin-bottom: 25px;
}

#footer h6 {
	color: #C25151;
	text-shadow:0px 1px 0px #17181a;
	margin-bottom: 8px;
}

#footer p {
	font-size: 12px;
	line-height: 22px;
	color: #ccc;
	text-shadow: 0px 1px 0px #17181a;
}

#footer p a {
	color: #ccc;
	text-shadow:0px 1px 0px #17181a;
}

/* ---- Footer Inner ---- */

.touch {
	width:301px;
	line-height:20px;
	float: left;
	margin-right: 35px;
	background-image: url(../images/footer/black_hr.png);
	background-repeat: repeat-y;
	background-position: right;
}

.social {
	width:241px;
	float: left;
	text-align: center;
	background-image: url(../images/footer/black_hr.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 41px;
}

.social_icon {
	width: 38px;
	float: left;
	margin-right: 7px;
	margin-left: 13px;
	margin-top: 19px;
	margin-bottom: 13px;
}

.copyright {
	width:321px;
	float: right;
	text-align: right;
	margin-top: 20px;
}

.designed {
	background-image: url(../images/footer/footer_logo.png);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	text-align: right;
	padding-right: 56px;
	margin-top: 31px;
}

/* ---- Menu ---- */

#starter {
	width: 500px;
	height: 151px;
	float: left;
	background-image: url(../images/menu/starter_sidebar.png);
	background-repeat: no-repeat;
	margin-left: 13px;
	margin-right: 13px;
	padding-right: 434px;
	background-position: right top;
}

#course {
	width: 500px;
	height: 151px;
	float: left;
	background-image: url(../images/menu/main_sidebar.png);
	background-repeat: no-repeat;
	margin-left: 13px;
	margin-right: 13px;
	padding-right: 434px;
	background-position: right top;
}

#desert {
	width: 500px;
	height: 151px;
	float: left;
	background-image: url(../images/menu/desert_sidebar.png);
	background-repeat: no-repeat;
	margin-left: 13px;
	background-position: right top;
	margin-right: 13px;
	padding-right: 434px;
}

.menu_right {
	width: 960px;
	float: left;
}

/* ---- Menu Table ---- */

table.table-styling {
	border-collapse:collapse;
	width: 100%;
	border: 1px dotted #ccc;
}

table.table-styling span {
	font-family: 'DroidSerifRegular', Helvetica, Arial, sans-serif;
	color:#b6b6b6;
	text-shadow:0px 1px 1px #fff;
	font-size:11px;
	line-height: 15px;
	text-align: center !important;
}

table.table-styling th {
	height:50px;
	color:#fff;
	font-family: 'DroidSerifRegular', Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	text-shadow:0px 1px 1px #fff;
	border: 1px dotted #ccc;
	text-align: center !important;
	padding-top: 15px;
	background-image: url(../images/table/box0.jpg);
	background-repeat: repeat;
}

table.table-styling td.price-value {
	height:60px;
	font-family: 'DroidSerifRegular', Helvetica, Arial, sans-serif;
	color: #7b7b7b;
	text-shadow:0px 1px 1px #fff;
	font-size:12px;
	text-align: center !important;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../images/table/box2.jpg);
	background-repeat: repeat;
}

table.table-styling td.price-value {
	font-size:13px;
}

table.table-styling td {
	border: 1px dotted #ccc;
	text-align: center !important;
	background-image: url(../images/table/box1.jpg);
	background-repeat: repeat;
}

table.table-styling td ul li {
	line-height: 20px;
	font-family: 'DroidSerifRegular', Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#7b7b7b;
	text-shadow:0px 1px 1px #fff;
}

table.table-styling td ul {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* ---- ToolTip ---- */

#tooltip{
	position:absolute;
	border: 1px solid #e1e1e1;
	background: #fdfdfd;
	padding: 6px 10px;
	font-family: 'DroidSerifRegular', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #7b7b7b;
	display:none;
	text-shadow:0px 1px 1px #fff;
}

/* ---- About ---- */

#about_us {
	width: 600px;
	height: auto;
	float: left;
	margin-left: 13px;
}

.photo {
	width: 301px;
	float: right;
	margin-right: 31px;
	background-image: url(../images/menu/about_sidebar.png);
	background-repeat: no-repeat;
	height: 201px;
}

.commited {
	width: 413px;
	height: auto;
	float: left;
	padding: 18px;
	margin-left: 13px;
	background-image: url(../images/table/box2.jpg);
	background-repeat: repeat;
	border: 1px dotted #dddddd;
	margin-right: 15px;
}

.commited ul {
	margin:0;
	padding: 0;
	list-style:none;
	font-family: 'DroidSerifRegular', Helvetica, Arial, sans-serif;
	color: #666;
	font-size:12px;
}

.commited li {
	margin:0;
	font-family: 'DroidSerifRegular', Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 30px;
	background-image: url(../images/background/check.png);
	background-repeat: no-repeat;
	background-position: 0 41%;
	padding-left: 40px;
}

#owners {
	width: 960px;
	height: auto;
	float: left;
}

.owner_left {
	float: left;
	width: 220px;
	margin-left: 51px;
}

.owner_right {
	width: 220px;
	height: auto;
	float: right;
	margin-right: 51px;
}

.owners_content {
	width: 300px;
	height: auto;
	float: left;
	margin-right: 56px;
	margin-left: 56px;
	margin-top: 31px;
	text-align: center;
}

.picture {
	text-align: center;
	float: left;
	width: auto;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.3s, 0.3s;
	-webkit-transition-timing-function: linear, ease-in;
	border: 1px dotted #dddddd;
	background-color: #d5d5d5;
	background-image: url(../images/table/box2.jpg);
}

.picture:hover {
	background: #efefef; -webkit-transition-property: color, background;  -webkit-transition-duration: 0.3s, 0.3s;  -webkit-transition-timing-function: linear, ease-in;}

.picture h4 {
	font-size: 20px;
	color: #c9493b;
	text-shadow:0px 1px 1px #fff;
	margin-top:13px;
	margin-bottom:0px;
}

/* ---- Services ---- */

.services_thumb1 {
	width: 301px;
	float:left;
}

.services1 {
	width: 600px;
	float: right;
	margin-top: 21px;
}

.services_thumb2 {
	width: 313px;
	float: right;
}

.services2 {
	width: 570px;
	float: left;
}

/* ---- Contact ---- */

#contact_left {
	width: 527px;
	float: left;
	margin-left: 13px;
	background-image: url(../images/background/div_ver.png);
	background-repeat: repeat-y;
	background-position: right;
}

#contact_right {
	width:301px;
	float: right;
	margin-right: 13px;
}

/* ---- Contact Form ---- */

.get-in-touch {
	width: 450px;
	color: #666;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}

.get-in-touch p {
	width: 450px;
	margin-bottom: 10px;
}
.get-in-touch p span {
	color: #ff0600;
}
.get-in-touch p a {
	color: #595958;
}
.get-in-touch p a:hover {
	color: #929292;
}

.contact_right {
	width: 421px;
	float: right;
	color: #666;
	margin-top: 15px;
}

/* ---- Contact Form Styles ---- */

#contact-form {
	width: 410px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 13px;
}

#contact-form input , #contact-form textarea {
	font-family: 'DroidSerifRegular', Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #595958;
	height: 20px;
	width: 396px;
	float: left;
	padding: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border: 1px solid #CCCCCC;
	;
}

#contact-form textarea {
	height: 100px;
	float: left;
}

#contact-form textarea:focus , #contact-form input:focus {
	border: 1px solid #c9493b;
}

/* Cursor: pointer provides feedback for user (cursor change) when cursor hovers over submit button. */
#contact-form input.submit-button {
	height: 41px;
	width: 130px;
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
}

#contact-form input.submit-button:focus {
	border: none;
}

label {
	color: #595958;
	width: 450px;
	float: left;
	margin-bottom: 5px;
}

.error{ color: #C25151; }

/* ---- Thank you ---- */
#thankyou {
	width: 960px;
	float: left;
	text-align: center;
	margin-top: 61px;
	margin-bottom: 61px;
}

#thankyou h2 {
	font-size:26px;
	color:#999;
	text-shadow: 1px 1px 1px #ffffff;
	margin-bottom: 13px;
}

/* ---- Site Map ---- */
.sitemap ul {
	margin:0;
	padding: 0;
	list-style:none;
	font-family: 'DroidSerifRegular', Helvetica, Arial, sans-serif;
	color: #666;
	font-size:12px;
}

.sitemap li {
	margin:0;
	font-family: 'DroidSerifRegular', Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 30px;
	background-image: url(../images/background/sitemap.jpg);
	background-repeat: no-repeat;
	background-position: 0 41%;
	padding-left: 25px;
}