

/* COMMON  -  index.common.css */


/* @charset "utf-8";f */

* {
	margin: 0;
	padding: 0;
	border-spacing: 0;					/*cellspacing=0*/
	border-collapse:collapse;		/*cellspacing=0*/
	padding: 0;									/*cellpadding=0*/
	}

HTML, BODY {
	height: 100%;		/* to get the % height to work you need to set a height to the parent element */
	width: 100%;
	}

TABLE {
	border: 0;										/*border=0*/
	}

BODY {
	/*	background: #253D61 url('/pic/z.gif') repeat; */	/* INDIAN chinese ornament */
	background: #B6AB92;
	}


.shade {
	background: #B6AB92 url('/pic/z-shade.gif') repeat-x top;	 /* INDIAN plain shade */
	}




/* HEADER */

.header {
	height: 100px;
	background: #253D61 url('/pic/z-header-side.gif') repeat-x top;
	}

#header-main {
	width: 100%;
	height: 100px;
	background: #253D61 url('/pic/z-header-main.gif') repeat-x top;
	}
#header-side {
	width: 295px;
	height: 100px;
	background: #253D61 url('/pic/z-header-side.gif') repeat-x top;
	}


#full {
	position: relative;	/*INDIAN NB> banner's position: absolute depends on this only */
	height: 100%;
 	}
#banner {
	width: 534px;
	height: 90px;

	position: absolute;
	top: 10px;
	left: 480px;

/*	overflow: hidden;*/
/*	background: transparent url('/pic/banners/001.jpg') no-repeat top left;	 */
	}




/* MENU */

.menu  {
	/*		clear: both; text-align: center; display: inline; */
	height: 50px;
	background: #000000;
	}

#menu-search {
	position:relative; top:0px; left:0px;	/*INDIAN NB> #menu-search-text's position: absolute depends on this only */
	padding:0px; margin:0px;
	text-align:left;
	width:295px; height:50px; overflow:hidden;

	background: #000000 url('/pic/z-menu-search.gif') no-repeat;
	/*clear: both; text-align: center; display: inline;*/
	}

#indian-search {
	position:relative; top:0px; left:0px;
	padding:0px; margin:0px;
	text-align:left;
	width:295px; height:50px; overflow:hidden;
	}

#menu-search-text {
	position:absolute; top:13px; left:70px;		/* top:13px; */
	padding:0px; margin:0px;
	width:160px; height:25px; overflow:hidden;

	color: #40A0B0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 17px;

	/*background: #FFF; */	/*	#470202; */
	background: transparent;
	/*background: #470202;*/
	border: 0px solid #000000;	
	}
#menu-search-button {
	position: absolute; top: 8px; left: 224px;		/* top:8px; left: 224px; */
	padding:0px; margin:0px;
	width: 64px; height: 32px; overflow:hidden;
	border: 0px solid #000000;	
	}




/* CONTENT  -  also see index.content.css for the content styles */


#content-main {
	background: #FFFFFF url('/pic/z-content-main.gif') repeat-x top;
	padding: 20px 60px 60px 40px;
	vertical-align: top;
	}
#content-side {
	width: 295px;
	background: #B6AB92 url('/pic/z-content-side.gif') repeat-y left;
	vertical-align: top;
	position: relative;	/*INDIAN NB> side-rnd's position: absolute depends on this only */
	}




/* SIDEPANE */


.side {
	width: 295px;
	background: #3D434D url('/pic/z-side.gif') repeat-y left;
	}
.side P {
	padding: 0px 10px 10px 10px;
	color: #F0F0F0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	}
.side P SPAN {
	padding: 0px 7px 1px 9px;
	background-color: #2B2F36;
	color: #F0F0F0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	}

.side UL LI {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;

	color: #F0F0F0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	list-style: none;
/*	list-style-image: url('/pic/bullet-1.gif');	*/
	}




/* UNDER */


#under-middle {
	background: #B6AB92 url('/pic/under-middle.gif') repeat-x left top;
	}
#under-side {
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 295px;
	height: 40px;
	background: #B6AB92 url('/pic/under-side.gif') no-repeat left bottom;
	}
/* for old DIV id="under-side" */
/*
#under-side {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 295px;
	height: 40px;
	background: #B6AB92 url('/pic/under-side.gif') no-repeat left bottom;
	}
*/




/* FOOTER */





/* As */


A:link {text-decoration: none; color: #ff8000; }
A:visited {text-decoration: none; color: #660099;}
A:hover {text-decoration: none; color:#ff0000;}

.side P A:link {text-decoration: none; color: #CADEFF; }
.side P A:visited {text-decoration: none; color: #A2B2CC; }
.side P A:hover {text-decoration: none; color: #FFFFFF; }

.side LI A:link {text-decoration: none; color: #CADEFF; }
.side LI A:visited {text-decoration: none; color: #A2B2CC; }
.side LI A:hover {text-decoration: none; color: #FFFFFF; }
