
/* Created by Prithivtechnologies */

*{margin:auto; padding:0;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#6d6d6d;
	background:#CCCCCC;
}
/****************************layout************************/
#container { width:970px; 
             height:auto;
			 padding:0px;   
			 border:0px solid #993300;
			 background:#FFFFFF;}
			 
#header{ background:#FFFFFF url(../images/header-bg.gif) repeat-x;}
.logo{ width:270px; height:122px; padding-left:0px; padding-top:5px;}
			  
#ban{ width:970px; 
             height:246;
			 border:0px solid #003333;
			 margin-bottom:7px;}
			 
.left-ban{width:244px; 
height:246px; 
float:left;
position:relative;
display:inline;
border:0px solid #FF0000;
background:url(../images/lmenu-bg.jpg) no-repeat;}
 
 .right-ban{width:726px;
 height:246px; 
 float:right; 
 position:relative; 
 display:inline;
 border:0px solid #FF0000}			 	
			 
#center-box{ width:950px; 
             height:auto;
			 padding:5px;
			 border:1px solid #003333;}			 
			 
/****************************layout************************/

/****************************style************************/

p{font-family:Arial, Helvetica, sans-serif; font-size:12px;  color:#666666;  margin:10px 15px 0px 15px; line-height:20px;}
h1{ font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color: #FFFFFF; padding:15px 0px 0px 15px; text-indent:10px; line-height:30px;}
h2{font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color: #CCCCCC; }
h3{font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#873365; margin-left:15px;  text-transform:uppercase; margin:10px 15px 0px 15px; line-height:40px;}
h4{font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; color:#990000; padding:15px 0px 0px 15px;}
h5{font-family:Arial, Helvetica, sans-serif; font-size:22px; font-weight:bold; color:#990000; padding:15px 0px 0px 15px;}
h6{font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; color:#990000; padding:15px 0px 0px 15px;}
.he-tetxt{color:#873365; text-transform:uppercase; font-size:14px; font-weight:bold;}
.title-l{background:url(../images/title-bg.gif) repeat-x; height:30px; width:265px; margin-top:0px; margin-right:0px; }
.title-r{background:url(../images/title-bg.gif) repeat-x; height:30px; width:705px; margin-top:0px;}
.prithiv a{ font-size:11px; font-weight:bold; color:#FF9900; text-decoration:none;}
.prithiv a:hover{ font-size:11px; font-weight:bold; color: #0099FF; text-decoration:none;}
.email a{ font-weight: normal; color: #873365; text-decoration: underline;}
.email a:hover{ font-weight: normal; color: #873365; text-decoration:none;}
.web a{ font-weight: normal; color: #000000; text-decoration: underline;}
.web a:hover{ font-weight: normal; color: #000000; text-decoration:none;}
.maroon{color:#873365; font-weight:bold; font-size:16px;}
.pic-c{border:1px solid #CCCCCC; padding:3px;}

.more a{background:#873365; padding:3px; font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; text-align:center; float: right; margin-right:20px; margin-bottom:20px;}
.more a:hover{background: #6e1b4c; padding:3px; font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; text-align:center; float: right; margin-right:20px; margin-bottom:20px;}
/****************************style************************/	
		  			 
/****************************footer************************/
.footer {
	width:100%;
	height:50px;
	padding:0px 0 10px;
	background: url(../images/header-bg.gif) repeat-x;
}
.footer-text { margin-top:18px;
margin-right: 8px;
	font-size:11px;
	line-height:24px;
	color:#252525;
	text-transform: capitalize;
	display:inline-block;
	float: right; 
	}
.footer-text a {
	color:#252525;
	margin-left:2px;
	}	
.footer-link { margin-top:20px; margin-left:8px; margin-bottom:20px;
	float: left;
	padding:3px 3px 0 0;
	}
.footer-link  li { text-shadow:none;
	float:left;
	font-weight:normal;
	font-size:10px;
	line-height:1.2em;
	padding:0 10px 0 6px;
	list-style:none;
	border-right:1px solid #CCCCCC;
	
	}
.footer-link  li a {
	color: #333333;
	text-decoration:none;
	list-style: none; 
	}
.footer-link  li.last {
	background:none;
	padding-left:0px;
	padding-right:3px;
	}
.footer-link  li a:hover,
.footer-link  li a.active{
	text-decoration:none;
	color:#873365;
	}
.footer-text-1 {
	display:inline-block;
	}
/****************************footer************************/	
	
/****************************menu************************/

#menu {
		float: left;
		width: 702px;
		list-style: none;
		line-height: 40px;
		background: url('menu_bg1.gif') no-repeat top left;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		margin-top:50px;
		margin-left:-3px;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:900;
		text-shadow:2px 2px 2px #000;
		
	}

	#menu li {
		float: left;
		border-left: 1px solid #000;
	}

	#menu li a {
		float: left;
		font-size: 1.2em;
		color: #fff;
		border-left: 1px  dotted #993300;
		text-decoration: none;
		background: url('menu_bg1.gif') no-repeat top left;
	}
	
	#menu li a:hover {
		background: url('menu_bg_active.gif') no-repeat top left;
	}

	#menu li:first-child { border: none; }
	#menu li:first-child a { border: none; }
	
/****************************menu************************/

/****************************vertical-menu************************/
#menu-vertical {
	width: 230px;
	margin: 5px;
	border-style: solid solid none solid;
	border-color: #000;
	border-size: 0px;
	border-width: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-shadow:1px 1px 1px #000;
	list-style:none;
	}
	
#menu-vertical li a{
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	border-bottom:1px  dotted #A0AAB3;
	
	
	
	}	
	
#menu-vertical li a{
	color: #FFFFFF;
	display: block;
	background:  url(enu.gif);
	padding: 8px 0 0 0px;
	
	}
	
#menu-vertical li a:hover {
	color: #ccc;
	background:  url(enu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	/****************************vertical-menu************************/