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

body {
	background: #221d16 url(../gfx/body_bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414040;
	overflow: auto;
	margin-top: 200px;
}

a:link {
	color: #7e7671;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7e7671;
}
a:hover {
	text-decoration: underline;
	color: #7e7671;
}
a:active {
	text-decoration: none;
	color: #7e7671;
}


h1 {
	font-size: 45px;
	font-weight: normal;
	text-transform: uppercase;
	color: #577d2b;
	text-align: center;
}

span#grey {
	color: #3d372f;
}

h2 {
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	color: #577d2b;
	background:url(../gfx/indent.gif) center bottom repeat-x;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #4b453c;
}

p {
	line-height: 1.5;
	margin-bottom: 15px;
}

li {
	font-size: 11px;
	background: url(../gfx/bullet.png) no-repeat 0 50%;
	padding-left: 35px;
	margin-bottom: 10px;
}

li a {
	font-size: 16px;
	color: #7e7671;
}

li a.small {
	font-size: 11px;
}

label {
	font-weight: bold;
	display: block;
	margin: 10px 0 5px 0;
}

label.error {
	display: inline;
	margin-left: 10px;
	color: #577d2b;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #26221d;
	border: 1px solid #2c2721;
	color: #999;
	width: 250px;
	padding: 5px;
}

#message {
	width: 480px;
}

button.submit { background: transparent; border: none; cursor: pointer; height: 32px; line-height: 26px; overflow: visible; padding: 0; text-align: center; white-space: nowrap; width: auto; }
button.submit span, button.submit em { color: #83796a; display: block; font-size: 10px; text-transform: uppercase; height: 26px; line-height: 26px; margin: 0; font-style: normal; }
button.submit span { margin-top: -3px; padding-left: 9px; background: transparent url(../gfx/button-left.png) no-repeat top left; }
button.submit em { padding-right: 20px; padding-left: 11px; background: transparent url(../gfx/button-right.png) no-repeat top right; }

.clear {
	clear: both;
}

div#box {
	width: 361px;
	height: 311px;
	margin: 0 auto;
}

div.next {
	background: url(../gfx/next_btn.png) no-repeat 0 0;
	width: 130px;
	height: 116px;
	margin: 0 auto;
	cursor: pointer;
}

div.next:hover {
	background-position: -130px 0;
}

img#profile {
	float: left;
}

#jFlowSlide {
	width: 500px;
	margin: 0 auto;
}

#myController {
	display: none;
}