
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;}


/* specific to this page */


body {
	background: #000 url('bg.jpg') top left no-repeat scroll;
	color: #eee;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 15px 0;
}

a:link {
	color: #E5A619;
	
}

strong, h2, h3 {
	color: #fff;
	font-weight: bold;
	
}

em {
	font-style: italic;
}

h2 {
	font-size: 16px;
	padding: 0px 0px 15px 0px;
/*  font-family: 'Berkshire Swash', cursive; */
}

form {
	margin: 10px 0;
}

input {
	display: block;
	margin: 5px 0 5px 0;
	width: 15em;
}

textarea {
	width: 60%;
}


#banner {
	position: fixed;
	width: 100%;
	padding: 0 125px;
	line-height: 38px;
/* background-color: #000;
	background-color: rgba(0,0,0,0.5);
*/	

	filter: alpha(opacity = 100);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#00000000', EndColorStr='#00000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000)";
}

#banner h1 {
	margin-top: 60px;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 18px;
	color: #fff;
	display: inline;
	line-height: 45px;
	
}

#banner h1 span {
	color: #CCC;
}

#banner ul {
	display: inline;
}

#banner li {
	font-size: 18px;
	color: #999;
	text-transform: lowercase;
	display: inline;
	margin: 0 15px;
}

#banner li a {
	color: #3FF;
	text-decoration: none;
}



/* panels setup */



.panel {
	line-height: 1.5;
	width: 900px;
	padding: 200px 30px 15px 30px;

}

.panelgraphic {
	float: left;
	margin: 60 50 1px 0px;
	padding: 10px 25px 6px 0px;
}


/* js on */


body.has-js {
	width: 10000px;
	overflow-x: hidden;
}


.has-js .panel {
	float: left;
	padding-right: 960px;
}

/* rar preloadah */

#preloader { 
	width:100%; 
	height:5px;  
	background:#000;
	top:50%;
	position:absolute;
}

.expand { 
	width:100%; 
	height:1px; 
	margin:2px 0; 
	background:#00ffff; 
	position:absolute;
	box-shadow:0px 0px 10px 1px rgba(0,198,255,0.7);
        -moz-animation:fullexpand 2000ms cubic-bezier(1.000, 0.610, 0.970, 0.000); 
/* duration */
	-webkit-animation:fullexpand 2000ms cubic-bezier(1.000, 0.610, 0.970, 0.000);
}

@-moz-keyframes fullexpand {
	0%  { width:0px;}
	100%{ width:100%;}	
}
@-webkit-keyframes fullexpand {
	0%  { width:0px;}
	100%{ width:100%;}	
}

/* 2columns */

li
{
display:inline;
}

#2c {

	width:900px;
	margin: 0px auto 0px 0px;
	border: 0px solid #f0f0f0;

}
