#header {
    position:relative;
}
#header h1 {
    text-indent: -9999px;
    display:block;
    float:left;
    position:absolute;
    left:0; 
}
#header h1 a {
    display: block;
    padding: 0;
}
#lev2nav{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:32px;
    clear:both;
}
#lev2nav ul {
    list-style: none;
}   
#lev2nav ul li {
    float: left;
    height: 32px;
}   
#lev2nav ul li a, #lev2nav ul li a:link {
    line-height: 32px;
    float:left;
    color: #fff;
    font-size: 12px;
    padding:0 9px 0;
    text-decoration: none;
    font-weight:bold;
}
#lev2nav ul li a:hover {
    color:#999;
    text-decoration: none;
}
form#searchForm {
    clear:both;
    position:absolute;
    bottom:32px;
    right:0;
    height:35px;
    width:404px;
    padding:8px 0 0 20px;
    z-index:100;    
}
form#searchForm input{
    float:left;
}
input#searchInput{
    width:298px;
    height:18px;
    font-size:14px;
    color:#333;
    border:0;
    padding:6px;
    margin-right:5px;
    background:url('http://media.nano-farm.com/images/common/site/bg_text.png') no-repeat 0 0;
}
input#searchInput:focus {
    background:url('http://media.nano-farm.com/images/common/site/bg_text_focus.png') no-repeat 0 0;
    color:#555;
}
input#searchsubmit {
    background:url('http://media.nano-farm.com/images/common/site/bg_search.png') no-repeat 0 0;
    float:left;
    text-align:center;
    padding:0;
    width:85px;
    color:#555;
    height:30px;
    border:0;
    font-weight:bold;
    cursor:pointer;
    text-transform:uppercase;
    font-size:11px;
    line-height:30px !important;
}
input#searchsubmit:hover {
    background:url('http://media.nano-farm.com/images/common/site/bg_search_hover.png') no-repeat 0 0;
    color:#777;
}
/* feed rss */
#feed-top {
	float:right;
	margin-top:10px;
	display:block;
	height:20px;
	width:49px;
	background:url('http://media.nano-farm.com/images/common/site/icon/rss_icon.png') no-repeat 0 0;
	text-indent:-9999px;
}
/* gray icon 
#feed-top.gray {
	background:url('http://media.nano-farm.com/images/common/site/icon/rss_icon_gray.png') no-repeat 0 0;
}
*/
/* tooltip */
.tooltip { 
	display:none;
	z-index:200;
}
.tooltip a { 
	text-decoration:underline;
	color:#ff6c00;
	font-weight:bold;
	font-size:12px;
}
.tooltip a:hover {
	color:#e00;
}
.tooltip p.bg_tooltip {
    background:transparent url('http://media.nano-farm.com/images/common/site/bg_tooltip.png') no-repeat 0  0;
    font-size:12px;
    height:59px;
    width:159px;
    padding:25px;
    color:#000;
} 
