
body {
 font-family: Verdana, Arial, "Times New Roman", sans-serif;
 margin: 0;
 padding: 0;
 background: #000;
 text-align: center;
 color: #fff !important;
}

.clear {
  clear: both;
	margin: 0;
	padding: 0;
 }

#site {
 margin: auto;
 width: 960px;
 text-align: left;
 padding: 0;
}

ul {
 margin: 0;
 list-style: none;
 padding: 0;
}

p {
 margin: 0;
 padding: 0;
}

#morearea {
  text-align:center;
}

.morelink {
padding: 20px;
 font-size: 20px;
 font-weight: bold;
 color: #0F38B9;
 text-decoration: none;
 text-align: center;
 border: 2px dashed red;
 background-color: #000;
}

#pagebox {
 margin: auto;
 width: 960px;
 text-align: left;
 background: url('images/background.gif') repeat-y top; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0
}

/* Header Css */

#scene {
 width: 960px;
 float: left;
 margin: 0;
 padding: 0;
}

#nav {
float: left;
width: 960px;
margin: 0;
padding: 0;
list-style: none;
margin-top: 17px;
}

#nav li {
float: left;
line-height: 31px;
padding-right: 1px;

text-align: center;
margin-left: 0px
}

#nav a {
	float: left;
	font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
	background:url(images/menu_inactive_lft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	line-height: 1.5em;
}

#nav a span {
	background: transparent url(images/menu_inactive_rgt.png) no-repeat right top;
	padding:5px 15px 0px 6px;
	color:#FFF;
	display: block;
	float: left;
	cursor: pointer;
}

#nav #tcur a {
	float: left;
	font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
	background:url(images/menu_active_lft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	line-height: 1.5em;
}

#nav #tcur a span {
	background: transparent url(images/menu_active_rgt.png) no-repeat right top;
	padding:5px 15px 0px 6px;
	color:#FFF;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu a:hover { background: transparent url(images/menu_active_lft.png) no-repeat left top; }
 #menu a:hover span {	background: transparent url(images/menu_active_rgt.png) no-repeat right top; }

 #menu hd { background: transparent url(images/menu_active_lft.png) no-repeat left top; }
 #menu hd span {	background: transparent url(images/menu_active_rgt.png) no-repeat right top; }

/* Page */

#pagecontent a:hover {
 text-decoration: underline;
}

#pagecontent {
 width: 960px;
 border-top: 10px solid #989898;
 float: left;
}

#contentbox {
 margin: 2px;
 background: url('images/page_background.gif') repeat-x top;
 width: 956px;
 float: left
}

#content {
 width: 719px;
 float: right;
}

#info {
 border: 1px solid #333;
 width: 709px;
 margin: 10px 0 0 6px;
 background-color: #000;
}

#info p {
 line-height: 20px;
 padding: 7px;
 font-size: 12px;
 color: #fff;
 letter-spacing: .1em;
}

#info p a {
 font-size: 12px;
 color: #404040;
 text-decoration: none;
}

h1 {
 font-size: 26px;
 color: #666;
 font-weight: normal;
 padding: 5px 0 10px 5px;
 margin: 0;
}

h2 {
 font-size: 20px;
 color: #999;
 font-weight: normal;
 line-height: 45px;
 padding: 0 0 0 10px;
 margin: 0;
}

h3 {
 font-size: 16px;
 color: #999;
 font-weight: normal;
 padding: 0;
 margin: 0;
}

h4 {
 font-size: 14px;
 color: #999;
 font-weight: normal;
 padding: 7px;
 margin: 0;
}

h6 {
 padding: 0;
 margin: 0;
}

/* Sidebar Content */

#sidenav {
 float: left;
 margin: 10px 0 0 5px;
 width: 206px;
}

.sidenav {
 width: 206px;
}

.sidenav p{
  font-size:14px;
}

.sidenav b.red{
  color: red;
  font-weight:bold;
  font-size:14px;
}

.sidenav h4 {
 font-size: 16px;
 font-weight: normal;
 padding: 0 0 0 5px;
 margin: 0;
 color: #fff;
}

.sidenav h5 {
 margin: 0;
 padding: 0;
 font-size: 14px;
}

.sidenav h5 a {
 color: #fff;
 text-decoration: none;
 font-weight: normal;
}

.snavtitle {
 width: 204px;
 line-height: 32px;
 background-color: #000;
 margin-bottom: 10px;
 background: url('images/title_background.gif') no-repeat left;
}

.snavtitle h4 {
 font-size: 16px;
 font-weight: normal;
 padding: 0 0 0 5px;
 margin: 0;
 color: #fff;
 font-weight: bold;
}

.snavlist {
 margin: 0 0 10px 0;
 list-style: none;
 width: 204px;
}

.snavlist #scur {
 padding-left: 20px;
 line-height: 25px;
 background: url('images/pointer_background.gif') no-repeat left;
}

.snavlist li {
 padding-left: 20px;
 line-height: 25px;
}

.snavlist li a {
 font-size: 12px;
 color: #fff;
 text-decoration: none;
}

/* Footer */

#foot {
 width: 960px;
 text-align: center;
 height: 38px;
 background: url('images/footer_background.gif') no-repeat bottom;
 padding-top: 5px;
 border-bottom: 10px solid #989898;
}

#foot a {
 font-size: 12px;
 color: #333;
 text-decoration: none;
}

#foot p {
 margin: 10px;
}

p.footerText {
 line-height: 20px;
 font-size: 12px;
 margin: 10px;
}

#foot ul {
 margin: auto;
 padding: 0;
 list-style: none;
 margin-left: 320px;
 }

#foot ul li {
 float: left;
 padding: 0 10px 0 10px;
}

#foot ul li a {
 font-size: 12px;
 color: #333;
 text-decoration: none;
}

#prodbox{
 margin: auto;
 padding-bottom:20px;
 width: 719px;
 float:left;
}

.prod {
  text-align: center;
  float: left;

  width: 28%;
  height: 240px;
  margin-right: 10px;
  margin-top: 11px;
  display: inline;
  padding: 13px 10px 8px 10px;
  border-style: solid;
  border-color: #333;
  border-width: 1px;
  background-color: #f7f7f7;
  font-size: 13px;
  margin-left: 5px;
  vertical-align: middle;
  background-color: #000;
}


.prod .img{
  display: inline;
  text-align:center;
  float:right;
}

.prod .desc{
  display: block;
  width:45%;
  padding: 0px 5px 0px 5px;
  border-left: 1px dashed #b5c3d0;
  border-top: 0px dashed;
  border-right: 1px dashed #b5c3d0;
  border-bottom: 0px dashed;
  text-align:center;
  vertical-align: middle;
  float:left;
}

.prod .net{
  display: block;
  width:35%;
  text-align:center;
  vertical-align: middle;
  border-color:grey;
  float:left;
}

.prod .bot{
  display: block;
  width:100%;
  border-top: 1px dashed #b5c3d0;
  text-align:center;
  padding-top:5px;
  float:left;
}

.prod h3{
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 0 0 15px 0;
  margin: 0px;
  margin-left: 5px;
}

.prod b.red{
  color: red;
  font-weight:bold;
  padding-left:10px;
}

.prod b.green{
  color: green;
  font-weight:bold;
  padding-left:10px;
}

.prod b.blue{
  color: blue;
  font-weight:bold;
  padding-left:10px;
}

.prod b.purple{
  color: purple;
  font-weight:bold;
  padding-left:10px;
}

.prodprice {
  text-align: center;
  font-size: 10pt;
  font-family: Arial;
  font-weight: bold;
  color: #333333;
}

.price {
  text-align: center;
  font-size: 10pt;
  font-family: Arial;
  font-weight: bold;
  color: #333333;
}
