/* --------------------------------------------------------------------------
 *
 * Copyright themeforest.net
 * The following CSS is to be used only for purchased design
 *
 * -------------------------------------------------------------------------*/
html, body {
  height:100%;
}

body {
  background:#000000 url(images/bg-repeat.gif) 0 0;
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

/********************************/
/* Quick CSS Reset
/********************************/

img {
  border:0;
}
a, input {
  outline:none !important;
}

/********************************/
/* Layout
/********************************/
.wrapper {
  margin:0 auto;
  position:relative;
  float:left;
  width:100%;
  height:100%;
}
.main-page {
  background:url(images/tv.png) no-repeat 0 0;
  width:621px;
  height:579px;
  margin:0 auto;
  
  margin-top:38px;
}
.container{
  width:571px;
  margin:0 auto;
  padding:50px 0 0 0;
}
.header {
  height:26px;
  padding:74px 0 0 260px; margin:0px;
}
.clear {
  clear:both;
}
.logo {
   background:url(images/logo.png) no-repeat 0 0;
   height: 30px;
   width: 132px;
}
/********************************/
/* Content 
/********************************/
.content {
  text-align:left;
  padding:0px 0 0 95px;
  height:306px;
  margin:0px;
}
.content p {
  font-size:20px;
  font-family:Arial, Helvetica, sans-serif;
  color:#fffefe;
  margin:0;
   text-shadow: #353535 2px 2px;
  line-height:28px;
  text-align:center;
}
.error-text {
  margin-bottom:15px;
  width:384px;
}
.oops{
  font-family:Arial, Helvetica, sans-serif;
  font-size:37px;
  color:#ffffff;
  margin:2px 0px 5px 0px;
  background:#000000;
  text-align:center;
  padding: 10px 0px;
}

.error-image {
   font-family:impact;
   font-size:98px;
   font-weight:bold;
   padding:0 0 0 5px; margin:0px;
   line-height:110px;
   color: #000000;
   text-shadow: #cecece 1px 1px;
}

.cartoon{
   position:relative;
   width:0px;
   height:0px;
   top:175px;
   left:15px;
   margin-left:-60px;
}
   
.error-text h2.title {
  font-size:35px;
  font-weight:bold;
  margin:15px 0 5px 0;
  color:#ffffff;
  
}
/********************************/
/* Search Box
/********************************/

.search {
  width:275px;
  height:40px;
  margin:0 auto;
}
.search .input-box {
  background:url(images/search-field.png) no-repeat 0 0;
  width:210px;
  padding:4px 5px 5px 8px;
  float:left;
}
.search .input-box input {
  border:0;
  background:0;
  font-size:15px;
  color:#fff;
  font-family:Arial, Helvetica, sans-serif;
  width:223px;
}
.search input.submit {
  background:url(images/search-icon.png) no-repeat 0 0;
  width:30px;
  height:30px;
  cursor:pointer;
  text-indent:-99999px;
  font-size:0;
  line-height:0;
  border:0;
  padding:0;
  margin:0 0 0 5px;
}
/********************************/
/* Nav Links
/********************************/
.nav-links {
  float:left;
  padding-left:28px;
}
/********************************/
/* Footer
/********************************/
.footer{
  background:url(images/footer_strip.png) no-repeat 1px top; 
  height:29px; 
  margin:0 auto;
}
.footer ul {
  margin:0 ;
  padding:0 0 0 0px;
  list-style:none;
}
.footer ul li {
  float:left;
  padding:5px 0 0 22px;
 
}
.footer ul li a {
  font-size:16px;
  font-weight:bold;
  color:#fff;
  text-shadow: #353535 2px 2px;
  text-decoration:none;
}
.footer ul li a:hover {
  text-decoration:underline;
}
