html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

html
{
	font: .75em/1.5em Arial, sans-serif;
	color: #333;
	background-color: #dadbdb;
}


/* MAIN AREAS */


#container-outer
{
	margin: 0 auto;
	position: relative;
	width: 870px;
	padding: 0 40px 20px;
	background: #fff url(/images/containertop.png) no-repeat;
}

#header
{
	padding-top: 100px;
	height: 80px;
	position: relative;
	z-index: 300;
}

#menu
{
	position: relative;
	z-index: 200;
	height: 38px;
	border: 1px solid #e7a127;
	background: #e7a127 url(/images/menubg.png) repeat-x;
}

#content
{
	z-index: 100;
	padding: 40px 0;
	position: relative;
}

#footer
{
	border-top: 1px solid #dadbdb;
	padding: 40px 0;
	position: relative;
}


/* HEADINGS */


h1
{
	font-weight: bold;
	font-size: 1.5em;
	color: #000;
	margin-bottom: 1em;
	text-transform: uppercase;
}

h2
{
	font-weight: bold;
	font-size: 1.25em;
	color: #000;
	margin-bottom: 1.2em;
	text-transform: uppercase;
}

h3
{
	color: #000;
	font-size: 1em;
	margin-bottom: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}


/* LINKS */


a:link, a:visited
{
	outline: none;
	color: #e7a127;
	text-decoration: none;
}

a:hover
{
	color: #000;
}

a:active
{
	color: #f00;
}


/* LISTS */


ul, ol, dl
{
	margin: 1.5em 0;
}

ul li, ol ul li
{
	margin-left: 1.5em;
	list-style: outside circle;
}

ol li, ul ol li
{
	margin-left: 1.5em;
	list-style: outside decimal;
}

ul ul, ul ol, ol ol, ol ul
{
	margin: 0;
}

dt
{
	font-weight: bold;
	margin-top: 1.5em;
}

dd
{
	margin-left: 3em;
	margin-bottom: 1.5em;
}

dd p
{
	margin-top: 0;
	margin-bottom: 0;
}


/* INLINE ELEMENTS */


strong
{
	font-style: inherit;
	font-weight: bold;
}

em
{
	font-weight: inherit;
	font-style: italic;
}

del
{
	text-decoration: line-through;
}

ins
{
	font-style: italic;
}

abbr, acronym, dfn
{
	border-bottom: 1px dotted #000;
	cursor: help;
}

cite, q
{
	font-style: italic;
}

code, kbd, samp, var, tt
{
	font-family: monospace;
}


/* PARAGRAPHS */


address, blockquote, p, pre
{
	margin: 1.5em 0;
}

pre
{
	font-family: monospace;
}


/* TABLES */


table
{
	margin: 1.5em 0;
	font: 1em/1.5em Arial, sans-serif;
}

th
{
	font-weight: bold;
}

tr
{
	border-bottom: 1px solid #ccc;
}


/* FORMS */


form, fieldset
{
	margin: 1.5em 0;
}

legend
{
	font-weight: bold;
}

.textinput
{
	margin: 1.5em 0;
	display: block;
}

.textinput .caption
{
	display: block;
}

.textinput .description
{
	display: block;
	color: #333;
}

.textinput input, .textinput select
{
	display: block;
	width: 34em;
}

.textinput textarea
{
	display: block;
	width: 34em;
}

.optioninput
{
	margin: 1.5em 0;
	display: block;
}

.optioninput .caption
{
	display: inline;
}

.optioninput .description
{
	color: #999;
	display: block;
}

.optioninput input
{
	display: inline;
}

.formbuttons
{
	margin: 1.5em 0;
}

.formbutton
{
	font-size: 1.2em;
}

.formerror
{
	color: #f00;
	font-weight: bold;
}

.formerror li
{
	margin: 0;
	list-style: none;
}


/* OTHER ELEMENTS */


object
{
	margin: 1.5em 0;
	display: block;
}

hr
{
	background-color: #000; /* set both colors to same */
	color: #000;
	height: 1px;
	border: none; /* border causes browser incompatabilities */
	width: 80%;
	text-align: center;
}


/* TABS */

.tabs
{
	position: relative;
}

.tabs ul
{
	display: table;
	margin: 0;
	list-style: none;
}

.tabs li
{
	margin: 0;
	list-style: none;
	display: table-cell;
	*zoom: 1; /* IE 7 and below */
	*display: inline; /* IE 7 and below */
	*position: relative; /* IE 7 and below */
}

.tabs a
{
	position: relative;
	display: block;
	*zoom: 1; /* IE 7 and below */
	*display: inline; /* IE 7 and below */
}


/* DROPDOWNS */


ul.dropdown
{
	display: block;
	position: absolute;
	z-index: 999;
	margin: 0;
	top: 100%;
	width: 25em;
	display: none;
	left: auto;
	*left: 0; /* IE 7 and below */
}

ul.dropdown ul.dropdown
{
	display: none;
	top: 0;
	left: -95%;
}

.dropdown li
{
	position: relative;
	list-style: none;
	display: block;
}

.dropdown a
{
	display: block;
}


/* GRIDS (based on blueprintcss) */

/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, 
div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, 
div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, 
div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, 
div.span-21, div.span-22, div.span-23, div.span-24 {
  float: left;
  margin-right: 10px; 
}

/* The last column in a row needs this class. */
.last, div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 30px; }
.span-2  { width: 70px; }
.span-3  { width: 110px; }
.span-4  { width: 150px; }
.span-5  { width: 190px; }
.span-6  { width: 230px; }
.span-7  { width: 270px; }
.span-8  { width: 310px; }
.span-9  { width: 350px; }
.span-10 { width: 390px; }
.span-11 { width: 430px; }
.span-12 { width: 470px; }
.span-13 { width: 510px; }
.span-14 { width: 550px; }
.span-15 { width: 590px; }
.span-16 { width: 630px; }
.span-17 { width: 670px; }
.span-18 { width: 710px; }
.span-19 { width: 750px; }
.span-20 { width: 790px; }
.span-21 { width: 830px; }
.span-22 { width: 870px; }
.span-23 { width: 910px; }
.span-24 { width: 950px; margin: 0; }

/* Add these to a column to append empty cols. */
.append-1  { padding-right: 40px; }  
.append-2  { padding-right: 80px; } 
.append-3  { padding-right: 120px; } 
.append-4  { padding-right: 160px; } 
.append-5  { padding-right: 200px; } 
.append-6  { padding-right: 240px; } 
.append-7  { padding-right: 280px; } 
.append-8  { padding-right: 320px; } 
.append-9  { padding-right: 360px; } 
.append-10 { padding-right: 400px; } 
.append-11 { padding-right: 440px; } 
.append-12 { padding-right: 480px; } 
.append-13 { padding-right: 520px; } 
.append-14 { padding-right: 560px; } 
.append-15 { padding-right: 600px; } 
.append-16 { padding-right: 640px; } 
.append-17 { padding-right: 680px; } 
.append-18 { padding-right: 720px; } 
.append-19 { padding-right: 760px; } 
.append-20 { padding-right: 800px; } 
.append-21 { padding-right: 840px; } 
.append-22 { padding-right: 880px; } 
.append-23 { padding-right: 920px; } 

/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 40px; }  
.prepend-2  { padding-left: 80px; } 
.prepend-3  { padding-left: 120px; } 
.prepend-4  { padding-left: 160px; } 
.prepend-5  { padding-left: 200px; } 
.prepend-6  { padding-left: 240px; } 
.prepend-7  { padding-left: 280px; } 
.prepend-8  { padding-left: 320px; } 
.prepend-9  { padding-left: 360px; } 
.prepend-10 { padding-left: 400px; } 
.prepend-11 { padding-left: 440px; } 
.prepend-12 { padding-left: 480px; } 
.prepend-13 { padding-left: 520px; } 
.prepend-14 { padding-left: 560px; } 
.prepend-15 { padding-left: 600px; } 
.prepend-16 { padding-left: 640px; } 
.prepend-17 { padding-left: 680px; } 
.prepend-18 { padding-left: 720px; } 
.prepend-19 { padding-left: 760px; } 
.prepend-20 { padding-left: 800px; } 
.prepend-21 { padding-left: 840px; } 
.prepend-22 { padding-left: 880px; } 
.prepend-23 { padding-left: 920px; } 


/* Border on right hand side of a column. */
.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}


/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -40px; }
.pull-2 { margin-left: -80px; }
.pull-3 { margin-left: -120px; }
.pull-4 { margin-left: -160px; }
.pull-5 { margin-left: -200px; }

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5 {
  float:left;
	position:relative;
}

.push-1 { margin: 0 -40px 1.5em 40px; }
.push-2 { margin: 0 -80px 1.5em 80px; }
.push-3 { margin: 0 -120px 1.5em 120px; }
.push-4 { margin: 0 -160px 1.5em 160px; }
.push-5 { margin: 0 -200px 1.5em 200px; }

.push-1, .push-2, .push-3, .push-4, .push-5 { 
  float: right;
	position:relative;
}


/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
.prepend-top { 
	margin-top:1.5em; 
}
.append-bottom { 
	margin-bottom:1.5em; 
}

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

.columns
{
	overflow: hidden;
	width: 100%;
}


/* HELPER CLASSES */


.webdings
{
	font-family: webdings;
}

.ascii
{
	display: none;
	*display: inline;
}

.unicode
{
	*display: none;
}

.even
{
	background-color: #eee;
}

.odd
{
	background-color: #ddd;
}

.weak
{
	color: #999;
}

.highcontext
{
	margin-top: -1.5em;
}

.note
{
	font-size: .8em;
}

.inline
{
	display: inline;
}

.floatr
{
	float: right;
}

.floatl
{
	float: left;
}

.clearl
{
	clear: left;
}

.clearr
{
	clear: right;
}

.clearall
{
	clear: all;
}

.warning
{
	background-color: #ff9;
	color: #000;
	padding: 1em;
}

.hide
{
	display: none;
}

.page-break
{
	page-break-before: always;
}

#pageinfo, #pageerror
{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	z-index: 999;
	font-size: 2em;
	line-height: 1em;
	text-align: center;
}

#pageinfo
{
	color: #000;
}

#pageerror
{
	color: #f00;
}


/* SITE SPECIFIC */

#header h1
{
	width: 310px;
	height: 80px;
	margin: 0;
	text-indent: -9999em;
	overflow: hidden;
	background-image: url(/images/spender_welcome_logo.png);
}

#header .limitedoffer
{
	position: absolute;
	top: 100px;
	left: 448px;
	width: 410px;
}

.limitedoffer
{
	padding: 5px;
	background-color: #dbe685;
	color: #e7a127;
	border: 1px solid #e7a127;
}

.limitedoffer h2
{
	text-align: center;
	color: #e7a127;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.limitedoffer p
{
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	font-weight: bold;
}

.limitedoffer p a
{
	color: #00a73a;
	text-decoration: underline;
}

#sociallinks ul li
{
	float: left;
	margin: 0;
	list-style: none;
}

#usp
{
	width: 100%;
	margin: 0;
	text-align: center;
	position: absolute;
	top: 60px;
	font-weight: bold;
	color: #e7a127;
}

ul.features, ul.features li
{
	list-style-image: url(/images/checkbullet.png);
}

#menu li a
{
	padding: 0 10px;
	line-height: 38px;
	color: #fff;
	font-weight: bold;
}

#menu li a:hover
{
	background-color: #edb95d;
}

#menu li.current a, #menu li.current a:hover
{
	padding: 0 10px;
	line-height: 38px;
	color: #e7a127;
	background-color: #fff;
	font-weight: bold;
}

#sidebar h3
{
	border-bottom: 1px solid #ccc;
}

#footer p
{
	margin: 0;
	text-align: center;
}