@CHARSET "UTF-8";

@import url("/styles/products.css");

ul {
	list-style-type: none;
}

#mainContainer {
  clear: both;
  margin: 0 auto;
  width: 800px;
  border-top: 10px #888 solid;
  font-size: 1.0em;
}

#header {
  clear: both;
  width: 800px;
  height: 100px;
}

#headerLogo {
  clear: left;
  float: left;
  width: 156px;
  height: 44px;
  margin: 44px 0 0 0;
}

#headerTopLinks {
  clear: right;
  float: right;
}

#headerTopLinks ul {
  list-style-type: none;
  margin: 0 20px 24px 0;
}

#headerTopLinks li {
  display: inline;
  padding: 0 20px 0 8px;
  background-image: url(/images/blue_list_arrow.png);
  background-repeat: no-repeat;
}

#headerTopLinks li a {
  font-family: Verdana, sans-serif;
  font-size: 0.75em;
  color: #888;
  text-decoration: none;
}

#headerTopLinks li a:hover {
  color: #000;
  text-decoration: underline;
}

#headerSearch {
  clear: right;
  float: right;
  margin-right: 28px;
}

#headerSearch fieldset {
  border: none;
  margin: 0;
}

#headerSearch label {
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  color: #333;
}

#headerSearch input {
  border: 1px #333 solid;
  width: 140px;
  padding-left: 4px;
  margin: 0 2px 0 6px;
  color: #333;
  font-size: 1.0em;
}

#headerSearch button {
  background: #fff;
  border: none;
  margin: 0 -8px -6px -6px;
}

#nav {
  clear: both;
  width: 800px;
  height: 20px;
  border-bottom: 4px #06c solid;
  text-align: right;
}

#nav ul.tabList {
  display: block;
  position: relative;
  left: 348px;
  margin: 0;
}
	
#nav li.tabItem {
  display: inline;
}

#nav a.tabLink {
  display: block;
  float: left;
  width: 102px;
  height: 16px;
  padding-top: 4px;
  text-align: center;
  background-image: url(/images/blue_nav_tab.png);
  color: #ddd;
  font-size: 0.8em;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  text-decoration: none;
  margin-left: 1px;
}

#nav a.tabLink:hover,
#nav a.tabLinkSpecial {
  color: #fff;
  background-image: url(/images/ltblue_nav_tab.png);
}

#nav ul.subList {
  display: block;
  height: 0px;
  overflow: hidden;
  list-style-type: none;
  text-align: left;
  padding-top: 4px;
}

#nav ul#tabSubLinks_home,
#nav ul#tabSubLinks_products,
#nav ul#tabSubLinks_capabilities,
#nav ul#tabSubLinks_support {
  position: absolute;
  top: 20px;
}

#nav ul#tabSubLinks_home {
  left: 41px;
}

#nav ul#tabSubLinks_products {
  left: 144px;
}

#nav ul#tabSubLinks_capabilities {
  left: 247px;
}

#nav ul#tabSubLinks_support {
  left: 350px;
}

#nav li.subItem {
  margin: 0 0 0 -40px;
}

#nav a.subLink {
  display: block;
  width: 102px;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  opacity: .85;
  background: #06c;
  text-decoration: none;
  padding: 6px 4px 2px 8px;
  border-bottom: 1px #333 solid;
  border-left: 1px #333 solid;
  border-right: 1px #333 solid;
}

#nav a:hover.subLink {
  opacity: 1.0;
}

#flashHeader {
  width: 800px;
  height: 230px;
  background-image: url(/images/index_scenery_bg.jpg);
  margin: 5px 0;
}

#flashHeader img {
  margin: 0;
}	

#content {
  width: 800px;
  height: 600px;
  margin: 5px 0;
  padding: 24px 0;
  border-top: 4px #aaa solid;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.0em;
  color: #333;
}

#contentQuickLinks {
  clear: right;
  float: right;
  width: 180px;
  height: 600px;
  padding-left: 24px;
  border-left: 1px #888 solid;
  margin: 0;
}

#contentQuickLinks h3 {
  margin-top: 8px;	
}

#contentQuickLinks p {
  font-size: 1.0em;
}

#contentQuickLinks ul {
  list-style-type: none;
  margin-left: -40px;
}

#contentIndexContent {
  background-color: #fff;
  background-image: none;
  clear: left;
  float: left;
  width: 560px;
  padding-right: 32px;
  margin: 0;
  text-align: justify;
}

#content h1 {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.6em;
  margin: 4px 0;
  color: #333;
  border-bottom: 1px #aaa solid;
}

#content h2 {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1em;
  color: #888;
}

#content h3 {
  font-family: "Trebuchet MS", sans-serif;
}

#content h4 {
  color: #f83;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.0em;
  font-family: sans-serif;
  padding-bottom: 0;
  margin: 4px 0 0 0;
}

#content a,
#contentIndexContent a {
  font-weight: bold;
  text-decoration: none;
  color: #06c;
}

#content a:hover,
#contentIndexContent a:hover {
  text-decoration: underline;
}

#content img,
#contentIndexContent img {
  border: 1px #333 solid;
}

#content img.floatLeft,
#contentIndexContent img {
  margin: 0 12px 0 0;
  float: left;
}

#content img.floatRight,
#contentIndexContent img.floatRight {
  margin: 0 0 0 12px;
  float: right;
}

.info-page h1 {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.4em;
  color: #333;
  padding: 28px 0 0 0;
  border-bottom: 1px #aaa solid;
  border-top: 4px #aaa solid;
  margin: 2px 0 32px 0;
}

.info-page h2 {
  color: #333;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.1em;
  font-family: sans-serif;
  padding-bottom: 4px;
  border-bottom: 1px #aaa solid;
  margin: 0 0 4px 0;
}

.info-page h3 {
  color: #f83;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.0em;
  font-family: sans-serif;
  padding-bottom: 0;
  margin: 4px 0 0 0;
}

.info-page ul {
  font-family: "Trebuchet MS", sans-serif;
	padding: 12px;
}

.info-page ul li {
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
	padding: 0;
}

.info-page ul ul {
  font-family: serif;
  padding: 4px 16px;
}

.info-page ul ul li {
  font-weight: bold;
  font-size: 1.1em;
  color: #333;
	padding: 0 0 12px 0;
}

.info-page img {
	border: 1px #333 solid;
}

.info-page a {
  font-weight: bold;
  text-decoration: none;
  color: #06c;
}

.info-page a:hover {
  text-decoration: underline;
}

#capabilities-swf {
  height: 920px;
  width: 570px;
  margin: 40px auto;
  clear: both;
}

#footer {
  font-size: 0.8em;
  width: 800px;
  text-align: center;
  border-top: 1px #aaa solid;
  padding: 2px 0;
  margin: 12px 0 -12px 0;
}

#footer p {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  color: #888;
}

.clearBoth {
  clear: both;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.productsLink {
  clear: both;
  width: 400px;
  padding-bottom: 24px;
  border-bottom: 1px #aaa solid;
  margin: 24px;
}

.productsLink img {
  float: left;
  margin: 0 12px;
}

.productsLink p {
  color: #333;
}
