html, body, form, embed, object, h1, h2, h3, h4, h5, h6, ul, ol, li, p, th, td { margin: 0; padding: 0; }

body
{
	font: 16px/1.5em Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	color: #404040; background: #e5e5e5 url("../img/grid.gif") 50% 0 repeat-y;
}

a, a:link, a:visited { color: #00acef; }

img { display: block; }

#container
{
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header
{
	position: absolute;
	left: 0; top: 0;
	width: 960px; height: 293px;
	background: url("../img/header.gif") 50% 0 no-repeat;
}

#nav
{
	position: absolute;
	left: 0; top: 38px;
}
#nav span { display: none; }

#logo, a img { border: none; }

#top
{
	position: absolute;
	right: 35px; top: 80px;
	width: 558px; height: 145px;
	background: url("../img/top.gif") 0 0 no-repeat;
}

#left
{
	position: absolute;
	left: 34px; top: 293px;
	width: 297px; height: 308px;
	background: url("../img/left.gif") 0 0 no-repeat;
}
#left h2 { display: none; }

#content
{
	position: absolute;
	right: 68px; top: 263px;
	width: 525px;
	padding-bottom: 35px;
	text-align: left;
}

h2, h3, h4, h5, h6, p, ul, ol { margin: 0 0 1em 0; }

h2
{
	font-size: 20px; line-height: 1em;
	text-transform: uppercase;
	color: #e2028b;
}

h3 { margin-top: 1.5em; }

ul, ol { list-style-position: outside; }

li { margin-left: 1.5em; }

ul.col
{
	display: inline; float: left;
	width: 49%;
	margin-top: 1.5em;
	font-size: 80%; line-height: 1.5em;
}
ul.col li { margin-right: 1.5em; }

.fine { font-size: 80%; line-height: 1.5em; }

table
{
	width: 100%;
	margin: 0 0 2em;
	border: 1px #999 dotted; border-width: 0 0 1px;
	font-size: 80%;
	line-height: 1.5em;
}
tr, th, td { vertical-align: top; }
th
{
	font-weight: normal;
	text-align: right;
}
tr.required th { font-weight: bold; background: #ffd; }
td.radio, td.check { padding: 3px 0 3px 10px; }
th label { display: block; padding: 3px 10px 3px 0; }
th, td
{
	width: 50%;
	border-top: 1px #999 dotted;
}
td { color: #666; background: #eee; }

input, select, textarea
{
	vertical-align: middle;
	width: 100%; height: 100%;
	margin: 0; padding: 5px 0;
	font: inherit;
	border: none;
	color: inherit; background: #eee;
}
input.double, select.double { height: auto; }
select { line-height: 1em; }
select.multiple { display: block; height: auto; }
input:hover, select:hover, textarea:hover,
input.hover, select.hover, textarea.hover { color: #000; background: #f3f3f3; }
input:focus, select:focus, textarea:focus,
input.focus, select.focus, textarea.focus { color: #000 !important; background: #d9f3ff !important; }
input.check, input.radio { width: auto; height: auto; vertical-align: middle; }
input#Address, select#Expiration_Month { border-bottom: 1px #999 dotted; }
input.reset, input.submit { height: auto; font-weight: bold; color: #fff; cursor: pointer; }
input.reset { background: #900; }
input.reset:hover, input.reset:focus { background: #c00; }
input.submit { background: #090; }
input.submit:hover, input.submit:focus { background: #0c0; }