﻿.bottomnav a {
  color: cdcdcd;
  font-family: arial;
  text-decoration: none;
}

.bottomnav a:hover {
  color: f7c83f;
}


.woman{
  position: absolute; 
  left:50%;
  top:53px;
  margin-left:-507px; 
  height:0px; 
  width:0px;
  background-color:transparent;
  z-index:7;
}


.banner{
position: absolute; 
  left:50%;
  top:115px;
  margin-left:-337px; 
  height:214px; 
  width:800px;
  background-color:transparent;
  font-family: arial;
  font-size: .8em;
  z-index:5;
}





.follow{
  position: absolute; 
  left: 50%; 
  top:827px;
  margin-left:-480px; 
  height:0px; 
  width:280px;
  background-color:transparent;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif ;
  z-index:3;
}

.twitter{
  position: absolute; 
  left: 50%; 
  top:820px;
  margin-left:-415px; 
  height:0px; 
  width:900px;
  background-color:transparent;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif ;
  z-index:3;
}

.webhead{
  position: absolute; 
  left: 50%; 
  top:482px;
  margin-left:-475px; 
  height:0px; 
  width:280px;
  background-color:transparent;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif ;
  z-index:3;
}


.webhead2{
  position: absolute; 
  left: 50%; 
  top:641px;
  margin-left:-475px; 
  height:0px; 
  width:280px;
  background-color:transparent;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif ;
  z-index:3;
}


.news{
  position: absolute; 
  left: 50%; 
  top:482px;
  margin-left:-141px; 
  height:0px; 
  width:220px;
  background-color:transparent;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif ;
  z-index:3;
}


.specials{
  position: absolute; 
  left: 50%; 
  top:482px;
  margin-left:149px; 
  height:0px; 
  width:280px;
  background-color:transparent;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif ;
  z-index:3;
}


.nav{
  position: absolute; 
  left: 50%; 
  top:13px;
  margin-left:-90px; 
  height:0px; 
  width:500px;
  background-color:transparent;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif ;
  z-index:3;
}


.copyright{
  position: absolute; 
  left: 50%; 
  top:803px;
  margin-left:-480px; 
  height:0px; 
  width:700px;
  background-color:transparent;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif ;
  font-size: .9em;
  color:ffffff;
  z-index:7;
}



.bottomnav{
  position: absolute; 
  left: 50%; 
  top:880px;
  margin-left:45px; 
  height:0px; 
  width:400px;
  background-color:transparent;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif ;
  font-size: .9em;
  z-index:7;
}








.sitemap a {
  display: block;
  color: ffffff;
  font-family: arial;
  text-decoration: none;
  width: 150px; _width: 162px;
  text-align: left;
  padding: 2px;
  background-color: transparent;
  border-bottom: 1px solid white;
  margin: 0px;
}

.sitemap a:hover {
  color: 000000;
}


body {
  background-color:ffffff;
  background-image:url('http://www.level8designs.com/images/l8_bg.jpg');
  background-position:top left;
  background-repeat:repeat;
  background-attachment:scroll;
 }







.logo{
  position: absolute; 
  left: 50%; 
  top:9px;
  margin-left:-470px; 
  height:0px; 
  width:0px;
  background-color:transparent;
  z-index:1;
}


.main{
  position: absolute; 
  left: 50%; 
  top:63px;
  margin-left:-504px; 
  height:0px; 
  width:0px;
  background-color:transparent;
  z-index:2;
}


.glow{
  position: absolute; 
  left: 50%; 
  top:53px;
  margin-left:-476px; 
  height:0px; 
  width:0px;
  background-color:transparent;
  z-index:1;
}

.blank{
  position: absolute; 
  left: 50%; 
  top:364px;
  margin-left:157px; 
  height:45px; 
  width:260px;
  background-color:transparent;
  z-index:7;
}

.email{
  position: absolute; 
  left:50%;
  top:634px;
  margin-left:153px; 
  height:0px; 
  width:300px;
  background-color:transparent;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8em;
  z-index:2;
}



.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 15px arial;
list-style-type: none;
border-bottom: 0px solid gray;
background: #252525;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: #f0f0ef;
background: #252525;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background:  #8bbd10; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background:  #8bbd10; /*background of tab with "selected" class assigned to its LI */
}



.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: bold 15px arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 0px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: #f0f0ef;
background-color: #252525;
text-decoration: none;
padding: 4px 5px;
border-bottom: 0px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 160px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #8bbd10;
color: #f0f0ef;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 0px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}



input.c4 {display : none;}
 span.c7 {color: bfcc66; font-size: 90%; font-weight:bold}
span.c9 {color: #444444; font-family: arial; font-size: 80%; font-weight:bold}
span.c8 {color: #e88b34; font-family: arial; font-size: 80%; font-weight:bold}
 span.c6 {color: #444444; font-family: arial; font-size: 80%; font-weight:bold }
 span.c5 {color: #444444; font-family: arial; font-size: 70%; font-weight:bold  }
 table.c2 {background-color:transparent}
 span.c3 {color: #585858; font-family: arial; font-size: 70%; font-weight:bold}
 table.c2 {background-color:transparent}
 span.c1 {color: 5e5e5e; font-size: 75%; font-weight:bold; border: none}
