/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;	
	width: 100%;	
	height: 100%;	
}

body {
	/*position: fixed;*/
	height: 100%;
	font-size: 1.4em;
	background: #000;
	
}

.space{
	height: 20px;	
}
.wrapper{
	position: relative;
	width: 960px;
	height: 800px;
	margin: 0 auto;
	background: #213f75;
}

.wrapper_sky{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url(../img/zx/Sky6B.png) no-repeat;	
}

.wrapper_back{
	position: absolute;
	width: 960px;
	height: 760px;
	background: url(../img/zx/plx_tech01_06B.png) repeat;	
}

.wrapper_mid{
	position: absolute;
	width: 960px;
	height: 760px;
	background: url(../img/zx/plx_tech_levels_06B.png) repeat;	
}

.wrapper_overlay{
	width: 100%;
	height: 100%;
	/* webkit example */
        background-image: -webkit-gradient(
          linear, left bottom, left top, from(rgba(10, 70, 104, 1.0)),
          to(rgba(10, 70, 104, 0))
        );

        /* mozilla example - FF3.6+ */
        background-image: -moz-linear-gradient(
          bottom center,
          rgba(10, 70, 104, 1.0) 20%, rgba(10, 70, 104, 0) 95%
        );       
}

.wrapper_fore{
	width: 960px;	
}

header{
	position: absolute;
	width: 960px;
	margin: 0 auto;	
}

.zx_logo{
	position: relative;
	width: 240px;
	margin: 0 auto;
	top: -175px;
	left: -5px;			
}

.link_a, .link_b{
	position: relative;
	width: 720px;
	height: 40px;
	margin: 0 auto;
	border-radius: 10px;	
	z-index: 100;
	background: #0a4668; /* Old browsers */
background: -moz-linear-gradient(top,  #0a4668 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a4668), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0a4668 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0a4668 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0a4668 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0a4668 0%,#000000 100%); /* W3C */
}

.link_a{	
	top: 240px;
}

.link_b{	
	top: -100px;
}

.link_a a, .link_b a{
	text-align: center;
	text-decoration: none;
	color: #00c0c0;
	line-height: 1.8em;
	margin: 0 auto;	
}

.link_a a:hover, .link_b a:hover{
	color: #E6E600;
	text-shadow: -1px -1px 5px rgba(230, 128, 0, 1);
}

.italic{
	font-style: italic;	
	font-size: 0.8em;
}

.lower{
	font-style: italic;	
	font-size: 0.6em;
}
	
.main{
	position: relative;
	width: 720px;
	height: 460px;
	margin: 0 auto;	
	top: 200px;
	border-radius: 10px;
	background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #0a4668 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#0a4668)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000000 0%,#0a4668 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000000 0%,#0a4668 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000000 0%,#0a4668 100%); /* IE10+ */
background: linear-gradient(to bottom,  #000000 0%,#0a4668 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0a4668',GradientType=0 ); /* IE6-9 */
}

.gallery_wrapper{
	position: relative;
	top: 40px;
	width: 90%;
	height: 380px;
	margin: 0 auto;	
	background: #000;	
}

.gallery_inner{
	position: relative;
	top: 10px;
	margin: 0 auto;
	width: 540px;;
	height: 100%;;	
}

.gallery{
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	opacity: 0.5;	
}

.gallery:hover{
	opacity: 1;
}
	
.gallery img{
	margin: 10px 10px 10px 10px;
	float: left;
}

.video{
	width: 500px;
	margin: 0 auto;
	padding: 40px;
}

footer{
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
	background: #0a4668; /* Old browsers */
background: -moz-linear-gradient(left,  #0a4668 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0a4668), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #0a4668 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #0a4668 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #0a4668 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to right,  #0a4668 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a4668', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	
}

footer img{
	float: right;	
	margin-right: 20px;
}