
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;
    font-family: 'Century Gothic';
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}



body {
    line-height: 1;
    font-family: 'Century Gothic';
    font-size: 14px;
    color: #333;
    background: #ECECEC;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}


:active {
    outline: none !important;
}

clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* close commented backslash hack */

.clear {
    clear: both;
}

.fitimgwidth {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.fitimgwidth01 {
    width: 100%;
    height: auto;
}

a:link {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
    color: inherit;
}
.column{width: 100%;
    height: 51px;
    position: absolute;
    left: 0;
    top: 32%;
    margin-top: -25px;
    z-index: 30;
}
.EventTitle{
       font-size: 40px;
    padding: 0 0 40px;
    width: 100%;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
}
.leftTOp{
width: 100%;
    height: 243px;
    background: url(../images/1/px1.png) 0 0 repeat-x;
    position: absolute;
    left: 0;
    top: -96px;
    z-index: 0;
}
.RightTOp{
width: 100%;
    height: 51px;
    background: url(../images/1/px2.jpg) 0 0 repeat-x;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.Center{    width: 1000px;
    height: 51px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    text-align: center;
}

.RelativePos{
width: 100%;
    position: relative;
    clear: both;
    content: " ";
    height: 170px;
    z-index: 999999;
}
.main2{width: 1000px; height: 51px; margin: 0 auto; position: relative; z-index: 3; text-align: center;}

header{width: 257px; height: 257px; display: inline-block !important; background: url(../images/1/header.png) 0 0 no-repeat; position: relative; z-index: 20; margin-top: -103px;}

.logo_wrapper{text-align: center; }
.logo {       width: 80%;
    height: 220px;
    overflow: hidden;
    display: inline-block;
    margin: 25px 0; }
.logo img{   
    display: inline-block;
    position: relative;
    width: 90%; border-radius: 100%;}

.menu_wrapper1 { position: absolute; right: 50%; margin-right: 130px; top: 0; z-index: 10; white-space: nowrap; width: 1000px; text-align: right;}
.menu_wrapper2 { position: absolute; left: 50%; margin-left: 130px; top: 0; z-index: 10; white-space: nowrap; width: 1000px; text-align: left;}
.menu { display:inline-block; height:51px; white-space:nowrap;}
.menu > li { display: inline-block;height:51px; position:relative; float:left; white-space:nowrap; padding-left: 18px;background: url(../images/marker1.png) 0 16px no-repeat;}
.menu > li > a{display: inline-block; height:100%; text-decoration:none; position:relative; padding:0 20px; overflow:hidden; line-height: 51px; }
.menu > li > a .over1{display:block;position: absolute;width:100%; height:100%; left:0px; top:0px; z-index:1; background:#000;}
.menu > li > a .txt1{ display:block; position: relative; width:100%; z-index:5; font-family:"Times New Roman",Georgia,Serif; font-size:16px; line-height:51px; color:#b29b65; text-decoration:none;text-transform:uppercase;}

.menu > li.nav1, .menu > li.nav4{padding-left: 0; background: none;}



.submenu{ position:absolute; z-index:10; top:49px; left:0px;white-space:nowrap;}
.submenu > ul{background: #60060a; padding: 5px 15px; border-radius:0 0 15px 15px; -moz-border-radius:0 0 15px 15px; -webkit-border-radius:0 0 15px 15px; }
.submenu ul > li{ display:block; height:30px; border-top:1px solid #4c0609; position:relative; text-align:left;}
.submenu ul > li:first-child{border-top: none;}
.submenu ul > li > a{ display:block;height:35px;line-height:30px; text-decoration:none; position: relative;font-family:"Times New Roman",Georgia,Serif; font-size:14px; color:#ffdba9; text-transform: uppercase; padding:0;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.submenu ul > li > a:hover { text-decoration:none; color: #fff;}








