﻿#logo {
    margin: 0 0 0 10px;
}
#logo h1 a {
    background: transparent url(../images/bg_logo.png) left top no-repeat;
    width: 280px;
    height: 150px;
    position: absolute;
    top: 25px;
    z-index: 0;
	text-indent: -9999px;
}
#logo h1 a:hover {
    background: transparent url(../images/bg_logo.png) left bottom no-repeat;
}

.smallSearchForm 
{
	position: absolute;top: 55px;margin-left: 680px; font-size:12px;
}

#topbar 
{
    height: 25px;
    width: 300px;
    position: absolute;
	padding-top:3px;
    top: 28px;
    /*margin-left:335px;*/
    margin-left: 675px;   
	background: url(../images/topbar.png) no-repeat;	
	font-family:Verdana, sans-serif;
	font-size:11px;
	text-align:center;

}
#topbar .red a
{
	color:#525151;
	text-decoration:none;
		font-weight:bold;
}
#topbar .red a:hover
{
	color:#B84434;
	text-decoration:underline;
		font-weight:bold;
}
