body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	scrollbar-face-color: #333333; 
	scrollbar-shadow-color: #D2D4D4; 
	scrollbar-highlight-color: #FFF; 
	scrollbar-3dlight-color: #333333; 
	scrollbar-darkshadow-color: #333333; 
	scrollbar-arrow-color:red; 
	scrollbar-base-color: #5E5E5E; 
	scrollbar-track-color:#FFF;

}

ul,li
{   
	margin: 0;   
	padding: 0;   
	list-style: none;   
}

#widget
{
	position: relative;
	width: 1000px;
}

.top_left
{
	position: absolute;
	top: 0px;
	left: 0px;
	width:32px;
	height:32px;
	background: url('../images/top_left.png') no-repeat;	
}
.top
{
	position: absolute;
	top: 0px;
	left: 32px;
	right: 32px;
	height:32px;
	background: url('../images/top.png') repeat-x;	
}
.top_right
{
	position: absolute;
	top: 0px;
	right: 0px;
	width:32px;
	height:32px;
	background: url('../images/top_right.png') no-repeat;	
}
.left
{
	position: absolute;
	top: 32px;
	left: 0px;
	bottom: 32px;
	width: 32px;
	background: url('../images/left.png') repeat-y;	
}
.center
{
	padding: 16px 17px 16px 17px;
	overflow: hidden;
}
.right
{
	position: absolute;
	top: 32px;
	bottom: 32px;
	right: 0px;
	width: 32px;
	background: url('../images/right.png') repeat-y;	
}
.bottom_left
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width:32px;
	height:32px;
	background: url('../images/bottom_left.png') no-repeat;	
}
.bottom
{
	position: absolute;
	left: 32px;
	bottom: 0px;
	right: 32px;
	height:32px;
	background: url('../images/bottom.png') repeat-x;	
}
.bottom_right
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width:32px;
	height:32px;
	background: url('../images/bottom_right.png') no-repeat;		
}
.triangle
{
	position: absolute;
	bottom: -10px;
	width:36px;
	height:36px;
	background: url('../images/triangle.png') no-repeat;		
}

#main
{
	position:relative;
	background: url('../images/back.jpg') no-repeat;
}

#logo
{
	position:relative;
	padding-top:5px;
	width:450px;
	height:80px;
	background: url('../images/logo.png') no-repeat;
}

#language
{
	position:absolute;
	top:20px;
	right:20px;
	color:#60b060;
	font-size:14px;
}

#language a
{
	color:#60b060;
	cursor:pointer;
	text-decoration:none;
}

#language a:hover
{
	color:#000;
}

#menus
{
	position:relative;
	padding-left:30px;
}

.menu
{
	position:relative;
	float: left;
	width: 90px;
	height: 50px;
	line-height: 38px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: white;
	cursor: pointer;
	z-index:1;
}

.selected_menu
{
	position:relative;
	float: left;
	width: 90px;
	height: 50px;
	line-height: 38px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: url('../images/menu.png') no-repeat;
	cursor: pointer;
	z-index:1;
}

.left_sub_menu
{
	position:absolute;
	left:-29px;
	top:40px;
	height: 28px;
	width: 70px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: url('../images/left_sub_menu.png') no-repeat;
	display: none;
	cursor: pointer;
	z-index:1;
}

.right_sub_menu
{
	position:absolute;
	left: 52px;
	top:40px;	
	height: 28px;
	width: 70px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: url('../images/right_sub_menu.png') no-repeat;
	display: none;	
	cursor: pointer;
	z-index:1;
}

.selected_left_sub_menu
{
	position:absolute;
	left:-29px;
	top:40px;	
	height: 28px;
	width: 70px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: url('../images/selected_left_sub_menu.png') no-repeat;
	display: none;	
	cursor: pointer;
	z-index:1;
}

.selected_right_sub_menu
{
	position:absolute;
	left: 52px;
	top:40px;	
	height: 28px;
	width: 70px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: url('../images/selected_right_sub_menu.png') no-repeat;
	display: none;	
	cursor: pointer;
	z-index:1;
}

#titles
{
	position:absolute;
	top:135px;
	width:230px;
}

#content
{
	position:absolute;
	bottom: 10px;
}

#news
{
	position:absolute;
	top:135px;
	left:20px;
	width:500px;
	height:400px;
}

#contact
{
	position:absolute;
	top:135px;
	left:20px;
	width:500px;
	height:400px;
}

.selected_title
{
	position:absolute;	
	height: 28px;
	width:230px;	
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;	
	text-align: center;
	color: #38c44a;
	background: url('../images/title.png') no-repeat;
	display: none;
	z-index:3;
}

.title1
{
	position:absolute;
	height: 28px;
	width:230px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;	
	text-align: center;
	color: white;
	background: url('../images/title70.png') no-repeat;
	display: none;
	z-index:2;
}

.title2
{
	position:absolute;
	height: 28px;
	width:230px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;	
	text-align: center;
	color: white;
	background: url('../images/title35.png') no-repeat;
	display: none;
	z-index:1;
}

.title3
{
	position:absolute;
	height: 28px;
	width:230px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;	
	text-align: center;
	color: white;
	background: url('../images/title10.png') no-repeat;
	display: none;
	z-index:0;
}

.text
{
	width:200px;
	float:left;
	padding-top: 10px;
	padding-left: 32px;
	line-height: 16px;
	font-size: 12px;
	text-align: left;
	color: white;
	background: url('../images/text.png') no-repeat;
	display: none;
}

#trademark
{
	position:absolute;
	left:35px;
	bottom:20px;
	color:white;
	font-size: 12px;
	font-family: Arial;	
	font-style: italic;
}

#trademark span
{
	color:#39c34a;
}

#file
{
	position:absolute;
	left:75px;
	bottom:5px;
	font-size: 12px;
	font-family: Arial;	
	z-index:1;
}

#file a
{
	color:white;	
	cursor:pointer;
	text-decoration:none;
}

#file a:hover
{
	color:black;
}

.dialog_back
{
	position:absolute;
	width:550px;
	height:375px;
	background:url('../images/dialog_back.png') no-repeat;
}

.dialog_close
{
	position:absolute;
	width:48px;
	height:48px;
	top:-20px;
	right:-20px;
	background:url('../images/dialog_close.png') no-repeat;
	cursor:pointer;
}

.dialog_maximize
{
	position:absolute;
	width:48px;
	height:48px;
	top:-20px;
	right:28px;
	background:url('../images/dialog_maximize.png') no-repeat;
	cursor:pointer;
}

.dialog_restore
{
	position:absolute;
	width:48px;
	height:48px;
	top:-20px;
	right:28px;
	background:url('../images/dialog_restore.png') no-repeat;
	cursor:pointer;
}

