@charset "utf-8";
/* CSS Document */

#top {width:900px;
height:100px;
margin:auto;

}

#logo {width:700px;
height:100px;
float:left;
background-image:url(../Images/logo.jpg);
background-repeat:no-repeat;
}

#search {width:195px;
height:35px;
padding-top:5px;
padding-left:5px;
float:left;
margin-top:40px;
padding-top:10px;
background-image:url(../Images/search.jpg);
background-repeat:no-repeat;
}

#mainarea {width:900px;
height:850px;
margin:auto;
margin-top:10px;

}

#menubar {width:100%;
height:30px;
background-color: #F00;
background-image:url(../Images/menu.jpg);



}

#flash {width:900px;
height:300px;
margin-top:16px;
background-image:url(../Images/designing.jpg);


}

#content {width:900px;
height:350px;
margin-top:20px;
color:#000;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;



}


#content a {text-decoration:none;
}

#content a:hover {color: #F00;
}



#lsidebox {width:200px;
height:600px;
float:left;

border-width:1px;
border-style: groove;
border-color:#000;

}

#datas {width:500px;
height:500px;
float:left;
margin-left:10px;
}

#adds {width:175px;
height:600px;
float:left;
margin-left:10px;
}


#global {width:100%;
height:120px;
background-color:#FFF;
background-image:url(../Images/Global.jpg);
color:#000;
}

#global a {text-decoration:none;
}

#global a:hover {color:#F00;
}








#a1 {width:100%;
height:100px;
background-color:#999;
}



#bar {widows:890px;
height:45px;
margin-top:5px;
background-color:#F00;
background-image:url(../Images/news%20bar.jpg);
color:#000;
font-family: Verdana, Geneva, sans-serif;
font-size:12px;
padding-right:10px;
padding-top:5px;

}


#bar a {text-decoration:none;
color: #06C;
font-family: Verdana, Geneva, sans-serif;
}

#bar a:hover {color: #F00;

}

#box1 {width:210px;
height:350px;
padding-left:10px;
color:#000;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
float:left;
}

#box2 {width:230px;
height:350px;
padding-left:10px;
color:#000;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
float:left;
}

#box3 {width:120px;
height:350px;
padding-left:10px;
color:#000;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
float:left;
margin-left:10px;
}

#box4 {width:46px;
height:350px;
padding-left:10px;

color:#000;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
float:left;
margin-left:10px;
}

#box5 {width:220px;
height:350px;

color:#000;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
float:left;
margin-left:10px;
}


#links {width:220px;
height:233px;
}



#footer {width:100%;
height:60px;
background-image:url(../Images/footer.jpg);
clear:left;
padding-top:10px;
}




h1 {color:#F00;
font-family: Verdana, Geneva, sans-serif;
font-size:16px;
}

h2 {color:#000;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
}

h3 {color:#000;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
font-weight:normal;
}

h4 {color: #F00;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
}

.menustyle{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #606060;
	color: #FFFFFF;
	clear: none;
	text-align: center;
	float: left;
	height: 25px;
	width: 900px;
	padding-top:7px;
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height:0; 
	clear: both; 
	visibility: hidden;
}

.menustyle ul{
	width: 100%;
	margin: 0;
	text-align: left;
	list-style-type: none;
	
	
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height:30px;
}

.menustyle ul li{
	display: inline;
	list-style-type: none;
	text-align: left;
	float: left;
}

.menustyle ul li a{
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	list-style-type: none;
	margin-left: -3;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

.menustyle ul li a:hover{
	list-style-type: none;
	color: #F00;
	text-decoration: none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px;
	line-height:30px;
	z-index:100;
	visibility: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #606060;
	border-right-color: #666666;
	border-left-color: #666666;
	left: 0px;
	margin-top:0px;
	text-align: left;
	margin-left: 1px;
	width: 160px;
	background-color: #6a6a6a;
	filter: Alpha(Opacity=95, FinishOpacity=95, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=100) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2);
	-moz-opacity:.95;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5;
	padding-bottom: 2px;
	padding-left: 5;
	border-top-width: 1px;
	border-top-style: dotted;
	text-align: left;
	border-top-color: #8A8A8A;
	background-color: #6a6a6a;
	height:25px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	text-align: left;
}

.dropmenudiv a:hover{
	content: ".";
	display: block;
	clear: both;
	background-color: #3C3C3C;
	color: #F00;
	text-decoration: none;
}

/* ######### Style for Right menu ######### */

.menustyleRight{
	font-size: 12px;
	height: 27px;
	background-color: #3C3C3C;
	color: #FFFFFF;
	clear: none;
	text-align: center;
	float: right;
	margin-right: 18px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.menustyleRight:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.menustyleRight ul{
	margin: 0;
	text-align: left;
	list-style-type: none;
	background-image: url(file:///C|/Users/BIBIN/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/img/chromebg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	filter: DropShadow(Color=#000000, OffX=0, OffY=0);
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: 27px;
}

.menustyleRight ul li{
	display: inline;
	list-style-type: none;
	float: left;
}

.menustyleRight ul li a{
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 18px;
	padding-left: 19px;
	list-style-type: none;
	margin-left: 0px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}

.menustyleRight ul li a:hover{
	list-style-type: none;
	background-image: url(file:///C|/Users/BIBIN/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/img/chromebg-over.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	text-decoration: none;
}
.MenuDisabled {
	width: auto;
	display: block;
	text-indent: 0px;
	text-decoration: none;
	color: #444444;
	padding-top: 2px;
	padding-right: 5;
	padding-bottom: 2px;
	padding-left: 5;
	border-top-width: 1px;
	border-top-style: dotted;
	text-align: left;
	border-top-color: #8A8A8A;
	background-color: #6a6a6a;
}

