.layout {
  
}

.main {
  margin: auto; 
  text-align: left;
  width: 960px;
}

.header {
  height: 90px;
}

.logo {
  float: left;
  width: 250px; 
}

.top_menu {
  float: left;
  margin-left: 25px;
  width: 685px; 
}

.langlist {
  float: left;
  width: 160px; 
}

.menu {
  padding-top: 60px;
}

.menu ul {
  padding: 0px 0px 0px 0px;
  list-style: none;
} 

.menu ul li {
  float: left;
  padding: 0px 0px;
  padding-bottom: 13px;
  margin-top: 5px;
  position: relative;
  width: 165px;
}

.menu ul li:hover ul{
    display: block;
}

.menu ul li.curr_item a, .menu ul li.curr_item a:hover, .menu ul li.curr_item a:visited{
    color: #dc1455;
}

.menu ul li.curr_item ul a, .menu ul li.curr_item ul a:hover, .menu ul li.curr_item ul a:visited{
    color: #dde1e2;
}

.menu ul li a, .menu ul li a:visited, .menu ul li a:hover {
  color: #dde1e2;
}

.menu ul ul{
    display: none;
    width: 180px;
    position: absolute;
    top:27px;
    left:-15px;
    background: #44494f;
    z-index: 9999;
    border-left: 1px solid #696e74;
    border-right: 1px solid #696e74;
}

.menu ul ul li{
    width:160px;
    clear: both;
    padding: 10px 5px 10px 15px;
    margin: 0;
    /*background: url('../img/sub_item_bg.png') no-repeat bottom;*/
    font-family: Arial;
    font-size: 13px;
    color:#FFF;
    border-bottom: 1px solid #696e74;
}

.menu ul ul li.last{
    background: none;
}

.menu ul ul li a, .menu ul ul li a:visited{
    display: block;
    width: 165px;
    color:#FFF;
    text-decoration: none;
}

.menu ul ul li:hover a{
    font-weight:bold;
    color:#FFF; 
}

.submenu {
    position: relative;
    top: 20px;
}

* html .submenu {
    top: 23px; /* for ie6 */
}

ul.menu_child { 
  color: #dc1455;
  font-size: 11px;
}

ul.menu_child li{
  padding: 0px 10px;
  display: inline;
}

ul.menu_child li a, ul.menu_child li a:visited, ul.menu_child li a:hover{ 
  color: #c9cdd0;
}

.langlist_switcher {
  margin-top: 65px;
}

.langlist_switcher ul {
  padding: 0px 0px 0px 0px;
  list-style: none;
}

.langlist_switcher ul li {
  float: left;
  padding: 0px 5px;
  color: #7f8384;
}

.langlist_switcher ul li a, .langlist_switcher ul li a:visited {
  color: #dee2e3;
}

.header_line {
  height: 1px;
  background: #db1254;
}

.spacer {
  height: 34px;
}

.content {
  width: 960px;
  background: #30333a;
  overflow: hidden;
}

.left{
  float: left;
  width: 250px; 
}

.left_inner {
  padding: 15px;
}

.center {
  float: left;
  width: 710px;
}

.wide_center {
  width: 960px;
}

.center_inner {
  padding: 15px;
}

.content_title {
  margin-bottom: 10px;
  color: #b1184e;
}

.banner {
  height: 358px;
  position: relative;
}

.main_actions {
  position: absolute;
  left: 0px;
  bottom: 15px;
  width: 710px;
  height: 75px;
  background: #2f3239;
  opacity: 0.55;
  filter: alpha (opacity = 55);
}

.main_actions ul {
  margin: 30px 0px 0px 0px;
  list-style: none;
}

.main_actions ul li {
  float: left;
  width: 350px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
}

.main_actions ul li a, .main_actions ul li a:visited {
  color: #ffb816;
}

.footer {
  overflow: hidden;
}

.footer * {
  color: #85898a;
}

.footer_left{
  float: left;
  width: 250px; 
}

.footer_center {
  float: left;
  width: 710px;
}

.footer_center * a, .footer_center * a:visited {
  color: #FF9900;
}

.form tr td {
  padding: 3px;
}

.small_textarea {
  width: 250px;
  height: 100px;
}

.button_reset {
  width: 22px;
  height: 22px;
  margin: 0px 0px;
  background: url('../img/refresh.gif') no-repeat;
  border: 0px;
}

.copyright_inner {
  float: left;
  width: 470px;
  padding: 15px;
}

.powered_by {
  float: right;
  padding: 15px 0px;
  width: 200px;
}

div.boxover{ 
  border: solid 1px #8a8a8a; 
  position: relative; 
 /* z-index: 10; */
}

div.boxout{
  border: solid 1px #5c5c5c;
  position: relative;
/*z-index: 10; */
}

div.bar{
  background-color: #d4d0c8;
  position:absolute;
  top: -2px;
  left: -2px;
  height: 20px;
  display: block;
  margin: 2px;
}

#index_content{
    background-color: #30333A;
    padding: 0 15px 15px 15px;
}

.left_inner h2{
    color: #FF9900;
    font:12px/120% Vardana,Arial,sans-serif;
    margin-bottom: 5px;
}

.left_inner p{
    padding: 0;
    margin-bottom: 10px;
}

.left_inner h2 a{
    color: #FF9900;
    font:12px/120% Vardana,Arial,sans-serif;
}

.left_inner h1{
    margin-bottom: 10px;
}

#video_list{
    padding: 0 21px;
    padding-bottom: 20px;
}

#video_list h2{
    margin-bottom: 10px;
}

#video_list .name_cont{
    margin: 10px 0 5px 0;
}
#video_list .video_name{
    color: #B1184E;
}
.clear{
    clear: both;
}

#video_list .video_item{
    float:left;
    width: 260px;
    height: 260px;
    margin-right: 35px;
}

#video_list .last_video{
    margin-right: 0;
}

.pp_pic_holder{
    text-align: left;
}

.pp_description{
    color: black;
}

#archive_link{
    position: relative;
    border-bottom: 1px solid #B1184E;
    margin-bottom: 30px;
}

#archive_link div{
    position: absolute;
    right: 0;
    top: -25px;
}

#archive_link div a{
    color:#DDE1E2;
    text-decoration: underline;
}

#video_left{
    float: left;
    width: 515px;
}

#video_links{
    padding-left: 530px;
}

#video_descr{
    margin-top: 12px;
}

#video_links input{
    width: 390px;
    margin: 5px 0;
    border: 1px solid #000;
    background: #FFF;
    padding: 3px 5px;
}

.pp_links input{
    width: 485px;
    margin: 5px 0;
    border: 1px solid #000;
    background: #FFF;
    padding: 3px 5px;
}

.pp_links div{
    margin-top: 5px;
    color: #000;
}

#obj_cont{
    border-bottom: 1px solid #B1184E;
    margin-bottom: 20px;
}

#share42{
    float: right;
    padding-left: 5px;
}

#video_column1{
    width: 592px;
    float: left;
    border-right: 1px solid #B1184E;
}

#video_column2{
    width: 260px;
    float: right;
}

.ipad_gallitem{
    float: left;
    width: 260px;
    margin-right: 75px;
    margin-bottom: 10px;
}

.ipad_gallitem2{
    float: left;
    width: 260px;
    margin-right: 75px;
    margin-bottom: 26px;
}

.last_item{
    margin-right: 0;
}

.ipad_gallitem .item_name{
    margin: 5px 0 0 0;
    padding: 0;
}

#lightbox-image-details{
    color:#000;
}

#lightbox-image-details-currentNumber{
    padding-top: 10px;
}

