/* CSS Document - Author: Shaibal Mandal */

html {
    scrollbar-arrow-color: #cc3399;
    scrollbar-track-color: #ff33cc;
    scrollbar-face-color: #99cc33;
    scrollbar-highlight-color: white;
    scrollbar-shadow-color: #660033;
}

/* Main Styles that apply to body INCLUDING BG COLOR*/
body {
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	/* margin: 0px; */
	/* padding-left: 0; */
	/* background: #000000; */
	/* position: center; */
	background-image:url(images/bg.gif);
    height: 100%;
}


/*  */
.hometable {
	margin-left: 0;
	margin-top: 0;
	position: relative;
        height: 100%;
}


/* default text links*/
a {
	text-align: left;
	padding: 0px;
        border-top: none;
        color: #99cc33;
        font-family: arial;
        font-size: 13px;
        font-weight: bold;
	text-decoration: none;
}


/* This is the page container built and centered using -ve margins */
.navcontainer {
	width: 850px;
        margin: 0 auto;
	height: 205px;
	background: #e4ffae;
	position: relative;
 
}


/* The left green bar */
.leftbar {
    width: 40px;
    background: #99cc33;
    height: 2000px;
    padding: 0px 0px 0px 0px;
    position: relative;
	top: 0px;
	left: 50px;
}


/* The right green bar */
.rightbar {
    width: 40px;
    background: #99cc33;
    height: 2000px;
    padding: 0px 0px 0px 0px;
    position: relative;
	top: 0px;
	right: 300px;
}


/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #cccccc;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: right;
    margin-bottom: 1px;
}


/* This will style the login and search */
.userform input {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 10px;
    color: #555555;
    font-weight: bold;
}


/* bold header text FOR SECTION 1*/
.headerboldsec1 {
	text-align: left;
	padding: 0px;
    border-top: none;
    color: #ff6600;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
	text-decoration: none;
}


/* bold header text FOR SECTION 2*/
.headerboldsec2 {
	text-align: left;
	padding: 0px;
    border-top: none;
    color: #cc3399;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
	text-decoration: none;
}


/* bold header text FOR SECTION 3*/
.headerboldsec3 {
	text-align: left;
	padding: 0px;
    border-top: none;
    color: #660099;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
	text-decoration: none;
}


/* bold header text FOR SECTION 4*/
.headerboldsec4 {
	text-align: left;
	padding: 0px;
    border-top: none;
    color: #3366cc;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
	text-decoration: none;
}


/* bold header text FOR SECTION 5*/
.headerboldsec5 {
	text-align: left;
	padding: 0px;
    border-top: none;
    color: #009933;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
	text-decoration: none;
}


/* bold header text LANDING PAGE LINKS*/
.headerboldsec6 {
	text-align: left;
	padding: 0px;
    border-top: none;
    color: #EC008C;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
	text-decoration: none;
}


/* This is the style for the footer text */
.footertext {
    /* width: auto; */
	text-align: center;
	padding: 5px;
    border-top: none;
    color: #ffffff;
    font-family: georgia;
    font-size: 14px;
    font-weight: bold;
}


/* This is the style for the footer text links */
.footerlinktext {
	text-align: left;
	line-height: 23px;
	padding-left: 2px;
	padding-top: 10px;
	padding-bottom: 0px;
    color: #000000;
    font-family: georgia;
    font-size: 11px;
	text-decoration:none;
}


/* And their hover states too */
a:hover {
	text-decoration: underline;
}


/* This styles the contact info at the very bottom of the footer */
.contactinfo {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}


/* This positions the footer on HOME PAGE */
.loc {
	position: relative;
	top: 25px;
	left: 35px;
}


/* This positions the footer on INSIDE PAGES */
.loc2 {
	position: relative;
	top: 0px;
	left: 0px;
}


/* This positions the footer info on HOME PAGE */
.locinfo {
	position: relative;
	top: 20px;
	left: 35px;
}


/* This positions the SHORT footer info on INSIDE PAGES */
.locinfo1 {
	position: relative;
	top: 700px;
	left: 35px;
}


/* This positions the SHORT footer info on INSIDE PAGES */
.locinfo1a {
	position: relative;
	top: 875px;
	left: 35px;
}


/* This positions the SHORT footer info on INSIDE PAGES */
.locinfo2 {
	position: relative;
	top: 940px;
	left: 35px;
}


/* This positions the SHORT footer info on INSIDE PAGES */
.locinfo2a {
	position: relative;
	top: 1100px;
	left: 35px;
}


/* This positions the SHORT footer info on INSIDE PAGES */
.locinfo2b {
	position: relative;
	top: 1200px;
	left: 35px;
}


/* This positions the MEDIUM footer info on INSIDE PAGES */
.locinfo3 {
	position: relative;
	top: 1300px;
	left: 35px;
}


/* This styles the main body copy for the interior pages */
.intpage {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
}



/* This styles the testimonial headline for the AKASHIC RECORDS SECTION */
.testheadsec1 {
	color: #ff6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}


/* This styles the testimonial body copy for the AKASHIC RECORDS SECTION*/
.testhead1 {
	color: #ff6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* font-weight: bold; */
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-image:url(images/feather_orange.jpg);
}


/* This is the orange testimonial feather the AKASHIC RECORDS SECTION*/
.feather1 {
	background-image: url(images/feather_orange.jpg);
	position: relative;
	top: 400px;
	left: 400px;
}


/* This styles the testimonial headline for the COLOR SECTION */
.testheadsec2 {
	color: #cc3399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;

}


/* This styles the testimonial body copy for the COLOR SECTION*/
.testhead2 {
	color: #cc3399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* font-weight: bold; */
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}


/* This styles the testimonial headline for the FENG SHUI SECTION */
.testheadsec3 {
	color: #660099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}


/* This styles the testimonial body copy for the FENG SHUI SECTION*/
.testhead3 {
	color: #660099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* font-weight: bold; */
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}


/* This styles the testimonial headline for the PUBLICATIONS SECTION */
.testheadsec4 {
	color: #3366cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}


/* This styles the testimonial body copy for the PUBLICATIONS SECTION*/
.testhead4 {
	color: #3366cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* font-weight: bold; */
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}


/* This styles the testimonial headline for the ETCETERA SECTION */
.testheadsec5 {
	color: #009933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}


/* This styles the testimonial body copy for the ETCETERA SECTION*/
.testhead5 {
	color: #009933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* font-weight: bold; */
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}


/* This styles the testimonial body copy */
.testhead {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* font-weight: bold; */
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
}

/* This is an image float */
img.floatLeft { 
    float: left; 
    margin-top: 10px;
	padding: 3px 3px 3px 3px;
	position: relative;
	top: -10px;
	left: 0px;
}


/* This positions the graphic header on each interior page */
.header { 
	position: relative;
	top: -90px;
}


.hr_footer {
    color: #99cc33;
}


li {
    line-height: 2em;
}



/* End of CSS Tabs */