/*-------------------------------
author: pusparaj
-------------------------------*/

/* background */

body{
	margin:0px;
	background: #434343;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2E3200;
	}
	
td{
	vertical-align:top;
	}

a:link a:visited a:active{
	text-decoration:underline;
	color:#D1D8DF;
	}

a:hover{
	text-decoration:none;
	color:#fff;
	}	
	
.rl{
	background:url(../images/rl.jpg) repeat-y top right;
	}

.rr{
	background:url(../images/rr.jpg) repeat-y top left;
	}

/* menu */

#menu {
	position: absolute;
	width:395px;	
	top:240px;
	}
	
#menu ul{
	font:bold 16px Arial, Helvetica, sans-serif;
	text-align:right;
	margin: 0 110px 0 0;
	list-style:none;
	}

#menu li a{
	color:#A9B155;
	text-decoration:none;
	list-style:none;
	padding: 0 20px 0 0;
	line-height:25px;
	background:url(../images/bullet.jpg) no-repeat center right;
	}
	
#menu li a:hover{
	text-transform: uppercase
	}

/* button */

.btn{
	color:#A9B155;
	font-size:10px;
	background:#2E3200;
	border:none;
	height:24px;
	cursor:pointer;
	}

.btn:hover{
	color:#fff;
	background:#596100;
	}
	
/* body */

.main_text{
	text-align:justify;
	}

.text_right{
	text-align:right;
	}

html>body li{
	list-style-image: url(../images/list.gif);
	margin: 0 0 0 -30px;
	}

li{
	list-style-image: url(../images/list.gif);
	margin: 0 0 0 16px;
	}

ul{
	margin: 10px 0 0 0;
	}

.error{
	color:#FFF;
	font-size:14px;
	background:#FF0000;
	padding:10px;
	}

.pic_border{
	border: 5px solid #CBD2D9;
	}

.pic_border02{
	border: 5px solid #9CA446;
	margin:0 0 5px 0;
	}

.pic_border02:hover{
	border: 5px solid #8A9236;
	margin:0 0 5px 0;
	background-color: #ffffff;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	/* for Mozilla */
	-moz-opacity:0.8;
  }

.pic_border03{
	border: 1px solid #7D858E;
	}

.rate{
	background:#596100;
	text-align:center;
	color:#A9B155;
	font-size:14px;
	height:40px;
	vertical-align:middle;	
	}

.border{
	color:#000;
	border:1px solid #9CA446;
	background-color:#D5DA9C;
	height:18px;
	width:224px;
	padding:3px 0 0 3px;
	}

.border1{
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #9CA446;
	background-color:#fff;
	height:18px;
	width:224px;
	padding:3px 0 0 3px;
	}

.borderb{
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #9CA446;
	background-color:#D5DA9C;
	width:470px;
	height:21px;
	padding:3px 0 0 3px;
	}

html>body .borderb{
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #9CA446;
	background-color:#D5DA9C;
	width:470px;
	height:21px;
	padding:0px 0 0 3px;
	}
	

/* footer */

#footer{
	font-size: 10px;
	text-align: left;
	color:#2E3200;
	}	
	
#footer a{
	font-size: 10px;
	color:#2E3200;
	text-decoration: none;
	}
	
#footer a:hover, visited{
	text-decoration: underline;
	}
