* {font-size: 100.01%;}
html {font-size: 62.5%;}
html {overflow: -moz-scrollbars-vertical;}

body{
	font:1.2em"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#58595b;
	min-width:1024px;
	background:#788f9d url(../images/bg-body.gif) repeat-x;
	margin:0;
}
img {border-style: none;}
a{text-decoration:none;
	color:#000;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}

#wraper{
	width:100%;
	position:relative;
	overflow:hidden;
}
.holder{
	width:1024px;
	float:left;
	left:50%;
	position:relative;
}
.conteiner{
	width:1024px;
	float:left;
	left:-50%;
	position:relative;
}
/*header start*/
#header{
	width:1024px;
	overflow:hidden;
	background:#fff url(../images/bg-header.jpg) no-repeat;
}
#header h1{
	margin:16px 0 8px 4px;
}
#header h1 a{
	/*background:url(../images/logo-inner.gif) no-repeat;*/
	display:block;
	width:177px;
	height:124px;
	text-indent:-9999px;
	overflow:hidden;
}
#header a#request-info-btn,
#header-index a#request-info-btn{
	position: absolute;
	right: 10px;
	z-index: 300;
	top: 0px;
	display: block;
	height: 70px;
	width: 195px;
	background-image: url(../images/request_info_button.png);
	background-position: bottom left;
	overflow: hidden;
	text-indent: -1000px;
	
}
/*header end*/
/*main start*/
#main{
	overflow:hidden;
	width:100%;
	position:relative;
	padding:37px 0 0;
	background:#fff;
}
.content{
	width:100%;
	overflow:hidden;
	padding-bottom:12px;
}
/*navigation start*/
#nav-wraper{
	width:100%;
	background:url(../images/bg-navigation.gif) repeat-x;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	z-index:200;
}
.nav-holder{
	float:left;
	left:50%;
	position:relative;
}
.nav-holder ul{
	float:left;
	left:-50%;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}
.nav-holder ul li{
	float:left;
	background:url(../images/bg-nav-li.gif) no-repeat 0 2px;
	height:37px;
	position:relative;
}
.nav-holder ul li:first-child{
	background:none;
}
.nav-holder ul li a{
	display:block;
	padding:6px 14px 9px 13px;
	color:#fff;
	font-size:1.25em;
	line-height:1.47em;
}
.nav-holder ul li a span{
	background:url(../images/boolet.png) no-repeat;
	width:16px;
	height:15px;
	float:left;
	margin:3px 4px 0 0;
	cursor:pointer;
}
.nav-holder ul li:hover a,
.nav-holder ul li.hover a,
.nav-holder ul li.active a{
	text-decoration:none;
	background:#185432;
}
.nav-holder ul li:hover div.drop1,
.nav-holder ul li.hover div.drop1{
	display:block;
}
.nav-holder ul li div.drop1{
	position:absolute;
	top:37px;
	left:0;
	width:197px;
	display:none;
}
.nav-holder ul li div.drop1 div.dropdown-t{
	background:url(../images/bg-first-lvl-dropdown-t.png) no-repeat;
	width:197px;
	height:6px;
	overflow:hidden;
}
.dropdown-c{
	background:#185432;
	width:100%;
}
.dropdown-c:after{
	content:"";
	display:block;
	clear:both;
}
.dropdown-b{
	background:url(../images/bg-first-lvl-dropdown-b.png) no-repeat;
	width:100%;
	height:34px;
	overflow:hidden;
}
.dropdown-c ul{
	left:0;
	width:100%;
	margin:0 0 -26px;
	position:relative;
	z-index:999;
}
.dropdown-c ul li{
	width:100%;
	height:1%;
	border-top:1px solid #256d46;
	position:relative;
}
.dropdown-c ul li:first-child{border:none;}
.dropdown-c ul li a{
	background:none !important;
	height:1%;
	padding:6px 14px 7px 11px;
	text-align:left;
}
.dropdown-c ul li:hover a,
.dropdown-c ul li.hover a{background:#0c4123 !important;}
.nav-holder ul li div ul li div.drop2{
	position:absolute;
	top:-2px;
	left:197px;
	visibility:hidden;
	width:197px;
}
.nav-holder ul li div ul li a{font-size:1em;}
.nav-holder ul li div ul li div.drop2 div.dropdown2-t{
	background:url(../images/bg-second-lvl-dropdown-t.png) no-repeat;
	width:197px;
	height:5px;
	overflow:hidden;
}
.nav-holder ul li div ul li div.dropdown2-c{
	background:url(../images/bg-second-lvl-dropdown-c.gif) repeat-y;
	height:1%;
	padding:0 1px;
}
.nav-holder ul li div ul li div.dropdown2-c:after{
	content:"";
	clear:both;
	display:block;
}
.nav-holder ul li div ul li div.dropdown2-b{
	background:url(../images/bg-second-lvl-dropdown-b.png) no-repeat;
	width:197px;
	height:34px;
	overflow:hidden;
}
.nav-holder ul li div ul li div.dropdown2-c ul li a{
	background:none !important;
	height:1%;
}
.nav-holder ul li div ul li:hover div.drop2,
.nav-holder ul li div ul li.hover div.drop2{visibility:visible;}
.nav-holder ul li div ul li div.dropdown2-c ul li.hover a,
.nav-holder ul li div ul li div.dropdown2-c ul li:hover a{background:#0c4123 !important;}
/*navigation end*/
/*primary start*/
.primary-t{
	background:url(../images/bg-primary-t.gif) no-repeat;
	padding-top:59px;
	width:783px;
	margin:12px 0 0 13px;
	position:relative;
	float:left;
	display:inline;
}
.primary-b{
	background:url(../images/bg-primary-b.gif) no-repeat 0 100%;
	padding-bottom:52px;
	width:100%;
}
.primary-c{
	background:url(../images/bg-primary-c.gif) repeat-y;
	width:100%;
}
.bread-crumbs{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:4px;
	left:18px;
}
.bread-crumbs li{
	float:left;
	margin-right:4px;
}
.bread-crumbs li span{
	font-size:1em;
	color:#185432;
	text-decoration:underline;
	float:left;
}
.bread-crumbs li a{
	color:#58595b;
	background:url(../images/bg-breacrumbs-licnk.gif) no-repeat 100% 7px;
	padding-right:9px;
}
.head-holder{
	background:url(../images/bg-head-holder.gif) no-repeat 0 100%;
	position:absolute;
	top:45px;
	left:20px;
	width:100%;
}
.head-holder h2{
	color:#007f3c;
	font-size:1.25em;
	margin:0 0 4px;
}
.primary-content{
	padding:37px 0 0 62px;
	width:615px;
}
.primary-content {
	min-height:250px; 
	height:auto;
	}
/* for Internet Explorer */
	/*\*/
* html .primary-content {
	height: 250px;
	}

.primary-content h3{
	margin:0;
	font-size:1.42em;
	color:#58595b;
	font-weight:normal;
}
.primary-content p{
	margin:17px 0 0 1px;
	padding-bottom:1px;
}
/*primary end*/
/*sidebar start*/
.sidebar{
	float:left;
	width:225px;
	overflow:hidden;
	padding-top:15px;
}
.sidebar-nav-c{
	background:url(../images/bg-sidebar-nav-c.gif) repeat-y;
	width:100%;
	overflow:hidden;
	margin-left:19px;
}.sidebar-nav-t{
	background:url(../images/bg-sidebar-nav-t.gif) no-repeat;
	width:206px;
	padding-top:5px;
}
.sidebar-nav-b{
	background:url(../images/bg-sidebar-nav-b.gif) no-repeat 0 100%;
	width:186px;
	padding:0 10px;
}
.sidebar-nav-b ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	z-index:100;
}
.sidebar-nav-b ul li{
	width:100%;
	float:left;
	
	border-bottom: 1px dashed #185432;
	padding:4px 0 2px;
}
.sidebar-nav-b ul li:hover,
.sidebar-nav-b ul li.active {
	background:url(../images/sidebar-hover.gif) no-repeat 0px 4px;
}
.sidebar-nav-b ul li.spr-ir-category,
.sidebar-nav-b ul li.spr-ir-category:hover {
	background: url(../images/sidebar-cat-bg.gif);
	height: 30px;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: none;
	padding-left: 12px;
	color: #777;
}
	
.sidebar-nav-b ul li:last-child{border-bottom:none;}
.sidebar-nav-b ul li span{
	background:url(../images/sidebar-boolet.png) no-repeat;
	float:left;
	margin:7px 4px 0 0;
	width:13px;
	height:14px;
}
.sidebar-nav-b ul li a{
	float:left;
	min-height: 27px;
	height: auto;
	padding:3px 0 0 10px;
	color:#007000;
	width:176px;
	font-size:1.25em;
}
.sidebar-nav-b ul li a:hover,
.sidebar-nav-b ul li.active a{
	color:#fff;
	text-decoration:none;
	background:url(../images/sidebar-hover.gif) no-repeat bottom;
}
.sidebar-nav-b ul li.research-report  {
	border: none;
	background: url(../images/avalon_report.png) no-repeat left center;
	line-height: 50px;
	}
.sidebar-nav-b ul li.research-report a {
	background: none;
	text-decoration: none;
	padding-left: 60px;
	font-weight: bold;
	color: #185432;
	border-top: 1px solid #F7F7F7;
	border-bottom: 1px solid #F7F7F7;
	}
.sidebar-nav-b ul li.research-report a:hover {
	background: none;
	text-decoration: underline;
	color: #185432;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
/*sidebar end*/
/*footer start*/
#footer{
	background:#0b3b1e url(../images/bg-footer.gif) no-repeat;
	width:1003px;
	margin:0 0 7px 16px;
	overflow:hidden;
	text-align:center;
	padding:10px 0 12px;
	color: #fff;
}

#footer ul{
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
	text-align:center;
}
#footer ul li{
	display:inline;
	background:url(../images/footer-split.gif) no-repeat 0 4px;
	padding:0 9px 0 11px;
}
#footer ul li:first-child{
	background:none;
}
#footer ul li a,
#footer a{color:#fff;}
/*footer end*/
/*main end*/
/*index page start*/
/*header start*/
#header-index{
	background:#fff url(../images/bg-header-index2.jpg) no-repeat;
	overflow:hidden;
	height:1%;
}
#header-index h1{
	margin:0 0 231px 3px;
}
#header-index h1 a{
	/*background:url(../images/logo.gif) no-repeat;*/
	display:block;
	width:249px;
	height:169px;
	overflow:hidden;
	text-indent:-9999px;
}
#header-index #tooltips {
	position: absolute;
	z-index: 300;
	top: 230px;
	left: 440px;
	color: #fff;
}
#header-index #tooltips a {
	display: block;
	height: 30px;
	width: 220px;
	margin-bottom: 3px;
	cursor:pointer;
	overflow: hidden;
	text-indent: -999px;
}
#tt {position:absolute; display:block; background:url(../images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(../images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(../images/tt_bottom.gif) top right no-repeat; overflow:hidden}
/*header end*/
/*main start*/
/*primary start*/
.primary-index-t{
	background:url(../images/primary-index-t.gif) no-repeat;
	width:670px;
	padding-top:26px;
	margin:4px 0 0 14px;
	position:relative;
	float:left;
	display:inline;
}
.primary-index-c{
	background:url(../images/primary-index-c.gif) repeat-y;
	overflow:hidden;
	height:1%;
}
.primary-index-b{
	background:url(../images/primary-index-b.gif) no-repeat 0 100%;
	padding:0 2px 26px 1px;
	min-height:232px;
	overflow:hidden;
}
* html div.primary-index-b{
	height:232px;
}
.image{
	width:330px;
	height:282px;
	position:absolute;
	top:1px;
	right:1px;
	overflow:hidden;
}
.primary-index-b div.head-holder{
	top:31px;
	left:25px;
	z-index:100;
}
.primary-index-b div.head-holder h2{margin-bottom:6px;}
.text{
	width:285px;
	margin:37px 0 0 25px;
	float:left;
	display:inline;
}
.text p{
	margin:12px 0;
}
/*primary end*/
/*sidebar start*/
.sidebar-index{
	width:321px;
	float:left;
	margin:4px 0 0 4px;
	display:inline;
	background:url(../images/bg-sidebar.jpg) no-repeat;
	padding:5px 4px 5px 5px;
	min-height:272px;
}
* html div.sidebar-index{height:272px;}

.head-wraper{
	background:url(../images/bg-head-sidebar.gif) no-repeat;
	width:100%;
	height:39px;
	overflow:hidden;
}
.sidebar-index h3{
	font-size:1.25em;
	color:#fff;
	margin:10px 0 0 17px;
}
.sidebar-index ul{
	list-style:none;
	margin:0 0 0 15px;
	padding:15px 0 0;
}
.sidebar-index ul li{
	width:280px;
	overflow:hidden;
	vertical-align:top;
	background:url(../images/index-sidebar-li.gif) no-repeat 100% 100%;
	margin-bottom:6px;
}
.sidebar-index ul li span{
	background:url(../images/sidebar-boolet.png) no-repeat;
	width:13px;
	height:14px;
	float:left;
	margin:7px 6px 0 0;
}
.sidebar-index ul li a{
	float:left;
	font-size:1.25em;
	color:#007000;
	padding-bottom:10px;
}
.sidebar-index ul li.special span {
	background:url(../images/sidebar-boolet-special.png) no-repeat;
}
.sidebar-index ul li.special a {
	font-weight: bold;
	color: #0A5B78;
	font-size: 16px;
}
/*main end*/
/*index page end*/

/*********************************
  Client area
  *********************************/
.clear {
  clear: both;
  }
#client-block {
  display: block;
  width: 200px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 8px;
  padding: 10px;
  }
#client-block h4 {
  text-align: center;
  font-size: 15px;
  margin: 0px;
  float: none;
  }
#client-block h4 img {
  height: 80px;
  padding: 5px;
  border: 2px solid #ccc;
  margin-bottom: 10px;
  }
#client-block ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-top: 1px solid #efefef;
  padding-top: 10px;
  margin-top: 10px;
  text-align: center;
  }
#client-block ul li {
  display: inline;
  padding-right: 10px;
  padding-left: 12px;
  border-left: 1px solid #efefef;
  }
#client-block ul li.first {
  border-left: none;
  }

h1.client-title {
	float: left;
	color: #7ABB95;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #C1E0D0;
}

