/* CSS for 9-Man */

/* ===========================================
         GLOBAL RESETS
==============================================*/

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, 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

ol, ul { list-style: none; }

.clear { clear: both; height: 0px; font-size: 0px; }

img { behavior: url(css/iepngfix.htc); } /* IE PNG Alpha Fix */


/* ===========================================
         MAIN LAYOUT
==============================================*/

body { 
	padding: 10px 20px 20px;
	text-align: center;
	background-color: #fff;
	}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 267px 0 46px; 
	text-align: left;
	background: url(../images/bg-page-inProd.jpg) 0 0 no-repeat;
	}

#donate #container {
	background: url(../images/bg-page-donate.jpg) 0 0 no-repeat;
	}

#thanks #container {
	background: url(../images/bg-page-thanks.jpg) 0 0 no-repeat;
	}
	

/* ===========================================
         HOME - IN PRODUCTION
==============================================*/

h1 {
	margin: auto auto 84px 101px;
	}

form {
	margin-left: 128px;
	}

form div * {
	float: left;
	}

label {
	margin-top: 5px;
	}

#email {
	width: 336px;
	height: 16px;
	margin: auto auto 10px 16px;
	padding: 1px 12px 4px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	border: none;
	background: url(../images/bg-emailAddress.gif) 12px 5px no-repeat;
	background-color: #fff;
	text-transform: uppercase;
	}

#submit {
	margin: 1px auto auto 11px;
	}
	
#hd-donate {
	margin-top: 6px;
	}

#go-donate {
	margin-left: 8px;
	}


/* ===========================================
         THANKS
==============================================*/

#thanks #container {
	height: 533px;
	padding: 67px 0 0; 
	text-align: center;
	}

#thanks h1 {
	margin: auto auto 20px;
	}


/* ===========================================
         DONATE
==============================================*/

#donate #container {
	height: 533px;
	padding: 67px 0 0; 
	text-align: center;
	}

#donate h1 {
	margin: auto auto 24px;
	}

#donate p {
	width: 500px;
	margin: 0 auto 1.5em;
	font: bold 1.1em/1.2em "Courier New", Courier, monospace;
	color: #fff;
	}

#donate p a {
	color: #fff;
	text-decoration: none;
	}

#donate p a:hover {
	text-decoration: underline;
	}

