/* -------------------------
   Author: Kishore Nagarigari
   Company: valuelabs.com
   Date: Jan'30 2008
  -------------------------- */
body {
	background-color: #FFF;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color:#5f5f5f;
	padding:0px;
	margin:0px;
}
a {color: #c90404; text-decoration:none;}
a:visited {color:#A52D2D;}
a:hover {color: #A52D2D; text-decoration:underline;}
a:active { color:#000000;}

ul {}

h1 { }

h2 {
	font-size:16px;
	font-family: verdana, Arial, Sans-Serif;
	padding: 20px 5px 5px 20px;
	margin:0px;
	color: #A52D2D;
}
h3 { 
	padding: 10px 5px 0px 20px;
	font-size:12px;
}
/* ----------container to center the layout-------------- */
#container {
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EBD3E0;
	background-image:url(side_bg.gif);
}

/* ----------banner for logo-------------- */
#banner {
	padding: 0px;
	margin: 0px;
	text-align:left;
	width: 640px;
}

/* ----------navigation-------------- */
#banner {
	padding: 0px;
	margin: 0px 0px 0px 5px;
	background:#000 url("headerbg.jpg") no-repeat;
	height: 425px;
	width: 640px;
}

#subbanner {
	padding: 0px;
	margin: 0px 0px 0px 5px;
	background:#000 url("subheaderbg.jpg") no-repeat;
	height: 271px;
	width: 640px;
}

#homenavfix ul{
	margin-top: 335px;
}

.indentmenu{
	font: bold 12px Verdana;
	float:right;
}

.indentmenu ul{
	margin-top: 185px;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border-width: 1px 0;
}

	* html .indentmenu ul{ /* IE6 Fix */
		margin-left: 110px;
		width: 420px;
	}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #000; /*text color*/
	margin-right: 10px;
	padding: 25px 15px 0 15px;
	text-decoration: none;
	height: 64px;
	background: url(indentbg.gif) center center repeat-x;
	outline: none;/*removed FF border*/
}

.indentmenu ul li a:visited{
	color: #000;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: #000 !important; /*text color of selected and active item*/
	padding: 25px 15px 0 15px;
	background: url(indentbg2.gif) center center repeat-x;
	height: 64px;
	text-decoration: none; /* IE6 Fix */
}
.indentmenu ul li a:hover{ padding-bottom:2px;}
* html .indentmenu ul li a:hover{ padding-bottom:0px;}  /* IE6 Fix */

/* -----------------content--------------------- */
#content {
	background-color: #FFF;
	padding: 0px;
	margin: 0 0 20px 150px;
}
div#content { 
	min-height:640px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
	padding: 5px 10px 10px 20px;
	margin:0px;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
#left img {}

#left ul {
	list-style: none;
	padding: 0 25px 0 0;
	text-align:right;
	}

	
#left ul a{
	color:#5f5f5f;
	font-weight:bold;
	display:block;
	line-height: 15px;
	margin-bottom:10px;
}

#left ul a:hover {color: #c90404;}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 10px;
	text-align: right;
	background: url("footerbg.gif");
}
