.error-message {
	color: red;
	font-size: 1.2em;
	padding: 0 0 15px 35px;
}

#bigimage {
	height: 360px;
	width: 980px;
}

#logos {
	position: relative;
	width: 555px;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	float: left;
	left: 0px;
	top: 170px;
	height: 0px;

}

#shopleft {
	padding: 80px 0px 20px 0px;
	float: left;
	width: 470px;
	
}

#shop {
	padding: 80px 0px 20px 0px;
    margin-left: 598px;
	
}

#shop form input, 
#shop form select {
	float: left;
    line-height: 24px;
    font-size: 1.1em;
    font-family: ff-profile-web,Arial,sans-serif;
    font-weight: 300;
    border: 1px solid #8b8b8b;
    margin-bottom: 6px;
    color: #5A5B51;
} 

#shop form input[type='text'], 
#shop form input[type='password'] {
	height: 24px;
    width: 220px;
}

#shop form select {
    padding: 1px;
    height: 26px;
    width: 222px;
}


#shop form input[type=submit],
#shop form button {
    width: 222px;
    height: 26px;
    line-height: 26px;
    font-size: 1em;
    border: 0;
    cursor: pointer;
    font-family: ff-profile-web,Arial,sans-serif;
    margin: 5px 0 0 120px;
}

#shop #shop-login-submit {
    text-transform: uppercase;
	text-align: center;
    color: white;
	background-image: -webkit-gradient(linear, 0% 30%, 0% 100%, from(#B31B34), to(#7C2230));
    background-image: -moz-linear-gradient(50% 50% 90deg, #7C2230, #B31B34);
    background-color: #7C2230;
    margin-top: 15px;
}

#shop #shop-change-password-submit {
	color: #B31B34;
    text-align: right;
	background: none;
    border: 0;
}

#shop form input[type='checkbox']   {
	clear: both;
    float: left;
    border: none;  
    margin-right: 5px;
}

#shop form p   {
    float: left;
}

#shop form select {
    margin-bottom: 15px;
} 

#shop form label {
	clear: both;
    float: left;
    width: 120px;
}

#shop .text {
	float: right;
	width: 50%;
}

#shop .text p {
	line-height: 1.4;
}

#shop-login-form {
    float: right;
    width: 380px;
}

#header #header-image img {


}

#award {
	padding: 20px 0px 50px 0px;
	float: right;
		
}