* {
margin:0;
padding:0;
outline: 0;
}
* html div{
    behavior:url(/css/ie6hover.htc);
}
a{
    color: #D4C56B;
}
a:hover{
    color: #FF0066;
}
.w-100{
width: 100%;
}
.fl{
float: left;
}
img {
border: 0px;
}
.bg-w{
background: #ffffff !important;
}
.clear{
    clear: both;
}
body{
background: #000000;
color: #7d7d7d;
font-family: Arial, sans-serif;
}
.main{
background:url(/img/bg_body.jpg) center top no-repeat;
}
.centering {
text-align:center;
margin:auto;
width: 900px;
}
.banner-top-bg{
background: #000 none;
height: 68px;
}
.container {
text-align: left;
float:left;
position: relative;
}
.wkrnd_ie6 {
z-index:0;
}
.content {
margin-top:160px;
display:inline;
position:relative;
min-height: 500px;
}
* html .content{
    height: 500px;
}
.pink{
    color: #ff0066;
}
.l-yellow{
    color: #EBDA76;
}
.dark{
    color: #4D4D4D;
}
.small{
    font-size: 12px;
}
.small a{
    color: #666;
}
/* Absolute divs */
.logo{
    top: 0px;
    left: 0px;
    width: 600px;
    height: 75px;
    position: absolute;
}

.but-top{
    top: 28px;
    left: 600px;
    width: 300px;
    height: 30px;
    position: absolute;
}
.but-register, .but-enter, .but-invite, .but-vote1{
    float: right;
    position: relative;
    font: bold 15px Arial, sans-serif;
    text-decoration: none;
}
.but-enter{
    color: #821483;
    margin: 0 2px;
}
.but-register{
    color: #3339C6;
}
.but-invite, .but-vote1{
    height: 40px;
    font-size: 22px;
    color: #ec00d5;
    float: left;
}
.but-register:hover .underline{
    border-bottom: 1px solid #ff0066;
}
.but-register:hover, .but-enter:hover, .but-invite:hover, .but-vote1:hover{
    color: #ff0066;
    text-decoration: none;
}
.but-invite:hover .underline,
.but-vote1:hover .underline{
    border-bottom: 1px solid #ff0066;
    color: #ff0066;
}
.but-register .borders, .but-enter .borders, .but-invite .borders, .but-vote1 .borders{
    background: #ffffff;
    margin: 0 15px;
    padding: 6px 3px;
    line-height: 30px;
}
.but-invite .borders, .but-vote1 .borders{
    line-height: 40px;
    padding: 7px 3px;
}
.but-enter .underline{
    border-bottom: 1px dashed #821483;
}
.but-enter:hover .underline{
    border-bottom: 1px dashed #ff0066;
}
.cor-l-t, .cor-r-t, .cor-l-b, .cor-r-b, .cor-l, .cor-r{
    position: absolute;
    height: 15px;
    width: 15px;
    background: url(/img/but_corners.png);
    font-size: 1px;
}
* html .cor-l-t, * html .cor-r-t, * html .cor-l-b, * html .cor-r-b, * html .cor-l, * html .cor-r{
    behavior: url(/css/iepngfix.htc);
}
.cor-l-t{
    left: 0;
    top: 0;
    background-position: right bottom;
}
.cor-r-t{
    right: 0;
    top: 0;
    background-position: left bottom;
}
.cor-l-b{
    left: 0;
    bottom: 0;
    background-position: right top;
}
.cor-r-b{
    right: 0;
    bottom: 0;
    background-position: left top;
}
.cor-l, .cor-r{
    height: 10px;
    width: 15px;
    top: 15px;
}
.cor-l{
    left: 0;
}
.cor-r{
    right: 0;
}


.main-nav{
    position: absolute;
    left: 0;
    top: 82px;
}
.main-nav li{
    float: left;
    list-style: none;
}
.main-nav li a{
    float: left;
    color: #c3b563;
    font: 21px Tahoma, sans-serif;
    text-decoration: none;
    margin: 0 29px 0 0;
}
.main-nav li a.active{
    color: #D40055;
}
.main-nav li a:hover{
    color: #D40055;
    text-decoration: underline;
}
/* End Absolute divs */
h1{
    margin: 0 0 0 70px;
    font-size: 47px;
    letter-spacing: -4px;
    color: #d4d4d4;
    
}
h2{
    font: 30px Tahoma, sans-serif;
    color: #9b8e63;
    letter-spacing: -1px;
}
h3{
    font: 25px Tahoma, sans-serif;
    color: #9b8e63;
    letter-spacing: -1px;
}
.center{
    text-align: center;
}
/* buttons */
.but-register-now, .but-register-cancel{
    font-size:17px;
    height: 31px;
}
.but-register-now:hover .cor-l{
    background: #FF0066;
}
.but-register-now .cor-l, .but-register-cancel .cor-r, .but-register-cancel .cor-l{
    height: 1px;
}
.but-register-now .cor-r-t, .but-register-cancel .cor-l-t{
    height: 16px;
}
.but-register-now .borders, .but-register-cancel .borders{
    line-height:31px;
    padding: 6px 3px 6px;
}
.but-register-now{
    color: #AF009D;
    margin: 0 30px 0 0;
}
.but-register-now:hover{
    color: #FFF;
}
.but-register-now:hover .underline{
    color: #fff;
    border-bottom: 1px solid #fff !important;
}
.but-register-now:hover .cor-l-t, .but-register-now:hover .cor-r-t, .but-register-now:hover .cor-l-b, .but-register-now:hover .cor-r-b{
    background-image: url(/img/but_pink_corners.png) !important;
}
.but-register-now:hover .borders, .but-register-now:hover .bg-w{
    background: #FF0066 !important;
}
.but-register-now .icon{
    position: absolute;
    /*z-index: 1;*/
    width: 18px;
    height: 19px;
    right: 10px;
    top: 4px;
    background: url(/img/but_icons.png) -18px 0 no-repeat;
}
.but-register-now:hover .icon{
    background-position: 0 0;
}
.but-register-now .underline{
    margin-right: 15px;
}
.but-register-cancel .icon{
    position: absolute;
    z-index: 1;
    width: 12px;
    height: 19px;
    right: 10px;
    top: 6px;
    background: url(/img/but_icons.png) -36px 0 no-repeat;
}
.but-register-cancel:hover .icon{
    background-position: -48px 0;
}
.but-register-cancel .underline{
    margin-right: 9px;
    color: #595B5D !important;
}
.but-register-cancel:hover .underline{
    color: #FF0066 !important;
    border-bottom: 1px solid #FF0066 !important;
}
/* Footer */
.footer {
}
.bg-footer{
    background: url(/img/bg_footer.jpg) no-repeat center 43px;
}
.footer-nav{
    width: 600px;
    margin: 0 auto;
}
.footer-nav li{
    float: left;
    list-style-type: none;
}
.footer-nav a{
    color: #7E7E7E;
    float: left;
    font: bold 11px Tahoma, sans-serif;
    text-decoration: none;
    padding: 0 10px;
    line-height: 43px;
}
.footer-nav a:hover{
    text-decoration: underline;
    color: #b30048;

}
.footer-nav a.promo{
    font-weight: normal;
    color: #d4c56b;
    background: url(/img/li_nav_footer.png) no-repeat left;
    padding-left: 50px;
}
.footer-nav a.promo:hover{
    color: #e6005c;
    text-decoration: none;
}
.footer-nav a.promo span{
    border-bottom: 1px dashed #232012;
}
.footer-nav a.promo:hover span{
    border-bottom: 1px dashed #26000f;
}
.footer .adv{
    height: 190px;
}
.footer .projects{
    height: 50px;
    text-align: center;
}
.footer .projects a{
    padding: 0 14px;
    line-height: 50px;
    font-size: 11px;
    font-family: Tahoma, sans-serif;
    color: #5C5C5C;
    text-decoration: none;
}
.footer .projects a:hover{
    color: #ff0066;
    text-decoration: underline;
}
.footer .logo-partners{
    width: 430px;
    margin: 60px auto;
}
.footer .logo-partner-1{
   margin: 15px 80px 0 0;
}
.footer .logo-partner-3{
   margin: 7px 0 0 80px;
}
.z-2{
    z-index: 2;
}
.z-3{
    z-index: 3;
}

