@charset "utf-8";
/* CSS Document */

<style>

{ word-spacing: 2em; }
a:link {color: #ff6633; text-decoration: none} /* color is a dark cream */
a:active {color: red; text-decoration: underline overline}
a:visited {color: grey; text-decoration: none} /* color is light brown */
a:hover {color: blue; text-decoration: underline overline} 
img {border: none;}
img {border: 0px;}
img {border: 0;}
img {border: solid 0;}


 .home {
	 
	   margin-top:0px;
	   height: 48px;
	   width: 189px;
	   background:url(images/zenera_home.jpg);
	   cursor: pointer;
       display: block;
	   border:none;
	  
   }
   
   .home:hover {
	   background-image:url(images/zenera_home.jpg);
	   background-position:-187px;
	   }
   
   .about {
	   margin-top:-48px;
	   margin-left:186px;
	   height: 48px;
	   width: 90px;
	   position:relative;
	   background:url(images/zenera_about.jpg);
	   cursor: pointer;
       display: block;
   }
   
   .about:hover {
	   background-image:url(images/zenera_about.jpg);
	   background-position:-90px;
	   
   }
   
    .review {
	   margin-top: -48px;
	   margin-left:270px;
	   height: 48px;
	   width: 168px;
	   position:relative;
	   background:url(images/zenera_reviews.jpg);
	   cursor: pointer;
       display: block;
   }
 
   .review:hover {
	background:url(images/zenera_reviews.jpg);
	background-position:-111px;
   }
   
   .dvtapefaq {
	   margin-top: -48px;
	   margin-left:382px;
	   height: 48px;
	   width: 174px;
	   position:relative;
	   background:url(images/zenera_dvtapefaqs.jpg);
	   cursor: pointer;
       display: block;
   }
   
   .dvtapefaq:hover {
	background:url(images/zenera_dvtapefaqs.jpg);
	background-position: -170px;
   }
   
      .filmqa {
	     margin-top: -48px;
	   margin-left:556px;
	   height: 48px;
	   width: 134px;
	   position:relative;
	   background:url(images/zenera_filmqa.jpg);
	   cursor: pointer;
       display: block;
   }

  .filmqa:hover {
	background:url(images/zenera_filmqa.jpg);
     background-position: -134px;
   }
   
   .techref { 
       margin-top: -48px;
	   margin-left:690px;
	   height: 48px;
	   width: 270px;
	   position:relative;
	   background:url(images/zenera_techref.jpg);
	   cursor: pointer;
       display: block;
	   border-style:none;
   }
   
   .techref:hover {
	background:url(images/zenera_techref.jpg);
	background-position: -268px;
	border-style:none;
   }
   
   
a, h1, h2, h3,p  {
        font-family: Tahoma, Arial, sans-serif;
        font-size: 11pt;
        font-weight: 420; /* normal equals 400 */
		color:#ffddbb;
}

p{
        font-family: Tahoma, Arial, sans-serif;
        font-size: 11pt;
        font-weight: 420; /* normal equals 400 */
		margin-left: 25pt;
		color:#ffddbb;
		margin-right: 20pt;
		
}

/*p.hideme {
		background-color: #cc3300;
}
*/
body { 
    background-image:url(images/zenera_background.jpg);
	background-color:#C11123;
	background-repeat:no-repeat;
    font-family: Tahoma, Arial, sans-serif;
	background-attachment:fixed;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	
	
}

h1 {
    font-size: 1.2em;
    font-style: bold;
    color: #fc6;
	margin-left:20pt;
}

h2 {
    font-size: 1.2em;
    color: #660000; /* color is maroon */
	margin-left:30pt;
}

h3 {
    text-align: left;
    font-style: italic;
    font-size: 1.1em;
    color: #660000; /* color is maroon */
	margin-left:15pt;
}

li, table {
    font-family: Tahoma, Arial, sans-serif;
    font-size: .9em;
    font-weight: 460; /* normal equals 400 */
	color:#ffddbb;
}

blockquote {
    font-family: Times New Roman, Times, serif;
    font-style: italic;
	position: relative;
}

strong {
    font-style: bold;
    font-size: 1.1em;
}

em {
    font-style: ialic;
    font-size:1.1em;
}

table { color:black; }

img.rightfloat { 
                float: right;
                margin-right: 30px;
                padding-left: 10px;
                padding-bottom: 10px;
                padding-top: 10px;
}

img.leftfloat {
                float: left;
                margin-left: 30px;
                padding-right: 10px;
                padding-bottom: 10px;
                padding-top: 10px;
}


#container {
            width: 960px;
            min-width: 700px;
            height: 100%;
            margin: 0px auto;
            background: black;
			min-height:600px;
            /* border: medium; */
            /*border-color: #cc9966; /* color is light brown */
            
}

#navigation {
  width: 100%;
  min-width: 700px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

#logo {
		background-image:url(images/header_c.jpg);
		height:200px;
		width:960px;
		margin-left:0px;
		margin-right:0px;
		position:relative;
}

#main {
        width:960px;
        z-index: 1;
        background: black;
		margin-top:auto;
		
}

#pictures {
        float: right;
        width: 120px;
        margin-left: 0px;
		margin-right:20px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
}

#footer { 
        width: 960px;
        background: black;
		
}

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

</style>
