/* CORE */

html {

}

body {
	margin:10px;
	background-color:#E7E7E7;
	padding:0px;
	background-image: url(/images/stripped_background.gif);
	margin-left: 0pt;
}

p, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #FFFFFF;
}

.outer {
 text-align: center;
}

.outer-table {
 margin-left: auto;
 margin-right: auto;
 width: 800px;
}

.headiv {
	background-image:url('images/header_grey.gif');
	
}

.headivsm {
	background-image:url('images/header_bg_r.jpg');
	
}

.category {
	text-align: left;
}

.top_menu {
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 0px 5px;
}

.top_menu_on {
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 0px 5px;
	background: #EFEFEF;
	color: #CCCCCC;
}

.sub_menu {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}

.sub_menu_on {
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	background: #EFEFEF;
}

.sub_menu2 {
 font-size: 12px;
 font-weight: normal;
 padding: 0px 0px 0px 15px;
}

.sub_menu2_on {
 font-size: 12px;
 font-weight: normal;
 padding: 0px 0px 0px 15px;
 background:white;
}


td {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #999999;
	font-size: 14px;
	font-weight: normal;
}

th {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #3366CC;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

h1, h1 a:link, h1 a:visited {
	margin: 0px 4px 0px 4px;
	padding: 0;
	font-size: 30px;
	letter-spacing: 1pt;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

h1 a:hover, h1 a:active {
	margin: 0px 4px 0px 4px;
	padding: 0;
	font-size: 10px;
	letter-spacing: 1pt;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}

h2 {
 text-align: left;
 border-top: 0px solid #CCC;
 border-right: 0px solid #000000;
 border-bottom: 0px solid #CCC;
 border-left: 0px solid #000000;
 font-size: 14px;
 letter-spacing: 0pt;
 font-weight: bold;
 margin: 0px 0px 0px 0px;
 padding: 5px 5px 5px 5px;
 color: #000000;
 background: #e1e1e1;
}

h3  {
	text-align: left;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	font-size: 18px;
	letter-spacing: 1pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 0px;
	color: #339900;
}

h3 a:hover  {
	text-align: left;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	font-size: 18px;
	letter-spacing: 1pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 0px;
	color: #339900;
}

h4 {
	text-align: center;
	border-top: 3px solid #ffffff;
	border-right: 0px solid #999999;
	border-bottom: 3px solid #ffffff;
	border-left: 0px solid #000000;
	font-size: 14px;
	letter-spacing: 0pt;
	font-weight: bold;
	margin-top:0px;
    margin-bottom: 0px;
    height:22.5px;
    width:180px;
	padding-top:2.5px;
	color: #CCCCCC;
	background-image:url('images/h4.jpg');
	background-color: #2F47CD;
}

h5 {
 margin-top: 0px;
 margin-bottom: 12px;
 margin-left: 0px;
 margin-right: 0px;
 font-size: 0.85em;
 letter-spacing: 1pt;
 padding: 0px;
 font-weight: bold;
}

h6 {
	text-align: center;
	border-top: 2px solid #BCBCBC;
	border-right: 0px solid #999999;
	border-bottom: 2px solid #BCBCBC;
	border-left: 0px solid #000000;
	font-size: 14px;
	letter-spacing: 0pt;
	font-weight: bold;
	margin: 0px 20px 5px 20px;
	padding: 3px 0px 3px 0px;
	color: #2F47CD;
	background-color: #F5F5F5;
}

h7 {
	text-align: center;
	border-top: 2px solid #BCBCBC;
	border-right: 0px solid #999999;
	border-bottom: 2px solid #BCBCBC;
	border-left: 0px solid #000000;
	font-size: 14px;
	letter-spacing: 0pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	color: #2F47CD;
	background-color: #F5F5F5;
}

.more {
	display: none;
}

a.showLink, a.hideLink {
	text-decoration: none;
}

a.hideLink {
	text-decoration: none;
}

a.showLink:hover, a.hideLink:hover {
	text-decoration: none;
}

img3 {
	display: block;
	border:0;
}

img {
	display: inherit;
	border:0;
}

img2 {
	display: table-cell;
	border:0;


}


.inline {
	display: table-cell;
	border:0;
	vertical-align:middle;
}

#top_nav {
 text-align: right;
 font-size: 12px;
 font-weight: normal;
 padding: 5px 5px 5px 5px;
 height: 10px;
}

#breadcrumb {
	font-size: 11px;
	font-weight: bold;
	padding: 2px 2px 2px 0px;
	color: #0033ff;
}

#breadcrumb a:link, #breadcrumb a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:active {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

#area_top {
	border-top: 0px solid #666666;
	border-left: 0px solid #666666;
	border-bottom: 0px solid #000000;
	border-right: 0px solid #666666;
}

#area_middle_left {
	border-top: 0px solid #000000;
	border-left: 0px solid #666666;
	border-bottom: 0px solid #666666;
	border-right: 0px solid #666666;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	line-height: 1.5;
	width: 180px;
	background-color: #CCCCCC;
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(/images/eco_bottom_corner.gif);
}

#area_middle_right {
	border-top: 0px solid #666666;
	border-bottom: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	padding: 8px 8px 8px 8px;
	width: 620px;
	background-color: #ffffff;
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(/images/eco_bottom_corner_rt.gif);
	text-align:left;
	color: #999999;
}

#area_middle_right p {
 text-align: left;
 font-weight: normal;
 line-height: 1.5;
 padding: 0px 0px 0px 0px;
}

/*.category_button {
 text-align: left;
}

.category_button_on {
 text-align: left;
}*/

input {
	vertical-align:bottom;
	border: 1px solid #999999;
}

.sitesearch_btn {
	text-align: center;
	width:auto;
	display:inline;
	display:inline-block;
	margin:0em;
	padding:0px 2px 0px 2px;
	font-size:11px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	background:#CCCCCC;
	color:#666666;
	border: 0px solid #333;
	vertical-align:middle;
	cursor:default;
	cursor:pointer;
	background-color: #CCCCCC;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.addtoct_btn_eco {
	margin:0em;
	padding:0px;
	border:0px solid #666;
	vertical-align:middle;
	cursor:default;
	cursor:pointer;
	background-image: url('images/add_to_cart.gif');
	width: 110px;
	background-position: left center;
}

.addtocart_btn {
	display:inline;
	display:inline-block;
	margin:0em;
	padding:0px;
	font-size:11px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	background:#CCC;
	color:#333;
	border:0px solid #666;
	vertical-align:middle;
	white-space:nowrap;
	cursor:default;
	cursor:pointer;
}

.addtocart_btn[class] {
 width:auto;
}

.addtocart_btn:hover {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.addtocart_btn:hover strong { background:#CCC; color:black;}

.btnstyle1 { background:#CCC; color:#333;}

.btnstyle2 { background:#e1e1e1; color:black;}

.product_panel .buy_button {
 padding: 8px 8px 8px 8px;
 text-align: right;
}

.product_panel .price, .units {
 padding: 0px 8px 0px 8px;
 font-size: 85%;
 font-weight: bold;
 letter-spacing: 1pt;
}

#prev_next {





 text-align: right;
 padding: 0px;
 font-size: 12px;
 font-weight: normal;
 color: blue;
}

#prev_next a:link, #prev_next a:visited {
 font-size: 12px;
 font-weight: normal;
 color: blue;
 text-decoration: underline;
}

#prev_next a:hover, #prev_next a:active {
 font-size: 12px;
 font-weight: normal;

 color: blue;
 text-decoration: none;
}

.specs_table {
	padding: 2px 2px 2px 5px;
	border-top: 2px solid #BCBCBC;
	border-bottom: 2px solid #BCBCBC;
	border-left: 2px solid #BCBCBC;
	border-right: 2px solid #BCBCBC;
	background-color: #F5F5F5;
}

.specs_cell {
	padding: 2px 2px 2px 5px;
	border-top: 2px solid #BCBCBC;
	border-bottom: 2px solid #BCBCBC;
	border-left: 2px solid #BCBCBC;
	border-right: 2px solid #BCBCBC;
	display: table-cell;
	background-color: #D7D7D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0033FF;
}

.specs_header {
	padding: 4px 2px 2px 5px;
	border-top: 1px solid #BCBCBC;
	border-bottom: 1px solid #BCBCBC;
	border-left: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	display: table;
	text-align: center;
}

.category_boxes {
	padding: 0px 0px 0px 0px;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	background-color: #F5F5F5;
}

.product_panel2 {
	padding: 5px 20px 0px 20px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	display: table-column-group;
	background-color: #EFEFEF;
}

.product_panel {
	padding: 6px 6px 6px 6px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	display: table-row-group;
}

.product_thumbnail {
	padding: 8px 8px 8px 8px;
	width: 150px;
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #000000;
}

.strike {
 text-decoration: line-through 
}

.productprice {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	background: transparent;
 }

.prodshipweight {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	background: transparent;
}

.productboxtext {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.productdescr {

}

.priceheadertext {
	font-size: 13px;
	font-weight: bold;
	color: #339900;
	vertical-align: bottom;
}

.mediumtext {
	font-size: 14px;
	font-weight: bold;
	color: #339900;
}


.largetext {
	font-size: 16px;
	font-weight: bold;
	color: #339900;
}


.producttextbold {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

.producttextheader {
	font-size: 14px;
	font-weight: bold;
	color: #2F47CD;
	text-align: center;
}

.producttext {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

.proddescripttext {
	font-size: 13px;
	font-weight: normal;
	color: #919191;
	width: 225px;
}

.normaltext {
	font-size: 13px;
	font-weight: normal;
	color: #919191;
}


.normaltextb {
	font-size: 11px;
	font-weight: normal;
	color:#666;
	line-height:16px;
}


.normaltextred {
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
}

.normaltextbold {
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}


.formtext {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border:1px solid #999999;
	border-color: #999999;
	background-color: #FFFFFF;
}

.smalltext {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.xsmalltext {
 font-size: 10px;
 font-weight: normal;
 color: black;
}

.xsmalltextj {
 font-size: 11px;
 font-weight: normal;
 color: #666;
 letter-spacing:inherit;
 text-align:justify;
 line-height:175%;
}

.closedtext {
 font-size: 12px;
 font-weight: bold;
 color: red;
}

.ribboncategorytext {
 font-size: 12px;
 font-weight: normal;
 color: #919191;
}

#checkoutPanel {
	padding: 5px 5px 5px 5px;
}

#checkoutPanel td{
 padding: 5px 5px 5px 5px;
}

#checkoutPanelBar{
	padding: 3px 3px 3px 3px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #CCCCCC;
	color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	min-height: 0pt;
	max-height: 0pt;
	height: 20px;
}

#checkoutPanelBar2{
	padding: 5px 5px 5px 5px;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	border-left: 5px solid #000000;


	border-right: 5px solid #000000;
	background-color: #CCCCCC;
	color: #ffffff;
	font-weight: bold;
}

#checkoutPanelWarning {
	color: white;
	background-color: ##3366CC;
}

#checkout_panel table{
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

#cartHelpText{
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

#area_middle_wholesale {
 border-top: 1px solid #000000;
 border-bottom: 1px solid #000000;
 border-right: 1px solid #000000;
 border-left: 1px solid #000000;
 padding: 8px 8px 8px 8px;
}

#wholesaleTableBorder{
 border-top: 0px solid #aaaaaa;
 border-bottom: 1px solid #aaaaaa;
 border-left: 1px solid #aaaaaa;
 border-right: 1px solid #aaaaaa;
}

#wholesaleCategoryRow{
 border-top: 0px solid #000000;
 border-bottom: 0px solid #000000;
 border-left: 0px solid #000000;
 border-right: 0px solid #000000;
 background-color: #000066;
 color: #ffffff;
 font-size: 0.95em;
 font-weight: bold;
 text-align: center;
}

#wholesaleSubCategoryRow{
 border-top: 0px solid #000000;
 border-bottom: 0px solid #000000;
 border-left: 0px solid #000000;
 border-right: 0px solid #000000;
 background-color: #ccc088;
 color: #666666;
 font-size: 0.80em;
 font-weight: bold;
 text-align: center;
}

#wholesaleTitleRow{
 padding: 3px 3px 3px 3px;
 border-top: 0px solid #000000;
 border-bottom: 0px solid #000000;
 border-left: 0px solid #000000;
 border-right: 0px solid #000000;
 background-color: #ccc594;
 color: #666666;
 font-size: 0.75em;
}

#wholesaleProdParentRow{
 background-color: #000066;
 color: #666666;
 font-size: 0.75em;
 font-weight: bold;
}

#wholesaleProdParentRow td{
 border-top: 1px solid #aaaaaa;
 border-bottom: 0px solid #666666;
 border-left: 0px solid #000000;
 border-right: 0px solid #000000;
}

#wholesaleProdChildRow{
 padding: 10px 5px 5px 5px;
 border-top: 0px solid #000000;
 border-bottom: 0px solid #000000;
 border-left: 0px solid #000000;
 border-right: 0px solid #000000;
 background-color: #000066;
 color: #666666;
 font-size: 0.75em;
}

#wholesaleText{
 background-color: #ffffff;
 color: #666666;
 font-size: 0.75em;
 font-weight: bold;
}

#wholesaleHeaderText{
 background-color: #ffffff;
 color: #666666;
 font-size: 0.85em;
 font-weight: bold;
}

#toplineRow{
	background-color: #2F47CD;
	color: #666666;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
}

#footer_text {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-align:center;
}

a:link,a:visited {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
}

a:hover,a:active {
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
	font-size:12px;
} 

A.menu_links:link,A.click-view_links:visited {
	color: #666666;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}

A.menu_links:hover,A.click-view_links:active {
	color: #999999;
	text-decoration: underline;
	font-size:11px;
	font-weight:bold;
}


A.menu_links:link,A.menu_links:visited {
	color: #0033FF;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}

A.menu_links:hover,A.menu_links:active {
	color: #0066FF;
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
}

A.top_links:link,A.top_links:visited {
	color: #354DD3;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}

A.top_links:hover,A.top_links:active {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	color: #467EEB;
}

.prod_links {
	padding:3px 0px 3px 0px;
 
}

.prod_links a:link, .prod_links a:visited {
 color: blue;
 text-decoration: none;
 font-size:12px;
 font-weight:bold;
}

.prod_links a:hover, .prod_links a:active {
 color: blue;
 text-decoration: underline;
 font-size:12px;
 font-weight:bold;
}

A.cat_links:link,A.cat_links:visited {
 color: blue;
 text-decoration: none;
 font-size:12px;
 font-weight:bold;
}

A.cat_links:hover,A.cat_links:active {
 color: blue;
 text-decoration: underline;
 font-size:12px;
 font-weight:bold;
}

A.mainarea_links:link,A.mainarea_links:visited {
 color: #000066;
 font-size: 12px;
 font-family: Arial, Tahoma, Helvetica, sans-serif;
 text-decoration: none;
}

A.gateway_links:link,A.gateway_links:hover,A.gateway_links:active,A.gateway_links:visited {
 color: #cccccc;
 font-size: 10px;
 font-family: Arial, Tahoma, Helvetica, sans-serif;
 text-decoration: underline;
}

.dynamic_qty {
 background: transparent;
 border: 0px;
 width: 60px;
 font-weight: bold;
 font-size: 12px;
 color: #999999;
}

#popitmenu{
 position: absolute;
 background-color: white;
 border:1px solid black;
 font: normal 12px Verdana;
 line-height: 18px;
 z-index: 100;
 visibility: hidden;
}

#popitmenu a{
 text-decoration: none;
 padding-left: 6px;
 color: black;
 display: block;
}

#popitmenu a:hover{ /*hover background color*/
 background-color: #e1e1e1;
}

#parentcat { line-height: 2;}
#catimg { vertical-align: top;}
#siteprod { color: black; font-weight: normal;}
#subcat {
	font-weight: normal;
	color: #999999;
}

a.homelink:link {font-size: 13px; color: #919191; text-decoration: none; font-weight: normal;}
a.homelink:active {font-size: 13px; color: #919191; text-decoration: none; font-weight: normal;}
a.homelink:visited {font-size: 13px; color: #919191; text-decoration: none; font-weight: normal;}
a.homelink:hover {font-size: 13px; color: #0066ff; text-decoration: none; font-weight: normal;

}

a.diylink:link {font-size: 13px; color:#36F; text-decoration: none; font-weight: normal;}
a.diylink:active {font-size: 13px; color: #919191; text-decoration: none; font-weight: normal;}
a.diylink:visited {font-size: 13px; color:#30F; text-decoration: none; font-weight: normal;}
a.diylink:hover {font-size: 13px; color:#009; text-decoration: none; font-weight: normal;

}

a.diylinko:link {font-size: 13px; color:#36F; text-decoration: none; font-weight: normal; margin-left:105px;}
a.diylinko:active {font-size: 13px; color: #919191; text-decoration: none; font-weight: normal; margin-left:105px;}
a.diylinko:visited {font-size: 13px; color:#30F; text-decoration: none; font-weight: normal; margin-left:105px;}
a.diylinko:hover {font-size: 13px; color:#009; text-decoration: none; font-weight: normal; margin-left:105px;

}


A.sub_links:link {
	color: #3366cc;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}

A.sub_links:active {
	color: #3366cc;
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
}


A.sub_links:visited {
	color: #3366cc;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}

A.sub_links:hover {
	color: #3366cc;
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
}

.fixed {
	table-layout: fixed; width: 1000px;
}	


.fixed1 {
	table-layout: fixed; width: 800px;
}	

/* Faq's */

.normaltextfq {
	font-size: 13px;
	font-weight: normal;
	color: #777676;
	line-height:150%;
}


.normaltextfaq {
	font-size: 15px;
	font-weight: bold;
	color: #339900;
}

.mediumtextfaq {
	font-size: 14px;
	font-weight: bold;
	color: #777676;
}

.mediumtextredfaq {
	font-size: 14px;
	font-weight: normal;
	color: #e31e1e;
	
}


.largetextfaq {
	font-size: 18px;
	font-weight: bold;
	color: #339900;
}

.tablefaq {
	margin-left:15px;
	margin-right:15px;
	padding-right:12px;
}



/* drop down test */

.glossymenu, .glossymenu  ul{
list-style: none;
margin: 0;
padding: 0;
width: 180px; /*WIDTH OF MAIN MENU ITEMS*/
overflow:visible;
}

.glossymenu li{
position: relative;
font: bold 12px arial, Helvetica, sans-serif;
text-align:inherit;
color: #3333ff;
table-layout:fixed;


}

.glossymenu li a{
background-image:url('images/button_roll.jpg');
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
table-layout:fixed;
white-space:nowrap;
border: 1px solid #B3B3B3;
}

.glossymenu li a:hover{
	background-image:url('images/button_rollh.jpg');
color: #3333ff;
text-decoration:underline;

}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
z-index:2;
}

.glossymenu li ul li{
float: left;
display:inline;
font: bold 12px arial, Helvetica, sans-serif;
text-align:inherit;
color: #3333ff;
}

.glossymenu li ul li a{
	background-color:#cccccc;
	text-indent:5px;
width: 190px;
padding: 3px;
border: 1px solid #B3B3B3;/*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu li ul li a:hover{
	background-color:#D5D5D5;
	text-indent:5px;
width: 190px;
padding: 3px;
border: 1px solid #B3B3B3;/*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu li a:active{
background:#dddddd;
}

.glossymenu li a:visited { 
color: #3333ff;
}



/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

a.top_linkstest{
	font-size: 13px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

a.top_linkstest:hover{
	font-size: 13px;
	font-weight: bold;
	color: #767575;
	text-decoration: none;
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #666666;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
-moz-border-radius: 9px;
border-radius: 9px;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Arial;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid grey;
background-color: #999999;
padding: 5px;
z-index: 5;
}
#related{
	width: 175px;
}

#drop {
box-shadow: 0px 0px 5px #888;
-moz-box-shadow: 0px 0px 5px #888;
width: 100px;
height: 100px;
display: block;
margin-left: auto;
margin-right: auto;

} 

/* rotating header image script */
 
 
#jqb_object img{ 
	border: none;
}

#jqb_object { 
	position:relative;
	width:585px; height:162px; 
	overflow:hidden;
	
}


#jqb_object .jqb_bar{
	position:absolute;
	width:585px; height: 30px;
	left:0px;
	bottom:0px;
	background:#000000;
	opacity:0.7;
	filter:alpha(opacity=70);
	
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}

#jqb_object .jqb_slide{
	position:absolute;
	width:585px; height:162px; 
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: left;
}

#jqb_object .jqb_info{
	position:absolute;
	padding: 4px 10px 2px 10px;
	float: left;
}

#jqb_object .jqb_btn{
	width: 15px; height: 14px;
	margin: 10px 5px 2px 2px;
	float: right;
}
#jqb_object .jqb_btn_next{
	background-image:url('images/btn_next.gif');
}
#jqb_object .jqb_btn_prev{
	background-image:url('images/btn_prev.gif');
}
#jqb_object .jqb_btn_pause{
	background-image:url('images/btn_stop.gif');
}
#jqb_object .jqb_btn_play{
	background-image:url('images/btn_play.gif');
}

.band{
border-style:solid;
border-width:5px;
border-color:#b7b7b7;
}

ul.list{
list-style-type: none;
	}

#tutimg{
border-style:solid;
border-width:1px;
border-color: #CCC;
width: 150px;
height: 100px;
margin-left: auto ;
margin-right: auto ;
}

#tutimg1{
border-style: none;
border-color: #CCC;
width: 200px;
height: 150px;
margin-left: auto ;
margin-right: auto ;
}
#tutimg2{
border-style: none;
border-color: #CCC;
width: 200px;
height: 200px;
margin-left: auto ;
margin-right: auto ;
margin-top:15px;
}
.normaltutbold {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
.normaltutbold:hover {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

  
      ul#tabs { list-style-type: none; margin: 30px 0 0 0; padding: 0 0 0.3em 0; }
      ul#tabs li { display: inline; }
      ul#tabs li a { color:#999; background-image:url(/images/tab_bg.jpg); border: 1px solid #cccccc; border-bottom: none; padding: 0.3em 0.5em 0.38em 0.5em; text-decoration: none; font-size:.875em;}
      ul#tabs li a:hover { background-color:#ffffff; color:#CCC; }
      ul#tabs li a.selected { color:#00F; background-color: #ffffff; font-weight: bold; padding: 0.7em 0.5em 0.38em 0.5em; border-bottom:none; }
      div.tabContent { border: none; padding: 0.5em; background-color: #ffffff; margin:0px;}
      div.tabContent.hide { display: none; }
	  
	  
