
*{
	margin:0;
	padding:0;
}

html,body{
	height:100%;
}
body{
	background:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:69%;
	line-height:1.4em;
	color:#0650AF;
	text-align: center;
}
* html body{
	filter:expression(document.execCommand("BackgroundImageCache", false, true));
}
a{
	text-decoration:underline;
	color:#0650AF;
}
a:hover{
	text-decoration:none;
}
ul, ul li{
	list-style-type:none;
}

p{
	margin-bottom:10px;
}
h3{
	color:#F00009;
	font-size:1.1em;
	line-height:1em;
	margin-bottom:12px;
}
h3 span{
	color:#0650AF;
}

label{
    display: block;
    width: 150px;
    vertical-align: top;
    text-align: right;
    float: left;
    padding-right: 5px;
}
label span{
    color:#F00009;
}

form
{
    margin: 0;
    padding: 0;
}
#content input, #content select
{
    font-size: 1em;
}
img
{
    border: none;
}

fieldset, form
{
    border: none;
    margin: 0;
    padding: 0;
}

/* Hides from IE-mac \*/
* html .clear, * html .floatform
{
    height: 1%;
}
.clear, .floatform
{
    display: block;
}

.tameHoriz, ul.tameHoriz li
{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1em;
   	
   	float:left;
}
ul.tameHoriz a{
	color:#0167B6;
}
ul.tameHoriz li
{
    display: inline;
    font-size: 1em;
}
br.cl
{
    clear: both;
}


/*PAGE SETUP*/
#userName
{
}
#loginText
{
    margin-left: 1em;
}
textarea#OrderNotes
{
    width: 99% !important;
}

#wrapper
{
	width:1000px;
	height: 100%;
	margin:0px auto;
	position:relative;
	z-index: 1;
	text-align:left;
}

html>body #wrapper{
	height:auto;
	min-height:100%;
}

.bottom
{
	text-align: left;
	padding:10px 34px 0 32px;
	background-color:#82C5F2;
	font-size:0.9em;
	line-height:1.8em;
	width:934px;
	height:48px;
	color:#0167B6;
	border-bottom:3px solid #0166B4;
	clear: both;
	bottom: 0px;
	position: absolute;
	margin-top:20px;
}

.back-3-cols{
	background:#FFFFFF url(images/back_3col.gif);
}
.back-2-cols{
	background:#FFFFFF url(images/back_2col.gif);
}


#header
{    
    height:138px;
	background:url(images/back_top.png);
	padding:0 35px 0 45px;
}

#bodyWrapper
{
    padding: 0;
    width: 1000px;
    clear: both;
}

#leftWrap
{
    float: left;
    clear: left;
    width:206px;
    padding:0;
    height:100%;
}

.leftWrap h3{
	font-size:1.1em;
	color:#F0030C;
	line-height:1.3em;
	padding:0 0 2px 13px;
	background:url(images/bul1.gif) no-repeat 0 5px;
	border-bottom:1px solid #CAE3FF;
}

#content
{ 
    width:660px;
	float:left;
	margin-left:21px;
}
#footer
{
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #F6F5F5;
    text-align: center;
}
#breadcrumb
{
	padding: 10px 0 0 0;
    color: #444;
}
#miniCart
{
    float: right;
}
#ML
{
    width: 550px;
    font-size: 0.85em;
}
#ML, #ML div
{
    float: right;
    vertical-align: middle;
}
#ML div select
{
    font-size: 0.88em;
    margin: 2px 0.5em 4px 0;
    vertical-align: middle;
}

#breadcrumb, #minicart, #ML
{
    height: 2em;
    line-height: 1.5em;
    color: #444;
}
#breadcrumb a, #miniCart a
{
    color: #4776BD;
}
input.submit
{
    border: 1px double #999;
    border-top-color: #ccc;
    border-left-color: #ccc;
    padding: 0.1em;
    margin: 0;
    background-color: #fff;
    background-image: url(images/background-form-element.png);
    color: #333;
    font-size: 1em;
    font-weight: bold;
    font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
}
input.submit:active
{
    border: 1px double #ccc;
    border-top-color: #999;
    border-left-color: #999;
}


/*HEADER ELEMENTS*/
#logo{
	z-index:10;
	width:263px;
	height:46px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png');
	background: transparent;
	float:left;
	margin-top:25px;
	cursor:pointer;
}

html > body #logo{
	background:url(images/logo.png);
}

.Slogan{
	width:343px;
	height:22px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slogan.png');
	background: transparent;
	margin-top:21px;
	position:relative;
	left:140px;
	float:left;
	clear:left;
}

html > body .Slogan{
	background:url(images/slogan.png);
}

.TopLinks{
	line-height:40px;
	float:left;
	margin-left:10px;
}
.TopLinks a{
	color:#223A8A;
	text-decoration:none;
}
.TopLinks a:hover{
	text-decoration:underline;
}
.TopItems{
	float:right;
	margin-top:15px;
	width:200px;
}
.TopItems li{
	margin-left:17px;
	float:right;
}
.TopItems a{
	height:9px;
	width:11px;
	display:block;
}

.TopItems .Home a{
	background:url(images/ico_home.gif) no-repeat 50% 50%;
}
.TopItems .Map a{
	background:url(images/ico_map.gif) no-repeat 50% 50%;
}
.TopItems .Mail a{
	background:url(images/ico_mail.gif) no-repeat 50% 50%;
}
a.wishlist
{
    background: url(images/icons/wishlist.gif) no-repeat left bottom;
}
a.cart
{
    background: url(images/icons/cart.gif) no-repeat left bottom;
}
a.account
{
    background: url(images/icons/your-account.gif) no-repeat left bottom;
}
a.faq
{
    background: url(images/icons/faq.gif) no-repeat left bottom;
}
a.contact
{
    background: url(images/icons/contact-us.gif) no-repeat left bottom;
}
a.wishlist, a.cart, a.faq, a.contact, a.account
{
    padding: 3px 15px 3px 20px;
    position: relative;
}
#header u
{
    color: #000;
    text-decoration: none;
}
#login
{
    margin: 0;
    padding: 0;
    float: right;
    font-size: 0.8em;
    padding-right: 15px;
}

/* HEADER HORIZ NAV*/

#horizNav
{
    text-align: left;
    width: 1000px;
    border-bottom:3px solid #FFFFFF;
    clear: left;
    line-height: 29px;
    height: 29px;
    background: #B32D2E url(images/back_menu.gif) repeat-x;
    border-top: solid 1px #888;
    position: relative;
    z-index: 1;
}
#horizNav a:active, #horizNav a:link, #horizNav a:visited
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    font-family: Tahoma,Verdana,sans-serif;
}

#nav
{
    margin: 0;
    padding: 0;
    height: 35px;
    list-style: none;
    white-space: nowrap;
}
#nav a
{
    margin: 0;
    padding: 0.9em 15px;
    background: url(images/tab-sep.gif) no-repeat center left;
}
#nav a:hover, #nav #firstTab a:hover
{
    background: url(images/nav-bg-hover.gif) repeat-x center right;
}

#nav li
{
    float: left;
    position: relative;
    margin: 0;
    background: #4776BD url(images/nav-bg.gif) center left repeat;
}

#nav ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: solid 1px transparent;
    text-align: left;
}
#nav li ul
{
    width: 10em;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    color: #4776BD;
}
#nav li li
{
    font-size: 0.8em;
    line-height: 2em;
    margin: 0;
    background: #F8F8F8 none;
    width: 100%;
    border-bottom: solid 1px #CECECE;
}
#nav li li a
{
    display: block;
    margin: 0;
    background: none;
    padding: 0 1em;
    color: #4776BD !important;
}
#nav li li a:hover, #nav li li:hover
{
    background: #DCDFE2 none !important;
}
#nav li > ul
{
    top: auto;
    left: auto;
}
#nav li:hover ul, #nav li.over ul
{
    display: block;
}
#nav #firstTab
{
    background-image: none !important;
    margin: 0;
}
/* HORIZ NAV SUB */

#horizNav2
{
    clear: both;
    background: #EFEEEE url(images/sub-nav-fade.gif) repeat-x left center;
    width:1000px;
    height: 3em;
    line-height: 3em;
    color: #444;
    padding: 0;
    margin-top: 0px;
    border-bottom: solid 1px #F0EFEF;
}
#horizNav2 a:active, #horizNav2 a:link, #horizNav2 a:visited
{
    color: #444;
    text-decoration: underline;
}
#horizNav2 a:hover
{
    color: #444;
}
#horizNav2 span
{
    color: #444;
    font-weight: bold;
    font-size: 1.2em;
}
#horizNav2 form label
{
    color: #444;
}
#horizNav2 form
{
    float: left;
    padding: 0 2em 0 1em;
    width: auto;
}
#horizNav2 fieldset
{
    width: 210px;
}

#horizNav2 ul
{
    float: left;
    padding: 0 1em;
}
.pipe
{
    padding: 0 1em;
    font-size: 0.9em;
    font-weight: normal;
}
img.liveHelp
{
    float: right;
    padding: 0 1em;
    vertical-align: middle;
    margin-top: 4px;
}

/*.searchBox
{
    height: 1.5em;
    width: 10em;
    border: 1px solid #A7A6AA;
    margin-top: 0.7em;
}*/

.SearchForm{
	padding:7px 0 14px 32px;
	background-color:#C1E4FF;
	min-height:45px;
	_height:0;
}
.SearchForm input,.SearchForm select{
	float:left;
	margin-top:5px;
	margin-right:6px;
	height:18px;
}
.SearchForm br{
	clear:both;
}
.SearchForm .Inp1{
	width:151px;
}
.SearchForm .Inp2{
	width:114px;
}


/* LEFT NAV */

/*.leftNav
{
    border-top: 1px solid #F0EFEF;
    padding: 5px;
    margin-bottom: 5px;
}*/

.leftNav h2{
	color:#0650AF;
	margin: 0 0 0 32px;
	padding: 0 0 5px 0;
}

.leftNav{
	padding:14px 21px 0 0px;
}



#leftWrap .Search{
	background:url(images/hdr_search.gif) no-repeat;
	height:38px;
	margin:0;
}
.navHeader
{
    background: url(images/nav-header-bg.gif) no-repeat left bottom;
    width: 190px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    color: #4776BD;
    font-weight: bold;
}
.catMark
{
    font-size: 0.8em;
    font-weight: bold;
    color: #aaa;
    letter-spacing: -2px;
}

/* FOOTER ELEMENTS */
#footer ul
{
    list-style: none;
    color: #444;
}

div#footerWrap
{
	padding:10px 34px 0 32px;
	background-color:#82C5F2;
	font-size:0.9em;
	line-height:1.8em;
	width:1000px;
	height:48px;
	color:#0167B6;
	border-bottom:3px solid #0166B4;
	position:fixed;
	bottom:0px;
	text-align:center;
}
/*.footerList
{
    text-align: left;
    width: 24%;
    height: 100%;
    display: inline;
    float: left;
    border-right: 1px dashed #ddd;
}
.topList li
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    list-style: none;
}
*/
/* CLOSER */
#closer
{
    font-size: 0.7em;
    color: #444;
    margin: 1em 0;
}
#closer a
{
    color: #444;
}


/* PRODUCT PAGE */
#productTopBox
{
    text-align: right;
    padding: 1.5em 10px 10px 10px;
}
h2
{
	color:#F00009;
	font-size:1.1em;
	line-height:1em;
	padding: 4px 0px;
	text-align: left;
	border-bottom:1px solid #CAE3FF;
}
h2 span{
	color:#0650AF;
}

#sku
{
    display: block;
}
#price
{
    font-weight: bold;
    font-size: 1.5em;
    display: block;
}
.SalePrice
{
    color: #cc0000 !important;
}
#description, #quoteBox, #otherinfo
{
    margin: 10px;
}
.prodHeader
{
    width: 99.5%;
    height: 1.2em;
    color: #6B6F83;
    clear: both;
    font-weight: bold;
    font-size: 1.2em;
    padding: 3px 5px;
    border-bottom: solid 2px #4776BD;
}
#quoteBox input, #quoteBox select
{
    font-size: 1em;
    display: block;
    margin: 5px 0;
}
#mainImg
{
    margin: 0 10px 10px 0;
    float: left;
}
#Quantity
{
    font-size: 1em;
}


/* Button Classes */



.AddToWishButton
{
	background: url(images/add_to_wish_list.gif) no-repeat;
	margin-left: 5px;
	border:0;
	width: 113px;
	color: #ffffff;
	padding: 2px 0;
	height:20px;
	float: left;
	clear: right;
}

.AddToCartButton
{
	background: url(images/add_to_cart.gif) no-repeat;
	width: 87px;
	color: #ffffff;
	padding: 2px 0;
	border:0;
	height:20px;
	display:block;
	float:left;
	clear:left;
}

.ContinueShoppingButton
{
	color: #FFFFFF;
	border:0;
	width: 150px;
	padding: 2px 0;
	height: 20px;
	text-align: center;
	background: url(images/blue_button_150.gif) no-repeat;
}

.CheckoutNowButton
{
	color: #FFFFFF;
	border:0;
	width: 100px;
	padding: 2px 0;
	height: 20px;
	text-align: center;
	background: url(images/red_button_100.gif) no-repeat;
}

.CartDeleteButton
{
	color: #FFFFFF;
	border:0;
	width: 60px;
	padding: 2px 0;
	height: 20px;
	text-align: center;
	background: url(images/blue_button_60.gif) no-repeat;
}

.UpdateCartButton
{
	color: #FFFFFF;
	border:0;
	width: 104px;
	padding: 2px 0;
	height: 20px;
	text-align: center;
	background: url(images/blue_button_100.gif) no-repeat;
}

.ShippingPageContinueCheckoutButton
{
	color: #FFFFFF;
	border:0;
	width: 150px;
	padding: 2px 0;
	height: 20px;
	text-align: center;
	background: url(images/blue_button_150.gif) no-repeat;
}

.PaymentPageContinueCheckoutButton
{
	color: #FFFFFF;
	border:0;
	width: 104px;
	padding: 2px 0;
	height: 20px;
	text-align: center;
	background: url(images/blue_button_100.gif) no-repeat;
}

.ReviewPageContinueCheckoutButton
{
	color: #FFFFFF;
	border:0;
	width: 80px;
	padding: 2px 0;
	height: 20px;
	text-align: center;
	background: url(images/blue_button_80.gif) no-repeat;
}

#btnReturn
{
	color: #FFFFFF;
	border:0;
	width: 104px;
	padding: 2px 0;
	height: 20px;
	text-align: center;
	background: url(images/blue_button_100.gif) no-repeat;
}

.EditAddressButton
{
	color: #FFFFFF;
	border:0;
	width: 150px;
	padding: 2px 0;
	height: 20px;
	text-align: center;
	background: url(images/blue_button_150.gif) no-repeat;
}

.SelectAddressButton
{
	color: #FFFFFF;
	border:0;
	width: 150px;
	padding: 2px 0;
	height: 20px;
	text-align: center;
	background: url(images/blue_button_150.gif) no-repeat;
}

.UpdateAccountButton
{
	color: #FFFFFF;
	border:0;
	width: 104px;
	padding: 2px 0;
	height: 20px;
	text-align: center;
	background: url(images/blue_button_100.gif) no-repeat;
}


/* End Buttun Classes */

#TextOption
{
	font-size: 1em;
	clear:both;
}



.addToForm
{
    margin-top: 1em;
}
#shipQuoteLabels
{
    width: 10em;
    height: auto;
    float: left;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}
#shipQuoteLabels label
{
    display: block;
    line-height: 2em;
}
#ShipQuote, #yourQuote
{
    font-weight: bold;
    line-height: 2em;
}
#shipQuoteWrapper
{
    height: auto;
    float: left;
}
#navArrows
{
    float: right;
}

/* ENTITY LANDING PAGE */

.topFeature
{
    float: left;
    width: 24.8%;
    height: auto;
    text-align: left;
}

.topFeatureP
{
    margin: 0;
    padding: 0.5em;
    text-align: left;
}
.topFeature p
{
    margin: 0;
    text-align: left;
}
.topFeatureP img
{
    margin-bottom: 0.5em;
}
.topPrice, .topName
{
    font-weight: bold;
    text-align: left;
}

#entitySep
{
    clear: both;
    margin-top: 1em;
}
.btmP
{
    clear: left;
    border-bottom: 1px solid #C6C3BA;
    float: left;
    width: 683px;
    margin: 0.5em 0;
    padding: 0.5em;
}
.btmP img
{
    float: left;
    margin-right: 1em;
}
.btmP span
{
    display: block;
}
.btmName, .btmPrice, .btmSalePrice
{
    font-size: 1.1em;
    font-weight: bold;
}
.btmDescription, .topDescription
{
    display: block;
    padding-bottom: 1em !important;
}
.btmPrice
{
}
.btmSalePrice
{
    color: #cc0000;
}
.btmInStock, .btmOutStock, .topInStock, .topOutStock
{
    display: inline !important;
    font-weight: bold;
    color: #4776BD;
}
.btmOutStock, .topOutStock
{
    color: #aaa;
}
#entityPageHeader p
{
    margin-top: 0;
}
#entityPageHeader img
{
    margin: 0 1em 0.5em 0;
    float: right;
}

.entityCategory
{
    margin: 0 0 1em 0;
    font-size: 1.1em;
}

/* OTHER SELECTORS */
.MediumCell, .LightCell
{
    border: none;
}

.error
{
    font-size:1.25em;
    font-weight:bold;
    color:#ff0000;
	line-height: 35px;
}

.errorLg
{
    color: Red;
    font-size: 12px;
    font-weight: bold;
}

.SBProdName
{
    font-size: .7em;
}
.SBCatName
{
    font-size: .8em;
    font-weight: bold;
}

.PBCartFull
{
    font-size: .7em;
    color: Blue;
    font-weight: bold;
}



/* COMPONENT ART HORIZONTAL MENU */

.TopMenuGroup
{
    font-family:Arial, Helvetica, sans-serif;
   	background:#B32D2E url(images/back_menu.gif) repeat-x;
	color:#FFFFFF;
	text-transform:uppercase;
	height:23px;
	line-height:23px;
	padding:0 23px 0 0;
}

.MenuGroup
{
    border: solid 0px #000;
    color: #000000;
    margin: 0;
    background: #F8F8F8 none;
}

.MenuGroup td, .MenuGroupHover td, .MenuItemHover td, td.MenuItemHover
{
    color: #4776BD;
}

.TopMenuItem, .TopMenuItemHover
{
	font-family:Arial, Helvetica, sans-serif;
    font-weight:700;
    color: #fff;
    cursor: hand;
    cursor: pointer;
    margin:0;
    padding: 0 12px 0 12px;
    text-align:center;
    line-height: 23px;   
}
#PageMenu_div{
	background:#B32D2E url(images/back_menu.gif) repeat-x;
	height:23px;
	padding:0 0 0 45px;
	margin:0;
}

.TopMenuItemHover{
	background-image:url(images/back_menu-over.gif);
	background-repeat:repeat-x;
	background:url(images/divider1.gif) no-repeat right top;
}

.TopMenuItem
{
    background:url(images/divider1.gif) no-repeat right top;
}


/*leaf menu items*/
.MenuItem, .MenuItemHover, .MenuItem td, .MenuItemHover td
{
    color: #4776BD;
    border: solid 0px white;
    cursor: hand;
    cursor: pointer;
    margin: 0;
    background: #F8F8F8 none;
    width: 100%!important;
}

.MenuItemHover, .MenuItemHover td
{
    background: #DCDFE2 none;  
}

.ScrollItem
{
    background-color: green;
    font-size: 0.8em;
    border: solid 0px gray;
    cursor: default;
    text-align: center;
}

.ScrollItemH
{
    background-color: aqua;
    color: orange;
    font-size: 0.8em;
    border: solid 0px gray;
    cursor: default;
    text-align: center;
}

.ScrollItemA
{
    background-color: Lime;
    color: yellow;
    font-size: 0.8em;
    border: solid 0px gray;
    cursor: default;
    text-align: center;
}
#AjaxShipping
{
    width: 99%;
    border: solid 1px #444;
    height: 100%;
    float: left;
    padding: 3px;
}
#AjaxShipping h4
{
    margin: 0 0 0.5em 0;
    font-weight: bold;
    font-size: 1.1em;
}
.AjaxShippingLabel
{
    width: 175px !important;
    float: left;
    font-weight: bold;
    clear: left;
}
#AjaxShipping input, #AjaxShipping select
{
    font-size: 1em;
    float: left;
}
#AjaxShippingCountry, #AjaxShippingState, #AjaxShippingZip, #AjaxShippingEstimate
{
    float: left;
    clear: left;
    border-top: solid 1px #eee;
    width: 99%;
    padding: 3px 0;
}
#ShipQuote
{
    float: left;
    margin: 0;
}
/* Set Visibility to :hidden and uncomment 'display' to turn off */
#AjaxShippingCountry
{
    visibility: visible;
    /*display:none;*/
}
#AjaxShippingState
{
    visibility: visible;
    /*display:none;*/
} 


.OrderOptionsTitle  { color: #0000FF; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; }
.OrderOptionsRowHeader  { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; }
.OrderOptionsName  { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: normal; }
.OrderOptionsDescription  { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; }
.OrderOptionsPrice  { color: #000000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; }

#PageMenu_RSSdiv {}
.rss_news_div 
{
	width:40px; 
	height:29px; 
	text-align:right; 
	padding-right:10px !important;
	display:inline;
}


.forum_link_div
{
	width:170px; 
	height:29px; 
	text-align:right; 
	padding-right:30px !important;
	float: right;
	vertical-align:middle;
}

.forum_link_div a
{
	font-family:Arial, Helvetica, sans-serif !important; 
	font-weight:700 !important;
}


.bottom a{
	color:#0167B6;
}
.bottom .logo{
	width:155px;
	height:24px;
	float:right;
	background:url(images/logo_bottom.gif);
	margin-top:7px;
}
.bottom .logo span{
	display:none;
}

.right-column{
	width:174px;
	padding:13px 35px 0 0;
	float:right;
	clear:right;
}
.right-column h2{
	color:#ED1C24;
}
.latest-news-date{
	color:#F10A13;
	font-size:0.9em;
}
.top-narrow-blue-line{
	border-top:1px solid #C5E1FF;
	margin-top:10px;
	padding-top:10px;
}
.top-wide-blue-line{
	border-top:1px solid #C5E1FF;
	margin:10px -35px 0 -15px;
	position:relative;
	padding:10px 35px 0 15px;
	_height:0;
}

.link-red{
	color:#EF0505;
	text-decoration:none;
}
.link-red:hover{
	text-decoration:underline;
}
.link-learn-more{
	background:url(../images/bul4.gif) no-repeat left center;
	color:#F70303;
	text-decoration:none;
	padding-left:18px;
}
.link-learn-more:hover{
	text-decoration:underline;
}

.picture1{
	text-align:center;
}




/*menu*/
DIV.menu-sh_container
{
	width: 162px;
	border: 0px solid #000000;
	padding:0px;
}
DIV.menu-sh, .menu-sh
{
	border-color: #aaaaaa;
	background: #f5f5f5;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	width: 160px;
}

TABLE.tab-menu-sh {
	font-size: 12px;
	font-weight: bold;
	width: 160px;
}

.submenu_1 td.blk-menu-sh {
	background: transparent;
	border: 1px solid #c1e4ff;
}

.submenu_1 td.blk-menu-sh-act {
	background: #e9f6ff no-repeat center left;
	border-top: solid #e9f6ff 1px;
	border-bottom: solid #e9f6ff 1px;
	border-right: 1px solid #e9f6ff;
	border-left: 1px solid #e9f6ff;
	padding: 4px 0 4px 10px;
	font-size:12px;
	font-weight: 700;
	color:#f0030c;
	font-family: Arial, Helvetica, Sans-Serif;
	cursor: pointer;
	text-align: left;
}

.submenu_1 td.blk-menu-arr
{
	background: url(images/bul_menu_1.gif) transparent no-repeat 120px center;
}

.submenu_1 td.blk-menu-arr-act 
{
	background: url(images/bul_menu_1.gif) transparent no-repeat 120px center; 
	background-color: #e9f6ff;
}

.hand, TABLE.tab-menu-sh TD {cursor: pointer; cursor: hand}

div.submenu_1
{
	background:#c1e4ff none repeat scroll left top;
	border-style:none;
	margin-right:1px;
	margin-top:1px;
	padding:0px;
	width: 141px;
}

.submenu_1 table
{
	width: 100%;
	border: solid #a5d1ff 1px;
}

.submenu_1 td
{
	padding: 4px 0 4px 10px;
	font-size:12px;
	font-weight: 700;
	color:#052aa8;
	font-family: Arial, Helvetica, Sans-Serif;
	cursor: pointer;
	text-align: left;
}

div.submenu_2
{
	background:#e9f6ff none repeat scroll left top;
	border-style:none;
	margin-right:1px;
	margin-top:1px;
	padding:0px;
	width: 141px;
}

.submenu_2 table
{
	width: 100%;
	border: solid #a5d1ff 1px;
}

.submenu_2 td
{
	padding: 4px 0px 4px 10px;
	font-size:12px;
	font-weight: 700;
	color:#052aa8;
	font-family: Arial, Helvetica, Sans-Serif;
	cursor: pointer;
	text-align: left;
}

.submenu_2 td.blk-menu-sh {
	background: transparent;
	border: 1px solid #e9f6ff;
}

.submenu_2 td.blk-menu-sh-act {
	background: #FFFFFF no-repeat center left;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-top: solid #a5d1ff 1px;
	border-bottom: solid #a5d1ff 1px;
	padding: 4px 0 4px 10px;
	font-size:12px;
	font-weight: 700;
	color:#f0030c;
	font-family: Arial, Helvetica, Sans-Serif;
	cursor: pointer;
	text-align: left;
	background:#FFFFFF;	
}

.leftNav h3
{
	line-height: 20px;
	padding: 3px 0 0 32px;
	margin: 0;
	width: 175px;
	font-family: Arial, Helvetica, Sans-Serif;
}

.leftNav h3.act
{
	line-height: 20px;
	padding: 3px 0 0 32px;
	margin: 0;
	width: 175px;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #c1e4ff;
/*	border-bottom: solid #a5d1ff 1px;
	border-top: solid #a5d1ff 1px; */
}

.leftNav h3 a
{
	width: 140px;
	display:block;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
	font-weight: 700;
	color:#F0030C;
	text-decoration: none;
	margin: 0;
	padding: 0px 13px 0px 0px;
	background: url(images/bul1.gif) no-repeat right;
	border-bottom:1px solid #CAE3FF;
}

.leftNav h3.act a
{
	width: 140px;
	display:block;
	font-size:12px;
	font-weight: 700;
	color:#F0030C;
	text-decoration: none;
	margin: 0;
	padding: 0px 13px 0px 0px;
	background: url(images/bul1_h.gif) no-repeat right ;
	border-bottom:1px solid #CAE3FF;
}









/*end menu*/

.img2-left
{
	float:left;
	margin:0 16px 5px 0;
	text-align:center;
	font-size:0.9em;
	line-height:27px;
	clear: both;
}

.preview-description
{
	float:left;
	width:590px;
}

.preview-links
{
	float:left;
	width:auto;
	height:100%;
	margin-left:10px;
	padding-left:15px;
	background: url(images/border-break.gif) repeat-y left ;
}

.link-learn-more{
	background:url(images/bul4.gif) no-repeat left center;
	color:#F70303;
	text-decoration:none;
	padding-left:18px;
}
.link-learn-more:hover{
	text-decoration:underline;
}

.product-cell .chdr
{
	font-size:12px;
	font-weight:bold;
	line-height:1.em;
	text-align: center;
	padding-bottom:5px;
}

.product-cell
{
	vertical-align:top;
	width:150px; 
	border-top:solid 1px #c7e2ff;
	padding: 10px 0 10px 0;
}

.product-cell1 .chdr
{
	font-size:12px;
	font-weight:bold;
	line-height:1.em;
	text-align: center;
	padding-bottom:5px;
}

.product-cell1
{
	vertical-align:top;
	width:150px; 
	
	padding: 10px 0 10px 0;
}



.product-image img 
{
	width:90px;
}

.img1-left{
	float:left;
	border:3px solid #C1E4FF;
	padding:1px;
	background:#98C0E8;
	margin:0 16px 5px 0;
}

.additional-products
{
	border-top: #c7e2ff solid 1px; 
	padding-top:10px;
}

.bottom-space{
	height:102px;
	clear:both;
}

/**************  download table ****************/
.downloadsHeader
{
	font-size:13px;
	color:#006699;
	font-family:verdana,arial;
	font-weight:bolder;
	border-bottom: solid 1px #c6e7ff;
}

.downloadsRow
{
	font-size:10px;
	font-family:verdana,arial;
	border-bottom: solid 1px #c6e7ff;
}

.downloadsLink a{
	color:#223A8A;
	text-decoration:none;
}
.downloadsLink a:hover{
	text-decoration:underline;
}

.downloadsIcon
{
	font-size:10px;
	font-family:verdana,arial;
	text-decoration:none;
	
}
.downloadsIcon a{
	color:#223A8A;
	text-decoration:none;
}
.downloadsIcon a:hover{
	text-decoration:none;
}
/************** end download table ****************/







