/* Moin Uddin Hasan
   Bangladesh Online Limited
   email: mail2hasan@rocketmail.com
 */
 
* {
	margin: 0;
	padding: 0;
}
a {color: #682;}
a:hover {color: #9A6;}
body {
	background: url(img/bg.gif) repeat-y center top;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font: 11px Tahoma, Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	text-align:justify;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}
h1 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #654;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(img/bgdse.gif) repeat-y;
	margin: 0 auto;
	width: 1022px;
}

/* top */
.top {
	background: #1677aa;
	font: normal 2.4em Verdana,sans-serif;
	height: 70px;
	margin: 0px auto;
	padding-top:10px;
	width: 950px;
	position:relative;
}
.top span {margin-left: 15px;}

/* header */
.header {
	height: 180px;
	margin: 0 auto;
	width: 950px;
}
#search{
	padding-top:10px;
	position:relative;
	background: url(img/top.gif) no-repeat;
	height:38px;
	width:210px;	
	font: bold 14px 'Trebuchet MS', Sans-serif;
	color: #8fa687; /*768193;*/
	top:-42px; left:490px;
	vertical-align:middle;
}

.search a:link, .search a:visited { color: #768193; font: bold 13px 'Trebuchet MS', Sans-serif; text-decoration: none; }
.search a:active, .search a:hover { color: #8fa687; font: bold 13px 'Trebuchet MS', Sans-serif; text-decoration: none; }

.header h1#logo {
	position: relative;	
	font: bold 40px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #f1f1f1;
	margin: 0; padding: 0;		
	letter-spacing:.3em;
	/* change the values of left and top to adjust the position of the logo */
	top: 60px; left: -10px;
	text-align:right;
}

/* item */
.item {clear: both;}
/*.item .date {
	background:#939fb4; 				url(img/bgdate.gif) no-repeat;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}*/
.item .date div {padding-top: 4px;}
.item .date span {font: normal 2em serif; width:100px;}
.item .content {
	float: left;
	width: 950px;
}
.item .content2 {
	float: left;
	width: 950px;
	margin-left: 37px;
}

.item h1 {
	position:relative;
	height:40px;
	background: #939fb4;
	color: #FFF;
	line-height: 40px;
	margin-left: -15px;
}
.item .body {padding: 12px 12px;}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 208px;
}
.navigation h1 {
	background: #8fa687;
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #bdc7cb;
	list-style: none;
}
.navigation li a {
	background: #e1eeef url(img/bgnavigation.gif) repeat-x;	
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #F1F1F1;
	color: #553;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: 1.1em;
	line-height: 20px;
	margin: 0 auto;
	width: 950px;
	height:20px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {text-decoration: none; color: #DEC;}
.footer .right a:hover {color: #FFF;}

/* floats */
.left {float: left;}
.right {float: right;}

.beximco {
	margin: 0 auto;
	width: 950px;
	height:50px;
	background: none;
	border-bottom: 1px solid #9bb492;	
}
