/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, header1, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:#121212; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#c0c0c0;
}
html { min-width:980px;}
html, body { height:100%;}



/* Global Structure ============================================================= */
.container_16 {
	font-size:.75em;
	position:relative;
}

	/* Header */

	header1{
		height:655px;
		overflow:hidden;
		border-bottom:0px solid #2a2a2a;
		background:url(../images/header-pattern.gif) 50% 0 #1d1d1d;
	}

	header{
		height:210px;
		overflow:hidden;
		border-bottom:0px solid #2a2a2a;
		background:url(../images/header-pattern.gif) 50% 0 #1d1d1d;
	}
	
	/* Content */
	#content {
		padding:40px 0 9ent
0px 0;
		background:#121212;
	}
		#mainContent {
			padding:20px 0 0 0;
			}
			
	/* Footer */
	footer{
		border-top:0px solid #292929;
		padding:10px 0 10px 0;
background:url(../images/header-pattern.gif) 50% 0 #1d1d1d;

	}





/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 20px; }

/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
figure { 
	margin:0 24px 0 0; 
	float:left;
	padding:4px;
	background:#fff;
	position:relative;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(js/PIE.htc);
}
figure.alt {
	margin-right:5px;
	}
figure.last {
	margin-right:0;
	}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}

.extra-wrap { 
	overflow:hidden;
}

p {margin-left:5px;}
p {margin-bottom:18px;}
.p1 { margin-bottom:9px;}
.p2 { margin-bottom:18px;}
.p3 { margin-bottom:27px;
}


/*----- txt, links, lines, titles -----*/
a {
	color:#c0c0c0; 
	outline:none;
	text-decoration:none;

}
a:hover{
	text-decoration:none;
	color:#F9D006;
}


h2 {
	font-size:22px;
	color:#F7BA0E;
	line-height:.3em;
	font-style:italic;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:.5em;
}
h3 {
	font-size:1em;
	line-height:16px;
	font-weight:normal;
	text-transform:uppercase;
	color:#c0c0c0;
	margin-bottom:5px;
}
h4 {
	font-size:1em;
	color:#616161;
	margin-bottom:12px;
}
h5 {
	font-size:15px;
	line-height:15px;
	font-weight:bold;
	color:#909090;
	font-style:italic;
	margin-bottom:1em;
}
h6 {	font-family:Agency FB, Arial; 
	font-size:18px;
	color:#00A0C6;
	line-height:.3em;
	font-weight:bold;
	letter-spacing:2px;
	margin-bottom:.6em;
}

hgroup h5 {
	margin-bottom:4px;
	}
hgroup h4 {
	margin-bottom:18px;
	}

	

.button { 
	display:inline-block;
	position:relative;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#d42400;
	background: -webkit-gradient(linear, 0 0, 0 70%, from(#ed2800), to(#b21e00));
	background: -moz-linear-gradient(#ed2800, #b21e00 70%);
	background: linear-gradient(#ed2800, #b21e00 70%);
	-pie-background: linear-gradient(#ed2800, #b21e00 70%);
	behavior: url(js/PIE.htc);
	padding:0 18px 0 18px;
	line-height:35px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	-webkit-transition-duration: 0.10s;
	}
	.button:hover {
		background:#B0AEAF;
		color:#000;
		}

.highlink{
	display: inline-block;
position:relative;

   text-decoration:none;

   
}
 
/*.highlink:hover {
color: transparent;
    text-shadow: 0 0 5px #03c;}
*/

.highlink:hover {
   -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}

/*==================boxes====================*/
.box {
	background:url(../images/box-bg-1.png) 0 100% repeat-y #F5BB01;
	padding:30px 20px 30px 25px;
	Top: 5px;
	Left:10px;

	border:1px solid #000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(js/PIE.htc);
	position:relative;
	color:#000;
	}
	.box h2 {
		color:#000;
		
border-bottom:1px dashed #001111;

		padding-bottom:5px;
		margin-bottom:10px;
		line-height:20px;
		letter-spacing:-1px;
		}
	.box h3 {
		font-weight:normal;
		color:#000;
		font-size:16px;
		line-height:22px;
		text-transform:none;
		}
		.box h3 a {
			color:#000;
			}


.address { 
	float:left;
	margin:0 30px 10px 0;
}
.address.last {
	margin-right:0;
	}
	.address dt {
		margin-bottom:4px;
		text-transform:uppercase;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}
		.address dd a {
			color:#c0c0c0;
			}



/* Header
---------------------------------------- */

/* Logo */
header1 .logo {
	position:absolute;
	width :1000px;
	height :500px;
	left:4px;
	top:14px;
	background:url(../images/logo.png) no-repeat 0 0;
	padding:1px 0 0 20px;
	}
	header1 .logo h1 {
		font-size:38px;
		line-height:1.2em;
		color:#c3c3c3;
		font-weight:normal;
		font-style:italic;
		letter-spacing:-1px;
		}
		header1 .logo h1 a {
			color:#c3c3c3;
			text-decoration:none;
			}
			header1 .logo h1 a strong {
				color:#fff;
				}

header .logo {
	position:absolute;
	width :1000px;
	height :500px;
	left:4px;
	top:14px;
	background:url(../images/logo.png) no-repeat 0 0;
	padding:10px 0 0 20px;
	}
	header .logo h1 {
		font-size:38px;
		line-height:1.2em;
		color:#c3c3c3;
		font-weight:normal;
		font-style:italic;
		letter-spacing:-1px;
		}
		header .logo h1 a {
			color:#c3c3c3;
			text-decoration:none;
			}
			header .logo h1 a strong {
				color:#fff;
				}


/* Navigation */
header1 nav {
	position:absolute;
	right:5px;
	top:140px;
	}
	header1 nav ul li {
		float:left;
		padding-left:6px;
		}
		header1 nav ul li a {
			float:left;
			color:#fff;
			text-decoration:none;
			width:80px;
			text-align:center;
			line-height:31px;
			font-size:14px;
			}
		header1 nav ul li a:hover,
		header1 nav ul li a.current {
			background:url(../images/nav-bg.gif) 0 0 repeat-x;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			color:#F9D006;
			}

header nav {
	position:absolute;
	right:5px;
	top:140px;
	}
	header nav ul li {
		float:left;
		padding-left:6px;
		}
		header nav ul li a {
			float:left;
			color:#fff;
			text-decoration:none;
			width:80px;
			text-align:center;
			line-height:31px;
			font-size:14px;
			}
		header nav ul li a:hover,
		header nav ul li a.current {
			background:url(../images/nav-bg.gif) 0 0 repeat-x;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			color:#F9D006;

			}


/* Faded Slider */
#faded {
	position:absolute;
	left:0;
	top:200px;
	padding-bottom:20px;
	}
/*
 * Required: If fixed height, state it here
*/
#faded .rap {
	background:url(../images/img-wrapper-bg.jpg) no-repeat 50% 0 #d92400;
	border:1px solid #e46b00;
	width:589px;
	height:416px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:-2px 8px 5px rgba(0, 0, 0, .6);
	-moz-box-shadow:-2px 8px 5px rgba(0, 0, 0, .6);
	-webkit-box-shadow:-2px 8px 5px rgba(0, 0, 0, .6);
	z-index:10;
	overflow:hidden;
	}
	#faded .rap img {
		margin:9px 0 0 9px;
		}
		

#faded ul.pagination {
	position:absolute;
	left:520px;
	top:10px;
	background:url(../images/pagination-splash.gif) no-repeat 0 0 #2a2a2a;
	border:1px solid #3a3a3a;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:-2px 8px 5px rgba(0, 0, 0, .4);
	-moz-box-shadow:-2px 8px 5px rgba(0, 0, 0, .4);
	-webkit-box-shadow:-2px 8px 5px rgba(0, 0, 0, .4);
	z-index:9;
	padding:20px 10px; 10px 0;
	}
	#faded ul.pagination li {
		width:450px;
		position:relative;
		background:url(../images/line-bot.gif) no-repeat 77px 100%;
		padding-bottom:1px;
		height:1%;
		}
	#faded ul.pagination li:last-child {
		background:none;
		}
		#faded ul.pagination li a {
			display:block;
			padding:10px 382px 14px 77px;
			overflow:hidden;
			color:#7f7f7f;
			text-decoration:none;
			font-size:13px;
			line-height:20px;
			height:1%;
			cursor:pointer;
			-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
			-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
			-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
			}
		#faded ul.pagination li a:hover, #faded ul.pagination li.current a {
			background-color:#1d1d1d;
			color:#fff;
			}
			#faded ul.pagination li a img {
				float:left;
				margin-right:28px;
				}
			#faded ul.pagination li a span.left {
				float:left;
				margin-right:35px;

				width:370px;
				font-size:10pt;
				}
			#faded ul.pagination li a span.right {
				float:left;
				width:80px;
				}
#faded .extra-banner {
	position:absolute;
	left:485px;
	top:307px;
	z-index:11;
	}

.header_blog_top { background: url(../images/border_top1.gif) top center repeat-x; padding:7px 0 0 0; margin:0; height:40px;}
.header_blog_btm { background: url(../images/border_btm1.gif) top center repeat-x; padding:7px 0 0 0; margin:0; height:30px;}

.clr { clear:both; padding:0; margin:0; background:none;}


/* Content
---------------------------------------- */
#mainContent article {
	padding:0 0 10px 0;
	margin-bottom:10px;
	border-bottom:1px solid #706F64;
	
	}
#mainContent 
	img { float:left; margin:5px 10px 0px 5px; border:1px;
border-radius:4px; padding:0;}
	
	}

#mainContent article.last {
	padding-bottom:0;
	margin-bottom:0;
	border:none;
	}


/* Aside */
aside article {
	padding-bottom:0;
	margin-bottom:30px;
	}
aside article.last {
	margin-bottom:0;
	}


/* List of images */
.img-list {
	padding-bottom:9px;
	}
	.img-list li {
		float:left;
		padding:0 9px 9px 0;
		width:109px;
		height:93px;
		}
		.img-list li a {
			float:left;
			padding:4px;
			background:#fff;
			position:relative;
			z-index:1;
			border-radius:6px;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			behavior:url(js/PIE.htc);
			-webkit-transition-duration: 0.5s;
			}
			.img-list li a:hover {
				z-index:2;
				background:#ce2300;
				-webkit-transform:scale(1.5);
				}


/* Accordion */
.accordion dt {
	font-size:14px;
	line-height:1em;
	color:#000;
	position:relative;
	padding:5px 0 5px 40px;
	height:1%;
	}
	.accordion dt img {
		position:absolute;
		left:0;
		top:5px;
		}
	.accordion dt a {
		color:#000;
		}
.accordion dd {
	display:none;
	padding:0 0 0 40px;
	color:#909090;
	}

.accordion dd a{
	
	color:#000090;
	}



/* Lists */
.list1 li {
	background:url(../images/arrow1.gif) no-repeat 0 7px;
	padding:0 0 6px 15px;
	font-size:13px;
	zoom:1;
	}
	.list1 li a {
		color:#fff;
		font-weight:bold;
		}
			
/*===== footer =====*/
footer .container_16 {
	font-size:.625em;
	}
	footer nav ul {
		overflow:hidden;
		margin:0 0 6px -11px;
		}
		footer nav ul li {
			display:inline;
			margin-left:-1px;
			}
			footer nav ul li a {
				border-left:1px solid #777;
				padding:0 9px 0 11px;
				color:#e1e1e1;
				text-transform:uppercase;
				text-decoration:none;
				-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
				-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
				-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
				}
			footer nav ul li a:hover {
				color:#F9D006;
				}
	
	
	footer .copy {
		
		}
		footer .copy span {
			text-transform:uppercase;
			color:#E1E1E1;
			}
		footer .copy a {
			color:#E1E1E1;
			}

	.footer_img{  width:20px; height: 60px; padding-right: 150px; 
         margin-bottom: 2px;  margin:0 auto; float:right;}	
	

	.left_box{  width:800px; height: 250px; padding-left: 195px; 
         margin-bottom: 2px;  margin:0 auto; float:left;}	

			
/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:26px;
		overflow:hidden;
	}
		#contacts-form span {
			float:left;
			width:66px;
			}
		#contacts-form input {
			float:left;
			background:#1e1e1e;
			border:1px solid #a4a4a4;
			width:210px;
			padding:1px 5px 1px 5px;
			color:#fff;
		}
		#contacts-form textarea {
			float:left;
			width:210px;
			padding:1px 5px 1px 5px;
			height:195px;
			background:#1e1e1e;
			border:1px solid #a4a4a4;
			overflow:auto;
			color:#fff;
		}
		#contacts-form .button {
			float:right;
			margin-left:16px;
			margin-top:14px;
			}



/*============Pre-Loader=============================*/

#preloader {
	background: #000;
	position:fixed;
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	text-align:center;
	color:#fff;
}
#preloader div {
	width:400px;
	margin:auto;
	height: 3px;
	text-align:center;
	border: 4px solid #111;
	overflow:hidden;
}
#preloader_image {
	position: relative;
	left:0px;
	top:-10px;
}


/*==================ImageRotation========================*/

#Rotateimage{
  margin:20px 255px;

}


/* ===================Sticky Social Media Button ======================*/

.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-150px;
    top:230px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:tranparent;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-20px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky li p a:hover{
    text-decoration:underline;
}

/*=====================ANIMATION===========================*/

<style type="text/css"> 

#outerspace{ 
position: relative; 
height: 1000px; 
background: #0c0440 url(../outerspace.jpg); 
} 

div.rocket { 
position: absolute; 
bottom: 10px; left: 20px;
 -webkit-transition: all 3s ease-in; 
-moz-transition: all 3s ease-in; 
-o-transition: all 3s ease-in; 
-ms-transition: all 3s ease-in; 
transition: all 3s ease-in; } 

div.rocket img { 
-webkit-transition: all 2s ease-in-out; 
-moz-transition: all 2s ease-in-out; 
-o-transition: all 2s ease-in-out; 
-ms-transition: all 2s ease-in-out; 
transition: all 2s ease-in-out; } 

#outerspace:hover div.rocket { 
-webkit-transform: translate(540px,-200px);
 -moz-transform: translate(540px,-200px); 
-o-transform: translate(540px,-200px); 
-ms-transform: translate(540px,-200px); 
transition: all 2s ease-in-out; } 

#outerspace:hover div.rocket img { 
-webkit-transform: rotate(70deg); 
-moz-transform: rotate(70deg); 
-o-transform: rotate(70deg); 
-ms-transform: rotate(70deg); 
transform: rotate(70deg); } 

</style>


