/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	font-size:14px;
	font-weight:300;
	font-family: arial,sans-serif;
	line-height: 15px;
	color: #fff;
}

a:focus {

}

hr {
	border: 0 #C63124 dashed;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

strong{ font-weight: 800; }

a:link {
	color:#C63124;
	text-decoration: underline
}

a:visited {
	color:#C63124;
	text-decoration: underline
}

a:hover {
	color:#C63124;
	text-decoration:none
}

a:active {
	color:#C63124;
	text-decoration: underline
}
/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
	color:#C63124;
	border-bottom:1px #C63124 solid;
	line-height:16px;
	font-size:20px;
	font-weight:200;
	margin:10px 0 0 0px;
	clear:both;
}

h2 {
	color: #C63124;
	font-size:22px;
	font-weight:200;
	margin:20px 0 0 0px;
	clear:both;
}

h3 {
	color:#C63124;
	font-size:21px;
	font-weight:200;
	margin:20px 0 0 0px;
	clear:both;
}

h4 {
	color:#C63124;
	font-size:19px;
	font-weight:100;
	margin:20px 0 0 0px;
	clear:both;
}


h5 {
	font-size: 19px;
	color:#C63124;
	font-weight:100;
	margin:20px 0 0 0px;
	clear:both;
}

h6 {
	font-size: 19px;
	color:#C63124;
	font-weight:100;
	margin:20px 0 0 0px;
	clear:both;
}

h1,h2,h3{ color: #C63124; margin: 5px 0; float: left; width: 100%; }

/* Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px !important;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address{
	margin-bottom: 10px;
	-webkit-text-size-adjust:none; 
}


.block h1,
.block h2,
.block h3,
.block h4,
.block h5,
.block h6
	margin-top: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
fieldset > label{
}
html {
     overflow: -moz-scrollbars-vertical;
     width: 100%;
	height: 100%;
}
body{
	background: rgb(0,0,0);	
	width: 100%;
	height: 100%;
	color: #fff;
}

.spanner{ position: relative; width: 960px; margin: auto; clear: both; }

.splash {
	position: relative;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.splash .container{
	
}
.splash .container .logo{
	left: 50%;
    margin: -100px 0 0 -200px;
    position: absolute;
    top: 50%;
    width: 400px;
    z-index: 10;
}
.splash .container .logo img{
	margin: 0px 0px 0px 0px;
}
.splash .container .logo p{
	text-align: right;
	padding: 0px 10px 0px 0px;
}
.splash .container .logoBg{
	left: 50%;
    margin: -8px 0 0 -480px;
    position: absolute;
    top: 50%;
    width: 400px;
    z-index: 0;
	width: 960px;
	height:  176px;

	background: rgb(43,43,43);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyYjJiMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(43,43,43,1) 0%, rgba(0,0,0,1) 60%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(43,43,43,1)), color-stop(60%,rgba(0,0,0,1)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(43,43,43,1) 0%,rgba(0,0,0,1) 60%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(43,43,43,1) 0%,rgba(0,0,0,1) 60%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(43,43,43,1) 0%,rgba(0,0,0,1) 60%);
	background: radial-gradient(ellipse at center,  rgba(43,43,43,1) 0%,rgba(0,0,0,1) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#000000',GradientType=1 );
}