@charset "utf-8";
/* line 17, ../../../Ruby191/lib/ruby/gems/2.0.0/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* line 22, ../../../Ruby191/lib/ruby/gems/2.0.0/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
	line-height: 1;
}
/* line 24, ../../../Ruby191/lib/ruby/gems/2.0.0/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
	list-style: none;
}
/* line 28, ../../../Ruby191/lib/ruby/gems/2.0.0/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
	quotes: none;
}
a img {
	border: none;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@import url(http://fonts.googleapis.com/css?family=Titillium+Web);
html, body {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	background-color: #000;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1em;
	-webkit-font-smoothing:subpixel-antialiased;
	-ms-font-smoothing:subpixel-antialiased;
	-moz-font-smoothing:subpixel-antialiased;
	-o-font-smoothing:subpixel-antialiased;
	font-smoothing:subpixel-antialiased;
}
h1,h2,h3,h4,h5,h6,p {
 line-height: 1.45;
 font-family: G1;
}
header {
	width: 100%;
	min-width: 600px;
	height: 97px;
	background-color: #000;
	
}

.logo_left {
	width: 292px;
	padding-left:20px;
}
.logo_right {
	left: 74%;
	position:absolute;
}
#wrapper {
	position:relative;
	width: 1310px;
	height: auto;
	margin: 0 auto;
	overflow:none;
	z-index:50;
}


#menu {
	position: reltive;
	width: 100%;
	height: 52px;
	overflow: hidden;
	background-color:#000;
	
	
}
#menu ul {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
	background-image: url(images/button.png);
	
	
}
#menu ul li {
	width: 20%;
	float: left;
	border-right:1px solid #FFF ;
	cursor:pointer;
	border-bottom-style:none;
	
	
}
#menu ul li a {
	float: left;
	display: block;
	width: 100%;
	height: 52px;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
	line-height: 52px;
	text-decoration: none;
	background-image:url(images/button_empty.png);
	
}
#menu ul li a sup{
	position: relative;
    vertical-align: baseline;
    font-size: 0.7em;
    line-height: 0; 
	top: -0.75em;
}
#menu ul li a:hover {
	color: #3CF;
	text-shadow: 1px 1px 1px #010101;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	background-image:url(images/button_hover.png);
}

/*---------------slider---------------*/
#menu ul li ul {
	display:none;
	position: absolute;
	width: 263px;
	background-image: none;
	margin-top: 52px;
	margin-left:-1px;
	border-radius:0px 0px 5px 5px;
	border: 1px solid #999;
	border-bottom:none;
	border-right:none;
	z-index:9999;

	
}
#menu ul li:hover ul {
	display: block;
	
}
#menu ul li ul li {
	float: none;
	display: block;
	width: 100%;
	text-align: center;
	background: -moz-linear-gradient(top, #4c4c4c 0%, #666666 0%, #474747 52%, #303030 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(0%, #666666), color-stop(52%, #474747), color-stop(100%, #303030)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c4c4c 0%, #666666 0%, #474747 52%, #303030 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c4c4c 0%, #666666 0%, #474747 52%, #303030 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c4c4c 0%, #666666 0%, #474747 52%, #303030 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4c4c4c 0%, #666666 0%, #474747 52%, #303030 100%); /* W3C */
	
}
#menu ul li ul li:hover {
	background: -moz-linear-gradient(top, #00195e 0%, #004e89 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00195e), color-stop(100%, #004e89)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00195e 0%, #004e89 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00195e 0%, #004e89 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00195e 0%, #004e89 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00195e 0%, #004e89 100%); /* W3C */
}
#menu ul li ul li a {
	float: none;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
.fadeIn {
	animation: fadein 0.5s;
	-webkit-animation: fadein 0.5s;
	-moz-animation: fadein 0.5s;
	-ms-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
}

@-webkit-keyframes fadein {
 0% {
opacity:0;
}
 50% {
opacity:1;
}
}
@-moz-keyframes fadein {
 0% {
opacity:0;
}
 50% {
opacity:1;
}
}
@-ms-keyframes fadein {
 0% {
opacity:0;
}
 50% {
opacity:1;
}
}
@-o-keyframes fadein {
 0% {
opacity:0;
}
 50% {
opacity:1;
}
}
@keyframes fadein {
 0% {
opacity:0;
}
 50% {
opacity:1;
}
}
#mobile_menu_bar{
	display:none;
}

#mobile_menu_bar h1{
	display:none;
	width:50px;
	height:50px;
	text-indent:-9999px;
}
/*---------------slider---------------*/



/*---------------nav---------------*/
#nav-bar{
	position:relative;
	z-index:100;
	width:1300px;
	margin:0 auto;
	z-index:2;
	
}
#nav-bar ul{
	position:absolute;
	width:500px;
	padding-top:5px;
	left:10px;
	
	
}
#nav-bar ul li{
	display:block;
	padding-right:15px;
	float:left;
}
#nav-bar ul li a{
	color:#FFF;
	font-size:13px;
	text-decoration:none;
}
.nav-color{
	color:#3CF;
	
}
/*---------------nav---------------*/
article {
	position:absolute;
	width: 100%;
	height:auto;
	overflow:hidden;	
	background-color: #000;
	
}
footer {
	width: 100%;
	min-width:1000px;
	height: 47px;
	position: fixed;
	bottom: 0px;
	z-index:9999;
}

#bottom {
	width:100%;
	height: 47px;
	margin: 0 auto;
	background-color:#151515;
	
}
#bottom ul {
	position: absolute;
	left: 55%;
	list-style-type: none;
	padding-right: 30px;
}
#bottom li {
	display: block;
	color: #999;
	float: left;
	padding:16px;
	
}
#bottom li a{
	text-decoration:none;
	font-size: 13px;
	color: #999;
}
#bottom li a:hover{
	
	color:#FFF;
	
}
.facebook {
	width: 66px;
	height: auto;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;	
}
.facebook:hover {
	background-image: url(images/facebook1.png);
}
.facebook a{
	display:block;
	text-indent:-9999px;
}
