@charset "utf-8";
/* CSS Document */

#bg-one {
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center 150px;
	background-attachment: scroll;
	background-size: 100%;
}

.fixed-header {
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	z-index: 100000;
	width:100%;
}

/*	min-height:425px;
	height: auto;
	width:924px;
	position: relative;
	left: 0px;
	top: 0px;
	font: 13pt/15pt Verdana; 
	overflow: none;
	background-color: #ffffff;
	color: #000000;
	padding: 12px;
*/

body {
	background-color: #000000;
	
	font-family: Verdana, Arial, Helvetica, arial, sans-serif;
	position: relative;
	font-size:14px;
	color:#dddddd;

	opacity: 0;
	transition: opacity 2s;
	-webkit-transition: opacity 2s; /* Safari */
	margin-top: 120px;
}

.footer {
	font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, arial, sans-serif;
	font-size: 14px;
    background-color: #323232;
    color: white;
    clear: both;
    padding: 5px; 
	line-height: 1.7;
}
.footer-left {
	padding-left: 15px;
	text-align: left;
	width: 750px;

}

.footer-right {
	padding-right: 15px;
	text-align: right;
	width: 300px;
}

.footer a:link {color:#b6b6b6;      /* unvisited link */
	text-decoration: none;
}
.footer a:visited {color:#b6b6b6;  /* visited link */
	text-decoration: none;
}
.footer a:hover {color:#ed2024;}  /* mouse over link */

.footer a:active {color:#b6b6b6;  /* selected link */
	text-decoration: none;
}

a:link {
	/* unvisited link */
	text-decoration: none;
}
a:visited {
	/* visited link */
	text-decoration: none;
}
a:hover {
	/* mouse over link */
	color:#ed2024;}
	text-decoration: none;

a:active {
	/* selected link */
	text-decoration: none;
}


img {
    border-style: none;
}

table.body-page {
    width: 950px;
    align: center;
}

hr {
    background-color: #ED2024;
    color: #ED2024;
    height: 2px;
}

ul {
    left: 0px;
	padding-left: 15px;
}

div.my-scroll-box { 
	min-height:425px;
	height: auto;
	width:924px;
	position: relative;
	left: 0px;
	top: 0px;
	font: 13pt/15pt Verdana; 
	overflow: none;
	background-color: #ffffff;
	color: #000000;
	padding: 12px;
	border: 1px solid #dddddd;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	line-height: 1.7;
}

div.my-contact-box { 
	position: relative;
	left: 50px;
	right: 900px;
	font: 17pt/19pt Verdana; 
	color: #ffffff;
	padding: 12px;
}

.text-separator {
	border-top: 0.1em dashed #E7E7E7;
	clear: both;
	margin-bottom: 0em;
	margin-top: 0em;
	content: " ";
}


.grow img {
  width: 270px;
  height: 180px;

  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
       -o-transition: all .4s ease;
      -ms-transition: all .4s ease;
          transition: all .4s ease;
}
 
.grow img:hover {
  zwidth: 300px;
  zheight: 200px;
  transform: scale(1.11, 1.11);
  -ms-transform: scale(1.11, 1.11);
  -webkit-transform: scale(1.11, 1.11);
  
}

.tilt-left {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt-left:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.tilt-right {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt-right:hover {
  -webkit-transform: rotate(10deg);
     -moz-transform: rotate(10deg);
       -o-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}


.pic {
  zborder: 3px solid #900; 
  width: 270px;
  height: 180px;
  zmargin: 20px;
  overflow: hidden;

  -webkit-box-shadow: 5px 5px 5px #111;
          box-shadow: 5px 5px 5px #111;
}