﻿body
{
	font-size: 12px;
	font-family: Verdana;
	margin-top: 1px;
	margin-left: auto;
	margin-right:auto;
	padding: 0px;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	background-color:#221e1f;
	background-attachment:fixed;
	text-align: left;
	width: 856px;
	border: 0px;
}

a
{
    color:Black;
}

p
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    font-family: Verdana;
    font-size: 12px;
}

.RSSFeed 
{
    line-height:18px;
    font-family:Verdana;
    font-size:10px;
    color:#f57b22;
    font-weight:bold;
}

.RSSFeedBlack
{
    line-height:18px;
    font-family:Verdana;
    font-size:10px;
    color:#000000;
}

.RSSFeedAbbr
{
    font-family:Verdana;
    font-size:8px;
    font-weight:bold;
    color:#f57b22;
}

.RSSFeedAbbrBlack
{
    font-family:Verdana;
    font-size:8px;
    color:#000000;
}

.Orange12
{
    color:#f57b22;
    font-size: 12px;
}
.OrangeTitle
{
    color:#f57b22;
    font-size:16px;
    font-family:Verdana;
    font-weight:bold;
}
.blogRule
{
    color:#b7b8b9;
    background-color:#b7b8b9;
    height:5px;
    border:none;
}

.blogData
{
    padding-left:10px;
    padding-right:10px;
}

.blogTitle
{
    color:#f57b22;
    font-size:14px;
    font-family:Verdana;
    font-weight:bold;
    line-height:24px;

}

.blogDate
{
    color:Black;
    font-size:10px;
    font-family:Verdana;
    line-height:20px;
}

.blogDesc
{
    color:Black;
    font-size:12px;
    font-family:Verdana;
    line-height:18px;
}

.blogBlackLink
{
    color:Black;
}
.orange11
{
    color:#f57b22;
    font-size: 11px;
}

.black11
{
    font-size: 11px;
    color:Black;
}

.Black12
{
    font-size: 12px;
}

.Black12Bold
{
    font-size: 12px;
    font-weight:bold;
}

.OrangeText
{
    color:#f57b22;
    font-size: 13px;
    font-weight:bold;
}

.GreenText
{
    color:#AFC729;
    font-size: 13px;
    font-weight:bold;
}

.ProductLabel
{
    padding:10px;
    padding-left:0px;
}

.LeftAlign 
{
  float:left;
  border-width:0px;
}

.rssTable
{
    padding-left:15px;
}

.mainTable
{
    border-spacing:0px;
    empty-cells:hide;
    border-width:0px;
    background-color:Transparent;
    padding:0px;
    margin:0px;
    border-collapse:collapse;
}

.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup 
{
    background-color:#ffffff;
    border-width:5px;
    border-style:solid;
    border-color:#cade61;
    padding:3px;
    width:600px;
}
.btnStyle
{
    text-align:center;
    text-decoration: none;
    background: #cade61;
    color: black;
    border-style:none;
    border-color: #cade61;
    border-width: 3px;
    padding: 4px;
    width: 150px;
    height: 45px;
}
.closeBtnStyle
{
    font-family:MS Sans Serif;
    font-weight:bolder;   
    color: red;
    text-align:center;
    text-decoration:none;
    background: white;
    border:line 1 black;
    float:right;
}

.primaryCopyHeader 
{
    color:Black;
    font-family:Verdana;
    font-size:12pt;
    font-weight:bold;
}

.TipDesc
{
    padding-left:10px;
}
.accordionHeader
{
    border: 1px solid #cade61;
    color:  Black;
    background-color: White;
    font-family: Verdana;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color:#feecde;
    border: 1px dashed #cade61;
    border-top: none;
    padding: 10px;
    padding-top: 10px;
}

.accordionLink
{
    background-color:white;
    color: Black;
    text-decoration:none;
}
.setHeader
{
    border: 1px solid #cade61;
    color:  Black;
    background-color: White;
    font-family: Verdana;
    font-weight: bold;
    padding: 15px;
    margin-top: 5px;
    cursor: pointer;
}

.setContent
{
    background-color:#feecde;
    border: 1px dashed #cade61;
    border-top: none;
    padding:20px;
    padding-top: 10px;
}

.setLink
{
    background-color:white;
    color: #f57b22;
    font-weight:bold;
    text-decoration:none;
}

.subsetHeader
{
    border: 1px solid #cade61;
    color:  Black;
    background-color: White;
    font-family: Verdana;
    font-weight: bold;
    padding: 15px;
    margin-top: 5px;
    cursor: pointer;
}

.subsetContent
{
    background-color:#feecde;
    border: 1px dashed #cade61;
    border-top: none;
    padding:20px;
    padding-top: 10px;
}

.subsetLink
{
    background-color:white;
    color: #AFC729;
    font-weight:bold;
    text-decoration:none;
}

.TabContainer
{
    margin:0px;
}

.hrStyle
{
    width:90%;
    text-align:center;
    color:#ccc;
}

/* AJAX CSS */

.ajax__tab_default
{
    background-color:White;
    color:Black;
}

.ajax__tab_header 
{
    font-family:Verdana,tahoma,helvetica;
    font-size:13px;
    background-color:#AFC729;
    padding:5px;
}

/* default layout */
.ajax__tab_default .ajax__tab_header {white-space:nowrap;}
.ajax__tab_default .ajax__tab_outer {color:White; font-weight:bold;}
.ajax__tab_default .ajax__tab_inner {display:none;}
.ajax__tab_default .ajax__tab_tab {margin-right:4px;overflow:hidden;text-align:center;cursor:pointer;display:none;}

/* xp theme */
.ajax__tab_xp .ajax__tab_header {font-family:Verdana,tahoma,helvetica;font-size:11px;background-color:#AFC729;}
.ajax__tab_xp .ajax__tab_outer {padding-right:4px;background-color:#AFC729;height:21px;}
.ajax__tab_xp .ajax__tab_inner {padding-left:3px;background-color:#AFC729;}
.ajax__tab_xp .ajax__tab_tab {height:13px;padding:4px;margin:0;background-color:#AFC729;}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {background-color:#AFC729;}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {background-color:#AFC729;}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {background-color:#AFC729;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_outer {background-color:#AFC729;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_inner {background-color:#AFC729;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {background-color:#AFC729;}
.ajax__tab_xp .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px dash #999999;border-top:0;padding:8px;background-color:#ffffff;}

/* Drop down Products menu CSS */
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}


/* dropdown menu  */

#jsddm
{	
	margin: 0;
	padding: 0;
}
	
#jsddm li
{	
	display:inline;
	list-style: none;
	font-size:.9em;
}

#jsddm li a
{	
	display: block;
	text-decoration: none;
	color: #4E4B4C;
	white-space: nowrap;
}

#jsddm li a:hover
{	
	background: #B1B2B4;
}
	
#jsddm li ul
{	
	margin: -4px 0 0 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index:500;
}
	
#jsddm li ul li
{	
	float: none;
	display:inline;
}
	
#jsddm li ul li a
{	
	padding:10px 10px;
	background: #B1B2B4;
}
	
#jsddm li ul li a:hover
{	
	background: #D6D7D8;
}


/*/---- products page ----/*/

#products_single {
	width:632px;
}

#products_single_PM, #products_single_TLD, #products_single_LOAS {
	background-repeat:no-repeat;
}
#products_single_PM {
	background-image:url(../images/products_headers_PM.png);
}
#products_single_TLD {
	background-image:url(../images/products_headers_TLD.png);
}
#products_single_LOAS {
	background-image:url(../images/products_headers_LOAS.png);
}

#products_single_info {
	padding:10px 30px 0 30px;
	width:572px;
	background-image:url(../images/products_windowBg_bg.png);
}
#products_single_footer {
	width:632px;
	height:42px;
	background-image:url(../images/products_windowBg_bottom.png);
	background-repeat:no-repeat;
}

#tabs {
	margin:-60px 0 0 0;
}

.products_details li 
{
	list-style:none;
	list-style-image:url(../images/products_bullets.gif);
}
.products_single_img {
	position:relative;
	left:450px;
	z-index:250;
}
.products_column_left {
	float:left;
	width:320px;
}
.products_column_right {
	float:left;
	width:210px;
}

#products_vidContent {
	width:490px;
	height:400px;
	margin:0 auto;
}
#products_vidMenu {
	margin:20px 0 0 0;
	width:530px
}
.products_vidMenuCell {
	float:left;
	display:inline;
	margin:0 0 0 20px;
	width:150px;
}
.products_vidMenuCell ul li {
	margin:0 0 4px -25px;
	list-style-position:outside;
}
.products_vidMenuCell a {
	text-decoration:none;
}
.products_vidMenuCell a:hover {
	text-decoration:underline;
}

#vidTitle {
	height:50px;
	text-align:center;
}

#tabs_li_1 a {
	display:block;
	width:118px;
	height:42px;
	background-image:url(../images/products_menu_normal_01.png);
	background-position:center;
	background-repeat:no-repeat;
}
#tabs_li_1.ui-state-active a {
	background-image:url(../images/products_menu_hover_01.png);
}
#tabs_li_2 a {
	display:block;
	width:96px;
	height:42px;
	background-image:url(../images/products_menu_normal_02.png);
	background-position:center;
	background-repeat:no-repeat;
}
#tabs_li_2.ui-state-active a {
	background-image:url(../images/products_menu_hover_02.png);
}
#tabs_li_3 a {
	display:block;
	width:71px;
	height:42px;
	background-image:url(../images/products_menu_normal_03.png);
	background-position:center;
	background-repeat:no-repeat;
}
#tabs_li_3.ui-state-active a {
	background-image:url(../images/products_menu_hover_03.png);
}
#tabs_li_4 a {
	display:block;
	width:64px;
	height:42px;
	background-image:url(../images/products_menu_normal_04.png);
	background-position:center;
	background-repeat:no-repeat;
}
#tabs_li_4.ui-state-active a {
	background-image:url(../images/products_menu_hover_04.png);
}
#tabs_li_5 a {
	display:block;
	width:79px;
	height:42px;
	background-image:url(../images/products_menu_normal_05.png);
	background-position:center;
	background-repeat:no-repeat;
}
#tabs_li_5.ui-state-active a {
	background-image:url(../images/products_menu_hover_05.png);
}
  
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-tabs { padding: 0; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: -42px 0 -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: 1em 0; outline:none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: default; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

