/* CSS Document */
body
{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
	background:url(images/body-bg.jpg) repeat;	
}
a
{
	text-decoration: none;
	color: #A5791F;
}
a:hover
{
	text-decoration:underline;
}
h1
{
	padding:0px; /* top   right	 bottom	 left */
	margin:0px;
	font-size:24px;
	color:#AD8331;
}
#top{
	width:800px;
	height:124px;
}
#header
{
	border-bottom: solid 1px #FFFFFF;
}
/************************************************		border on both sides			***************************************/
#l-r-border
{
	background:url(images/border.jpg) repeat-y;
	width:10px;
}
/************************************************		Left Side Of navigations 		****************************************/
#nav-top
{
	background:url(images/nav-top.jpg) no-repeat;
	width:214px;
	height:25px;
}
#nav
{
	background:url(images/nav-bg.jpg) repeat-y;
	font-family:"Trebuchet MS", Helvetica, Sans-serif;
	width:214px;
	vertical-align:top;
}

#nav ul
{
	margin: 0px;
	border: none;
	padding: 0px 0px 0px 7px;
	list-style-type: none;
}
#nav li
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	list-style-image: none;
}
#nav li a.selected
{
	display: block;
	padding: 0px 0px 6px 30px;
	width:174px;
	margin: 0px;
	color: #FFFFFF;
	line-height: 27px;
	background:url(images/menu_hover.jpg) no-repeat;
}
#nav li a 
{
	display: block;
	margin: 0;
	width:174px;
	padding: 0px 0px 6px 30px;
	background:url(images/menu_bg.jpg) no-repeat;
	color: #D5C171;
	line-height:27px;
	text-decoration: none;
}
#nav li a:hover
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background:url(images/menu_hover.jpg) no-repeat;
}
#inner{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
#inner td
{
	border-bottom:1px dotted #C49A4F;
	line-height:20px;
}
#inner a
{
	color: #D5C171;
	padding-left:40px;
}
#inner a:hover
{
	color: #ffffff;
	text-decoration:none;
}
#inner a.selected
{
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#nav-bot
{
	background:url(images/menu-bot.jpg) no-repeat;
	width:214px;
	height:18px;
}

/******************************************************************************************************************
*
* body top corner
*
******************************************************************************************************************/

#body-left-top
{
	background:url(images/left-top.jpg) no-repeat;
	width:18px;
	height:25px;
}
#body-center-top
{
	background:url(images/center.jpg) repeat-x;	
}
#body-right-top
{
	background:url(images/right-top.jpg) no-repeat;
	width:25px;
	height:25px;
}
/********************************************* Body bottom corner ***************************/
#body-left-bot
{
	background:url(images/left-bot.jpg) no-repeat;
	width:18px;
	height:18px;
}
#body-right-bot
{
	background:url(images/right-bot.jpg) no-repeat;
	width:25px;
	height:18px;
}
#body-mid
{
	background:url(images/body-border.jpg) repeat-y  right;
	padding:0px 20px 0px 10px;
	text-align:justify;
}
/********************************************************************************************************************************
*
* This is Footer Area
*
*********************************************************************************************************************************/

#bottom
{
	background:url(images/bottom-bg.jpg) repeat-x;
	text-align:center;
	vertical-align:bottom;
	line-height:16px;
	font-size:11px;
	height:76px;
}
#bottom a
{
	color:#FAF09B;
	text-decoration:none;
	font-weight:bold;
}
#bottom a:hover
{
	color:#000;
	text-decoration:none;
}
