body, html {
	height: 100%;
	margin: 0;	
}
body {		
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;	
}
.main_body {
	width: 1024px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}
.main {	
	position: relative;
	padding-bottom: 229px;		
	width: 1024px;
	margin: 0 auto;
}
.footer {
	position: absolute;
	bottom: 0;
	height: 229px;	
	width: 1024px;
	clear: both;
	background: url(/design/images/foot_img.png) right bottom no-repeat;
}

a {
	color: #0093dd;
	text-decoration: underline;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0093dd;
}
ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
.header_menu ul {
	list-style: none;
}
/*--------------------------------------------------------------------------------------HEADER*/
.header_up_left, .header_up_right {
	width: 512px;
	float: left;
	padding-bottom: 10px;
}
.header_menu_left, .header_menu_right {
	width: 381px;
}
.header_menu_left {
	float: left;
}
.header_menu_right {
	float: right;
}
.header_up_left, .header_up_right {
	padding-top: 15px;
}
.header_up_right form {
	text-align: right;
	position: relative;
	top: 10px;
}
.header_menu_left h4, .header_menu_right h4 {
	display: block;
	width: 381px;
	height: 37px;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 12px;
}
.header_menu_left h4 {
	padding-left: 20px;
	width: 361px;
}
.header_menu_right h4 {
	padding-left: 45px;
	width: 336px;
}
.header_menu_left h4:hover, .header_menu_right h4:hover {
	background-position: 0 -51px;
	cursor: pointer;
	color: #0093dd;
}
.header_menu_left h4 {
	background: url(/design/images/left_item.png);
}
.header_menu_right h4 {
	background: url(/design/images/right_item.png);
}
.header_menu_left ul, .header_menu_right ul {
	display: none;
	border: 1px solid #ccc;
	position: absolute;
	width: 379px;
	background-color: #fefefe;
    z-index: 10;
}

.header_menu_left ul li, .header_menu_right ul li {
	border-top: solid 1px #eee;
	height: 30px;
	padding-left: 20px;
}
.header_menu_left ul a, .header_menu_right ul a {
	font-size: 14px;
	display: block;
	width: 359px;
	height: 25px;
	padding-top: 5px;
}
.header_menu_left:hover ul, .header_menu_right:hover ul {
	display: block;

	
}
.searchstring {
	border: none;
	background: url(/design/images/searchstring.png) center no-repeat;
	padding: 5px;
}
.searchbutton {
	border: none;
	background: url(/design/images/searchbutton.png) center no-repeat;
	width: 36px;
	height: 35px;
	cursor: pointer;
	margin-left: 10px;
}

/*--------------------------------------------------------------------------------------NODE*/
.node {
	clear: both;
	width: 1024px;
}
.node_gl {
	width: 100%;
	height: 100%;
	min-height: 480px;
	background: url(/design/images/bg.png) center top no-repeat;
	text-align: center;
}
.node_gl h3, .node_gl h1 {
	position: relative;
	top: 90px;
	margin-bottom: 20px;
	color: #ddd;
	z-index: 1;
}

.node_node {
	margin: 0 20px;
	padding: 20px 0;
	width: 984px;
}
/*--------------------------------------------------------------------------------------FOOTER*/
.foot_left, .foot_right {
	width: 330px;
	height: 140px;
	float: left;	
	margin-top: 89px;
	font-size: 15px;
}
.foot_right {
	height: 50px;
	padding-top: 90px;
}
.logo {
	display: block;
	width: 241px;
	height: 42px;
	background: url(/design/images/logo.png) center no-repeat;
	margin-top: 10px;
}
.foot_left p {
	color: #0093dd;
}
.foot_left div h1 {
	float: left;
	margin: 5px 10px 0 0
}
.right {
	font-size: 15px;
	padding-left: 80px;
	
}
.bee {
	font-size: 11px;
	color: #999;
	padding-left: 80px;
}
.bee a {
	font-size: 11px;
	color: #999;
}
.bee a:hover {
	text-decoration: none;
}
#feedback input[type="text"], #feedback textarea {
	width: 450px;
}
#feedback td {
	padding-bottom: 3px;
}
#feedback input[type="submit"] {
	width: 100px;
	height: 30px;
	border: 0;
	background: url(/design/images/button.gif) center no-repeat;
}
.MsoNormal input[type="text"] {
	width: 96%;
}
.breadcrumbs {
    margin-bottom: 40px;
}
.breadcrumbs a {
    font-size: 14px;
}
.right, .bee {
	padding-left:0;
}
table { 
	margin-bottom: 0;
}
