html, body {
  min-height: 100%;
}
body {
  background: url(/themes/midas/web/images/bg_body.jpg) no-repeat bottom right fixed #2d4b98;
  color: #000;
  font-family: arial, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 75%;
}
h2 {
  font-size: 1em;
}
/*
#main {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}*/
#outer {
  width: 961px;
  background: url(/themes/midas/web/images/bg_wrapper_top.png) top left no-repeat;
  overflow: hidden;
  zoom: 1;
  margin-top: 28px;
  padding-top: 50px;
  position: relative;
}

#wrapper {
  background: url(/themes/midas/web/images/bg_wrapper.png) top left repeat-y;
  overflow: hidden;
  zoom: 1;
}
#homepageLink {
  width: 84px;
  height: 37px;
  background: url(/themes/midas/web/images/button_home.png) top left no-repeat;
  text-indent: -9999px;
  margin-top: 15px;
  display: block;
  zoom: 1;
}
#homepageLink:hover {
  background-position: 0 -37px;
}
/*#content {
  width: 860px;
  margin: auto;
  background-color: #fafafa;
  padding: 20px;
}*/
a {
  color: #3a787a;
}

/* --~-~-~-~== { MAIN BLOCK } ==~-~-~-~--*/
#main {
  /*background: url(/themes/midas/web/images/bg_main.png) repeat-y top left;*/
  background-color: #fff;
  overflow: hidden;
  zoom: 1;
  float: left;
  margin-left: 17px;
  width: 750px;
}
#topLinks {
  /*background-color: #2d4b98;*/
  position: absolute;
  left: 176px;
  top: 0;
}
#topLinks, #topLinks a {
  color: #fff;
  font-weight: bold;
}
#topLinks span {
  margin-left: 350px;
}
#rssLink {
  margin-left: 20px;
}
#siteMapLink {
  margin-left: 80px;
}
#topHeading {
  background: url(/themes/midas/web/images/h2_midas_tv.png) no-repeat top left;
  height: 42px;
  text-indent: -9999px;
  margin-bottom: 20px;
}
#videosWrapper {
  background: url(/themes/midas/web/images/bg_videos_wrapper.png) repeat-y top left;
  overflow: hidden;
  zoom: 1;
  margin: 0 10px 10px 10px;
  border: 1px solid #efefef;
}
#message {
  margin: 0 10px 10px 10px;
}
#message h1 {
  font-size: 2em;
  margin-bottom: 1em;
}

/* --~-~-~-~== { PLAYER } ==~-~-~-~--*/
#player {
  border-top-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  padding-top: 20px;
  overflow: hidden;
  zoom: 1;
  margin-top: 0;
  margin-bottom: 0px;
  background: url(/themes/midas/web/images/bg_player_btm.png) bottom left no-repeat;
  clear: both;
}
#embedCode {
  padding: 10px;
  margin: 0;
  background-color: #fff;
  border: 1px solid orange;
  width: 500px;
  overflow-x: auto;
}

#videoDetails {
  margin: 20px 40px;
  width: auto;
}
#videoDetails h2 {
  color: #3a787a;
  text-transform: uppercase;
  font-weight: bold;
}

/* --~-~-~-~== { CHANNELS } ==~-~-~-~--*/
#channels {
  width: 154px;
  margin-bottom: 20px;
  display: inline;
  background-color: #fff;
}
#channels h2 {
  background-color: #e3e3e3;
  color: #3a787a;
  font-size: 1.2em;
  padding: 10px;
  margin-bottom: 0;
  margin-right: 14px;
  font-weight: bold;
}
#channels li {
  display: block;
}
#channels li a {
  width: auto;
  margin: 0; 
  border-style: none !important;
  padding: 0 14px 0 0;
  font-size: 1.1em;
  color: #3a787a;
  display: block;
  min-height: 29px;
  height: auto !important;
  height: 29px;
  font-family: futura, "century gothic", sans-serif;

}
#channels li a:hover {
  background-color: transparent;
}
#channels li a:hover .channelName {
  background-color: #b8cbcc;
}
#channels li.active a {
 background: url(/themes/midas/web/images/active_channel.png) no-repeat 140px 1px;
 color: #fff;
 zoom: 1;
}
#channels li a:focus {
  outline:0;
}
#channels .channelName {
  border-style: solid none none none;
  border-color: #d8e0e4;
  border-width: 1px;
  background-color: #efefef;
  min-height: 18px;
  height: auto !important;
  height: 18px;
}
#channels .channelName, #channels .channelDesc {
  display: block;
  padding: 5px 10px;
}
#channels .channelDesc {
  margin-top: 0;
  font-size: 0.8em; 
  padding-top: 0;
}
#channels li.active a .channelName {
  background-color: #3a787a !important;
}
#channels li.active a .channelDesc {
  background-color: #3a787a !important;
}

/* --~-~-~-~== { VIDEOS } ==~-~-~-~--*/
#videos {
  padding-left: 2px;
  padding-bottom: 10px;
  width: 570px;
  float: left;
}
#videos h2 {
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 10px;
  color: #3a787a;
  margin-bottom: 0;
  float: left;
}
#videos ul {
  overflow: hidden;
  width: 585px;
  zoom: 1;
}
#videos li {
  background-color: #fff;
  border-style: none;
  min-height: 135px;
  height: auto !important;
  height: 135px;
  margin: 0 9px;
  width: 173px;
  display: inline;
}
#videos li img {
  width: 165px;
  margin-top: 0;
}
#videos li .videoTitle {
  background-color: #efefef;
  color: #000;
  width: 155px;
}
#videos li a:hover, #videos li a:hover .videoTitle {
  background-color: #ddd;
}
#videos li a.active .videoTitle {
  background-color: #3a787a;
  color: #fff;
}
#videos .pagination {
  padding: 10px 10px 0 0;
  color: #666;
  margin-bottom: 10px;
}
#videos .pagination a {
  color: #3a787a;
}
#videos .pagination span.active {
  font-weight: bold;
  color: #000;
}

/* --~-~-~-~== { SIDE COLUMN } ==~-~-~-~--*/

#sideColumn {
  width: 176px;
  float: left;
  /*background-color: #fff;*/
  /*margin: 32px 0;*/
}
#logo {
  display: block;
  position: absolute;
  left: 18px;
  top: 28px;
}
#mainNavigation {
 padding: 0 17px;
 /*margin-bottom: 485px;*/
 margin-top: 118px;
 margin-bottom: 110px;
 font-family: futura, "century gothic", sans-serif;
 font-size: 0.98em;
}
#mainNavigation li {
  display: block;
  border-bottom-style: solid;
  border-color: #a3cee4;
  border-width: 1px;
  padding: 5px 0;
}
#mainNavigation li a {
  text-decoration: none;
}
#mainNavigation li a:hover {
  text-decoration: underline;
}
#homeLink {
  font-weight: bold;
}

/* --~-~-~-~== { FOOTER } ==~-~-~-~--*/
#footer {
  background: url(/themes/midas/web/images/bg_wrapper_bottom.png) no-repeat top left;
  padding: 3px 0 0 0;
  height: 47px;
  position: relative;
  margin-bottom: 20px;
}
#supportedBy {
  display: block;
  position: absolute;
  top: -90px;
  left: 22px;
}
#footer #links {
  float: right;
  margin-bottom: 10px;
  margin-right: 10px;
}
#footer ul {
  display: inline;
}
#copyright {
  margin-left: 4px;
}
#footer li {
  display: block;
  float: left;
  background: url(/themes/midas/web/images/divider_footer_menu.png) no-repeat right top;
  padding: 0 7px 0 4px;
  zoom: 1;
}
#footer, #footer a {
  color: #000;
  font-size: 0.9em;
  text-decoration: none;
  zoom: 1;
}
#footer a:hover {
  text-decoration: underline;
}


.media_tank_bug {
	
	display: block;
	background: url(/themes/midas/web/images/media_tank_bug.png) no-repeat right top;
	height: 30px;
	width: 175px;
	margin-top: 27px;
	margin-left: 390px;
	
}