@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
.space{
	height: 100px;
}
.spaceContent{
	height: 150px;
	width: 10px;
	margin-right: auto;
	margin-left: auto;
}
.servicesBlock{
	color: #FFFFFF;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	padding: 0px;
}
ul.imageRig {
	list-style: none;
	font-size: 0px;
}
ul.imageRig li {
	display: inline-block;
	padding: 10px;
}
ul.imageRig li img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;

}
.contentImage{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 125px;
	margin-bottom: 25px;
}
.contentTxt{
	display: block;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.contentTxt h1{
	font-size: 2em;
	white-space: pre;
	margin: 0px;
	padding-top: 0px;
	}
.contentTxt span{
	font-size: 0.75em;
	}

.border{
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.siteSlogan {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	color: #FFFFFF;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: #000;
	display: block;
	float: left;
	opacity: 0.99;
	margin-left: 100px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	position: relative;
}
.opacity{
	opacity: 0.99;
	z-index: 9999;
}
.siteSlogan h1{
	font-size: 3em;
	white-space: nowrap;
	clear: both;
}
.siteSlogan h2{
	font-size: 1.5em;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFF;
}

/* General Demo Style */
body{
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	font-size: 15px;
	color: #aa3e03;
}
.ie7 body{
	overflow:hidden;
}
a {
	color: #CCC;
	text-decoration: none;
}
 a:hover, .siteName:hover {
	color: #A90329;
}
.siteName a, .siteName:visited{
	color: #FFFFFF;
}

.clr{
	clear: both;
	display: block;
	width: 100%;
}
#socialBox0 {
	display: table;
	margin-right: 25px;
	background-color: #000;
	float: right;
	opacity: 0.99;
	padding: 5px;
	position: relative;
	margin-top: 150px;
}
.socialImg{
	display: block;
	padding: 2px;
	background-color: #000;
}
.socialIco {
	display: block;
}
.contentImg{
	padding: 2px;
}
.contentImg:hover{
	padding: 0px;
	border: 2px solid #900;
	}
.socialImg:hover{
	background-color: #900;
}

#socialMargin {
	display: block;
	width: 10px;
	height: 10px;
}

#maximage, #maximage:after {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
   
}
#maximage:after{

	 content: '';
    background: transparent url(../images/pattern.png) repeat top left;
	 z-index: 99;
	}
#footer-container {
	opacity: 0.99;
	width: 100%;
	z-index: 99;
	display: block;
}
#footerHolder {
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 960px;
	text-align: center;
}

#footerBackground {
	background-color: #000;
	display: block;
	width: 100%;
}

#footerTxt {
	display: inline;
	margin-left: 20px;
	color: #999;
	font-size: 12px;
	margin-top: 8px;
	text-align: center;
}
#footerContent {

}
.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	animation-duration:0.5s;
}

.fade-in.one {
-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
animation-delay: 0.1s;
}
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
