body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #1B1817;
	font-size:12px;
	color:#ffffff;
	font-family:Tahoma;
}
ul { padding-bottom:0; }
/*td, th { border: 1px solid }*/
table, td, th
{
border-color: #ffffff;
border-style: solid;
}

table
{
border-width:1px;
}

td
{
margin: 0;
padding: 4px;
border-width: 1px 1px 0 0;
border-color:#dddddd;
border-spacing:0;
border-collapse:collapse;
}

th
{
margin: 0;
padding: 4px;
border-width: 0;
}
a:link { 
color:#7694f7 ;
text-decoration: none;
font-weight:bold;
}

a:visited { 
color:#7694f7 ;
text-decoration: none;
font-weight:bold;
}
a:hover { 
color:#f95a04;
text-decoration: underline;
}

#header {
	margin: 0px;
	padding: 0px;
	float: none;
}
#banner {
	margin: 0px;
	padding: 0px;
	background-image: url(images/banner_bg.gif);
	/* this class makes a window partially transparent */
	filter: alpha(opacity=55); 
	-moz-opacity: .55; 
	
    opacity: .5;               /* Standard style for transparency */
}
#banner_top {
	margin: 0px;
	padding: 0px;
	
	/* this class makes a window partially transparent */
}
#matter_top{ 
	background-image: url(images/matter_top_bg.gif);
	background-repeat:no-repeat;
	filter: alpha(opacity=55); 
		-moz-opacity: .55; 
    opacity: .5;          
	
font-size:16px; }
#matter {
	margin: 0px;
	background-image: url(images/matter_middle_bg.gif);
	background-repeat:repeat-y;
	text-align:left;	
	
	
	/* this class makes a window partially transparent */
	filter: alpha(opacity=55); 
	-moz-opacity: .55; 
    opacity: .5;               /* Standard style for transparency */
}

#matter_bottom {
	margin: 0px;
	background-image: url(images/matter_bottom_bg.gif);
	background-repeat: no-repeat;
	/* this class makes a window partially transparent */
	filter: alpha(opacity=55); 
	-moz-opacity: .55; 
    opacity: .5;               /* Standard style for transparency */
}

#matter_long {
	margin: 0px;
	background-image: url(images/long_matter_bg.gif);
	/* this class makes a window partially transparent */
	filter: alpha(opacity=55); 
	-moz-opacity: .55; 
    opacity: .1;               /* Standard style for transparency */
}
#matter_top {
	margin: 0px;
	padding: 10px;
}
#footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	/* this class makes a window partially transparent */
	filter: alpha(opacity=55); 
	-moz-opacity: .55; 
    opacity: .5;               /* Standard style for transparency */
}

#menu{
	background-image: url(images/menu_bg.gif);
	/* this class makes a window partially transparent */
	filter: alpha(opacity=80); 
	-moz-opacity: .80; 
    opacity: .8;               /* Standard style for transparency */
	font-size:14px;
	color:#ffffff;
	font-family:Tahoma;
	padding-top:10px;
}


/* FOR SLIDER By saurabh */

#sliders
{
/*	background:url(images/slider_bg.jpg) repeat-x;*/
	width:110%;
	height:173px;
	filter: alpha(opacity=80); 
	-moz-opacity: .80; 
    opacity: .8;               /* Standard style for transparency */

}
#sliderGlow
{	
/*	background:url(images/slider_glow.png) no-repeat;*/
	width:100%;
	height:171px;
}
#slider{ margin:0 auto;}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
/* 
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/ 
	width:670px;
	height:165px;
	overflow:hidden; 
}	
#prevBtn{ 
	display:block;
	width:60px;
	height:77px;
	position:absolute;
	left:90px;
	top:180px;
}	
#nextBtn{	
	display:block;
	width:60px;
	height:77px;
	position:absolute;
	left:880px;
	top:180px;
}														
#prevBtn a, #nextBtn a{  
	display:none;
	width:60px;
	height:65px;
/*	background:url(images/btn_prev.png) no-repeat 0 0;	 */
}	
#nextBtn a{ 
/*	background:url(/images/btn_next.png) no-repeat 0 0;	*/
}									

/* image replacement */
.graphic, #prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */

