/* Main Stylesheet
   style.css - www.king-hamad.net
   Coded by: Monir Kh. Abu Hilal
             http://www.monirabuhilal.com/
			 monirabuhilal[at]gmail.com
			 monir_best[at]hotmail.com
 */
 
body{
	background:#311708;
	margin:0px;
	margin-top:2px;
	font: 70%/1.5em Tahoma, Verdana, Arial, sans-serif;
}
.PageHolder{
	width: 960px;
	margin:0 auto;

}
/* Header ====================================== */
.divHeader{
	background:#734e34;
	height:137px;
}
	.HeaderRight, .HeaderLeft{
		float:right;
		margin:4px;
		height:127px;
	}
	.HeaderRight{
		margin:0px;
		height:139px;
		width: 182px;

		margin-top:-2px;
	}
	.HeaderLeft{
		width: 766px;
	}
	
/* Top Navigation ====================================== */
.divTopNav{
	background: url(images/topNav_BG.jpg) repeat-x;
	height:32px;
	border-bottom: #b67c3c 1px solid;
}
	.TopNavBody{
		width:920px;
		margin: 0 auto;
		padding-top:6px;

	}


/* Page Body ====================================== */
.divBody{
	min-height:300px;
	background-color:#FFFFFF;
}
	.tdBodyRight{
		background: url(images/RightMenu_BG.jpg) no-repeat;
		width:187px;
	}
		.divRightMenu{
			margin:45px 20px 0px 22px;
			color: #333333;
		}
		.divRightMenu ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
			border: none;

		}
		.divRightMenu ul li {
			margin-bottom: 16px;
			padding-right: 16px;
			line-height:14px;
			background:url(images/RightMenu-Link-Arrow.jpg) no-repeat right top;
			background-position: right 3px;
		}
		.divRightMenu ul li a {
			font-size:10pt;
			color: #5d2d19;
			width:160px;
			line-height:normal;
			text-decoration:none;
		}
		
		.divRightMenu li a:hover, #vertmenu ul li a:focus {
			color: #666666;
			text-decoration:underline;
		}
		
	.tdBodyCenter{
	}
		.pageContent{
			margin: 20px 20px;
		}
			/* ScrollBars ====================================== */
				#divScrollPage{
					height:423px;
					width:750px;
					overflow:hidden; 
					float:right;
				}
				
				.scrollbar-vert{
					background-color: #F1F1F1; /*#F1F1F1;#DFCF93;*/
					height: 403px;
					width: 7px;
					margin-top:10px;
					float:right;
				}
				.handle-vert{
					width: 7px;
					height:70px  !important;
					background: #734E34;
				}
				
		.pageContent.withRight{
			width:530px;
		}

		
	.tdBodyCenter h3{
		font-size:14px;
		color:#990000;
	}
	
	.tdBodyLeft{
		
	}
		.LeftMenu{
			background:url(images/LeftMenu_End.jpg) right bottom;
			margin-top:10px;
			width:199px;
			min-height:400px;
		}
			.LeftMenuContent{
				background:url(images/LeftMenu_BG.jpg) center no-repeat;
				min-height:280px;
				margin: 0px 10px 10px 10px;
			}
	
/* Footer ====================================== */
.divFooter{
	color:#ffffff;
	background: url(images/footer_BG.jpg) repeat-x;
	height:26px;
	text-align:center;
	padding-top:6px;
}
	
	
	