body {
	background: #f0f0f0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	color: #3a9204;
		
}
a:hover {
	text-decoration: none;
}
#wrap {
	width: 1003px;
	margin: 0 auto;
	background: #f2f2f2;
	overflow: hidden;
}
#header {
	background: url(../images/bg_header.jpg) no-repeat;
	height: 265px;
	position: relative;
	z-index: 2;
}
#logo {
	text-indent: -9999px;
	display: block;
	width: 330px;
	height: 64px;
	position: absolute;
	background: url(../images/logo.png) no-repeat;
	left: 33px;
	top: 97px;
}
#icons {
	position: absolute;
	left: 70px;
	top: 34px;
}
#icons img{
/*	padding: 0 19px 0 18px;
	background: url(../images/icon_dots.png) right center no-repeat; */
}
#icons .dots {
	padding: 8px 20px;
}
#top_menu {
	position: absolute;
	z-index: 10;
	background: url(../images/bg_top_menu.png) repeat-x;
	height: 33px;
	width: 690px;
	left: 16px;
	top: 188px;	
}
#top_menu ul{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../images/bg_top_menu_end.png) right top no-repeat;	
	height: 33px;
}
#top_menu ul li{
	float: left;
	font-size: 13px;	
}
#top_menu ul li.active {
	background: url(../images/bg_top_menu_active.png) repeat-x;
}
#top_menu ul li.active a{
	text-decoration: none;
}

#top_menu ul li a{
	font-weight: bold;
	color: #333;
	display: block;
	line-height: 13px;
	padding: 8px 10px 12px 8px;
	background: url(../images/top_arrow.png) top right no-repeat;
}
#lang {
	position: absolute;
	left: 0;
	bottom: 0px;
	padding: 0 0 13px 0;	
	width: 320px;
	background: url(../images/bg_header2.jpg) left bottom no-repeat; 
	text-align: center;
}
#lang a{
	color: #fff;
	font-size: 12px;
/*	padding: 0 23px;
	background: url(../images/icon_dots.png) right center no-repeat; */
}

#lang .dots {
	padding: 0px 20px;
}

#content {
	margin-top: -13px;
	padding: 0 30px 0 12px;
	position: relative;
	z-index: 1;
}
#left_column {
	width: 288px;
	padding-top: 13px;
	vertical-align: top;
/*	background: #fff url(../images/bg_left_col.png) left 15px repeat-y; */
}
#main_column {
	vertical-align: top;
/*	padding-bottom: 16px; */
}
#main_column .shadow{
	margin-bottom: 16px;
}
#footer {
	height: 70px;
	background: url(../images/bg_footer.png) no-repeat;
	position: relative;
	margin-top: -16px; 
	z-index: 0;
}
#counter {
	position: absolute;
	top: 36px;
	left: 109px;
}
#bottom_menu {
	position: absolute;
	top: 33px;
	right: 50px;
}

#bottom_menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#bottom_menu ul li{
	float: left;
	font-size: 12px;	
}
#bottom_menu ul li a{
	color: #fff;
	display: block;
	line-height: 14px;
	padding: 0px 10px;

}
.shadow {
	padding-left: 9px;
	background: url(../images/shadow.jpg) left top no-repeat;
}
.padding {
	background: #fff;
	padding: 10px 10px 18px 18px;
}

#main_column .padding {
	padding-top: 20px;
}

#main_column h1, #left_column h3 {
	font-weight: bold;
	font-size: 16px;
	background: url(../images/bg_header1.png) right bottom;
	margin: 13px 0;
}
#main_column h1 span, #left_column h3 span{
	background: url(../images/bg_header2.png) left top no-repeat;
	padding: 6px 5px 8px 15px;
	line-height: 16px;
	display: block;
}
#left_column h3 {
	margin-top: 10px;
}
td#box1 {
	background: #f0f0f0 url(../images/bg_box1.jpg) left center no-repeat;
	height: 180px;
	padding: 10px 10px 10px 135px;
	vertical-align: center;
	border-bottom: 1px dashed #fff;
}
td#box2 {
	background: #f0f0f0 url(../images/bg_box2.jpg) left center no-repeat;
	height: 180px;
	padding: 10px 10px 10px 135px;
	vertical-align: center;
	border-bottom: 1px dashed #fff;
}


/**************************************************/
#top_menu ul li.dropdown {
	position: relative;
}

#top_menu ul li.dropdown div.submenu {
	display: none;  
	position: absolute; 
	top: 25px; 
	left: 20px;
	z-index:200;
	padding: 0px;
	width: 200px; 
	cursor: pointer;
	float: none;
	background: #852e00;
	border: 3px solid #fff;
}

#top_menu ul li.dropdown:hover div.submenu { 
	display: block; 
}
* html #top_menu ul li.dropdown a:hover {
	position:relative; 
}

* html #top_menu ul li.dropdown a:hover div.submenu{
	display: block; 
}
* html #top_menu ul li.dropdown a:hover div.submenu table td ul li{
	border: 1px #852e00 solid;
}

#top_menu ul li ul.submenu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: static;
	background: none; 
	padding: 10px;
	height: auto;
}
#top_menu ul li ul.submenu li{
	background: none;
	margin: 0;
	float: none;
}
#top_menu ul li ul.submenu li a{
	color: #fff;
	padding: 5px;
	background: transparent url(../images/line.png) bottom repeat-x;
	font-weight: normal;
	text-decoration: none;
}
table.photo {
	background: #f3f3f3;
}
table.photo td{
	text-align: center;	
	vertical-align: middle;
	padding: 3px;
}
.hr {
	background: url(../images/bg_hr.png) repeat-x;
	border: none;
	line-height: 3px;
	height: 3px;
	padding: 0;
	margin: 15px 0;
}
ul.left_menu {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
ul.left_menu li{
	padding: 5px 5px 5px 14px;
	margin: 15px 0;
	background: #f0f0f0 url(../images/menu_pointer.png) 4px 10px no-repeat;;
}
ul.left_menu li a{
	color: #333;
	font-weight: bold;
	line-height: 12px;
}
.top {
	background: #f0f0f0;
}
.top td{
	padding: 5px;
	vertical-align: top;
}
.top tr.odd {
	background: #fff;
}
.interview {
	padding: 10px 10px 10px 40px;
	background: #f3f3f3 url(../images/bg_interview.png) left 10px no-repeat;
	border-top: solid 1px #bdbdbd;
}
.interview p {
	margin: 0;
}
.interview a {
	color: #333;
	font-weight: bold;
}
.slide {
	text-align: center;
}
.slide img{
	padding: 0 15px;
	background: #f3f3f3;
	margin-bottom: 20px;
}
a.book_name {
	display: block;
	padding: 10px 5px;
	background: #f3f3f3;
	border-top: solid 1px #bdbdbd;
	text-align: center;
	font-weight: bold;
	color: #333;
}
h4 {
	font-size: 16px;
}
