/*  

CAD the Series
http://cad-series.com

Designer: Tyler Martin
Website: http://mindfaucet.com

*/

/* MAIN SECTIONS */

body {
  margin: 0;
  background: #000000 url('images/background.jpg') top left repeat-x;
  color: #FFF;
  font: 12px Arial, Sans-Serif;
  text-align: left;
  }

 form {
 margin: 0;
 padding: 0;
 }
  
#header {
  width: 950px;
  height: 155px;
  margin: 0 auto;
  background: url('images/header.jpg') top center no-repeat;
  }

#container1 {
  width: 950px;
  height: 371px;
  margin: 0 auto;
  }
  
#video {
  width: 440px;
  height: 341px;
  float: left;
  padding: 0 0 0 20px;
  overflow: hidden;
  }
  
#tv {
  width: 490px;
  height: 371px;
  margin: 0 0 0 0;
  float: left;
  background: url('images/tv.jpg') top center no-repeat;
  }
  
#container2 {
  width: 950px;
  height: 210px;
  margin: 0 auto;
  }

#subscribe {
  width: 292px;
  height: 210px;
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  background: url('images/cadsplash-buttons.jpg') no-repeat;
  }

   #subscribe:hover {
     background-position: 0 -210px;
   }
  
#dvd {
  width: 375px;
  height: 210px;
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  background: url('images/cadsplash-buttons.jpg') -292px 0 no-repeat;
  }
  
  #dvd:hover {
    background-position: -292px -210px;
  }
  
#login {
  width: 261px;
  height: 170px;
  margin: 0;
  float: left;
  padding: 40px 0 0 22px;
  background: url('images/login.jpg') top center no-repeat;
  }

#footer {
  width: 802px;
  height: 94px;
  margin: 0 auto;
  padding: 91px 0 0 248px;
  background: url('images/footer.jpg') top center no-repeat;
  }

img {
  border: none;
  }

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

a:hover {
  color: #EA1100;
  }
  
.input {
  width: 229px;
  height: 30px;
  background: #FFF url('images/input.jpg') 0 0 no-repeat;
  border: none;
  margin: 0;
  padding: 4px 0 0 4px;
  font-size: 20px;
  }

.input:hover {
  background-position: 0 -34px;
  }

.submit {
  width: 25px;
  height: 25px;
  float: right;
  background: url('images/submit.jpg') 0 0 no-repeat;
  border: none;
  margin: 0 28px 0 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  }

.submit:hover {
  background-position: 0 -25px;
  }

p {
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  }
 
#bf-logo {
  width: 122px;
  height: 87px;
  display: block;
  float: left;
  margin: 0 0 0 150px;
  overflow: hidden;
  text-indent: -9999px;
  background: url('images/bf-logo.jpg') no-repeat;
}
 
 #bf-logo:hover {
 background-position: 0 -87px;
 }
 
#cad-logo {
  width: 122px;
  height: 87px;
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  background: url('images/cad-logo.jpg') no-repeat;
  }
  
  #cad-logo:hover {
  background-position: 0 -87px;
  }

#strip {
  position: absolute;
  top: 0;
  right: 0;
  }

/* END */
