* {
	margin:0;
	padding:0;
}
a img{ border: 0;
	margin:0;
	padding:0;
    display: block;
 }
a {
  color: #D11A1A;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
.clear {
  clear: both;
}

body {
  background: #CCCCCC url(images/body-bg.jpg) top repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
  position: relative;
}
.wrap {
  width:1050px;
  margin: 0 auto;
  position: relative;
}
#logo {
  width: 90px;
  height: 319px;
  position: absolute;
  left: 50px;
  top: 258px;
  z-index: 100;
}
/* header */

#menu_top {
  background: url(images/menu-top-bg.jpg) top no-repeat;
  width: 1050px;
  height: 50px;
  position: relative;
  overflow: hidden;
}

#menu_str {
  padding-left: 150px;
  float: left;
}
#menu_str ul, #menu_str li {
  list-style: none;
}
#menu_str ul {
  padding-top: 10px;
}

#menu_str li {
  width: 200px;
  padding: 3px 0;
  margin-right: 5px;
  background-color: #990000;
  font-size: 20px;
  font-weight: bold;
  float: left;
  text-align: center;

}
#menu_str li a {
  color: #FFFFFF;
  text-decoration: none;
}
#menu_str li a:hover {
  color: #FFEDA4;
}
#search_form {
  background-color: #454A4F;
  float: left;
  margin-top: 10px;
  padding: 4px 5px 5px 5px;
}
*html #search_form {
  padding: 4px;
}

#search_form form {

}
.txt_f {
  width: 116px;
  height: 18px;
  border: #999999 1px solid;
}
.butt {
  width: 60px;
  height: 20px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  border: none;
  background: transparent;
}

#block_top {
  background: url(images/block-top-bg.jpg) top no-repeat;
  width: 1050px;
  height: 269px;
  position: relative;
  overflow: hidden;
  clear: both;
}
.video {
  /*height: 1%;*/
  overflow: hidden;
  padding-left: 150px;
  float: left;
}
.thumb_big {
  width: 346px;
  height: 251px;
  float: left;
  margin-right: 10px;
}

.vid_info {
  width: 270px;
  float: left;
  font-family: Tahoma, Arial, sans-serif;
  line-height: 1.3;
  overflow: hidden;
}
.vid_title {
  height: 27px;
  background: url(images/days-video.jpg) left no-repeat;
  padding-left: 110px;
  line-height: 27px;
}
.vid_title h2 {
  font-size: 18px;
  font-weight: normal;
  color: #666;
}
.vid_info p {
  margin-top: 10px;
}

.vid_downl {
  height: 37px;
  background: url(images/download-bg.jpg) left no-repeat;
  margin-top: 10px;
  padding-left: 30px;
  line-height: 37px;
  color: #999;
  cursor: pointer;
}
.vid_downl b {
  color: #FFF;
}
.vid_rate {
  margin-top: 5px;
}

.vid_rate a {
  float: left;
  margin-top: 3px;
}

.com_thumb img {
  border: #000000 3px solid;
  margin-top: 15px;
}


#content_wrapper {
  clear: both;
 /* position: relative;*/
}
/*Sidebar*/
#sidebar {
  width: 211px;
  float: left;
  position: relative;
  padding-bottom: 40px;


}
.sb_cont {
  padding-left: 50px;
}

.sb_cont ul, .sb_cont li {
  list-style: none;
}
.sb_cont a {
  font-family: Tahoma, Arial, sans-serif ;
  font-size: 12px;
  font-weight: bold;
}
.sb_cont li {
  margin-bottom: 3px;
  margin-left: 20px;
}
#sb_bottom {
  width: 168px;
  height: 36px;
  position: absolute;
  right: -7px;
  bottom: 0;
}

/*Content*/


#content {
 width: 830px;

  background: url(images/content-bg.jpg) top left repeat-y;
  float: left;
  overflow: hidden;
}
#cont_inner {
  background: url(images/content-top-bg.jpg) top left no-repeat;
  padding: 15px 65px 10px 35px;
  overflow: hidden;
}
#cont_bottom img {
  display: block;
}
.pager {
  width: 710px;
  height: 38px;
  line-height: 38px;
  background-color: #FFEDA4;
  font-family: Tahoma, Arial, sans-serif ;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #333;
  clear: both;
}
.pager a {
  padding: 0 5px;
}

#block {
  overflow: hidden;
  padding: 10px 0;
  height: 1%;
}
.cell {
  width: 230px;
  overflow: hidden;
  height: 1%;
  float: left;
  font-family: Tahoma, Arial, sans-serif ;
  color: #333;
  margin-right: 10px;
  padding-bottom: 20px;
}
.cell_title h3 {

  font-size: 14px;
  font-weight: bold;

  margin-bottom: 6px;
  padding-left: 10px;
}


.cell_thumb img {
  border: #000000 1px solid;
}


.cell_dur {
  font-weight: bold;
  font-size: 11px;
  padding: 5px 0 0 10px;
  float: left;

}


.cell_rate {
  font-size: 11px;
  padding: 5px 5px 0 0;
  text-align: right;
}

/*footer*/

#footer {
  clear: both;
  padding: 20px 50px 20px 211px;
  font-family: Tahoma, Arial, sans-serif ;
  font-size: 10px;
  text-align: center;
  color: #333;
  overflow: hidden;
}
#footer p {
  padding: 5px;
}


















