/*  
Theme Name: ComputerPlugin Plasma
Description: Theme for the ComputerPlugin. This is the beta release... not for the public or re-use.
Author: Derek Slenk
Author URI: http://www.computerplugin.com/justin
Version: 0.1
.
Copyright 2009, Computerplugin.com</a>.
.
*/

/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 1024px;
  text-align: left;
  padding: 0;
  }

#header {
  padding: 0;
  margin: 0;
  height: 154px;
  }

#header #logo {
  float: left;
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
}

#header #topright {
  float: right;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
/*  display: inline;*/
/*  width: 214px;
  line-height: 86px;*/
  }
  
#header #topright #tax{
  margin: 0 0 0 0;
  padding: 10px 0 0 70px;
  }

/* Depth from top */
#header #topright #nav {
  	padding: 0 0 0 0;
  	margin: 10px 0 0 0;
   font-family: aerial;
   font-weight: bold;
   font-size: 18px;
}
#header #topright #nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header #topright #nav li {
  padding: 0 0 13px 0;
  text-align: center;
  float: left;
  width: 99px;
  display: inline;
  color: #fff;
}
#header #topright #nav li:hover {
  text-align: center;
  display: inline;
  color: #fff;
}
#header #topright #nav li a {
  color: #c3bb1f;
  line-height: 12px;
  height: 30px;
  letter-spacing: 1px;
  padding: 10px 0 0 0;
  display: block;
  background: url(../images/button.png) bottom center no-repeat;
}
#header #topright #nav li a:hover {
  color: #515039;
  text-decoration: none;
  display: block;
  background: url(../images/button_hover.png) bottom center no-repeat;
}
#header #topright #nav #element2 a {
  height: 40px;
  padding: 0 0 0 0;
}

/* Menu */
#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }


#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }
