@charset "UTF-8";
/* CSS Document */

/* ############## EXTRAS ############## */

#factoryaddress, #branchaddress {
	position: absolute;
	left: 262px;
	top: 326px;
	width: 332px;
	height: 154px;
	color: #fff;
}

#branchaddress {
	left: 628px;
}

#factoryaddress h2, #branchaddress h2 {
	margin-bottom: 0;
}

#factoryaddress h3, #branchaddress h3 {
	line-height: 14px;
	margin-bottom: 8px;
}

#factoryaddress p, #branchaddress p {
	font-size: 14px;
	line-height: 18px;
}

#factoryaddress a, #branchaddress a {
	color: #fff;
	font-weight: normal;
}

#factoryaddress a:hover, #branchaddress a:hover {
	color: #ccc;
}


