@charset "utf-8";
@import "reset.css";
@import "layout.css";
/* Getting the new tags to behave */
article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video {
display:block;
}
mark,rp,rt,ruby,summary,time {
display:inline;
}
/*global*/
body {
position:absolute;
font:13px/18px arial, sans-serif;
color:#838383;
min-width: 980px;
min-height:730px;
width:100%;
height:100%;
overflow:hidden;
z-index:1;
background: url(../images/bg_piece2.png);
}
body p a {
text-decoration:none;
}
body p a:hover {
text-decoration:underline;
}
h1 {
	position: relative;
	margin-top: 46px;
}
h1>a{
	position:relative;
	display:inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 262px;
	height: 150px;
	background: url(../images/logo.png) center no-repeat;
	background-image: url(../images/fechar.png);
}
h2 {
font: 14px/1.2em 'Wire One', sans-serif;
color: #ffff00;
padding-bottom: 12px;
}
h3 {
font-weight: normal;
font-size: 18px;
color: #eaeaea;
line-height: 24px;
padding-bottom: 9px;
}
p {
padding-bottom: 18px;
}
a {
text-decoration:none;
}
#glob {
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
	background: url(../images/bg_glow.png) 36% -56% no-repeat;
	top: -2px;
	left: 6px;
}
.spinner {
position:fixed;
left:0px;
top:0px;
width:100%;
height:100%;
z-index:9999;
background:url( "../images/ajax-loader.gif") 50% 50% no-repeat #1f1f1f;
}
header, footer{
position:absolute;
width:100%;
z-index:100;
text-align: center;
}
/*header*/
header{
	top:0px;
	height:70px;
}
/*end header*/
/*footer*/
footer {
bottom:0px;
height:60px;
}
footer p {
position: relative;
font: 13px/1.2em 'Abel', sans-serif;
color: #626262;
text-transform: uppercase;
white-space: pre;
padding-bottom: 16px;
}
footer p a{
color: #626262;
}
.soc_links{
color: #989898;
padding-top: 6px;
}
.soc_links>span{
display: inline-block;
margin: 5px 6px;
width: 5px;
height: 5px;
background: url(../images/list_icon.png) center no-repeat;
}
.soc_links a{
color: #989898;
}
/*end footer*/
/*menu*/
.menu {
position: relative;
display: inline-block;
margin: 166px 0 0 3px;
}
#menu>li {
display: inline-block;
position: relative;
width: 51px;
height: 397px;
text-align: center;
float: left;
margin-right: 2px;
background: url(../images/menu_bg.png);
overflow: hidden;
white-space: nowrap;
}
#menu>li:first-child {
display: none;
}
#menu>li>a>span {
position: relative;
display: block;
width: 51px;
height: 353px;
}
#menu>li>a>span:first-child+span{
height: 44px;
background: #080800;
}
#menu>li>a>span:first-child+span>strong{
bottom: 3px;
}
#menu>li>a>span:first-child>strong{
top: 297px;
}
#menu>li>a>span>strong{
position: relative;
display: block;
font: 19px/1.2em 'Abel', sans-serif;
color: #838383;
text-align: left;
letter-spacing: 1px;
text-transform: uppercase;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
}
/*ie*/
#menu.ie>li>a>span:first-child+span>strong{
width: 100%;
height: 44px;
}
#menu.ie>li>a>span:first-child>strong{
width: 100%;
height: 353px;
top: 0;
}
#menu.ie>li:first-child+li>a>span:first-child+span>strong{
background: url(../images/menu1_text1.png) center top no-repeat;
}
#menu.ie>li:first-child+li+li>a>span:first-child+span>strong{
background: url(../images/menu1_text2.png) center top no-repeat;
}
#menu.ie>li:first-child+li+li+li>a>span:first-child+span>strong{
background: url(../images/menu1_text3.png) center top no-repeat;
}
#menu.ie>li:first-child+li+li+li+li>a>span:first-child+span>strong{
background: url(../images/menu1_text4.png) center top no-repeat;
}
#menu.ie>li:first-child+li+li+li+li+li>a>span:first-child+span>strong{
background: url(../images/menu1_text5.png) center top no-repeat;
}
#menu.ie>li:first-child+li>a>span:first-child>strong{
background: url(../images/menu2_text1.png) center bottom no-repeat;
}
#menu.ie>li:first-child+li+li>a>span:first-child>strong{
background: url(../images/menu2_text2.png) center bottom no-repeat;
}
#menu.ie>li:first-child+li+li+li>a>span:first-child>strong{
background: url(../images/menu2_text3.png) center bottom no-repeat;
}
#menu.ie>li:first-child+li+li+li+li>a>span:first-child>strong{
background: url(../images/menu2_text4.png) center bottom no-repeat;
}
#menu.ie>li:first-child+li+li+li+li+li>a>span:first-child>strong{
background: url(../images/menu2_text5.png) center bottom no-repeat;
}
/*ie end*/
.submenu_1 {
position:absolute;
z-index:9100;
width: 100%;
left: 0px;
top: 100px;
display: none;
}
.submenu_1 li {
position:relative;
display: block;
}
.submenu_1 a {
position:relative;
display: block;
}
.submenu_1 li>a:hover,.submenu_1 li.sfHover>a{
color:#fff;
}
.submenu_2 {
position:absolute;
z-index:9100;
width: 100%;
left: 100%;
top: 0px;
display: none;
}
/*end menu*/
/*pages*/
#content {
position: absolute;
width: 2000px;
height:730px;
left: 50%;
z-index: 50;
text-align: center;
margin-left: -1000px;
}
#content>ul {
	position: absolute;
	width: 100%;
	top: 166px;
	left: 515px;
}
#content>ul>li:first-child{
display: none;
background: none;
height: 0;
width: 0;
}
#content>ul>li {
position:absolute;
width:690px;
height:397px;
overflow: hidden;
text-align: left;
left: 0px;
background: url(../images/content_bg.png);
}
#content>ul>li:first-child {
left: 0px;
}
#content>ul>li:first-child+li {
left: 62px;
}
#content>ul>li:first-child+li+li {
left: 115px;
}
#content>ul>li:first-child+li+li+li {
left: 168px;
}
#content>ul>li:first-child+li+li+li+li {
left: 221px;
}
#content>ul>li:first-child+li+li+li+li+li {
left: 273px;
}
.closeBtn{
position:absolute;
display: inline-block;
width: 18px;
height: 18px;
background: url(../images/close_icon.png) center bottom no-repeat;
top: 10px;
right: 10px;
}
.readMore {
position: relative;
display: inline-block;
font: 12px/1.2em Arial, sans-serif;
color :#fefefe;
text-transform: uppercase;
padding: 9px 18px;
background: url(../images/more_bg.png);
margin-top: 5px;
}
.readMore:hover {
text-decoration: none;  
}
.list1>li{
position: relative;
display: inline-block;
float: left;
margin: 0 20px 20px 0;
width: 160px;
}
.list1>li.right{
margin-right: 0;
}
.list1>li.bot{
margin-bottom: 0;
}
.list1>li.bot>p{
padding-bottom: 8px;
}
.list1>li>div>img{
float: left;
margin: 4px 8px 0 0;
}
.list1>li>div>h3{
padding-top: 11px;
}
.list1>li>div>h3.noPad{
padding: 0;
}
.list1>li>p{
padding: 14px 10px 0 0;
line-height: 17px;
}
.list2{
margin: 10px 0 17px;
}
.list2.noMarBot{
margin-bottom: 0;
}
.list2>li{
display: inline-block;
width: 220px;
margin: 0 36px 12px 0;
background: url(../images/list_icon.png) 0px 7px no-repeat;
}
.list2>li.noMarBot{
margin-bottom: 0;
}
.list2>li>a{
margin-left: 14px;
color: #838383;
}
/*scroll*/
.scroll{
float:left;
}
.outside .scroll{
width: 520px;
height: 240px;
}
.outside ._track, .outside2 ._track{
width: 11px;
height:232px;
left: 610px;
top: 119px;
}
._track{
background: #080800;
}
._shuttle{
cursor: pointer !important;
width: 11px;
height: 40px;
background: #ffff00;
}
._shuttle:hover{
background: #fff;
}
/*end scroll*/
/*PADDINGS*/
.pad1 {
padding: 42px 0 0 70px;
}
.pad2 {
padding-top: 42px;
}
.mar1{
margin-top: -4px;
}
.mar2{
margin-right: 31px;
}
.color1{
color: #838383;
}
.color2{
color: #ffff00;
}
.color3{
color: #fff;
}
/*additional classes*/
.wrapper {
width:100%;
overflow:hidden;
}
a.und,.und a {
text-decoration:underline;
}
a.und:hover,.und a:hover {
text-decoration:none;
}
.clear {
clear:both;
line-height:0;
}
/*google map*/
.google_map{
position:  relative;
overflow: hidden;
border-radius: 0px;
width: 300px;
height: 170px;
border: none;
box-shadow: none;
background-color: #1f1f1f;
background-image: url(../images/ajax-loader.gif);
background-repeat: no-repeat;  
background-position: 50%;
margin: 5px 0 16px;
}
/*end google map*/
/* Forms*/
#form1 {
position: relative;
margin-top: 3px;
height: 286px;
}
#form1 input,
#form1 textarea {
position: relative;
background: #161616;
border: 1px solid #2c2c2c;
color:#838383;
padding: 9px 9px;
width: 202px;
outline:none;
box-shadow:none;
background: none;
}
#form1 textarea {
width: 202px;
height: 96px;
overflow:auto;
resize: none;
}
#form1 label {
display:inline-block;
min-height: 40px;
position: relative;
width: 222px;
}
#form1 label.message {
    margin-top: 2px;

}
#form1 .success{
position: relative;
padding-bottom: 3px;
color: #fff;
}
#form1 .error, #form1 .empty {
text-align: left;
display:none;
font-size:10px;
color: #ffff00;
margin-left: 3px;
margin-top: -4px;
position: relative;
}
fieldset{
height: 210px;
}
.btns{
padding: 0;
position: relative;
float: right;
}
.btns a{
display:inline-block;
margin-left: 4px;
}
/* Form defaults */
input, select, textarea {
font: normal 13px/1.2em Arial, sans-serif;
vertical-align:middle;
}
/*end forms*/
/*--------- slider ---------*/
.slider {
position:relative;
margin:0 auto;
width:690px;
height: 397px;
top: 0px;
z-index:2;
overflow: hidden;
}
.items {
display:none;
}
.progbar {
width:100%;
height:2px;
position:absolute;
bottom: 42px;
left:0px;
background:#ffff00;
z-index:999;
}
.banner{
position: absolute;
bottom: 0px;
left: 0px;
z-index: 9999;
}
.banner>p{
font: 17px/1.2em 'Abel', sans-serif;
color: #676767;
text-transform: uppercase;
margin: 366px 0 0 18px;
}
.banner>p>a{
color: #ffff00;
}
.pagination{
	position: absolute;
	width: 100%;
	height: 122px;
	bottom: -78px;
	left: 0;
	background: #000;
}
.pagin{
position: absolute;
bottom: 14px;
right: 14px;
z-index: 99999;
float: right;
}
.pagin>li{
position: relative;
display: inline-block;
width: 15px;
height: 15px;
margin-left: 5px;
float: left;
}
.pagin>li.current>a,
.pagin>li>a:hover{
background: #ffff00;
}
.pagin>li>a{
display: block;
position: relative;
width: 15px;
height: 15px;
background: #444343;
}
/*-------- end slider -----------*/
