@charset "utf-8";
/* CSS Document */
*{
margin:0px auto;
padding:0px;
}
@font-face
{
font-family:PAPYRUS;
src: url('../Fonts/PAPYRUS.ttf');
/*    ,url('Sansation_Light.eot'); /* IE */
}
body{
background:#8c5000;
}

.main{
background-image:url(../Images/bg.jpg);
width:1025px;
height:auto;
overflow:hidden;
background-repeat:repeat-y;
}

.main_gallery{
background-image:url(../Images/bg.jpg);
width:1025px;
height:auto;
overflow:hidden;
background-repeat:repeat-y;
}

.mantra{
background-image:url(../Images/mantra.png);
width:1025px;
height:140px;
background-repeat:no-repeat;
}
/*--------------------------------------------LOGO--------------------------------------------*/
.logo_nav_main{
	width:1025px;
	height:130px;
/*	background:#0066CC;
*/}

.logo{
	width:350px;
	height:130px;
/*	background:#000099;
*/	float:left;
	
}

.nav{
	width:665px;
	height:130px;
/*	background:#0099CC;
*/	float:left;
}
/*--------------------------------------------BTN--------------------------------------------*/
.SOC_BTN_MAIN{
width:665px;
height:50px;
/*background:#999999;
*/}

.BTN_MAIN{
width:665px;
height:38px;
/*background:#0066CC;
*/}
.top_dash{
background-image:url(../Images/dash-line.png);
background-repeat:no-repeat;
width:660px;
height:7px;
}

.nav_btn{
width:665px;
height:24px;
font-family:Tahoma, Helvetica, sans-serif;
	font-size:15px;
	color:#5d2e00;
	text-align:center;
	border-bottom:#c39c48 dashed 2px;
	border-top:#c39c48 dashed 2px;
/*background:#0066CC;
*/}
.nav_btn ul{
margin:0px ;
padding:0px;
}
.nav_btn ul li{
	float: left;
	list-style-type: none;
	margin-left: 1px;
}
.nav_btn a:link, .nav_btn a:visited{
	padding-right: 7px;
	padding-left: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.nav_btn a:hover{
	background-color: #8C5000;
	color: #FFFFFF;
	text-decoration: none;
}
.nav_btn a.active{
	background-color: #8C5000;
	color: #FFFFFF;
	text-decoration: none;
}
/*--------------------------------------------BANNER--------------------------------------------*/

.banner_main{
	width:1025px;
	height:auto;
	background-image:url(../Images/mantra_sml.png);
	background-repeat:no-repeat;
}
.left_flash{
	width:294px;
	height:315px;
	background-image:url(../Images/small-ganesh-flash.png);
	background-repeat:no-repeat;
	float:left;
	margin:0px 15px 0px 30px;
}
.right_flash{
	width:658px;
	height:315px;
	background-image:url(../Images/big-ganesh-flash.png);
	background-repeat:no-repeat;
	float:left;
}

.right_flash_achi{
	width:658px;
	height:315px;
	background-image:url(../Images/a_a.png);
	background-repeat:no-repeat;
	float:left;
}
/*--------------------------------------------Marquee div--------------------------------------------*/
.marquee
	{
	width:1025px;
	height:40px;
	float: left;
	}

/*--------------------------------------------INDEX MID--------------------------------------------*/
.mid_main{
	width:1025px;
	height:auto;
/*	background:#993300;
*/	margin:0px auto;
	
}
.left_content{
	width:331px;
	height:300px;
	background-image:url(../Images/up.png);
	background-repeat:no-repeat;
	margin:0px 0px 0px 10px;
	float:left;
}
.right_content{
	width:670px;
	height:auto;
	float:left;
/*	background:#3366FF;
*/}
.text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5d2e00;
	text-align:justify;
	padding:10px 20px 0px 0px;
	line-height:20px;
	letter-spacing: 0.04em;
	}

/*--------------------------------------------FOOTER--------------------------------------------*/

.footer_top_line{
	width:1025px;
	height:22px;
	background-image:url(../Images/foot_top_line.png);
	background-repeat:no-repeat;
	float:left;
	}
.footer_bg{
	width:1025px;
	height:120px;
	background-image:url(../Images/footer_bg.gif);
	background-repeat:repeat;
	float:left;
	}
.footer_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5d2e00;
	text-align:right;
	padding:0px 30px 0px 0px;
}
/*--------------------------------------------OTHER--------------------------------------------*/
.5space{
line-height:5px;
font-size:5px;
}
.h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5d2e00;
	margin:5px 0px 5px 10px;
}
