/* @override http://www.secure-affiliate.com/sale-format/template/assets/css/colors.css */

/* @group Colors */

body {
	color: #444; /* Default text color. */
	background: #56b5f5; /* You can also specify an image if you like. */
} 

h1 a, h1 a:hover {color: #333; } /* Site Name */
#header h2 strong {color: #333; } /* Header phone and vanity */
h2 {} /* Tag line */

a {color: #000; }
a:hover {color: #ccc; }

#navPrimary li a {color: ; }
#navPrimary li a:hover {color: ; }

#topBG {background: #fff; } /* This is the background color of the frost beneath the site name in the header. The default starting color is white, but you can tint it to your liking. */

#affiliateSignup.form,
#area.form  { /* Default form background colors. */
	border: 1px solid #ddd;
	background: #56b5f5;	
}
form label {color: #333; }
input.text {border-color: #ccc; } /* Should probably match button border color. */
button {
	color: #fff; /* Button text color */
	background-color: #333;
	border-color: #ccc;
}

/* @end */