
/* Menu Css Start  */
.menu-content{
 text-align:center;
 margin-left:0;
 margin-right:0;
 padding-left:0;
 padding-right:0
	;
}
.menu {
 font-size:0.75em;
 margin-left:0;
 margin-right:0;
 margin-bottom:50px;
 margin-top:10px;
 background-color:#cccccc;
 height:2em;
 position:relative;
 top:70;
 left:0
	;
}
#menu1 {
 position:absolute;
 left:200px;
 top:0;
 background-color: #cccccc
	;
}
#menu2 {
 position:absolute;
 left:321px;
 top:0;
 background-color: #ffcccc
;
}
#menu3 {
 position: absolute;
 left: 442px;
 top:0;
 background-color: #ccccff
;
}
#menu4 {
 position: absolute;
 left: 563px;
 top:0;
 background-color: #cccc33
;
}
#menu5 {
 position: absolute;
 left: 684px;
 top:0;
 background-color: #ccff66
;
}
.menu a {
 color:#ffffff;
 background-color:#999999;
 text-decoration:none;
 display:block;
 width:120px;
 line-height:2em
	;
}
.menu a:hover {
 background-color:#000000
	;
}
.menuhead {
 border-right:solid 1px #ffffff
	;
}
.submenu {
 visibility: hidden;
 position:absolute;
 left:0
	;
}
.submenu a {
 background-color:#999999;
 border-top:solid 1px #ffffff

;
}
.menu span {
 color:#c5e1ed;
 display:none

;
}
/*Menu Css End   */
/* content css start */

/*--content css end   */


body {
 background-image: url(layout/top-headder.jpg);
 background-repeat: no-repeat;
 background-attachment scroll;
 margin-top: 30px;
 margin-left: 0%;
 margin-right: 0%;
 text-align:left;
 

}
/* Main Properties*/

.contents{
	width: 700px;
	
	background-color: #ffffff;
	margin-left:150px;
	margin-right: 1px;
margin-top: 125px;
/* important because margin-top needed for netscape  */
padding-left: 3px;
padding-right: 5px;

}
.section{
	background-color:#eeeef0;/* Alternative color  ,#e0e0e0  ,   #eaedee*/
	width: 670px;
	text-align: left;
	margin-top: 85px;
	
	line-height: 1.5em;
	padding-left: 3px;
	padding-right: 5px;

}

/* in paragraph Properties*/
P{
 font-family : "�l�r ����,serif";
 line-height: 1.5em;
 /*width: 550px;*/
 margin-left: 0px;
}
P:first-letter{font-size:200%; font-weight:bold ;} 

h1 {
 font-family: "�l�r ����,serif";
 font-size: 1.3em;
 margin-top: 0;
 margin-bottom: 0
;
}
h2{
	font-family: "�l�r ����,serif";
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
 background-image: url(layout/h2.jpg);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-right: 6px;
	padding-left: 6px;
}
h3{
 font-family: "�l�r ����,serif";
 font-size: 1.1em;
 margin-top: 0;
 margin-bottom: 0;
}
h4{
 font-family: "�l�r ����,serif";
 font-size: 1.0em;
 margin-top: 0;
 margin-bottom: 0;
}
/*For Page Layout Class Perpertries*/

.page-number{
 font-style: italic;
 font-family: "�l�r �S�V�b�N,Osaka";
 text-align: center;
 margin-bottom: 5px;
}
.comment{
 font-family: "�l�r �S�V�b�N";
 font-size: 1em;
 font-style: italic;
}

/* Menu Properties*/
.text-menu{
 font-family: "Times New Roman", Times, serif;
 text-align: center;
 margin-top: 1em;
 word-spacing: 20px;
 margin-bottom: 20px;
}
.h-text-menu{
 font-family: "Times New Roman", Times, serif;
 text-align: center;
 margin-top: 20px;
 word-spacing: 30px;
 margin-bottom: 0px;
}


.locator{
	font-family: "�l�r �S�V�b�N,Osaka";
	font-size: x-small;
	text-align: right;
	position: absolute;
	top: 205px;
	left: 30px;
}
.locator a{
	text-decoration: none;
	color: Black;
}


/* line decoration inside sidemenu*/

/*Page Layout Properties*/

/* sidemenu    submenu*/

.sidemenu {
	position: absolute;
	top: 225px;
	left: 0px;
	float: right;
	/* background-color: rgb(251,242,244); */
		width: 170px;
	height: 880px;
	
	padding-left: 3px;
}

.box1{
	background-image: url(layout/box1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
}
 /*    sidemenu         */

.sidebox-menu{
	/* left bottom box */
	margin-top: 8px;
}
.sidemenutext a{
 /*  text-decoration: none;  */
 /*  small size text    */
 text-align: left;
 font-family: "�l�r �S�V�b�N,Osaka";
 	border-left: 4px solid #e6f0ce
	border-bottom: 1px solid #390;
	padding: 4px;
	font-size: medium;

}


.sidemenutext a:link {
	color: Black;
	text-decoration: none;

}
.sidemenutext a:visited {
	color: Green;
	text-decoration: none;
}
.sidemenutext a:active{
 text-decoration: none;
 color: blue;
}
.sidemenutext a:hover{
 text-decoration: underline overline;
 color: Red;
/* background: #ffffff */
;
}
.sidemenutext1 a{
/* large size text  */
 text-align: left;
 font-family: "�l�r �S�V�b�N,Osaka";
 border-left: 12px solid #def0e4;
	border-bottom: 1px solid #390;
	padding: 4px;
	font-size: larger;
	/* font-weight: bold;*/
}
	
.sidemenutext1 a:link {
	color: Black;
	text-decoration: none;

}
.sidemenutext1 a:visited {
	color: Green;
	text-decoration: none;
}
.sidemenutext1 a:active{
 text-decoration: none;
 color: blue;
}
.sidemenutext1 a:hover{
 text-decoration: underline overline;
 color: Red;
 background: #ffffff
;
}
	
.counter{
 text-align: left;
 background-color: #e0e0e0;
 width: 100px;
}
/* Right Menu     */

.ad {
	position: absolute;
	top: 220px;
	right: 1px;
	margin-left: 3px;
	/*background-color: rgb(251,242,244); */
	
	
} 
.ad-content {
	
	float: left;
	width: 170px;
	height: 870px;
	margin-left: 3px;
}


/*  Non decortive link    */
.fakelink a:link{
	color: Black;
	text-decoration: none;
}

.fakelink a:visited{
	color: Black;
	text-decoration: none;
}
.fakelink a:hover{
	color: Black;
	text-decoration: none;
}
.fakelink a:active{
	color: Black;
	text-decoration: none;
}

/*      */
.address{
	font-family: "�l�r �S�V�b�N,Osaka";
	font: italic;
	text-shadow: Gray;
	text-align: center;
	margin-bottom: 5px;
	border-top: solid 2px #000000;
	padding-bottom: 4px;
	padding-top: 10px;
	clear: left;
	clear: right;
	margin-top: 80px;
}
.address a:link {
 color: Gray;
 background: #ffffff;
}
.address a{
 text-decoration: none
;
}
.address a:visited{
 color: Gray;
 background: #ffffff;
}
.address a:hover{
 text-decoration:underline overline;
 color: Maroon;
 background: #ffffff;
}
.address a:active{
 color: Olive;
 background: #ffffff
;
}
.wrapper{
	width: 1070px;
}
	
}