/*-------------------------------
author: sabin shakya
-------------------------------*/

*{
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.jpg) #6CC300 repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

a{
	color: #B6B6B6;
	text-decoration:underline;
}

a:hover{
	color:#B6B6B6;
	text-decoration:none;
}

div{
padding:0;
margin:0;
font-family:tahoma;
font-size:11px;
color:#fff;
line-height:16px;
text-align:justify;}

h2{
font-family:tahoma;
font-size:1em,50%;
color:#FFFFFF;
padding:12px 0 12px 0; }

/**body**/
#main_body{
padding:12px 12px 0 12px;
margin:0 auto;
width:850px;
}

#body_cola{
padding:0;
margin:0;
width:68%;
float:left;}

#body_cola_1{
padding:0;
margin:0;
width:28%;
float:left;}

#body_cola_2{
padding:0;
margin:0;
width:70%;
float:right;}

#body_colb{
padding:0;
margin:0;
width:30%;
float:right;
}

#clear{
clear:both;
}

/* Header */

#header {
	width: auto;
	height: 235px;
	margin: 0 auto;
	background:url(../images/mainbanner_bg.jpg) no-repeat 150px 0 ;
}
	
#header .content{
	width: 897px;
	height: 198px;
	margin: auto;
}

	
#header .content2{
	width: 897px;
	height: 37px;
	margin: auto;
	position:relative;
	top:0;
}

/* Header */

#header #menu{
	background:url(../images/glowtab.gif) repeat-x top;
	height: 37px;
	margin: auto;
	padding:0;
}

#header #menu ul{
	list-style-type: none;
	margin:0;
	margin-left: 180px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}

#header #menu li{
	display:inline;
	margin:0;
}

#header #menu a{
	float:left;
	background:url(../images/glowtab-left.gif) no-repeat left top;
	margin:0;
	margin-right:30px; /*spacing between each tab*/
	padding:0 0 0 11px;
	text-decoration:none;
}

#header #menu a span{
	float:left;
	display:block;
	background:url(../images/glowtab.gif) no-repeat right top;
	padding: 10px 17px 8px 7px;
	color:#FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header #menu a span {float:none;}
/* End IE5-Mac hack */

#header #menu a:hover span {
color: white;
}

#header #menu #current a{ /*Selected Tab style*/
background-position:0 -37px; /*Shift background image up to start of 2nd tab image*/
}

#header #menu #current a span{ /*Selected Tab style*/
background-position:100% -37px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

#header #menu a:hover{ /*onMouseover style*/
background-position:0% -37px; /*Shift background image up to start of 2nd tab image*/
}

#header #menu a:hover span{ /*onMouseover style*/
background-position:100% -37px; /*Shift background image up to start of 2nd tab image*/
}

[if IE]>
#header #menu p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
<![endif]	


#rightmenu ul{
margin:0;
padding:0;
}

#rightmenu li{
width:40%;
margin:0 0 0 -20px;
padding:0;
background:url(../images/bul.gif) no-repeat 0 5px;
list-style:none;
}

#rightmenu li a{
line-height:18px;
display:block;
padding: 0 0 0 15px;
text-decoration:none;
color:#fff;
}

#rightmenu li a:hover{
background:url(../images/contain_bg.gif) repeat-x;
text-decoration:none;
color:#fff;
font-family:Tahoma;
font-size:11px;
list-style:none;
}



/**dowmpart**/

#down{
margin:auto;
padding:75px 0px 0 0px;
width:885px;
z-index:10;
position: absolute;
}

#menu_list{
padding:0;
left:200px;
margin:0;
position:absolute;
float:left;
width:20%;
}

#menu_list1{
padding:0;
margin:0 0 0 70px;
left:60%;
position:absolute;
float:right;
width:30%;
}

/**down_menu**/

#downmenu ul{
margin:0;
padding:0;
}

#downmenu li{
margin:0 0 0 30spx;
padding: 0px 12px 0 20px;
background:url(../images/bullets.png) no-repeat 0 5px;
list-style:none;
}

#downmenu li a{
line-height:18px;
display:block;
padding: 15px 12px 0 20px;
text-decoration:none;
color:#fff;
}

#downmenu li a:hover{
text-decoration:none;
color:#fff;
font-family:Tahoma;
font-size:11px;
list-style:none;
}

/**footer**/

#footer{
padding:0;
margin:auto;
}


/** contactpage**/

#contactbody_cola{
padding:0;
margin:0;
width:40%;
float:left;}

#contactbody_colb{
padding:0;
margin:0;
width:50%;
float:right;
}


.il{
	float:left;
	width:10px;
	height:23px;
}

.ir{
	float:left;
	width:11px;
	height:23px;
	
	}
.textbox {
	float:left;
	margin: 0px;
	padding: 6px 0 0 0;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	border:0;
	background-image: url('../images/textboxbg.jpg');
	background-repeat: repeat-x;
	height:17px;	
}


.textarea{
    font-family:tahoma;
    font-size:11px;
    color:#000000;
	float:left;
	width:238px;
	border:0;
	height:80px;
	background:url('../images/textboxbg.jpg')  #fff repeat-x;
	border:0;
	padding:6px 0 0 10px;
	margin:0;
}