#header{
	position: relative;
	background: #dd2027;
	height: 70px;
}

#banner{
	height: auto;
	min-height: 200px;
	border-bottom: 1px solid #ccc;
	background: #fff url("../img/whispy_red.png") top no-repeat;
	padding: 20px 0;
}

.clearheader{
	padding-top: 20px !important;
}

.banner-right{
	float: right;
	width: 800px;
}

.reseller-nav ul{
	margin: 0;
}

.reseller-nav{
	margin-top: -10px;
	width: 90%;
}

.reseller-nav li{
	list-style: none;
	display: block;
	height: auto;
	margin: 0 0 10px 0;
}

.reseller-nav li a{
	padding: 10px;
	background: #dd2027;
	color: #fff;	
	display: block;
	text-align: center;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.reseller-nav li a:hover{
	background: #a92228;
	color: #fff;
}

.r-logo{
	margin-top: 10px;	
}

.r-logo img{
	width: 100%;
}

.column.one-fourth{
	padding-right: 50px;
}

h1{
	font-weight: normal;
	font-size: 3em;
}