@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(../images/qd06x_042709_background.png) top center repeat-y #B2BB1E;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


div#container {
	width: 855px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


div#masthead {
	width: 100%;
	font-size: 14px;
	color: #FFF;
}

div#masthead table#logoNav {
	margin: 20px 20px 0 20px;
	width: 815px;
}

div#mainContent {
	width: 100%;
}

div#footer {
	width: 100%;
	height: 100px;
	font-size: 10px;
	line-height: 1.75em;
	padding-top: 20px;	
}

div#footer a {
	text-decoration: none;
	color: #AB0635;
}
div#footer a:hover {
	color: #A77155;
}


/* TEXT STYLES */
div#mainContent h1 {
	font-size: 16px;
	color: #AB0635;
}

div#mainContent h1 + p {
	margin-top: 0;	
}

div#mainContent p,
div#mainContent label{
	font-size: 11px;	
}
.retailSpaceBanner {
	font-size: 16px;
	color: #AB0635;
	line-height: 14px;
}


/* FORM STYLES */
form#emailFriend input {
	width: 186px;	
}

form#emailFriend textarea {
	width: 390px;
	height: 50px;
	resize: none;
}

form#getInTouch input {
	width: 210px;		
}

form#getInTouch textarea {
	width: 210px;
	height: 50px;
	resize: none;
}

.formCorrections {
	color: #990000;
	font-weight: bold;
}
form#emailFriend input.formButton,
form#getInTouch input.formButton {
	cursor: pointer;
	background-color: #5B1400;
	width: 60px;
	height: 27px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form#emailFriend input.formButton:hover,
form#getInTouch input.formButton:hover {
background-color: #A77155;
}
