html, body{ font-size:small;margin:0px; height:100%; font-family:Trebuchet MS;behavior:url("/csshover.htc");}

/* Style for index Page*/
#main_ind				{ width:778px; margin:0 auto; height:100%; background:#F6F4F0 url(/images/headerbg.jpg) top left no-repeat}
#nav_ind			{ float:right; display:block; height:35px; line-height:35px;}
#nav_ind a			{ color:#666; text-decoration:none;margin:0 5px 0 5px;}
#nav_ind a:hover	{ color:#900}
#slogan				{ color:#999; padding:10px 10px 10px 25px;}
#footer_ind			{ background:url(/images/car_bg.jpg) left top no-repeat; height:130px; display:block; }
#footer_rtl			{ background:url(/images/footer_bg.jpg) right top repeat-y; float:right; width:500px; padding:20px; height:90px;}
/* Style for rest of the pages*/

#main			{ width:830px;	height:100%; margin:0 auto; }
iframe			{ width:830px; height:600px;    }	
#header			{ width:830px; height:151px;  background-color:#F6F4F0; }
		#nav 			{ height:22px; line-height:22px; background: url(/images/nav_bg.jpg) 210px top no-repeat ; text-align:right}
		#nav a 			{ color:#fff; text-decoration:none; font-size:12px; margin:0px 10px 0 14px;}
		#nav a:hover	{ color:#EAC3B8; }
		#nav .x			{ color:#EAC3B8; }
	
	
#content 		{padding-top:20px; background-color:#F6F4F0; }		
#left_panel		{ float:left; width:190px;margin-left:10px;}
#main_panel {float:left;width:600px;margin-left:10px;}
	#main_panel h1{font-size:medium;border-bottom:1px solid #ccc;}
	#main_panel h2{font-size:small;font-weight:normal;}
	#main_panel a {text-decoration:none;font-weight:bold;}
	#main_panel a:hover{text-decoration:underline;}
#frame_holder	{ background-color:#F6F4F0; }
#frame2		{ margin-top:10px;}

#footer			{ background-color:#F6F4F0  }
#sub_nav		{ background-color:#F6F4F0; color:#666666;  display:block; float:right; height:22px; text-align:right; padding-right:15px;}
#sub_nav a		{ text-decoration:none; color:#666;  padding-left:14px; line-height:22px; font-weight:bold; }
#sub_nav a:hover{ color:#900;}

#table{}
#table table{width:75%;border:1px;border-collapse:collapse;}
#table td{background:#ccc;border:1px solid #fff;padding:2px;font-size:x-small;}

.style1 {font-size: large;color: #CC0000;}
.style3 {font-size: small; color: #CC0000; }
#menu	{ background:#DC1915; height:22px; float:right; display:block;}
	#menu div{ float:right}
	#menu a, #menu h2{
		font:bold 10px/16px verdana;
		display:block;
		border-width:1px;
		border-style:solid;
		border-color:#fff #888 #555 #fff;
		white-space:nowrap;
		padding:0px;
		margin:0;

		}

		
		#menu a					{ color:#FFF;line-height:22px;height:22px;text-decoration:none;padding-left:10px; padding-right:5px; display:block; text-align:left}
		#menu a, #menu a:visited{ border:0px;color:#fff;  display:block;}
		#menu a:hover			{ color:#F5AB00;}
		#menu a:active			{ color:#fff;}
		.mm						{ background:url(/images/arrow_tabs.gif) bottom right no-repeat;}
		.right					{ display:block; text-align:right;}
		 
		#menu ul{
		list-style:none;
		margin:0;
		padding:0;
		float:left;
		border:solid 0px #000000;
		height:22px;
		}

		*html #menu ul{
		width:50px;
		}
		
		* html #menu ul li{float:left;height:0%; }
		* html #menu ul li a{height:0%;}
		
		
		
		#menu li{
		position:relative;
		}
		#menu ul ul{
		position:absolute;
		text-align:left;
		z-index:1;
		top:auto;
		height:0px;
		display:none;
		/*filter:alpha(opacity=80);
		opacity: 0.8;
		-moz-opacity:0.8;*/
		}
		#menu ul ul a{
			color:#fff;
			line-height:22px;
			background-color:#DC1915;
			border-top:1px solid #FFF;
			padding-left:5px;
			width:150px;
			margin:0px;
		
		}
		#menu ul ul a:visited{
			color:#fff;
			border-top:1px solid #FFF;
			padding-left:5px;
			width:150px;
			margin:0px;
		
		}
		#menu ul ul a:hover{
			color:#F5AB00;
			line-height:22px;
		}
		#menu ul ul ul{
		top:0;
		left:100%;
		}

		
		
		div#menu li:hover{
		cursor:pointer;
		z-index:100;
		}
		
		div#menu li:hover ul ul,
		div#menu li li:hover ul ul,
		div#menu li li li:hover ul ul,
		div#menu li li li li:hover ul ul
		{display:none;}
		
		div#menu li:hover ul,
		div#menu li li:hover ul,
		div#menu li li li:hover ul,
		div#menu li li li li:hover ul
		{display:block;}
		
		/* End of non-anchor hover selectors */
		
		/* Styling for Expand */
		
		#menu a.x, #menu a.x:visited{
		font-weight:bold;
		color:#000;
		background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;
		}
		
		#menu a.x:hover{
		color:#fff;
		background:#000;
		}
		
		#menu a.x:active{
		color:#060;
		background:#ccc;
		}
