/*
==============================================================
Theme Name: Ami 
Theme URI: http://gskhanal.com/
Description: Theme developed by <a href="http://ssuman.com.np/">Suman Shrestha</a> and <a href="http://gskhanal.com/">Ghanshyam Khanal</a>
Version: 1.5
Author: Suman Shrestha
Author URI: http://ssuman.com.np/

================================================================

*/

@charset "utf-8";
body {
	margin:0;
	padding:0;
	font-size:12px;
	color:#727272;
	background:#ececea url(images/bdy-bg.jpg) repeat-x;
	font-family:Tahoma, Geneva, sans-serifv;
}
* {
	outline:none;
}
.clr {
	clear:both;
}
div, h1, h2, h3, h4, p, ul, li, form {
	margin:0;
	padding:0;
}
a, img {
	border:none;
	outline:none;
	text-decoration:none;
}
p {
	font-weight: normal;
	line-height:17px;
}
ul, ol, li {list-style:none;}
h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#006600;
}
h3 {
	background:#642828;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:30px;
	color:#fff;
}

/*Wrapper*/
.wrapper {
	width:915px;
	margin:0 auto;
}
.header {
	height:97px;
	padding:0 7px 0 8px;
}
/*Logo*/
.logo {
	width: 115px;
	height: 92px;
	float:left;
	background:url(images/logo-trans.png) no-repeat;
}
.logo h1 a {
	width:115px;
	height:92px;
	text-indent:-3500px;
	display:block;
}

/*Search*/
.search {
	width:310px;
	float:right;
	height:30px;
	padding-top: 65px;
}
.searchField {
	width:200px;
	height:17px;
	border:#525352 1px solid;
	float:left;
	padding:3px 5px; 
}
.searchBtn {
	width:82px;
	height:25px;
	background:url(images/searchBtn.png) no-repeat;
	border:none;
	cursor:pointer;
	float:left;
	margin-left: 5px;
}

/*Banner*/
.banner {
	background:url(images/bannerbg-trans.png) no-repeat;
	width:899px;
	padding:8px 8px 0 8px;
	position:relative;
}
.frame {
	left:4px;
	position:absolute;
	top:4px;
}
.nav {
	height:44px;
	background:url(images/navtop.png) no-repeat top left;
}
.nav ul {list-style:none;}
.nav li {list-style:none; float:left;}
.nav li a {
	display:block;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#591919;
	background:url(images/seprater.png) no-repeat left top;
	padding:0 22px;
	line-height:38px;
}
.nav li:first-child a {background: none;}
.nav li a:hover, .nav li a.active {color:#006600;}

.content {
	background: url(images/content.png) repeat-y;
	margin:-1px 0 0 4px;
	padding: 10px 0 0 0;
}

.contentbar a {
	color:#642828;
}
.contentbar a:hover {text-decoration:underline;}

.sidebar {
	width:247px;
	float:left;
}
.sidebar h3 {
	padding:0 10px;
}
.vacancylist {list-style:none; padding:4px 0 10px 10px; background:url(images/menu-bg-trans.png) no-repeat top;}
.vacancylist li {list-style:none; font-size:14px; font-weight:bold; padding:8px 0 0 0; color:#000;}
.vacancylist li ul {list-style:none; padding:0 0 0 10px;}
.vacancylist li ul li {list-style:none; padding:1px 0;}
.vacancylist li ul li a {
	color:#642828;
	font-size:13px; 
	font-weight:normal; 
	display:block; 
	background:url(images/arrow-trans.png) no-repeat left;
	padding: 0 0 0 12px;
}
.vacancylist li ul li a:hover {text-decoration:underline;}
.sidebar .ceoTxt {
	padding:10px 8px 5px 8px;
}
.borImg {
	margin-right:5px;
	padding:2px;
	border:1px solid #642828;
}
a.sideA {
	color:#642828;
	float:right;
	margin-right:7px;
	margin-bottom:10px;
}
a:hover.sideA {text-decoration:underline;}

/*Content bar*/
.contentbar {
	width:630px;
	float:left;
	padding:0 0 0 20px;
}
.lady {
	background:url(images/right-lady.png) no-repeat right top;
}
.toptext {
	height:190px;
	padding-right:250px;
	padding-top:5px;
}
.line {
	width:100%;
	border-top:1px solid #642828;
	height:1px;
}

/*Shadow*/
.shadowBox {
	background:url(images/shadowboxtop-trans.png) no-repeat top;
	padding:15px 0 0 0;
	float:left;
	width:209px;
	margin:10px 1px 0 0;
}
.InnerShadow {
	background:url(images/shadowboxbg-trans.png) repeat-y;
	padding:0 0 0 12px;
	min-height: 215px;
}
.InnerShadow h4 {
	padding-bottom:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#000;
}
/*Footer*/
.footer {
	background:url(images/footer.png);
	width:100%;
	padding: 10px 0 20px 0;
}
.innerfooter {
	width:900px;
	margin:0 auto;
	text-align:center;
}
.footer p {color:#fff;}
.footer p a {color:#fff; text-decoration:underline;}
.footer p a:hover {text-decoration:none;}





