body{
	background-image:url(images/main-bg.JPG);
	background-position:top center;
	background-repeat: repeat-x;
	background-color:#c50a10;
	text-align:right;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#333;
	}

td, textarea, input, select {

}

a:link, a:visited {
	color: #c5171e;
	font-family: Tahoma;
	text-decoration:none;	
}
a:hover {
	color: #1c4384;
	font-family:Tahoma;
	text-decoration:underline;
}
h2{
	font-size:16px;
	color:#cb1416;
}
.sharea{
	background-image:url(images/search-bg.jpg);
	background-repeat:repeat-x;
	height:27px;
	width:128px;
	border:none;
	float:left;

}
.shbtn{
	background-image:url(images/search-btn.jpg);
	background-repeat: no-repeat;
	height:29px;
	width:65px;
	border:none;
	float:right;
	}
#flash {
position: relative; /*or absolute*/
}
#nav {
		margin:0; 
		padding:0; 
		list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:right; 
			display:block; 
			width:100px;
			height: 29px;
			position: relative;
			z-index:500; 
			margin:0 1px;
		}
		
		/* this is the parent menu */
		#nav li a {
			display:block; 
			height:23px; 
			text-decoration:none; 
			color:#fff; 
			text-align:center; 
			color:#333;
		}

		#nav li a:hover {
			color:#fff;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#FFF;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:11px 0 0 0px; 
			padding:0; 
			list-style:none;
			background-image:url("images/menu-bg.jpg");

		}
		
		#nav ul li {
			width:115px; 
			float:right; 
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			padding: 8px 5px; 
			color:#CCC;
		}
		
		#nav ul a:hover {
			background-color:#666;
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {

		}
#newsticker-demo { 
width:310px;
margin:20px auto;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
text-align:center;
padding:5px;
}

.newsticker-jcarousellite { width:300px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; height:90px; }
.newsticker-jcarousellite .thumbnail { float:right; width:110px; }
.newsticker-jcarousellite .info { float:left; width:180px; padding-left:5px; }
.newsticker-jcarousellite .info span.cat { display: block; }

.clear { clear: both; }

a.footer-menu, a.footer-menu{
	color: #ffffff;
	text-decoration:none;
}
a.footer-menu:hover {
	color: #ffffff;
	text-decoration: underline;
	}
ul.menu {list-style:none; margin:0; padding:0; float:right;}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {position:relative; float:left;}
ul.menu ul {position:absolute; top:34px; left:0; background-image:url("images/menu-bg.jpg"); display:none; opacity:0; list-style:none; }
ul.menu ul li {position:relative; border:1px solid #222222; border-top:none; width:120px; margin:0;}
ul.menu ul li a {display:block; padding:10px 7px 10px; background-image:url("images/menu-bg.jpg"); color:#dddddd; height:20px; vertical-align:middle;}
ul.menu ul li a:hover {background-color:#444444; background-image:none;}
ul.menu ul ul {left:-120px; top:-1px; width:120px;}
ul.menu .menulink {padding:0px 0px 0px 0px; font-weight:bold; width:100px; color:#333333;}
ul.menu .menulink:hover, ul.menu .menuhover {color:#FFF;}
ul.menu .sub {}
ul.menu .topline {border-top:1px solid #aaa}
.arab-menu{
}
