@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background-color:#303030;
}

h1 {
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, Futura;
	color: #303030;
	font-weight: normal;
	font-size:80px;
	text-align:center;
	margin:0
}
h2 {
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, Futura;
	color: #303030;
	font-weight: bold;
	text-align:left;
	font-size:16px;
	margin:0px;
	margin-left: 3px
	}
h3 {
  	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, Futura;
	color: #303030;
	font-weight: normal;
	font-style:italic;
	font-size:16px;
	margin:0px;
	margin-top: 5px
}
h5 {
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, Futura;
	color: #303030;
	font-weight: normal;
	text-align:left;
	font-size:20px;
	margin:20px;
}
h6 {
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, Futura;
	color: #303030;
	font-weight: normal;
	font-size:16px;
	line-height:20px;
	margin:0px;
	margin-top: 12px;
	margin-left: 3px
}
h7 {
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, Futura;
	color: #303030;
	font-weight: bold;
	text-align:left;
	font-size:16px;
	margin:0px;
	}
p {
  	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, Futura;
	color: #303030;
	font-weight: normal;
	font-size:14px;
	line-height:18px;
	margin:0px;
	margin-top: 5px;
	margin-left: 3px
}

a {
	text-decoration: inherit;
	color: inherit;
	font-weight: inherit;
}
a:hover {
	text-decoration: inherit;
	color: #de3e16;
	font-weight: inherit;
}

a img {
	border: none;
}
.header h3 {
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, Futura;
	color: #fffcf5;
	font-weight: normal;
	font-size:14px;
	font-style:normal;
	margin-top:0px;	
}
.header h4 {
	text-decoration: underline;
	font-family: Arial, Helvetica, Geneva, Futura;
	color: #fffcf5;
	font-weight: normal;
	font-size:14px;
	font-style:normal;
	margin-top:0px;	
}
.header h5 {
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, Futura;
	color: #fffcf5;
	font-weight: bold;
	font-size:26px;
	font-style:normal;
	margin:0px;	
	margin-top:12px;
	margin-bottom:12px;
}
.footer h3 {
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, Futura;
	color: #979692;
	font-weight: normal;
	font-size:14px;
	font-style:normal;
	margin-top:0px;		
}
.footer h4 {
	text-decoration: underline;
	font-family: Arial, Helvetica, Geneva, Futura;
	color: #979692;
	font-weight: normal;
	font-size:14px;
	font-style:normal;
	margin-top:0px;		
}
.footer p {
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, Futura;
	color: #979692;
	font-weight: normal;
	text-align:right;
	font-size:9px;
	margin-top:0px;
}
.footer a {
	text-decoration: none;
	color: inherit;
	font-weight: inherit;
}
.footer a:hover {
	text-decoration: none;
	color: #983820;
	font-weight: inherit;
}

.rollBorder:hover {
	border-color: #de3e16;
	}
.norollBorder {
	border: solid;
	border-color: #bdbab3;
	border-width: 3px;
}
.maintable {
	width: 100%;
	min-width: 1024px;
	background-color: #fffcf5;
}

.royalSlider {
  width: 100%;
  min-width: 1024px;
}

.infoBlock {
  position: absolute;
  top: 50px;
  left: 50px;
  right: auto;
  max-width: 300px;
  padding-bottom: 0;
  overflow: hidden;
  padding: 18px;
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.50);
}
.infoBlock h1 {
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, Futura;
	color: #fffcf5;
	font-weight: bold;
	text-align:left;
	font-size:16px;
	margin:0px;
	margin-bottom: 5px
	}
.infoBlock h2 {
  	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, Futura;
	color: #fffcf5;
	font-weight: normal;
	font-style:italic;
	font-size:14px;
	margin:0px;
	margin-bottom: 5px
}
.infoBlock p {
  	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, Futura;
	color: #fffcf5;
	font-weight: normal;
	font-size:14px;
	line-height:18px;
	margin:0px
}
.infoBlock a {
  color: inherit;
  text-decoration: none;
}
.infoBlock a:hover {
  color: #de3e16;
  text-decoration: none;
}

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../media/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
