﻿
#pub_header a{
 	text-decoration: none;
	cursor: pointer;
	color: #052C74;
}
#pub_header a:hover{
 	text-decoration: none;
	cursor: pointer;
}

#pub_header{
/* 	width: 99%; */
	padding-bottom: 4px;
	padding-top: 8px;
	font-family:  Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	color: #000;
	font-weight: normal;
}
.pub_floatl{
	float: left;
	display: inline;
}

.pub_dynamic_big{
	float: left;
	background-position: center center;
	width: 350px;
	height: 258px;
}
.pub_dynamic_small{
	background: url('../images/dynamic_bg.png') no-repeat;
	display: block;
	width: 103px;
	height: 82px;
	padding: 3px 0 0 3px;
	margin-bottom: 2px;
}
.pub_dynamic_small:hover{
	background: url('../images/dynamic_bg_a.gif') no-repeat;
	display: block;
	width: 103px;
	height: 82px;
	padding: 3px 0 0 3px;
	margin-bottom: 2px;
}
.pub_dynamic_small_a{
	background: url('../images/dynamic_bg_a.gif') no-repeat;
	display: block;
	width: 103px;
	height: 82px;
	padding: 3px 0 0 3px;
	margin-bottom: 2px;
}

.pub_zle{
/* 	clear: both; */
	width: 336px;
	height: 74px;
	line-height: 120%;
	color: #fff;
	margin-top: 143px;
	padding: 3px 7px;
	background-image: url('../images/transperant.png');
	background-repeat: no-repeat;
	background-image: expression('none');
	background-repeat: expression('no-repeat');
 	filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.fishreactor.com/images//transperant.png', sizingMethod='scale')");
}
.pub_zle a{
	color: #fff;
	text-decoration: none;
}
.pub_zle a:hover{
	color: #fff;
	text-decoration: underline;
}

.pub_zle div{
	color:white;
}

#pub_header h3{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 3px;
}


