/* Reset CSS
-----------------------------------------------------------*/
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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, ul, li,
input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	vertical-align: baseline;
	background: none transparent scroll repeat 0 0;
}

body, html {
	line-height: 1;
	height: 100%;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* General declarations
-----------------------------------------------------------*/
body 
{
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	width: 100%;
    color: #ffffff;
    background: url("../images/content_bg.gif") repeat scroll top left #000000;
    font-weight: 300;
}

a, a:link, a:active, a:visited
{
    color: #ec2400;
	text-decoration: none;
	font-weight: 700;
}

a:hover 
{
	text-decoration: none;
}

input[type="text"], input[type="password"], textarea
{
}

textarea
{
}

label
{
    cursor: pointer;
}

button, input[type="button"], input[type="submit"] {
}

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

h1 
{
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
}

h2
{
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    margin: 10px 0 30px;
}

div#root 
{
	position: relative;
	height: 1050;
	min-width: 950px;
    line-height: 0;
    overflow: hidden;
}

span.inner {
	display: inline-block;
}

.right {
	float: right !important;
}

.clear 
{
	clear: both;
	height: 0;
}

/* Header
-----------------------------------------------------------*/
div#header 
{
    position: relative;
    width: 950px;
    margin: 0 auto;
    padding-top: 18px;
	line-height: 1.5em;
}

/* Content
-----------------------------------------------------------*/
div#topcontent 
{
    position: relative;
    width: 950px;
    margin: 20px auto 10px;
    line-height: 1.5em;
}

div#innercontent 
{
    position: relative;
	line-height: 1.5em;
}

div#innercontent-wrap 
{
    position: relative;
    width: 950px;
    height: 950px;
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
}

/* Forms
-----------------------------------------------------------*/
.inputarea 
{
    position: relative;
    margin: 10px 0 5px;
}

.inputarea span
{
    font-weight: 700;
}

label.error
{
    float: none; 
    color: red; 
    padding-left: .5em; 
    vertical-align: top;
}

/* Footer
-----------------------------------------------------------*/
div#footer 
{
    position: relative;
    margin-bottom: 20px;
	line-height: 1.5em;
}

div#footer-wrap 
{
    position: relative;
    width: 950px;
    padding: 15px 0;
    margin: 0 auto;
}