/* We'll put generic case tag styles at the top. */

/* This causes all elements where these properties aren't defined
   to have a uniform style. Very handy for ensuring rendering across
   different browsers, where tags can be interpreted differently. */

* {
	font-family: inherit;
	font-size: inherit;
	text-align: inherit;
	vertical-align: top;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

body {
	background: #ffffff;
	color: #333333;
	font-family: Bitstream Vera Sans, Verdana, verdana, sans;
	font-size: 12px;
	/* Note: IE doesn't respect this,
  so we'll have to do a work-around. */
	margin: 0em;
	padding: 0em;
	text-align: center;
}

a {
	color: #ff0000;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
  text-decoration: underline;
}

em {
	color: #ff0000;
}

em a {
	text-decoration: underline;
}

p {
	margin-bottom: 1em;
}

ul {
	margin-left: 2em;
}

li {
	margin-bottom: 0.5em;
}

td {
	vertical-align: top;
}

input {
	border: 1px solid #797979;
}

select {
	border: 1px solid #797979;
}

/* Styles for main splash page. */
div.splash {
	height: 100%;
	padding: 10px;
	background: url('ui/splash/splash.jpg') top right no-repeat;
	margin-bottom: 10px;
}

p.name {
	position: relative;
	color: #a00000;
	font-size: 48px;
	font-weight: bold;
	margin: 5px;
	left: 40px;
}

p.slogan {
	position: relative;
	font-weight: bold;
	font-size: 16px;
	margin: 2px;
}

div.feature {
	display: block;
	position: relative;
	top: 50px;
	left: 0px;
	/*border: 2px solid #606060;*/
	text-align: justify;
	padding: 0px;
}
div.feature p {
	margin: 2px;
	color: #333333;
}
div.feature p.title {
	font-size: 14;
}

div.parentLinks {
	position: relative;
	display: block;
	top: 150px;
}

/* Styles for navigation bars. */
div.navbar {
  background: #ffffff url('ui/navBg.png') repeat-x;
  display: block;
  margin-top: 5px;
  height: 50px;
}
div.navbar img.logo {
  display: inline;
  float: left;
}
div.navbar p {
  font-size: 16px;
  color: #ffffff;
  text-align: right;
  font-weight: bold;
  position: relative;
  top: 15px;
  margin-right: 10px;
}

div.tabbar {
	display: block;
	position: relative;
	top: -5px;
	left: 110px;
	clear: both;
}

div.tabbar .dojoButton {
	float: left;
	margin-left: 0.2em;
	margin-right: 0.2em;
	color: #000000;
	background-color: #ffffff;
}
div.tabbar .dojoButton a {
	color: #000000;
}

.tab {
  display: block;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  vertical-align: bottom;
  color: #333333;
}

.dojoButton a:hover {
  color: #000000;
  text-decoration: none;
}

/* More styles for Dojo widgets. */
body .dojoTooltip {
	background: url('ui/gradient.png') repeat-x bottom #ffffff;
	border: solid 1px #999999;
	font-size: 10px;
	width: 200px;
}

.dojoTooltip div {
	display: block;
	background: #ffffff;
	margin: 2px;
	padding: 2px;
	text-align: justify;
}

/* Styles for side navigation bar. */
div.sidebar {
  display: block;
  background: #f0f0f0 url('ui/gradient.png');
  color: #ffffff;
  border: 2px #000000 solid;
  padding: 5px;
  margin-right: 2em;
  font-weight: bold;
  width: 146px;
}

div.sidebar * {
  color: #000000;
}

div.sidebar ul {
  margin-top: 5px;
  font-size: 10px;
  list-style-type: circle;
}

div.sidebar li {
  color: #ff0000;
  margin-top: 5px;
  margin-bottom: 2px;
}

div.sidebar h3 {
  color: #ffffff;
  background: #d50000 url('ui/headingBg.png') repeat-x;
  position: relative;
  left: -21px;
  padding-left: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  font-size: 12px;
  text-align: left;
}

div.sidebar a:hover {
	color: #ff0000;
	text-decoration: none;
}

/* Styles for use inside the content section. */

div.content {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 10px;
  padding-bottom: 40px;
  clear: both;
  text-align: left;
}

.title {
  color: #000000;
  font-size: 16px;
  font-weight: bolder;
  text-align: center;
}

.section .title {
	text-align: left;
	font-size: inherit;
}

.sectiontitle {
  display: block;
  font-size: 16px;
  font-weight: bolder;
  background-color: #ffffff;
  border-bottom: solid 3px #ff0000;
  padding: 0.1em;
  padding-left: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  color: #000000;
}

div.header {
	display: block;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 1em;
	padding: 0px;
	vertical-align: top;
	clear: both;
	border: 2px solid #000000;
	background: #f0f0f0;
}

div.header img {
	float: right;
	padding-left: 10px;
}

div.header .desc {
	font-size: 12px;
	text-align: justify;
	padding-left: 10px;
}

.pagetitle {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background: #d10000 url('ui/headingBg.png') repeat-x;
  text-align: center;
  margin-bottom: 10px;
}

p.banner {
	font-size: 20px;
	font-weight: bold;
	margin: 3px;
	padding: 0px;
}

table.visible {
  border: 1px solid #000000;
  border-collapse: collapse;
  margin-top: 1em;
  padding: 0px;
}

table.visible tr:hover {
  background: url('ui/gradient.png') repeat-x top;
}

table.visible tr.break {
	background: url('ui/gradient.png') center;
}
tr.break td {
	font-weight: bold;
}

/* This style covers THs in "invisible" tables, as sort of a super table header */
th {
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: #ff0000 dashed 2px;
}

table.visible td, table.visible th {
  font-size: 10px;
  border: 1px solid #000000;
  border-bottom: none;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

table.visible th {
	background: url('ui/tableBg.png') repeat-x #efefef;
}

table.products img {
	float: left;
	margin-right: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
}

p.footnote {
	font-size: 9px;
}

.item {
  display: table;
  width: 100%;
}

.figure {
  float: left;
  background-color: #eeeeee;
  margin-left: 6px;
  margin-right: 6px;
  padding: 3px;
  padding-bottom: 0px;
  border: solid 2px #555555;
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.borderless {
  border: none;
}
.figure a:hover {
  text-decoration: underline;
}
.caption {
  font-size: 10px;
  font-weight: bolder;
  text-align: center;
  margin-top: 1em;
}
.caption#border {
  border-top: 1px solid #333333;
  padding-top: 0.25em;
}

.price {
  text-align: right;
  font-weight: bold;
  margin-top: 1em;
}

.price a {
  font-size: smaller;
}

span.model {
  font-size: smaller;
}

/* Styles for bandpass graphing wizard */
div.wizard td {
	padding-left: 2px;
	height: 24px;
	padding-bottom: 2px;
	font-size: 9px;
}

.slider {
	height: 12px;
	width: 162px;
	border-left: 1px solid #797979;
	border-right: 1px solid #797979;
	background: url('ui/sliders/slBg.png') repeat-x;
}
.slider div {
	position: relative;
	top: -6px;
	left: 1px;
	width: 10px;
	height: 24px;
}

.slider p {
	float: right;
	font-size: 9px;
	padding-right: 2px;
	font-weight: bold;
}

div.wizard .graph {
	border: 1px solid #000000;
	padding: 2px;
}

div.wizard table {
	clear: both;
}

div.wizard input {
	font-size: 9px;
}


/* Styles for the reviews and testimonials */
.review {
	background-color: #eeeeee;
	font-family: fixed;
	margin-bottom: 1em;
	border: 2px solid #000000;
	max-width: 600px;
	width: auto;
	padding: 0.25em;
}
.review p {
	background-color: #e0e0e0;
	border-bottom: 1px solid #aaaaaa;
	font-weight: bolder;
	margin-bottom: 0px;
}
.review .title {
	font-size: smaller;
	text-align: left;
}

/* Styles for the bottom contact section. */

div.contact {
  background: #f5f5f5 url('ui/contact.png') top repeat-x;
  position: fixed;
  bottom: 0em;
  width: 100%;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  color: #555555;
  border-top: solid 1px #aaaaaa;
}

div.contact p {
  margin: 0px;
}
