/* 
CSS Document 
eMids India
Date Created : 14 July 2008
Author : Yuvraj Dikshit
*/

/* Global Styles -------------------------------------------*/

body {
	margin:0;
	border:0;
	padding:0;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#FFA500 url(../images/bg_body_index.png) repeat-x;
	
	
	}
	
#wrapper {
	margin:0 auto;
	width:970px;
	border:0;
	padding:0;
	display:block;
	}
	
	
p, ul, li, form, h1, h2, h3, h4, h5, h6 {	
	margin:0;
	border:0;
	padding:0;
	}
	
p {clear:both;}	

a, a:link {color:#FFFFFF; text-decoration:underline}
a:hover {text-decoration:none}	

 img, div { behavior: url(images/iepngfix.htc) }

h1  {
	font-size:30px;
	color:#905F00;
	letter-spacing:-2px;
	}

h1 a, h1 a:link{
	color:#905F00;
	text-decoration:none;
	}

h1 a:hover{
	text-decoration:underline;
	}	

	
/* Start Global Navigation -------------------------------------------*/	
#intro { display:none}

#globalnav {
	height:77px; 
	text-align:center; 
	margin-bottom:5px; 
}	

#nav0 {
	display: block;float:left;
	width: 255px;
	height: 77px;
	background: url("../images/nav0_index.png") no-repeat 0 0;
}
#nav1 {
	display: block;float:left;
	width: 243px;
	height: 77px;
	background: url("../images/nav1_index.png") no-repeat 0 0;
}

#nav2 {
	display: block;
	float:left;
	width: 207px;
	height: 77px;
	background: url("../images/nav2_index.png") no-repeat 0 0;
}

#nav3 {
	display: block;
	float:left;
	width: 265px;
	height: 77px;
	background: url("../images/nav3_index.png") no-repeat 0 0;
}



#nav0:hover, #nav1:hover, #nav2:hover, #nav3:hover { 
	background-position: 0 -77px;
}

#nav0 span, #nav1 span, #nav2 span, #nav3 span {
	  display: none;
}



/* End Global Navigation -------------------------------------------*/



#mainimage {
	text-align:center;
	margin:2px 0 3px 0;
}


#webpart1, #webpart2, #webpart3 {
	width: 300px;
	
	float:left;
	display:inline;
	margin-right: 22px;
	background:#FEFFEF url(../images/bg_webpart.png) no-repeat center top;
	
	
}

#webpart1 {margin-left:10px}
#webpart3 {margin-right:10px;}

#webpart1 p, #webpart2 p, #webpart3 p {color:#333; }

.inner { background:bottom repeat-x url(../images/bg_inner.jpg);height:160px; padding:10px; }

.imgholder {float:left; width:50px}

.spacer {clear:both;}



.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0;

width: 100%; /*width of featured content slider*/
height: 462px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
background: #ffa500;

height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
display:none;
}



/* Footer -------------------------------------------*/

#footer {
	margin-top:20px; 
	clear:both; 
	font-size:12px; 
	border-top:1px solid #FFC600;
}

#footer ul { 
	width:24%; 
	margin:0; 
	padding:0;  
	list-style-type:none; 
	float:left; 
	display:inline;
}

#footer ul li {
	padding:2px 10px 0 10px;
}

#footer ul li a{
	text-decoration:none; 
	color:#fff;
}

#footer ul li a:hover{
	text-decoration:underline
} 

#footer p{
	margin:0 0 8px 0;
	padding:5px 0;
	border-bottom:1px solid #FFC600;
} 




