﻿@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	background: #DDD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
}
#wrapper {
	width:828px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#header {
	height:132px;
	background:url(../images/promotions/gffu/hdr_background.jpg) repeat-x;
}
#main-content {
	height:397px;
	background:url(../images/promotions/gffu/bgd-rpt.jpg) repeat-x;
}
#content-left {
	float:left;
	width:360px;
	padding:0 10px 0 30px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
.search {
	float:right;
	padding: 0px 0px 0 0;

}
.search #srch-frm {
	background: none;
}
.search .textfield {
	width: 75px;
	margin-right: 0px;
}
#searchbox {
	background: #F7F5EF !important;
	width: 90px;
	color: #606B41;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 5px 0 5px;;
	padding: 4px 0px 3px 5px;
	border-top: 1px solid #606B41;
	border-right: 1px solid #CACBAB9;
	border-left: 1px solid #606B41;
	border-bottom: 1px solid #CACBAB;
	display: inline;
}
#searchform {
	margin-top: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
}
#searchbutton {
	background: #ffffcc;
	color: #666633;
	font-size: 10px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	font-weight: bold;
	border-top: 1px solid #666633;
	border-right: 1px solid #868642;
	border-left: 1px solid #666633;
	border-bottom: 1px solid #868642;
}
#footer {
	margin:8px 0 0 0;
	border-top:1px solid #B5C79F;
	height:115px;
	background:#FFF;
}
#footer-left {
	float:left;
	margin:15px 0 0 15px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer-right {
	float:right;
	margin:30px 15px 0 0;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	width:650px;
	text-align:right;
}