html, body{
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Arial;
    font-size: 11px;
    color: #505050;
    height: 100%;
    width: 100%;

}
a img, :link img, :visited img {
	border: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
a{
    text-decoration: underline;
    color: #e96e00;
}
a:hover{
    text-decoration: none;
}

#container{
    position: relative;
    min-height: 100%;
    height: auto;
}
html>body #container {
    height: auto;
}
#content{
    padding-bottom: 140px;
    border-top: solid 10px #d5d6db;
    position: relative;
    width: 100%;
}

#footer{
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 120px;
    width: 100%;
}
#footer div{
    height: 60px;
    border-top: solid 10px #a9abae;
    border-bottom: solid 50px #d5d6db;

}
#footer div div{
    margin-top: 3px;
    border-top: solid 5px #a5c301;
    border-bottom: solid 3px #a9abae;
    font-size: 11px;
    color: #7f7f7f;
    height: 39px;
    padding-top: 10px;
}
#footer p{
    margin: 0;
    margin-right: 30px;
    text-align: right;
    width: 950px;
    margin: 0 auto;
}

.header{
    border-top: solid 3px #a9abae;
    position: relative;
}
.header div{
    padding: 25px;
    width: 950px;
    margin: 0 auto;
    position: relative;
    height: 85px;
}
.header div ul{
    position: absolute;
    right: 5px;
    bottom: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header div li{
    float: left;
    background: url(/images/pip.gif) no-repeat 0 1px;
    padding: 0 22px 0 16px;
}
.header div li a{
    color: #686868;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.header div li a:hover{
    color: #e96e00;
    text-decoration: none;
}

.main_menu{
    height: 55px;
    background: url(/images/menu_cont_grad.png) repeat-x;
}
.main_menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 1002px;
    margin: 0 auto;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    height: 55px;
}
.main_menu li{
    float: left;
    text-align: center;
    width: 165px;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}
.main_menu li a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    display: block;
    border-top: solid 2px #ceced0;
    width: 165px;
    height: 53px;
    line-height: 53px;
    background: url(/images/menu_grad.png) repeat-x bottom #fff;
}
.main_menu li a:hover{
    border-top: solid 2px #a5c301;
    background: url(/images/menu_grad_active.png) repeat-x bottom #fff;
}

.main_cont{
    width: 950px;
    margin: 25px auto 0 auto;
    position: relative;
    padding: 0 25px;
}

.column{
    float: left;
    width: 205px;
    position: relative;
}
.actual{
    background: url(/images/actual.png) repeat-x top;
    height: 74px;
    border: solid 1px #ceced0;
    border-bottom: 0;
    position: relative;
}
.actual span,
.column li span,
.colcont span{
    height: 7px;
    width: 8px;
    background: url(/images/span.gif) no-repeat bottom left;
    display: block;
    position: absolute;
    bottom: 0;
    left: -1px;
}
.colcont form{
    margin: 0;
    padding: 0;
}
.actual h3{
    text-align: right;
    font-size: 15px;
    padding: 16px 18px 0 0;
    font-weight: bold;
    color: #686868;
}
.actual h3 i{
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #e96e00;
    padding-top: 5px;
}
.column ul{
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}
.column li{
    margin: 0;
    padding: 0;
    height: 34px;
    text-align: right;
    border: solid 1px #ceced0;
    border-bottom: 0;
    position: relative;
    vertical-align:top;
    font-size: 13px;
}
.column .last{
    border-bottom: solid 1px #ceced0;
}
.column .last span{
    bottom: -1px;
}
.column li a{
    margin: 0;
    padding: 0;
    height: 34px;
    width: 183px;
    padding-right: 20px;
    display: block;
    line-height: 34px;
    background: url(/images/arrow.gif) no-repeat 192px 4px #fff;
    color: #686868;
    text-transform: uppercase;
    text-decoration: none;
}
.column li a:hover{
    background: url(/images/arrowa.gif) no-repeat 192px 4px #f0f0f1;
}
.column li a.active{
    background: url(/images/arrowa.gif) no-repeat 192px 4px #94999d;
    color: #fff;
}

.colcont{
    border: solid 1px #ceced0;
    border-bottom: 0;
    padding: 10px 15px 10px 20px;
    position: relative;
    color: #7f7f7f;
    font-size: 11px;
    margin: 0;
}
.last{
    border: solid 1px #ceced0;
}
.colcont form{
    margin: 0;
    padding: 0;
}
.colcont input{
    width: 113px;
    border: solid 1px #ceced0;
    background: #f0f0f1;
    font-size: 10px;
}
.colcont select{
    width: 117px;
    border: solid 1px #ceced0;
    background: #f0f0f1;
    font-size: 10px;
}
.colcont input.button{
    width: 40px;
    margin-left: 5px;
    background: #95999d;
    font-size: 10px;
    color: #fff;
}

.add_column{
    float: right;
    width: 205px;
}

.add_vote{
    border: solid 1px #ceced0;
    padding: 10px;
    margin-bottom: 15px;
}
.add_vote form{
    padding: 0px 5px;
    margin: 0px;
}
.submit{
    margin-top: 10px;
}


.add_vote h1{
    font-size: 15px;
    color: #a5c300;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.add_vote h2{
    font-size: 13px;
    margin: 10px 0;
}

.add_articles{
    border: solid 1px #ceced0;
    padding: 10px 0 10px 10px;
    margin-bottom: 15px;
}
.add_articles h1{
    font-size: 15px;
    color: #a5c300;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.add_article{
    margin-top: 15px;
    width: 185px;
    position: relative;
}
.add_article h2{
    font-size: 13px;
    color: #e96e00;
    margin-bottom: 10px;
    padding-right: 10px;
}
.add_article h2 a{
    font-size: 15px;
    color: #e96e00;
    text-decoration: none;
}
.add_article h2 a:hover{
    text-decoration: underline;
}
.add_arrow{
    width: 7px;
    height: 7px;
    top: 0;
    right: 0;
    display: block;
    position: absolute;
    background: url(/images/arrow.gif);
    overflow: hidden;
}
.add_arrow:hover{
    background: url(/images/arrowa.gif);
}
.add_date{
    color: #aaa;
}


.theme{
    margin: 0 212px;
    border: solid 1px #ceced0;
    padding: 12px;
    margin-bottom: 10px;
    _height: 0;
    min-height: 298px;
    background: url(/images/grad_main.png) repeat-x top #eeeeef;
}
.theme h2{
    font-size: 19px;
    color: #686868;
    font-weight: bold;
    margin: 10px 0;
}
.theme h3{
    font-size: 15px;
    color: #e96e00;
    margin: 10px 0;
}



.articles{
    margin: 0 212px;
    border: solid 1px #ceced0;
    padding: 15px 0 15px 15px;
}
.articles h1{
    font-size: 15px;
    color: #a5c300;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.article{
    margin-top: 15px;
    width: 490px;
    position: relative;
    min-height: 90px;
    height: auto !important;
    height: 90px;
}
.item{
    border: solid 1px #ceced0;
    padding: 3px;
    margin-right: 15px;
}
.article h2{
    font-size: 15px;
    color: #e96e00;
    margin-bottom: 10px;
    padding-right: 10px;
}
.article h2 a{
    font-size: 15px;
    color: #e96e00;
    text-decoration: none;
}
.article h2 a:hover{
    text-decoration: underline;
}
.arrow{
    width: 7px;
    height: 7px;
    top: 0;
    right: 0;
    display: block;
    position: absolute;
    background: url(/images/arrow.gif);
    overflow: hidden;
}
.arrow:hover{
    background: url(/images/arrowa.gif);
}
