﻿/* CSS layout */
#masthead {
	width: 100%;
	height: 100%;
}
#top_nav {
	margin: 0px;
	background-color: #000080;
	width: 100%;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	overflow: auto;
}
#container {
	position: relative;
	width: 100%;
	background-color: #FFFFDF;
	height: 100%;
	overflow: auto;
}
#left_col {
	width: 160px;
	left: 0px;
	top: 0px;
	float: left;
}
#page_content {
	margin: 5px 5px 5px 170px;
	padding: 15px 5px 5px 5px;
}
#footer {
	clear: both;
	width: 100%;
	font-size: 70%;
	background-color: #000080;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#top_nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	font-weight: bold;
}
#top_nav li {
	float: left;
	font-weight: bold;
}
#top_nav a {
	padding: 2px 5px 2px 5px;
	color: #FFFFFF;
}
#top_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#masthead h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
	color: #000080;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	width: 98%;
}
#left_col ul {
	width: 100%;
	display: block;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 75%;
	font-weight: bold;
}
#left_col li {
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: #FFFFDF;
	font-weight: bold;
}
#left_col ul a {
	color: #000080;
	text-decoration: none;
	display: block;
	padding: 2px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
#footer ul {
	list-style-type: none;
	width: 50%;
	padding: 0px;
	margin: 0px;
}
#footer li {
	float: left;
}
#footer ul a {
	padding-right: 10px;
	padding-left: 10px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul a:hover {
	color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	text-decoration: underline;
}
#footer p {
	color: #FFFFFF;
	margin: 0px;
	float: right;
	padding-right: 10px;
}
#page_content p {
	font-size: 75%;
	margin-top: 0px;
	color: #333333;
	margin-bottom: 5px;
}
h2 {
	margin: 0px;
	color: #000080;
	font-size: 120%;
	padding-top: 10px;
}
#masthead p {
	font-family: "Courier New", Courier, monospace;
	font-size: 70%;
	color: #808080;
}
#masthead p a {
	color: #808080;
	text-decoration: none;
}
#masthead p a:hover {
	color: #808080;
	text-decoration: underline;
}
#top_nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#left_col ul a:active {
	background-position: top;
	color: #808080;
	text-decoration: none;
	margin-right: 10px;
	background-color: #FDEA02;
	background-image: url('images/leftmenu2.gif');
	background-repeat: repeat-x;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
.img_floatright {
	border: 1px solid #C0C0C0;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: right;
}
h1 {
	margin: 0px;
	color: #000080;
	font-size: 160%;
}
#tags {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFDF;
	overflow: auto;
}
#page_content ul {
	font-size: 75%;
	font-weight: bold;
	list-style-type: disc;
	margin: 2px 0px 5px 20px;
	color: #333333;
}
#tag_sheet {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	padding: 20px 20px 10px 20px;
	margin: 0px 5px 0px 0px;
}
#right_col {
	border: 1px solid #C0C0C0;
	width: 220px;
	float: right;
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
#right_col p {
	margin-top: 0px;
}
.image_caption {
	clear: both;
	text-align: center;
}
#masthead p a:active {
	color: #808080;
	text-decoration: underline;
}
.img_right_col {
	padding: 10px 10px 5px 10px;
	border-style: none;
	margin: 0px;
	background-color: #FFFFFF;
}
#tags ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
	list-style-type: none;
}
#tags li {
	float: left;
	font-weight: bold;
}
#tags a {
	display: block;
	text-decoration: none;
	color: #000080;
	background-color: #FFFFFF;
	padding: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	margin-right: 2px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C0;
}
#tags a:hover {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000080;
	padding: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
}
.tag_current {
	color: #FFFFFF;
	display: block;
	padding: 5px;
	margin: 0px 2px 0px 0px;
	background-color: #000080;
	border-top-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C0;
}
.top_nav_current {
	color: #FFFFFF;
	background-color: #000080;
	padding: 3px 5px 3px 5px;
	display: block;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
}
#specification {
	border: 1px solid #C0C0C0;
}
.spec_headers {
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin: 0px;
	color: #000080;
}
.spec_body1 {
	font-size: 75%;
	text-align: right;
	background-color: #F0F0F0;
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin: 0px;
}
.spec_body2 {
	font-size: 75%;
	text-align: left;
	background-color: #F0F0F0;
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin: 0px;
}
.spec_disclaimer {
	font-size: 70%;
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin: 0px;
}
h3 {
	font-size: 90%;
	color: #000080;
	margin: 5px 0px 0px 0px;
}
h3 a {
	color: #000080;
	text-decoration: none;
}
.SL_h1 {
	font-family: "Agency FB";
	padding-bottom: 5px;
	font-size: 200%;
}
.img_acc_box {
	margin: 5px 5px 10px 5px;
	border: 1px solid #C0C0C0;
}
.acc_box {
	text-align: center;
	padding: 5px;
	margin: 5px;
	width: 150px;
	height: 200px;
	vertical-align: middle;
	float: left;
}
.p_clear_above {
	clear: both;
}
.ascii_headers {
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	background-color: #808080;
	border: 1px solid #C0C0C0;
	padding: 5px;
	margin: 0px;
	color: #FFFFFF;
}
.ascii_body1 {
	font-size: 75%;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	padding: 2px;
	margin: 0px;
}
.windlog_example {
	text-align: center;
	margin: 5px;
	width: 320px;
	float: left;
}
#trademark p {
	font-size: 60%;
	color: #000080;
	padding: 0px;
	margin: 0px;
}
.p_address {
	margin: 0px;
}
.msg_box_right {
	background-position: top;
	border: 2px outset #FDEA02;
	width: 220px;
	float: right;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FDEA02;
	background-image: url('images/leftmenu2.gif');
	background-repeat: repeat-x;
	margin-top: 10px;
	text-align: center;
}
.SL_h2 {
	font-family: "Agency FB";
	padding-bottom: 5px;
	font-size: 140%;
}
#logo {
	background-color: #FFFFFF;
	border-style: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0px;
	float: left;
}
.logo_floatleft {
	margin: 5px;
	float: left;
}
*html #left_col li {
	height: 1%;
}
*html #tags {
	height: 1%;
}
#top_nav li a {
	background-position: top;
	padding: 3px 5px 3px 5px;
	display: block;
	text-decoration: none;
	color: #000080;
	background-color: #FDEA02;
	background-image: url('images/topmenu1.gif');
	background-repeat: repeat-x;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
}
#top_nav li a:active {
	background-position: bottom;
	color: #808080;
	text-decoration: none;
	background-color: #FDEA02;
	background-image: url('images/topmenu2.gif');
	background-repeat: repeat-x;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
}
#top_nav li a:hover {
	background-position: bottom;
	color: #000080;
	text-decoration: none;
	background-color: #FDEA02;
	background-image: url('images/topmenu2.gif');
	background-repeat: repeat-x;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
}
#top_nav p {
	font-size: 90%;
	color: #FFFFFF;
	float: right;
	margin: 0px 5px 0px 0px;
	height: 1%;
}
#cart {
	border-width: 0px;
}
#left_col ul a:hover {
	background-position: top;
	color: #000080;
	text-decoration: none;
	margin-right: 10px;
	background-color: #FDEA02;
	background-image: url('images/leftmenu2.gif');
	background-repeat: repeat-x;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
#sl_right_col {
	border-style: none;
	margin: 0px 0px 5px 10px;
	width: 260px;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
}
#sl_right_box {
	border: 1px solid #C0C0C0;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}
.img_sl_250 {
	border: 1px solid #C0C0C0;
	margin: 0px;
}
.price_link {
	margin-bottom: 5px;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #C0C0C0;
}
.img_sl_50 {
	border: 1px solid #C0C0C0;
	margin: 0px 10px 0px 0px;
}
.super {
	vertical-align: super;
	font-size: 60%;
}
#sl_right_col_grey {
	background-color: #FFFFDF;
	border-style: none;
	float: right;
	clear: right;
	padding: 5px;
	margin: 10px 0px 5px 10px;
	width: 260px;
}
.faq_answer {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	padding: 5px;
}
.faq_qu {
	background-color: #000080;
	border: 1px solid #C0C0C0;
	padding: 5px;
}
.faq_qu h3 {
	color: #FFFFFF;
}
.faq_box {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.red {
	color: #FF0000;
}
.green {
	color: #00FF00;
}
.back_to_top {
	text-align: right;
}
.link_box {
	border: 1px solid #C0C0C0;
	overflow: auto;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	height: 100%;
	background-color: #FFFFFF;
}
.link_box a {
	color: #000080;
	text-decoration: none;
}
.link_box a:hover {
	color: #000080;
	text-decoration: underline;
}
.link_box img {
	float: left;
	margin-right: 5px;
	border-style: none;
	clear: left;
}
.link_box p {
	margin: 2px 5px 0px 5px;
}
.link_box h3 {
	margin: 0px;
	border-width: 1px;
	border-color: #C0C0C0;
	color: #FFFFFF;
	background-color: #000080;
	padding: 3px 5px 3px 5px;
	height: 100%;
	overflow: auto;
	text-align: center;
	border-bottom-style: solid;
}
.link_box h3 a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.link_box h3 a:hover {
	color: #FDEA02;
	text-decoration: none;
	display: block;
}
.downloads {
	height: 100%;
	margin-bottom: 5px;
	overflow: auto;
}
.downloads img {
	border: 1px solid #C0C0C0;
	margin-right: 40px;
	margin-bottom: 5px;
	float: left;
	margin-top: 5px;
}
.downloads ul {
	list-style-image: url('images/pdficon_17x17.gif');
}
.downloads ul li {
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-position: outside;
}


.sl_cartoon {
	padding: 5px;
	margin: 10px 10px 10px 0px;
	text-align: center;
	background-color: #FFFFFF;
	border: 5px solid #FFCC00;
	clear: right;
}
#left_col_edit {
	margin-top: 20px;
	margin-left: 10px;
}
#left_col_edit p {
	font-size: 75%;
	color: #333333;
}
.SL_h2 a {
	color: #000080;
	text-decoration: none;
}
.SL_h2 a:visited {
	color: #000080;
}
.SL_h2 a:active {
	color: #FDEA02;
}
.SL_h2 a:hover {
	color: #FDEA02;
}
.product_box_small {
	border: 1px solid #C0C0C0;
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin: 5px;
	width: 150px;
	vertical-align: middle;
	float: left;
	height: 250px;
	background-color: #FEF683;
	overflow: auto;
}
.product_box_small img {
	margin: 5px 5px 10px 5px;
	border: 1px solid #C0C0C0;
}
.product_box_small h3 {
	margin: 0px;
	border-width: 1px;
	border-color: #C0C0C0;
	color: #FFFFFF;
	background-color: #000080;
	padding: 3px 5px 3px 5px;
	overflow: auto;
	text-align: center;
	border-bottom-style: solid;
}
.product_box_small h3 a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.product_box_small p a {
	color: #000080;
	text-decoration: none;
}
.product_box_small h3 a:hover {
	color: #FDEA02;
	text-decoration: none;
	display: block;
}
.product_box_small p {
	margin-right: 5px;
	margin-left: 5px;
}

.SL_acc {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	height: 100%;
	overflow: auto;
	padding-bottom: 10px;
	width: 90%;
}
.SL_acc img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.SL_acc h2 {
	background-color: #FEF683;
	padding: 3px 5px 3px 5px;
	border-width: 1px;
	border-color: #C0C0C0;
	border-bottom-style: solid;
	margin-bottom: 5px;
}
.SL_acc p {
	margin-right: 5px;
	margin-left: 5px;
}
.SL_acc h3 {
	text-align: right;
	margin-right: 20px;
}
.app_box_small {
	border: 1px solid #C0C0C0;
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin: 5px;
	width: 200px;
	float: left;
	height: 350px;
	background-color: #FEF683;
	overflow: auto;
}
.app_box_small img {
	margin: 5px 5px 10px 5px;
	border: 1px solid #C0C0C0;
}
.app_box_small h3 {
	margin: 0px;
	border-width: 1px;
	border-color: #C0C0C0;
	color: #FFFFFF;
	background-color: #000080;
	padding: 3px 20px 3px 20px;
	overflow: auto;
	text-align: center;
	border-bottom-style: solid;
}
.app_box_small h3 a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.app_box_small p a {
	color: #000080;
	text-decoration: none;
}
.app_box_small h3 a:hover {
	color: #FDEA02;
	text-decoration: none;
	display: block;
}
.app_box_small p {
	margin-right: 5px;
	margin-left: 5px;
}

.compare_headers {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	background-color: #000080;
	border: 1px solid #C0C0C0;
	padding: 5px;
	margin: 0px;
	color: #FFFFFF;
}
.compare_functions {
	font-size: 75%;
	font-weight: bold;
	text-align: right;
	background-color: #000080;
	border: 1px solid #C0C0C0;
	padding: 5px;
	margin: 0px;
	color: #FFFFFF;
}
.compare_body1 {
	font-size: 75%;
	text-align: left;
	background-color: #F0F0F0;
	border: 1px solid #C0C0C0;
	padding: 5px;
	margin: 0px;
}
.compare_body2 {
	font-size: 75%;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	padding: 5px;
	margin: 0px;
}
.compare_headers a {
	text-decoration: none;
	color: #FFFFFF;
}
.compare_headers a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.compare_headers a:hover {
	text-decoration: none;
	color: #FDEA02;
}
.compare_headers a:active {
	text-decoration: none;
	color: #FDEA02;
}
.compare_buynow {
	background-position: top;
	font-size: 75%;
	text-align: center;
	background-color: #FDEA02;
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin: 0px;
	color: #000080;
	font-weight: bold;
	background-image: url('images/topmenu1.gif');
	background-repeat: repeat-x;
}

h2 a {
	color: #000080;
	text-decoration: none;
}
h2 a:visited {
	color: #000080;
}
h2 a:hover {
	color: #FDEA02;
}
h2 a:active {
	color: #FDEA02;
}
li {
	font-weight: normal;
}
li a {
	color: #000080;
	text-decoration: none;
}
li a:visited {
	color: #000080;
	text-decoration: none;
}
li a:hover {
	color: #000080;
	text-decoration: underline;
}
li a:active {
	color: #000080;
	text-decoration: underline;
}
.app_ex {
	text-align: center;
	float: left;
	padding: 5px;
}
.application_list {
	border: 1px solid #C0C0C0;
	width: 90%;
	background-color: #FFFFFF;
	height: 100%;
	overflow: auto;
	margin-bottom: 10px;
}
.application_list h2 {
	background-color: #FEF683;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	padding: 3px 5px 3px 5px;
}
.application_list img {
	float: left;
	margin-right: 20px;
}
.application_list p {
	margin-right: 5px;
	margin-left: 5px;
}

.bold {
	font-weight: bold;
}
.bold_blue {
	font-weight: bold;
	color: #000080;
}
.sl_box {
	border: 1px solid #C0C0C0;
	text-align: center;
	padding: 5px;
	margin: 5px;
	width: 150px;
	vertical-align: middle;
	float: left;
	height: 250px;
}
.img_sl_box {
	margin: 5px 5px 10px 5px;
	border: 1px none #C0C0C0;
}
.sl_box a {
	color: #000080;
	text-decoration: none;
}
.sl_box h3 a:hover {
	color: #FDEA02;
}

.agencyfb {
	font-family: "Agency FB";
	font-weight: bold;
}
.compare_link {
	padding: 0px;
	margin: 5px 0px 5px 0px;
	border: 1px none #000080;
}
p a {
	color: #000080;
	text-decoration: none;
}
p a:active {
	color: #000080;
	text-decoration: underline;
}
p a:visited {
	color: #000080;
	text-decoration: none;
}
p a:hover {
	color: #000080;
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}
.img_sl_detail {
	float: left;
	padding: 0px;
	margin: 5px 20px 5px 0px;
	border: 1px solid #808080;
}
.sl_brochure_link {
	border: 1px solid #FFCC00;
}
.product_box {
	background-color: #FEF683;
	border: 1px solid #000080;
	overflow: auto;
	height: 100%;
}
.product_box h2 {
	color: #FFFFFF;
	background-color: #000080;
	padding: 2px 2px 2px 20px;
	height: 100%;
	overflow: auto;
}
.product_box p {
	padding: 10px 20px 0px 20px;
	margin-left: 125px;
}
.product_box img {
	float: left;
	border-style: none;
}
.product_box h2 a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.product_box h2 img {
	float: right;
	margin-right: 5px;
}
.product_box h2 a:hover {
	color: #FDEA02;
	text-decoration: none;
	display: block;
}

.product_box_container {
	padding-right: 290px;
}
.product_box li {
	margin-left: 150px;
}
.application_list ul {
}
.application_list_text {
	margin-left: 250px;
}
.offset_text {
	margin-left: 250px;
}

