/* CSS Document */
/* ####################################################################################################### */
/* ### LAYOUT ############################################################################################ */
/* ####################################################################################################### */
/*div{border:#000 1px solid;}*/

body{
	margin:0px;
	padding:0px;
	background:#efece8;
	color:#7b2e1a;
	font:12px Arial, Helvetica, sans-serif;
	}

a:link, a:visited{
	text-decoration: none;
	color:#7b2e1a;
	}
a:hover{
	text-decoration:underline;
	}

#mainFrame {
	position:relative;
	width:745px;
	margin:0 auto;
	background:#fff;
	/*border:#000 1px solid;*/
	}
img{
	border:none;
	float:left;
	}
h1{
	font-size:15px;
	font-weight:normal;
	padding:0 0 15px 15px;
	margin:0px;
	}
.fixed_height{
	height:325px;
	}
p, span{
	margin:0;
	padding:0;
	}
.float_right{
	float:right;
	}
.bold{
	font-weight:bold;
	}
/* ####################################################################################################### */


/* ---------------  SHADOWS  -------------------*/
#header_shadow{
	position:absolute;
	top:0px;
	left:745px;
	}	
#label_shadow{
	position:absolute;
	top:185px;
	left:-6px;
	}

/* ---------------  HEADER  -------------------*/
#header{
	width:745px;
	height:101px;
	background:#7b2e1a url(../images/header_html.jpg) no-repeat;
	/*border:#000 1px solid;*/
	}
#gulshan{
	width:300px;
	text-align:right;
	float:left;
	}
#promo{
	float:left;
	padding:20px 0 0 50px;
	font-size:16px;
	color:#ccc;
	border:#fff 0px solid;
	}
#header h1 a{
	font:bold 40px "Times New Roman", Times, serif;
	color:#fff;
	padding:10px 0 5px 15px;
	display:block;
	margin:20px 0 0 0;
	text-decoration:none;
	line-height:0px;
	}
#header h2{
	font:normal 24px Arial, Helvetica, sans-serif;
	color:#ded8c4;
	padding:0px 0 0 15px;
	margin:0px;
	}
/* ---------------  PAGE LABEL --------------------*/

.label{
	background:url(../images/page_label.jpg) no-repeat;
	width:129px;
	height:46px;
	position:absolute;
	}
#label_main{
	top:85px;
	left:0px;
}
#label_sub{
	top:40px;
	left:0px;
}

.label_text{
	font:24px Arial, Helvetica, sans-serif;
	color:#797979;
	position:absolute;
	top:8px;
	left:10px;
	}
/* ------------------  NAV BAR  -----------------------*/
.nav_bar{
	width:509px;
	height:30px;
	margin:0 0 0 230px;
	padding:0 0 0 6px;
	}
.nav_bar ul{
	display:inline;
	margin:0;
	padding:0;
	}
.nav_bar ul li{
	display:inline;
	}
.nav_bar ul li a{
	font-weight:bold;
	color:#999;
	border-left:#a3a3a3 1px solid;
	border-right:#fff 1px solid;
	/*padding:0px 17px;*/
	padding:0px 9px;
	float:left;
	margin-top:4px;
	}
.nav_bar ul li a:hover{
	color:#797979;
	text-decoration:none;
	}
.nav_bar ul li #link-home{
	border-left:none; 
	}
.nav_bar ul li #link-about{	
	border-right:none;
	}
#home{
	background:url(../images/nav_bar.jpg) no-repeat;
	}
#sub{
	background:url(../images/nav_bar_sub.jpg) no-repeat;
	}
	
/* ------------------  SITE LINKS  -----------------------*/
#site_links{
	font-size:11px;
	text-align:center;
	color:#999;
	padding:0 0 14px 0;
	}
#site_links ul{
	display:inline;
	margin:0;
	padding:0;
	}
#site_links ul li{
	display:inline;
	}
#site_links a:link, a:visited{
	color:#999;
	text-decoration:none;
	}
#site_links a:hover{
	color:#7b2e1a;
	}
