@charset "utf-8";
/* CSS Document */

/* Home Page*/

/*Body BackGround Color*/
body
{	
	background: #AAA77C;
}
/*Left Shadow*/
.left_shadow
{
background-image:url(../images/left_shadow.jpg);
background-repeat:repeat-y;
}

/*Right Shadow*/
.right_shadow
{
background-image:url(../images/right_shadow.jpg);
background-repeat:repeat-y;
}
/*Header */

.left_header
{
background-image:url(../images/left_header.jpg);
background-repeat:no-repeat;
}
.header
{
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
}

.header_top
{
background-image:url(../images/header_top.jpg);
background-repeat:no-repeat;
}
.header_menu
{
background-image:url(../images/header_menu.jpg);
background-repeat:no-repeat;
}

.link_pos {
float:left;padding:0px 0px 0px 50px;text-decoration:none;
}
.menu_style a{
font-size:8pt;color:#000000;text-decoration:none;

}
.link_pos a {
font-size:8pt;color:#000000;text-decoration:none;
}
.link_pos a:hover {
font-size:8pt;color:#AF3232;text-decoration:none;
}


.linksub_pos {
text-decoration:none;
}
.menusub_style a{
font-size:8pt;color:#4663A2;text-decoration:none;


}
.linksub_pos a {
font-size:8pt;color:#4663A2;text-decoration:none;
}
.linksub_pos a:hover {
font-size:8pt;color:#AF3232;text-decoration:none;
}

/*Home Content */
.home_bg
{
background-image:url(../images/contentbg.jpg);
background-repeat:no-repeat;
}

.content
{
font-size:16px;
color:#80913D;
float:left;padding:70px 0px 0px 150px;
}
.contents
{
font-size:16px;
color:#B94949;
float:left;padding:30px 0px 0px 150px;
}
.contents1
{
font-size:16px;
color:#B94949;
letter-spacing:0.75px;
line-height:190%;

}
.conten
{
font-size:16px;
color:#B94949;
float:left;padding:0px 0px 0px 400px;
}
/*below the content Lines*/

.second_line
{
background-color:#b3c56b;
height:7px;
}
.third_line
{
background-color:#80913d;
height:3px;
}
.bel_footer
{
background-color:#80913D;
height:183px;
}

/* Body */

.content_center
{
background-image:url(../images/middle_bg.jpg);
background-repeat:repeat-y;
font-size:12px;
color:#000000;
line-height: 170%;
letter-spacing:0.75px;

}
.content_bottom
{
background-image:url(../images/bottom_curve.jpg);
background-repeat:no-repeat;
}

.heading
{
color : #FAE017;
font-size:15px;
}
.booksheading 
{
height:35px;
color : #C20047;
font-size:12px;
text-decoration:none;
}

/* Footer Menu*/
.footer_menu 
{
 
background-color:#5b6e1f;
height:35px;
color : #FAE017;
font-size:12px;
text-decoration:none;
}

.footer_menu a:link
{
color : #FAE017;
font-size:12px;
text-decoration:none;
}
.footer_menu a:visited
{
color : #FAE017;
font-size:12px;
text-decoration:none;
}
.content_kavithai
{
padding-left:150px;
padding-right:80px;
font-size:12px;
color:#000000;
line-height: 40%;
}
.footer_menu a:hover {
font-size:12px;color:#ecfdb7;text-decoration:none;
}
.book_menu 
{
height:35px;
font-weight:bold;
color : #C20047;
font-size:12px;
text-decoration:none;
}
.book_menu a:link
{
color : #C20047;
font-size:12px;
text-decoration:none;
}
.book_menu a:hover {
font-size:12px;color:#80913d;text-decoration:none;
}
.book_menu a:visited
{
color : #C20047;
font-size:12px;
text-decoration:none;
}
.link_menu 
{
 
height:35px;
color : #C52D49;
font-size:12px;
text-decoration:none;
}

.link_menu a:link
{
color : #C52D49;
font-size:12px;
text-decoration:none;
}
.link_menu a:visited
{
color : #C52D49;
font-size:12px;
text-decoration:none;
}
.link_menu a:hover {
font-size:12px;color:#AF3232;text-decoration:none;
}
.malar
{
line-height:190%;
letter-spacing:0.75px;
}

/* Footer*/
.footer
{
background-color:#eedc89;
height:30px;
font-family:Tahoma;
font-size:10px;
}
.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover,.paginationstyle a.selected{
color: #0000000;
background-color: #FEE496;
}

.paginationstyle a.disabled,.paginationstyle a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
color: #000000;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000000;
background-color: yellow;
}