body {
	padding: 0;
	margin: 0;
	background-color: #0f0f0f;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #444444;
}

img {
	border: 0;
}

h1 {
	line-height: 1em;
	margin: 0 0 25px 0;
	padding: 0;
	font-family: Rockwell, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	color: #ff0028;
}

h2 {
	line-height: 1em;
	margin: 0 0 25px 0;
	padding: 0;
	font-family: Rockwell, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	color: #ff0028;
}

@font-face {
	font-family: Rockwell;
	src: url('../otf/RockwellSted.otf');
}

#header-wrapper {
	position: relative;
	background-color: #ededed;
	background: transparent url('../img/header-background.png') repeat-x top left;
}

#header-wrapper #header {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#header-wrapper #header #top {
	position: relative;
	width: 900px;
	height: 130px;
}

#header-wrapper #header #top #logo {
	position: absolute;
	width: 252px;
	height: 77px;
	top: 30px;
	left: 0;
}

#header-wrapper #header #top #like {
	position: absolute;
	width: 450px;
	height: 65px;
	top: 43px;
	left: 282px;
}

#header-wrapper #header #top #social {
	position: absolute;
	bottom: 23px;
	right: 0;
	text-align: right;
}

#header-wrapper #header #top #social #social-text {
	font-weight: bold;
	margin: 0 0 10px 0;
}

#header-wrapper #header #top #social #social-icons {
	background-color: green;
}

#header-wrapper #header #top #social #social-icons a {
	float: left;
	margin: 0 0 0 10px;
}

#header-wrapper #header #menu {
	position: relative;
	width: 900px;
	height: 48px;
	background: #0f0f0f url('../img/menu-background.png') no-repeat top left;
}

#header-wrapper #header #submenu {
	position: relative;
	width: 900px;
	height: 48px;
	background-color: #c1c1c1;
}

#header-wrapper #header #menu ul, #header-wrapper #header #submenu ul {
	padding: 0;
	margin: 0 8px 0 8px;
	list-style: none;
}

#header-wrapper #header #menu ul li, #header-wrapper #header #submenu ul li {
	float: left;
}

#header-wrapper #header #menu ul li a, #header-wrapper #header #submenu ul li a {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 8px 0 8px;
	color: #ffffff;
	text-decoration: none;
	font-family: Rockwell, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

#header-wrapper #header #menu ul li a:hover, #header-wrapper #header #menu ul li a.active, #header-wrapper #header #submenu ul li a:hover, #header-wrapper #header #submenu ul li a.active {
	color: #ff0028;
}

#content-wrapper {
	position: relative;
	background-color: #ffffff;
}

#content-wrapper #content {
	position: relative;
	width: 900px;
	margin: 0 auto;
	line-height: 1.8em;
}

#content-wrapper #content a {
	color: #ff0028;
	text-decoration: none;
}

#content-wrapper #content a:hover {
	text-decoration: underline;
}

#footer-wrapper {
	position: relative;
	height: 120px;
	background-color: #0f0f0f;
}

#footer-wrapper #footer {
	position: relative;
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

#footer-wrapper #footer #thanks {
	position: relative;
	width: 900px;
	line-height: 1em;
	margin: 50px 0 30px 0;
	padding: 0;
	font-family: Rockwell, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-align: center;
}

#footer-wrapper #footer #logos {
	position: relative;
	width: 900px;
	margin: 0 0 50px 0;
	text-align: center;
}

#footer-wrapper #footer #logos a {
}

#footer-wrapper #footer #logos a img {
	margin: 0;
	padding: 0;
}

.light {
	color: #aaaaaa;
}

.red {
	color: #ff0028;
}

input[type=submit], input[type=button], a.button {
	background-color: #ff0028;
	display: inline-block;
	padding: 5px 10px 6px;
	margin: 0 10px 0 0;
	color: #ffffff !important;
	text-decoration: none !important;
	font-weight: normal;
	line-height: 1;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border: 0;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	outline: none;
}

input[type=text], input[type=password], textarea {
	border: 1px solid #bbbbbb;
	margin: 0;
	padding: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #aaaaaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1);
	width: 240px;
	outline: none;
}

textarea {
	line-height: 1.2em;
	height: 140px;
	width: 400px;
	outline: none;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	color: #444444;
}
