/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	padding: 0px;
	margin: 0px;
	outline: none; 
}
/* *** */
body{font-family:verdana,arial;font-size:11px;margin:0px; line-height: 18px;}
p, font, span {
font-family:verdana,arial;font-size:11px;margin:0px; line-height: 18px;
}
p {

  margin-bottom: 15px;
}
a{color:#888;text-decoration:none;}
a:hover{text-decoration:underline;}
#website{width:775px;height:100%;margin:auto;}
#top{height:369px;}
#bar1{background-image:url('../img/bg_top_bar1.gif');background-repeat:no-repeat;width:514px;height:24px;float:right;clear:both;}
#bar1 div{float:left;border-left:1px solid #888;margin-top:10px;margin-left:19px;margin-right:6px;padding:0px;padding-left:8px;height:22px;line-height:11px;font-size:11px;}
#content{margin-top:20px;margin-bottom:20px;font-size:11px;color:#393939;}
#footer{height:56px;background-color:#888;margin-bottom:24px;}
#left{float:left;}
#right{float:right;}
#menu{position:absolute;top:322px;width:100%;height:29px; background-image:url('../img/bg_menu_bottom.gif');background-repeat:repeat-x;background-position:bottom;z-index:99;padding-left:}
#menu_item {width:775px;height:25px;margin:auto;}
#menu .item{height:100%;cursor:pointer;float:left;padding-left:7px;padding-right:26px;}
.item img{margin-top:11px;}
#menu .sep{float:left;height:100%;border-bottom:4px solid #FFF;width:2px;background-image:url('../img/bg_sep.gif');background-repeat:no-repeat;background-position:left bottom;}
#loader{vertical-align:center;text-align:center;height:100%;}
#landscape_img{width:775px;height:267px;}
.data{font-weight:bold;color:#8DC54C;}
#news div{cursor:pointer;margin-bottom:17px;}
.submenu{background-image:url('../img/submenu_bottom.png');background-repeat:no-repeat;background-position:bottom;height 128px;color:#FFF;}
.submenu a{color:#FFF;}
.submenu_holder{padding:17px;line-height:20px;background-image:url('../img/submenu_top.gif');background-repeat:no-repeat;background-position:right top;}
#submenu_bar{width:243px;margin-right:21px;}
#download{background-color:#8DC54C;}
#overlay{position:absolute;top:0px;left:0px;width:100%;height:200%;background-color:#000;z-index:999;cursor:pointer;}
#mywindow{position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:9999;cursor:pointer;}
#mywindow #placeholder{position:absolute;text-align:center;top:25.5%;left:40%;height:300px;padding:10px;background-color:#FFF;background-image:url('../img/bg_window.gif');background-repeat:no-repeat;background-position:right bottom;}

#phrase { position: absolute; top: 283px; margin-left: 488px; z-index:999;}


h2 {

  font-size: 13px!important;
  font-weight:bold;
}

/* pagination */

.pagination {
  
	margin-top: 20px;
	height: 20px;
	line-height: 20px;
	color: #666;
	font-size: 11px;
	clear: both;
}
.pagination div {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-right: 1px;
}
.pages {
	background: #FFF;
}
.pages:hover {
	background: #CCC; 
	color: #FFF;
	cursor: pointer;
}
.pages_selected {
	background: #666; 
	color: #FFF;
}
 
strong {
 
  font-weight: bold;
}