/*

Date: Wednesday, 21 November, 2007 11:49 AM
Developed By: Radiant InfoTech Nepal
Developer: http://meroblogs.blogspot.com

*/

* {

	margin: 0px;
	border: 0px;
}

body {
	background-color: #F8F8F8;
	color: #646464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		
}
a:link {
	color: #2D4720;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2D4720;
}
a:hover {
	text-decoration: underline;
	color: #69AA4A;
}
a:active {
	text-decoration: none;
	color: #2D4720;
}

#container{
	width: 900px;
	margin: 4px auto 0px auto;
}
#bodycon{
	width: 900px;
	margin: 0px auto 0px auto;
}
#bottomcon{

	width: 900px;
	margin: 0px auto 0px auto;
}
#toplink{

	width: 570px;
	
}

#toplink li{
	float: right;
	list-style:none;
	padding-left: 20px;
	
	
}
#bodypart{

	/*padding: 20px;*/
	padding: 20px 0px 20px 20px;
}
.heading{
	font-family: Tahoma;
	font-size: 13px;
	color: #2D4720;
}

.imgborder {
	background-color: #FFFFFF;
	padding: 6px;
	border: 1px solid #CCCCCC;
}
.imgborder2 {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.textbox{
	border:1px solid #8D2E0D;
	background-color:#ffffff;
	height:20px;
	width:150px;
	}	

.textboxgrnb{
	border:1px solid #739F10;
	background-color:#ffffff;
	height:20px;
	width:150px;
	}

.combostyle_enq
{
	border-left:1px;
	border-top:1px;
	border-right:1px;
	border-bottom:thin;
	border-style:solid;
	background-color:#ECF1EB;
	border-color:#BBD49B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
}
.txtfieldstyle_enq
{
	border-left:1px;
	border-top:1px;
	border-right:1px;
	border-bottom:thin;
	border-style:solid;
	background-color:#FFF;
	border-color:#BBD49B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:middle;
}	
.mainback{

background-image: url(images/topbackbg.jpg);
	background-repeat: repeat-x;
}
h2 {
	font-family: Tahoma;
	font-size: 15px;
	color: #82AD67;
}


/*.linkback {
	background-image: url(images/linkcont.jpg);
	background-repeat: no-repeat;
}*/
.dotdot {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position:5px;
}
.dotdot2 {
	border-bottom-width: 2px;
	border-bottom-color: #CCCCCC;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position:5px;
}
.readmore {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D4D0C8;
}
.imgborder{
padding:5px;
border-color:1px solid #FFFFFF ;
}
.buttonstyle{
background-color:#14831C;
color:#FFFFFF;
}
.txtfieldstyle{
border:solid 1px #82AD67;
font-size:12px;
}