/* redhorizon header styles */

.header {
    height: 110px;
    padding: 1px 0 0 8px;
    margin: 0;
}

.header .logo {
	background: url("../media/images/header.png");
	background-position: top left;
	background-repeat: no-repeat;
	width: 585px;
	height: 110px;
	float: right;
}

.header .home {
	height: 50px;
	font-size: 11px;
	line-height: 18px;
	margin-top: 10px;
	float: left;
}

.header .home a:visited {
	color: #FF3333;
}
