@import url("fonts.css");
@import url("calibri/calibri.css");
@import url("MyriadArabic-Bold/myriadarabic-bold.css");


#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 152px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
}

	.showcase-content-container
	{
		background-color: #000;
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('arrows.png');
		width: 33px;
		height: 33px;
		top:60px;
		cursor: pointer;
		z-index:88888;
	
	}
	
	.showcase-arrow-previous
	{
		left:0px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: 0px;
		background-position: -34px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
	}
	
	/* Content */
	.showcase-content
	{
		background-color: #000;
		text-align: center;
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 470px;
			width: 700px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-image: url('../images/plus.png');
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image: url(../images/white-opacity-80.png);
		}
		
		/* Styling the caption */
		.showcase-caption
		{
			color: #000;
			padding: 8px 15px;
			text-align: left;
			position: absolute;
			bottom: 10px; left: 10px; right: 10px;
			display: none;
			background-image: url(../images/white-opacity-80.png);
		}
		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #444444;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #fff;
		}
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		background-color: #000;
	}
	
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
			width: 120px;
			height: 90px;
			cursor: pointer;
			border: solid 1px #333;
			position: relative;
		}
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
				background-image: url(../images/black-opacity-40.png);
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		
		.showcase-thumbnail:hover
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			margin-right: 10px;
			width: 116px;
		}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 10px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		padding: 7px;
		cursor: pointer;
	}
	
	.showcase-thumbnail-button-backward
	{
		padding-bottom: 0px;
		padding-right: 0px;
	}
	
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-image: url(../images/arrows-small.png);
			background-repeat: no-repeat;
			display: block;
			width: 17px;
			height: 17px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
		{
			background-position: 0 -51px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -51px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
		{
			background-position: 0 -34px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -34px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-position: 0 -17px;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px -17px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
		{
			background-position: 0 0;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px 0;
		}
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}
	


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}


#contentWrap{display:block; float:left; width:100%; height:1123px; background-image:url(../images/contentBG.jpg); background-color:transparent !important; background-repeat:no-repeat;}
#contentWraplegend{display:block; float:left; width:100%; height:1565px; background-image:url(../images/legendcontentBG.jpg); background-color:transparent !important; background-repeat:no-repeat;}
#contentWrapchazhur{display:block; float:left; width:100%; height:1085px; background-image:url(../images/contentBGchazhur.jpg); background-color:transparent !important; background-repeat:no-repeat;}
#contentWrapthiruvellattu{display:block; float:left; width:100%; height:1255px; background-image:url(../images/thiruvellattuContentBG.jpg); background-color:transparent !important; background-repeat:no-repeat;}
#contentWraporacle{display:block; float:left; width:100%; height:902px; background-image:url(../images/oracleBG.jpg); background-color:transparent !important; background-repeat:no-repeat;}
#contentWrapexpeieriences{display:block; float:left; width:100%; height:902px; background-image:url(../images/expeieriencesBG.jpg); background-color:transparent !important; background-repeat:no-repeat;}
#contentWraptriprayarTemple{display:block; float:left; width:100%; height:1565px; background-image:url(../images/contentbgctriprayarTemple.jpg); background-color:transparent !important; background-repeat:no-repeat;}
#contentWrapContact{display:block; float:left; width:100%; height:1565px; background-image:url(../images/contentbgContact.jpg); background-color:transparent !important; background-repeat:no-repeat;}
#contentWrapPhoto{display:block; float:left; width:100%; height:1565px; background-image:url(../images/contentBGphoto.jpg); background-color:transparent !important; background-repeat:no-repeat;}
#contentWrapProduct{display:block; float:left; width:100%; height:1423px; background-image:url(../images/contentBGproducts.jpg); background-color:transparent !important; background-repeat:no-repeat;}

#contentWrapPp{display:block; float:left; width:100%; height:1864px; background-image:url(../images/contentBGpp.jpg); background-color:transparent !important; background-repeat:no-repeat;}


/*KANADY MADAM*/
#contentWrapPhoto_1{
   
    overflow-y: scroll;
    height: 1200px;
   
}
.kanadyTittle{display:block; width:auto; height:auto; float:left; margin:100px 0 0 28px;}
.kanadyContent{display:block; width:auto; height:auto; float:left;}
.kanadyContentImg{width:340px; height:230px; float:left; margin:30px 0 0 28px;}
.extraTempleCon{width:475px !important;}
.kanadyContentImg2{width:375px; height:280px; float:left; margin:30px 0 0 28px;}
.saiContentImg{width:263px; height:310px; float:left; margin:30px 0 0 28px;}
.saiContentImg2{width:363px; height:310px; float:left; margin:30px 0 0 28px;}
.saiContentImg3{width:300px; height:350px; float:left; margin:30px 0 0 28px;}
.kanadyContentC{width:592px; height:auto; float:left; text-align:justify; margin:30px 30px 0 10px; line-height:17px; letter-spacing:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#201409;}
.kanadyContentC2{width:551px; height:auto; float:left; text-align:justify; margin:45px 30px 0 10px; line-height:18px; letter-spacing:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#201409;}
.saiContentC{width:660px; height:auto; float:left; text-align:justify; margin:50px 30px 0 10px; line-height:24px; letter-spacing:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#201409;}
.saiContentCC{width:565px !important; color:#201409 !important; /*font-family:Calibri !important; font-size:20px !important;*/}
.saiContentCCC{width:580px !important; padding-top:86px; padding-left:50px; /*font-family:Calibri !important;*/}
.saiContentCCC span{color:#603913 !important;}
.kanadyContent2{display:block; width:auto; height:auto; margin:5px 30px 0 28px; float:left; text-align:justify; line-height:17px; letter-spacing:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#201409;}
.kanadyContent3{display:block; width:auto; height:auto; margin:5px 30px 0 28px; float:left; text-align:justify; line-height:17px; letter-spacing:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#020100; padding:30px 10px 0 0;}
.kanadyContent4{display:block; width:auto; height:auto; margin:0 30px 0 28px; float:left; text-align:justify; line-height:19px; letter-spacing:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#020100; padding:2px 10px 0 0;}
.paddinTopStyle{padding-top:60px ;}
.paddinTopStyle2{padding-top:20px ;}
.paddinLeftStyle{padding-left:15px ;}
.margineNfont{width:392px; height:auto; float:left; text-align:justify; margin:105px 30px 0 105px; line-height:17px	; letter-spacing:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#201409;}
.margineNfont2{width: 465px; height:auto; float:left; text-align:justify; margin: 30px 30px 0 2px; line-height:17px	; letter-spacing:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#201409;}



.contactText{display:block; width:auto; height:auto; float:left; text-align:left; text-transform:uppercase; font-family:Calibri; color:#603913; font-size: 20px; padding:20px 0 0 28px; font-weight:normal;}
.contactText span{font-size: 31px; font-weight:bold;}
.contactText span.span2{text-transform:lowercase; font-size: 20px; font-weight:normal;}
.contactText span.span3{text-transform:uppercase; font-size: 20px; font-weight:bold;}

.contactForm{display:block; width:940px; height:645px; -webkit-box-shadow:4px 3px 5px rgba(0, 0, 0, 0.45); -moz-box-shadow:4px 3px 5px rgba(0, 0, 0, 0.45); box-shadow:4px 3px 5px rgba(0, 0, 0, 0.45); float:left; background-image:url(../images/contactformbg.jpg); background-repeat:repeat; margin:15px 0 0 30px;}

.contactFormIn{display:block; width: 470px; height:645px; float: left;}
.contactMap{display:block; width: 470px; height:645px; float: left;}
.iframestyle{display:block; background-image:url(../images/contactmapbg.png); background-repeat:no-repeat; padding:9px; float:left; width:420px; height:410px;}
.locationHead{display:block; float:left; font-family:Calibri; font-size:14px; font-weight:bold; padding:50px 0 16px 0; text-transform:uppercase; color:#603913; text-align:left;}
.formHead{width:390px !important; height:20px !important; padding-left:80px !important;}
.correctForm{display:block; width:440px; height:auto; padding:0 30px 0 0; float:left;}
form div{display:block; width:420px; height:auto; float:right; margin-bottom:16px;}
.lablestyle{display:block; width:auto; height:auto; font-family:Calibri; font-size:20px; color:#603913; float:right; padding-right:15px; padding-top:5px;}
.inputting{display:block; width:auto; height:auto; font-family:Calibri; font-size:20px; color:#603913; float:right;}
.inputting input, .inputting textarea{display:block; width:277px; height:32px; background-image:url(../images/formF.jpg); background-repeat:no-repeat; padding-left:5px; font-family:Calibri; font-size:13px; color:#603913; border-right:rgba(0,0,0,0.26) 1px solid; border-bottom:rgba(0,0,0,0.26) 1px solid;}
.warning{display:block; float:right; width:15px; height:40px; background-color:transparent;}
.inputting textarea{height:170px; max-height:170px; min-height:170px; background-image:url(../images/formTextarea.jpg) !important; max-width:277px; min-width:277px;}
.inputting select{display: block;
	width: 287px;
	height: 35px;
	background-image: url(../images/selectF.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top:5px;
	font-family: Calibri;
	font-size: 13px;
	color: #603913;
	border-right: rgba(0,0,0,0.26) 1px solid;
	border-bottom: rgba(0,0,0,0.26) 1px solid;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;}

.inputting input.btn{display:block; width:90px; height:31px; background-color:#603913; background-image:none; color:#fff; text-transform:uppercase; margin-top:-23px !important; margin-right:15px; border:none; cursor:pointer; -webkit-transition: all .5s linear .1s;
	-moz-transition: all .5s linear .1s;
	-ms-transition: all .5s linear .1s;
	-o-transition: all .5s linear .1s;
	transition: all .5s linear .1s; font-size:20px !important;}
.inputting input.btn:hover{background-color:#fff; color:#603913; border:none;}

.photoGallery{display:block; float:left; width:879px; height:auto; background-image:url(../images/photogalleryBG.jpg); background-repeat:repeat; margin-left:28px; margin-top:25px; padding:28px; -webkit-box-shadow:4px 4px 13px rgba(50, 50, 50, 0.45); -moz-box-shadow:4px 4px 13px rgba(50, 50, 50, 0.45); box-shadow:4px 4px 13px rgba(50, 50, 50, 0.45);}
.photoGallery a{display:block; float:left; width:283px; height:165px; padding:0; margin:10px 5px; background-image:url(../images/photogalleryItemsBg.png);}
.photoGallery a img{border:none; width:249px; height:133px; margin:16px 17px;}





.footer{display:block; position:relative; padding: 66px 0 0 0; float:left;text-align: left;width: 100%;height: auto;margin: 0;}
.copyright, .keralainfotech{font-family:Arial, Tahoma, verdana; text-decoration:none; font-size:12px; font-weight:bold; padding:3px 5px; background-color: #9E7E4D; color: #fff;}
.keralainfotech{display:block; float:right; color:#fff;}
.copyright{display:block; float:left;}
.keralainfotech a{color:#fff; text-decoration:none;}
.kanadyContent2 a{text-decoration:none;}
.kanadyContent2 a:hover{color:#f00; text-decoration:none;}

.productlisting{display:block; width:auto; height:auto; min-height:790px; float:left; margin:10px 0 0 23px;}

.listOne, .listTwo{display:block; width:460px; height:auto; min-height:445px; float:left; background-image:url(../images/photogalleryBG.jpg); background-repeat:repeat; margin:0 5px; -webkit-box-shadow:4px 4px 13px rgba(50, 50, 50, 0.45); -moz-box-shadow:4px 4px 13px rgba(50, 50, 50, 0.45); box-shadow:4px 4px 13px rgba(50, 50, 50, 0.45);}
.listOne .oneH, .listTwo .twoH{display:block; width:460px; height:57px; margin:0 0 0 0; border-bottom:#000 1px solid; float:left;}
.listTwo .twoH{float:left;
-webkit-box-shadow: `2px 10px 25px rgba(50, 50, 50, 0.5);
-moz-box-shadow: 2px 10px 25px rgba(50, 50, 50, 0.5);
box-shadow: 2px 10px 25px rgba(50, 50, 50, 0.5);}
.listOne .oneH{float:right;
-webkit-box-shadow: -2px 10px 25px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    -2px 10px 25px rgba(50, 50, 50, 0.5);
box-shadow:         -2px 10px 25px rgba(50, 50, 50, 0.5);}

.nameandnumberparts, .pricepart{display:block; height:auto; float:left; min-height:300px; padding-top:15px;}
.nameandnumberparts{width:330px; -webkit-box-shadow: 9px 0px 25px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    9px 0px 25px rgba(50, 50, 50, 0.2);
box-shadow:         9px 0px 25px rgba(50, 50, 50, 0.2); z-index:100;}
.nameandnumber, .price{display:block; width:310px; height:auto; padding:12px 0 12px 20px; float:left; text-align:left; font-family:Calibri; font-size:18px; font-weight:bold; color:#603913;}
.pricepart{width:130px; z-index:80;}
.price{width:95px !important; padding-left:35px !important;}

.enqueryBtn{display:block; width:206px; height:38px; background-image:url(../images/enqueryBtnBg.png); float:left; margin:45px 0 0 375px;}
a.enqueryBtnA{display:block; width:196px; height:28px; margin:4px; border:#000 1px solid; border-radius:10px; background-image:url(../images/enqueryBtnLBg.jpg); background-repeat:repeat-x; color:#fff; text-align:center; font-family:'MyriadArabicBold'; font-size:24px; text-transform:uppercase; text-decoration:none; padding:0; line-height:28px; -webkit-transition: all .2s linear .1s; -moz-transition: all .2s linear .1s; -ms-transition: all .2s linear .1s; -o-transition: all .2s linear .1s; transition: all .2s linear .1s;}
a.enqueryBtnA:hover{border:#fff 1px solid; background-image:url(../images/enqueryBtnLBgOver.jpg); background-repeat:repeat-x; color:#fff;}



.enqueryBG{display:block; width: 945px; height:auto; min-height:650px; float:left; background-image:url(../images/photogalleryBG.jpg); -webkit-box-shadow:4px 4px 13px rgba(50, 50, 50, 0.45); -moz-box-shadow:4px 4px 13px rgba(50, 50, 50, 0.45); box-shadow:4px 4px 13px rgba(50, 50, 50, 0.45);}
.enqueryTittle{display:block; width: 945px; height:57px; margin:0 0 0 0; border-bottom:#000 1px solid; float:left; -webkit-box-shadow: -2px 10px 25px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    -2px 10px 25px rgba(50, 50, 50, 0.5);
box-shadow:         -2px 10px 25px rgba(50, 50, 50, 0.5);}
.enqFormSection{float:left; width: 863px; height:auto; -webkit-box-shadow: 0px 1px 25px rgba(50, 50, 50, 0.2);
-moz-box-shadow: 0px 1px 25px rgba(50, 50, 50, 0.2); box-shadow: 0px 1px 25px rgba(50, 50, 50, 0.5); margin: 80px 0 0 30px; padding:20px 0 0 20px;}
.enqueryForm{width:auto; margin:20px 0 0 10px; float:left;}
.enqueryForm .gapOnForm{width:1px; margin:-40px 0 0 0; float:left; height:416px; background-color:rgba(0,0,0,0.15)}
.enqueryForm .inputting input.btn{margin-top:0 !important; font-size:20px !important; width:auto !important; padding:0 20px !important;}
.enqueryForm .inputting textarea{height:145px !important; max-height:145px !important; min-height:145px !important;}
.sectionEnqueryForm{width:400px; float:left;}
.aftergap{padding-left:20px; float:left;}
.beforgap{padding-right:20px; float:left; padding-left:0px !important;}

.nextbtn {
	border-style: none;
	background-color: transparent;
	color:blue;
	font-family: 'Candara';
	text-transform: uppercase;
	font-size: 13px;
	padding: 0px 5px;
}
.nextbtn:hover {
	color:red;
	text-decoration: underline;
	cursor: pointer;
}



.underContsrtuction{display:block; float:left; color:#3e85c2; padding:60px 0 0 201px; line-height:41px; text-align:center; text-transform:uppercase; text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);}
.site_meter
{
display: block;
position: absolute;
margin: -50px 0 0 890px;
    width:110px;
    height:35px;
    float:right;
    }



/********************/


