@charset "utf-8";
/* CSS Document */
#button-holder{

	margin:auto;
		margin-top:20px;
	background:url(images/1_03.png) no-repeat;
	width:774px;
	height:64px;
}


#menu-wrapper{
	position:relative;
	left:80px;
	top:-1px;
	margin:auto;
	text-align:center;
		width:774px;
}

.menu a {
	background: url(images/button_03.png) no-repeat;
	color: #888;
	float: left;
	font-size:12px;
	width: 100px; height: 25px;
	padding-top:12px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}

.menu a:hover {
	background:url(images/button2_03.png);
	color:#000;
	
}
.menu a#last {
	width: 150px;
	border-right: none;
}

#search-bar-custom{
		background:url(images/1_06.png);
	height:54px;
	width:537px;
	margin:auto;
	text-align:center;
	padding-top:15px;
	
	
}
