body {
    margin: 0px;
    font-family: arial;
    background: url("../images/background.jpg") top center;
}

.clear {
    clear: both;
}

.centre {
    text-align: center;
}

.top-wrapper {
    background: url("../images/top-nav-bak.png") no-repeat;
    height: 69px;
    -webkit-box-shadow: 0px 15px 76px 8px rgba(62,58,59,1);
    -moz-box-shadow: 0px 15px 76px 8px rgba(62,58,59,1);
    box-shadow: 0px 15px 76px 8px rgba(62,58,59,1);
	background-color: rgb(35,31,32);
    position: fixed;
    width: 100%;
    z-index: 999;
}

.flex-direction-nav a:before {
    display: none;
}

.hidden {
	display: none;
}



#widget-trailer{
    background: url(../images/widget-trailer-bg.png) no-repeat;
	    background-position: -12px -9px;
}

#widget-trailer:hover {
        background-position: -12px -200px;
}

#widget-news {
    background: url("../images/widget-news-bg.png") no-repeat;
}

#widget-news:hover {
    background-position: 0px -186px;
}

#widget-support {
    background: url("../images/widget-donate-bg.png") no-repeat;
}

#widget-support:hover {
    background-position: 0px -185px;
}

.widgets-wrapper {
    background: #ffffff;
    padding-top: 21px;
    padding-bottom: 25px;
}

.widget-heading {
    color: #ffffff;
    margin-top: 20px;
    margin-left: 20px;
    line-height: 16px;
}

.widget-text {
    color: #ffffff;
    font-size: 12px;
    margin-left: 20px;
    margin-top: 3px;
}

.body-text-wrapper {
    padding-bottom: 0px;
    position: relative;
}

a {
color: #000000;
text-decoration: none;
}

a.link {
	text-decoration: underline;
}


.position {
    color: rgb(35,31,32);
    font-weight: bold;
}

.brief {
    font-size: 13px;
}

.crew {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(200,199,199);
    margin-bottom: 10px;
}

.red-text {
    color: rgb(168,40,66);
}

#sidebar {
    z-index: -10 !important;
    position: relative;
}