﻿
#headerContainer 
{
     height:90px;
}

#headerLeft 
{
    float:left;
}


#headerRight 
{
    float:left;
    width:605px;
    height:90px;
}




#headerRight ul 
{
	margin:0;
	padding:0;
	list-style:none;
	width:auto;
	float:right;
	
}


#headerRight li 
{
    float:left;
    margin:0;
	padding:0;
}

#headerRight a {
	text-transform:none;
	text-decoration:none;
	height:12px;
	display:block;
	}
	
#emailPrint 
{
    float:right;
    margin-top:30px;
    height:12px;
    clear:right;
 
}


.searchButton 
{
     float:left;
     background:url(../gfx/buttons/but_search.gif);
     width:17px;
     display:block;
     height:16px !important; 
     
}
.searchButton:hover
{
  
}


/* Header Menu Items */


    #buttonMemberLogin{
		background:url(../gfx/buttons/but_memberLogin.jpg);
		background-repeat:no-repeat;
		width:74px;
	}
	
	#buttonMemberLogin:hover {
		background:url(../gfx/buttons/but_memberLogin_f2.jpg);
		background-repeat:no-repeat;
	}
	
	
	#buttonRegister{
		background:url(../gfx/buttons/but_register.jpg);
		background-repeat:no-repeat;
		width:56px;
	}
	
	#buttonRegister:hover {
		background:url(../gfx/buttons/but_register_f2.jpg);
		background-repeat:no-repeat;
	}
	
	
	#buttonDownloads{
		background:url(../gfx/buttons/but_downloads.jpg);
		background-repeat:no-repeat;
		width:70px;
	}
	
	#buttonDownloads:hover {
		background:url(../gfx/buttons/but_downloads_f2.jpg);
		background-repeat:no-repeat;
	}
	
	
	#buttonPrivacy{
		background:url(../gfx/buttons/but_privacyPolicy.jpg);
		background-repeat:no-repeat;
		width:83px;
	}
	
	#buttonPrivacy:hover {
		background:url(../gfx/buttons/but_privacyPolicy_f2.jpg);
		background-repeat:no-repeat;
	}
	
/* buttons at bototm of header */	


	#buttonEmailPage{
		background:url(../gfx/buttons/but_emailPage.gif);
		background-repeat:no-repeat;
		width:78px;
	}
	
	#buttonEmailPage:hover {
		background:url(../gfx/buttons/but_emailPage_f2.gif);
		background-repeat:no-repeat;
	}
	

	
	#buttonPrintPage{
		background:url(../gfx/buttons/but_printPage.gif);
		background-repeat:no-repeat;
		width:67px;
	}
	
	#buttonPrintPage:hover {
		background:url(../gfx/buttons/but_printPage_f2.gif);
		background-repeat:no-repeat;
	}
	
	
/* End Header Menu Items */	
	
	
	
	
/* Search */	
	
#menuSearch 
{
    margin-top:10px;
    float:right;
    clear:right;
}

#menuSearch input 
{
    background:#EBEBEB;
    color:#666;
    border:1px solid #ccc ;
    float:left;
    height:12px;
    line-height:10px;
    width:152px;
    padding-top:1px;
    *padding-top:2px;
      *height:11px;
    padding-left:3px;
    font-size:9px;
}


#menuSearch img 
{
    display:block;
    float:left;
    cursor:pointer;

}


/* End Search */	