@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(normalize.css);

body {
	background: #7d0e13;
	color: #1d1b20;
	font-size: 0.9em;
}

button, input, textarea, select {
	background: #ffffff;
	border: 1px solid #d6d6d6;
	color: #000020;
	padding: 2px;
}

button, input, textarea {
	padding: 10px;
}

input[type=checkbox] {
	margin: 3px;
	padding: 0;
}

input[type=image] {
	background: none;
	border: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

h1, h2, h3, h4, h5, h6 {
	color: #8e070a;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

a {
	color: #b9181d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	min-width: 1020px;
}

#header-bg {
	background-color: #fefefe;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dfdfdf', GradientType=0);
	background-image: -webkit-linear-gradient(top, #fefefe, #dfdfdf); 
	background-image:    -moz-linear-gradient(top, #fefefe, #dfdfdf);
	background-image:      -o-linear-gradient(top, #fefefe, #dfdfdf);
	border-top: 4px solid #92171c;
}

#header {
	margin: 0 auto;
	padding: 15px 0;
	width: 980px;
}

#header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#header img {
	float: left;
	height: 70px;
}

#header ul.menu {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul.menu li {
	display: inline;
	line-height: 70px;
	margin-left: 20px;
}

#header ul.menu li a {
	color: #58595b;
	font-size: 1.1em;
	font-weight: bold;
}

#header ul.menu li a:hover,
#header ul.menu li.active a {
	color: #b11117;
	text-decoration: none;
}

#banner {
	background-color: #92171c;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92171c', endColorstr='#e43c41', GradientType=0);
	background-image: -webkit-linear-gradient(top, #92171c, #e43c41); 
	background-image:    -moz-linear-gradient(top, #92171c, #e43c41);
	background-image:      -o-linear-gradient(top, #92171c, #e43c41);
	padding: 30px 0;
}

#banner .djslider-loader {
	border: 9px #7d0e13 solid;
	margin: 0 auto;
	width: 962px;
}

#banner h1 {
	color: #ffffff;
	font-size: 3em;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
	width: 980px;
}

#body-bg {
	background: #ffffff;
}

#boxes {
	border-collapse: separate;
    border-spacing: 8px 0;
	display: table;
	margin: 0 auto;
	padding-top: 30px;
	width: 980px;
}

#boxes .moduletable {
	background: #f2efe9;
	border-radius: 10px;
	box-shadow: 2px 1px 0px 0px rgba(127, 127, 127, 0.25);
	color: #46433d;
	display: table-cell;
	padding: 25px;
	text-align: center;
	width: 33%;
}

#boxes .moduletable h3 {
	font-size: 2em;
	margin: 0;
}

#boxes .moduletable p {
	font-size: 0.9em;
}

#boxes .moduletable p:last-child {
	margin-bottom: 0;
}

#body {
	display: table;
	margin: 0 auto;
	padding: 30px 0;
	width: 980px;
}

#sidebar {
	display: table-cell;
	padding-right: 30px;
	vertical-align: top;
	width: 200px;
}

#sidebar h3 {
	color: #da1d29;
}

#content {
	display: table-cell;
	vertical-align: top;
}

#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content h1:first-child {
	margin-top: 0;
}

#content ul.actions {
	margin:0;
	text-align: right;
	width: 100%;
}

#content ul.actions li {
	display: inline;
}

#content ul.actions a {
	text-decoration: none;
}

#footer-bg {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60090d', endColorstr='#7d0e13', GradientType=0);
	background-image: -webkit-linear-gradient(top, #60090d, #7d0e13); 
	background-image:    -moz-linear-gradient(top, #60090d, #7d0e13);
	background-image:      -o-linear-gradient(top, #60090d, #7d0e13);
	border-top: 6px solid #480609;
}

#footer {
	background: url('../images/footerbg.png') no-repeat top center;
	font-size: 0.9em;
	height: 62px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	width: 978px;
}

#sitemap {
	color: #ffffff;
	margin: 0 0 20px 0;
}

#sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sitemap ul li {
	display: inline;
	padding: 0 20px;
}

#sitemap ul li a {
	color: #ffffff;
}

#sitemap ul li a:hover {
	color: #ffc125;
	text-decoration: none;
}

#copyright {
	color: #999898;
	height: 26px;
	line-height: 26px;
}

#copyright a {
	color: #999898;
}