.yamaha_logo {
	width: 122px;
	height: 45px;
	border-right: solid 1px #CBCBCB;
	margin: 0px 15px;
}
.bbc_logo_bg {
	background-image: url("../images/BBC_Logo_bg.png");
	left: -121px;
	top: 80px;
	width: 121px;
	height: 118px;
	position: absolute;
}
.head_text {
	margin-top: 4px;
	margin-left: 5px;
}
.head_row_1 {
	height: 30px;
	margin-left: 152px;
}

.phone {
	float: right;
	margin-right: 15px;
	color: #6B6B6B;
	font-size: 9px;
}
	.phone_number {
		font-family: 'Arial',Helvetica,sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: 
	}

.head_icon_buttons {
	margin-right: 15px;
	height: 10px;
	float: right;
}
	a.mail, a.sitemap, .vline {
		float: left;
		height: 10px;
		display: block;
		background-repeat: no-repeat;
	}
	a.mail {
		background-image: url("../images/mail.png");
		width: 14px;
	}
	a.mail:hover {
		background-image: url("../images/mail_red.png");
	}
	a.sitemap {
		width: 15px;
		background-image: url("../images/sitemap.png");
	}
	a.sitemap:hover {
		background-image: url("../images/sitemap_red.png");
	}
.vline {
	margin: 0 10px;
	background-color: #acb2b1;
	width: 1px;
}
