/* Left & Right alignment */
.wrapper {
width:100%;
overflow:hidden;
}
.padNull {
padding: 0 !important;
}
.marNull {
margin: 0 !important;
}
.backNone {
background: none !important;
}
._left {
float: left;
}
._right {
float: right;
}
/* Global properties ======================================================== */
.glob {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
}
body {
font-family:'Tahoma', sans-serif;
color:#fff;
line-height:18px;
min-width: 960px;
min-height:100%;
position:absolute;
width:100%;
height:100%;
overflow:hidden;
}
/* Global Structure ========================================================= */
.main {
margin: 0px auto;
width: 1000px;
z-index:2;
display: block;
height: 100%;

position: relative;
}
.page_spinner {
position:fixed;
background:#000;
z-index:99;
width:100%;
height:100%;
top:0;
left:0
}
.page_spinner > span {
position: absolute;
left: 50%;
top: 50%;
}
/* ============================= main layout ================================ */
a {
color:#fff;
text-decoration:none;
outline:none;
font-size: 14px;
}
a:hover {
text-decoration:underline
}
h1 {
float:left;
position: relative;
}
h2 {
font-family: 'Cambo', serif;
color: #949495;
font-size: 42px;
line-height: 36px;
width:100%;
padding-bottom: 22px;
display: inline-block;
text-transform: uppercase;
font-weight: normal;
}
h3 {
font-family: 'Cambo', serif;
color: #4a4a4a;
font-size: 22px;
line-height: 20px;
width:100%;
padding-bottom: 18px;
display: inline-block;
font-weight: normal;
}
p {
font-family: 'Droid Sans', sans-serif;
font-size: 12px;
color: #646464;
line-height: 20px;
padding-bottom: 20px;
text-align: left;
}
.center {
padding:0;
width:100%;
position: relative;
display: inline-block;
top: 0;
}
/* ============================= header ============================ */
header {
position: absolute;
width: 100%;
z-index: 10;
float: left;
height: 162px;
}
.header_content {
width: 100%;
display: inline-block;
position: relative;
}
.hide_text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
#logo {
display:inline-block;
background: url(../images/logoarenaZW.png) 50% 50% no-repeat;
width: 260px;
height:260px;
}
#logo:hover {
text-decoration:none;
}
.logoHolder {
display:inline-block;
position: relative;
height: 260px;
width: 260px;
float: left;
margin: 40px 20px 0px 20px;
z-index: 2;
}
.menu {
position:relative;
z-index:1;
display: inline-block;
}
.menuHolder {
position: relative;
z-index: 1;
display: inline-block;
width: 100%;
margin-top: 20px;
}
#menu {
z-index:3;
position:relative;
display: inline-block;
width: 180px;
margin: 0 60px;
}
#menu > li {
position:relative;
color: white;
display: inline-block;
float: left;
width: 100%;
text-align: center;
margin-bottom: 15px;
}
#menu > li > a {
display: inline-block;
position:relative;
z-index: 1;
overflow: hidden;
height: 40px;
}
#menu > li > a:hover {
text-decoration:none;
}
#menu > ._last {
border: none;
}
.submenu_1 {
position: relative;
z-index:2;
display: block;
width: 100%;
margin-top: 7px;
}
.submenu_1 > li {
position:relative;
display:inline-block;
width: 100%;
margin-bottom: 6px;
}
.submenu_1 > li > a {
font-family: 'Cambo', serif;
line-height: 20px;
color: #e6e6e6;
font-size: 17px;
display:inline-block;
text-align: left;
position: relative;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.submenu_1 > li > a:hover, .submenu_1 li.sfHover > a {
text-decoration:none;
color:#7c7b7b;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.submenu_1 > ._first {
border: none;
}
.submenu_1 > ._last {
border: none;
margin-bottom: 2px;
}
.submenu_2 {
position: relative;
z-index:2;
display: block;
width: 100%;
margin-top: 7px;
}
.submenu_2 > li {
position:relative;
display:inline-block;
width: 100%;
margin-bottom: 6px;
}
.submenu_2 > li > a {
font-family: 'Cambo', serif;
line-height: 20px;
color: #e6e6e6;
font-size: 13px;
display:inline-block;
text-align: left;
position: relative;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.submenu_2 > li > a:hover, .submenu_1 li.sfHover > a {
text-decoration:none;
color:#7c7b7b;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.submenu_2 > ._first {
border: none;
}
.submenu_2 > ._last {
border: none;
margin-bottom: 2px;
}
.mText {
font-family: 'Cambo', serif;
line-height: 40px;
color: #949495;
font-size: 26px;
position: relative;
z-index: 2;
text-align: center;
top: 0px;
text-transform: uppercase;
text-shadow: 1px 1px 1px #000;
}
.mText_over {
font-family: 'Cambo', serif;
line-height: 40px;
color: #fff;
font-size: 26px;
position: absolute;
width: 100%;
z-index: 2;
text-align: center;
top: -50px;
text-transform: uppercase;
text-shadow: 1px 1px 1px #000;
}
._area {
position: absolute;
width: 100%;
height: 100%;
top: 0;
z-index: 3;
left: 0;
display: block;
background: url(../images/pixel.png);
}
._overPl {
position: absolute;
width: 100%;
height: 84%;
top: 50px;
z-index: 0;
left: 0;
display: block;
border-bottom: 1px solid #fff;
box-shadow: 1px 1px 1px #000;
}
/* ============================= content ====================== */
#content {
position:relative;
z-index: 1;
width: 700px;
margin: 0 auto;
display: inline-block;
float: left;
overflow: visible;
height: 480px;
}
#content > ul {
width: 700px;
z-index: 0;
display: inline-block;
position: relative;
overflow: visible;
}
#content > ul > li {
width: 700px;
display:block;
position:absolute;
}
.box1 {
width: 350px;
position: relative;
display: inline-block;
height: 600px;
float: left;
background: #fff;
}
.box2 {
width: 350px;
position: relative;
display: inline-block;
height: 600px;
float: right;
background: #fff;
}

.box3 {
width: 700px;
position: relative;
display: inline-block;
height: 600px;
float: right;
background: #fff;
}

.more {
font-family: 'Cambo', serif;
font-size: 22px;
color: #949495;
line-height: 20px;
display: inline-block;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.more:hover {
color: #000;
text-decoration: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.more2 {
font-family: 'Cambo', serif;
font-size: 18px;
color: #949495;
line-height: 20px;
display: inline-block;
text-transform: uppercase;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.more2:hover {
color: #000;
text-decoration: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.space1 {
display: inline-block;
width: 70px;
}
._link1 {
font-family: 'Droid Sans', sans-serif;
font-size: 13px;
color: #939393;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
._link1:hover {
color: #fff;
text-decoration: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
._link2 {
color: #252730;
font-size: 12px;
line-height: 20px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
text-indent: 1px;
display: inline-block;
}
._link2:hover {
color: #646464;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
._link3 {
color: #4a4a4a;
font-size: 22px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
._link3:hover {
color: #949495;
text-decoration: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
._link4 {
color: #646464;
font-size: 12px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
._link4:hover {
color: #000;
text-decoration: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.mar1 {
margin-bottom: 37px;
}
.mar2 {
margin-bottom: 25px;
}
.pad1 {
padding-bottom: 28px;
}
._fig1 {
display: inline-block;
}
._fig2 {
display: inline-block;
float: left;
position: relative;
margin-right: 10px;
}
.scroll1 {
width: 280px;
height: 362px;
}
.scroll1 ._track {
top: 0px;
width: 16px;
left: 260px;
background: url(../images/_track.jpg) 50% 50% no-repeat;
}
.scroll1 ._track > ._shuttle {
width: 16px;
height: 16px;
background: #949495;
border-radius: 8px;
cursor: pointer !important;
}
._inner {
display: inline-block;
position: relative;
}
.textStyle1 {
text-align: center;
}
.textStyle2 {
font-family: 'Cambo', serif;
font-size: 14px;
color: #4a4a4a;
padding: 0;
}
.textStyle3 {
font-style: italic;
}
.centerPlane {
position: absolute;
width: 300px;
height: 100%;
display: inline-block;
background: url(../images/bg1.png);
left: 50%;
margin-left: -150px;
z-index: 3;
}

.rightPlane {
    background: url("../images/bgArena.png") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 100%;
    margin-left: 0;
    position: absolute;
    left: 0;
    width: 300px;
    z-index: 3;
}

.leftPlane {
   /* background: url("../images/bg1.png") repeat scroll 0 0 transparent;*/
    display: inline-block;
    height: 100%;
    margin-left: 300px;
    position: relative;
    right: 0;
    width: 700px;
    z-index: 3;
}

.topPlane {
     background: url("../images/bg2.jpeg") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 160px;
    margin-left: 300px;
    position: absolute;
    margin-top: 0;
    width: 400px;
    z-index: 3;
    padding-top: 20px;
    padding-left: 100px;
}

/*===================================BG slider=======================*/
#bgStretch {
overflow:hidden;
z-index:-1;
display: block;
}
#bgStretch img {
background-color: #000;
}
.spinner_bg {
position: fixed;
width: 0px;
height: 0px;
z-index:10000;
left: 30px;
top: 30px;
display: inline-block;
}
.navGall {
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
.navGall > ul {
white-space: nowrap;
display: inline-block;
}
.navGall > ul > li {
position: relative;
width: 5px;
height: 5px;
display: inline-block;
float: left;
}
.navGall > ul > li > a {
width: 5px;
height: 5px;
display: inline-block;
}
#sliderNavs {
position: absolute;
width: 100%;
z-index: 2;
display: inline-block;
bottom: 72px;
}
#buttonPrev {
float: left;
margin: 0 18px;
position: relative;
}
#buttonNext {
margin: 0 18px;
float: right;
position: relative;
}
/* ============================= footer ====================== */
footer {
position: absolute;
width: 100%;
z-index: 4;
height: 42px;
display: inline-block;
bottom: 0;
background: #000;
left: 0;
}
.privacyHolder {
position: relative;
width: 940px;
margin: 0 auto;
text-align: center;
}
.textPrivacy {
font-family: 'Droid Sans', sans-serif;
font-size: 13px;
color: #939393;
position:relative;
display:inline-block;
line-height: 20px;
margin-top: 13px;
}
/*===================================Map=====================================*/
.google_map {
width:260px;
height:285px;
background: #fff;
display: inline-block;
}
.google_map > span {
position: absolute;
top: 50%;
left: 50%;
}
/* ============================= forms ============================= */
#ContactForm {
padding:0;
}
#ContactForm .bg {
padding:0;
display: inline-block;
float: left;
position: relative;
}
#ContactForm .wrapper {
overflow:inherit;
min-height:40px;
}
#ContactForm .success {
position: absolute;
float:left;
width: 242px;
padding-bottom: 5px;
background: #fff;
border: 1px solid lightGrey;
z-index: 2;
height: 64px;
}
#ContactForm .success > span {
font-size: 14px;
position: absolute;
color: #717171;
line-height: 16px;
font-family: Tahoma, sans-serif;
display: inline-block;
margin: 19px 31px;
width: 180px;
text-align: center;
}
#ContactForm label {
position:relative;
display:inline-block;
float: left;
width: 100%;
padding-bottom: 19px;
}
#ContactForm .error, #ContactForm .empty {
font-size: 10px;
color: #717171;
line-height:9px;
display:none;
width: 244px;
top: 28px;
position: absolute;
float: left;
text-align: right;
}
#ContactForm a {
position:relative;
z-index:1;
}
#ContactForm a:hover {
text-decoration:none;
}
#ContactForm .input {
width: 210px;
padding: 5px 16px;
color: #717171;
outline:none;
font-size: 12px;
box-shadow: none;
line-height: 13px;
background: #fff;
font-family: 'Droid Sans', sans-serif;
border: 1px solid lightGrey;
}
#ContactForm textarea {
overflow:auto;
margin:0;
width: 210px;
height: 144px;
padding: 5px 16px;
color: #717171;
resize:none;
outline:none;
font-size: 12px;
font-family: 'Droid Sans', sans-serif;
box-shadow: none;
background: #fff;
border: 1px solid #d3d3d3;
}
#ContactForm .block {
display:inline-block;
position:relative;
width: 100%;
float: left;
}
._field_set {
position: relative;
float: left;
}
#ContactForm .marNone {
margin: 0;
}
#ContactForm .top1 {
top: 158px;
}
.formButtons {
position:relative;
float: right;
display: inline-block;
margin-top: -5px;
}
.formBtn {
display:inline-block;
position:relative;
margin-right: 15px;
}
/* ============================= end forms ============================= */ 
.containerMenu{
   
    width: 100%;
    height: 100%;
    position: relative;
}
.menuHead{
    margin-top: 10px;
    width: 100%;
    height: 50px;
    position: relative;
}
.menuCol1{
    margin-left: 5px;
    width: 200px;
    height: 500px;
    position: absolute;
    overflow: auto;
}

.menuCol2{
    position:  absolute;
    width: 502px;
    height: 500px;
    overflow-y: auto;
    margin-left: 200px;
}

.containerMenu ul li {
    color: #949495;
    font-size: 12px;
    
}

.containerMenu a {
    color: #949495;
    font-size: 14px;
 
    
}

.containerMenu td{
    color: #252730;
     font-size: 12px;
    
}

table .menucategory{
    padding: 5px;
}

ul .menuCat li a{
    color: #4A4A4A;
    display: inline-block;
    font-family: 'Cambo',serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 18px;
    width: 100%;
}