html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

#header {
	border-top: 2px solid #df3011;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	background-color: #f7f7f7;
	height: 7.5em;
}

#my-account {
	margin-top: -0.1em;
	margin-bottom: 0.5em;
}

#my-account p {
	margin-bottom: 0;
}

#my-account span.info a,
#my-account span.info {
        padding: 0.4375em 3.125em;
        text-align: center;
				white-space: nowrap;
}

#my-account span.info a,
#my-account span.info {
	background-color: #df3011;
	font-family: Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.75em;
	font-weight: bold;
}

#menu a {
	color: #404040;
	text-transform: uppercase;
	font-family: 'Times New Roman', serif;
	font-size: 0.6875em;
	font-weight: 700;
	white-space: nowrap;
}

#nav a {
	color: #404040;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Times New Roman', serif;
	font-size: 0.6875em;
	font-weight: 700;
	padding: 3.5em 0.2em 3.5em 0.2em;
	white-space: nowrap;
}

#nav a:hover {
	color: #03738b;
}

#nav a.active {
        background: url("/styles/images/active.gif") no-repeat scroll center bottom transparent;
        color: #df3011;
}


#nav ul {
	margin-right: 0;
}

#content {
	margin-top: 2em;
	padding-bottom: 4em;
}

#main {
	padding-bottom: 5.38em;
}

#content p {
	font-size: 0.9em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

#page-footer {
	width: 100%;
	height: 4em;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #e0e0e0;
	color: #666666;
	background-color: #f7f7f7;
	text-align: center;
	padding: 1em;
}

#page-footer p {
	margin-bottom: 0;
	font-size: 0.8em;
}

#content p.offer,
#content p.error {
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 1.5em;
}

h2,
h1 {
        color: #333333;
        font-family: Arial, sans-serif;
        font-size: 1em;
				font-weight: bold;
        line-height: 2em;
        text-transform: uppercase;
}

button, .button {
	text-transform: uppercase;
	background-color: #0063B0;
}

p.or {
        background: transparent url("/styles/images/or.png") no-repeat center center;
        font-size: 1em !important;
        font-weight: bold;
        text-align: center;
        height: 6em;
				line-height: 6em;
        margin-top: 4.4em !important;
}

img.small-logo {
	width: 4em;
	position: absolute;
	margin-top: 1.5em;
}

table thead tr th {
	background-color: #df3011;
	color: #fff;
	font-weight: normal;
}
