
body{
	background:#000066 url(../images_new/new_bg.jpg) no-repeat top center;
	margin:0 auto;
	text-align:center;
	
	}

#cccBack{
	/*background-color:#F8F4E8;*/
	padding:0px 5px 5% 5px;
	margin:0;
	/*border-top:2px solid #CCC;*/
}

.FreezePaneOff{
	visibility: hidden;
	display: none;
	position: absolute;
	top: -100px;
	left: -100px; }

.FreezePaneOn{
	position: absolute;
	top: 0;
	left: 0;
	margin:0;
	visibility: visible;
	display: ;
	width: 100%;
	height: 150%;
	background-color: #666;
	z-index: 999;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	padding-top: 20%; }

.InnerFreezePane{
	text-align: center;
	width: 50%;
	background-color: #0066CC;
	color: #FFF;
	font: normal bold 18px verdana, arial, sans-serif;
	border: dashed 1px #FFF;
	padding: 10px; }

#wrapper{ 
	margin: 0 auto;
	padding:0;
	border-top:0 ;
	border-right:0 ;
	border-bottom:0 ;
	border-left:0 ;
	width:902px;
	background:#FFF;
}

.titleHR{
	margin:0px 0px 15px 0px; *margin:0px 0px -5px 0px;
	color:#ccc;
	background-color:#ccc;
	text-align:left;
	height:1px;
	width:99%;
	border:0;
}

#bodyDiv{
	text-align:left;
	float:left;
	width:635px; *width:615px;
	margin:-11px 0 0 0;
	padding:35px 0 10px 25px;
	
	}

#contactMsgDiv{
	width:500px;
	padding:5px;
	background:#FFFFCC;
	border:1px solid #666;
	margin:5px auto;
	}
	
.contactFormStyle input, .contactFormStyle textarea, .contactFormStyle select{
	border:1px solid #999;
	font: normal normal 12px verdana, arial, sans-serif;
	padding-left:1px;
}
input.contactSubmitBTN{
	border:3px double #999;
	padding:2px 8px;
	font-weight:bold;
}
.off{
	background:#FFF;
}
.over{
	background:#0066CC;
	cursor:pointer;
	color:#fff;
}

#headerDiv{
	width:900px;
	text-align:left;
	margin:28px auto 0 auto;
	border-top: ;
	border-right: ;
	border-bottom: ;
	border-left: ;
	background:;
	position:relative;
	z-index:100;
	}
	


/* -------------------------- TOP NAVIGATION -------------------------- */

#topNavDiv{
	text-align:left;
	background: ;
	width:100%;
	border-top:;
	border-right:;
	border-bottom:;
	border-left:;
	margin:-30px 0 0 0;
	position:relative;
	z-index:1;
	height:92px; }

#topNavUL{ margin:0 auto; padding:60px 0 0 50px; width:900px; list-style:none;}

.mainLI {
	float:left;
	position:relative;
	z-index:0; }

.mainLI a.topNavLinks_main, .mainLI a.topNavCurrent_main {
	display:block;
	font: normal bold 11px verdana, arial, sans-serif; text-transform:uppercase;
	padding:6px 40px 5px 12px; *padding:6px 40px 7px 12px;
	margin:0;
	border-left:1px solid #888; }

.mainLI a.topNavLinks_main:link, .mainLI a.topNavLinks_main:visited{
	color: #FFF;
	text-decoration: none; }
	
.mainLI a.topNavLinks_main:focus, .mainLI a.topNavLinks_main:hover{
	color: #FFF; 
	text-decoration: none;
	background: #222; }
	
/* ~~~~~~~~ TOP NAV CURRENT ~~~~~~~~ */
.mainLI a.topNavCurrent_main:link, .mainLI a.topNavCurrent_main:visited{
	color: #FFF;
	text-decoration: none;
	background: #222; }
	
.mainLI a.topNavCurrent_main:focus, .mainLI a.topNavCurrent_main:hover{
	color: #FFF; 
	text-decoration: none;
	background: #222; }

/* -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
/* ------------ TOP NAV SUB (DROPDOWN) ---------------- */
#topNavUL li ul { /* second-level lists */
	position: absolute;
	width:;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:0;
	padding:4px 0;
	background:#FFCC00 ;
	border-top:0px solid #FFF;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #CCC; }

#topNavUL li:hover ul, #topNavUL li.sfhover ul { /* lists nested under hovered list items */
	left:0;	
	/*top:1em;*/ }

.subLI a { display:block; font: normal bold 11px verdana, arial, sans-serif; padding:4px 12px; *padding:2px 12px; margin:0 0 0 0; }

.subLI{
	white-space:nowrap;
	display:block;
	text-align:left; }

#topNavUL li ul a.topNavLinks:link, #topNavUL li ul a.topNavLinks:visited{
	color: #222;
	background: #FFCC00;
	text-decoration: none;}

#topNavUL li ul a.topNavLinks:focus, #topNavUL li ul a.topNavLinks:hover{
	color: #FFF; 
	text-decoration: none;
	background: #FFCC00; }

/* ~~~~~~~~ TOP NAV *SUB* CURRENT ~~~~~~~~ */
#topNavUL li ul a.topNavCurrent:link, #topNavUL li ul a.topNavCurrent:visited{
	color: #FFF;
	background: #FFCC00;
	text-decoration: none;}
	
#topNavUL li ul a.topNavCurrent:focus, #topNavUL li ul a.topNavCurrent:hover{
	color: #FFF; 
	background: #FFCC00;
	text-decoration: none; }
	
	
/* -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
/* ------------ TOP NAV SUB2 (NO DROPDOWN) ---------------- */
#topSubNavUL_NO_DD{
	float:right;
	margin:4px 0px 10px 0px;
	background:#666 ;
	border-top:1px solid #CCC;
	border-right:2px solid #CCC;
	border-bottom:0px solid #666;
	border-left:0px solid #666; }

#topSubNavUL_NO_DD li{
	display:block;
	position:relative;
	text-align:center;
	padding:4px 30px 4px 30px;
	margin:0px 0px; }

#topSubNavUL_NO_DD a { font: normal bold 11px verdana, arial, sans-serif; }

#topSubNavUL_NO_DD a.topNavLinks:link, #topSubNavUL_NO_DD a.topNavLinks:visited{
	color: #FF6600;
	background: #FFF; }

#topSubNavUL_NO_DD a.topNavLinks:focus, #topSubNavUL_NO_DD a.topNavLinks:hover{
	color: #FF6600; 
	text-decoration: none;
	background: #f0f0f0; }
	
/* ~~~~~~~~ TOP NAV *SUB* CURRENT ~~~~~~~~ */
#topSubNavUL_NO_DD a.topNavCurrent:link, #topSubNavUL_NO_DD a.topNavCurrent:visited{
	color: #FF6600;
	background: #f0f0f0; }
	
#topSubNavUL_NO_DD a.topNavCurrent:focus, #topSubNavUL_NO_DD a.topNavCurrent:hover{
	color: #FF6600; 
	text-decoration: none;
	background: #f0f0f0; }
	


/* -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
/* ------------ LEFT NAVIGATION ---------------- */
#left_sideBar{
	width:200px;
	float:left;
	margin:10px 0 10px 5px;
	padding:0;
	text-align:left;
	background: ;
	border-top:0px solid #CCC;
	border-right:0px solid #CCC;
	border-bottom:0px solid #CCC;
	border-left:0px solid #CCC;
	}
table.leftNav_TBL{
	margin:0;

	width:130px;
	margin:0 auto 10px auto;
	}

table.leftNav_TBL td a{
	display: block;
	font: normal bold 11px verdana, arial, sans-serif;
	padding:6px 0 6px 3px;
	margin:1px 0 1px 0;
	}

table.leftNav td.leftNavTitle{
	/*background:#A7A096;*/
	color:#D3222A;
	font: normal bold 15px Helvetica, arial, sans-serif;
	padding:6px 0 6px 3px;
}

table.leftNav_TBL td a.leftNavLink:link, table.leftNav_TBL td a.leftNavLink:visited {
	color: #333;
	text-decoration: none;
	}
table.leftNav_TBL td a.leftNavLink:focus, table.leftNav_TBL td a.leftNavLink:hover {
	color: #333; 
	text-decoration: none;
	background: #E6E6E6;
	}
	
/* ~~~~~~~~ LEFT NAV CURRENT ~~~~~~~~ */
table.leftNav_TBL td a.leftNavCurrent:link, table.leftNav_TBL td a.leftNavCurrent:visited {
	color: #000;
	text-decoration: underline;
	background: ;
	}
table.leftNav_TBL td a.leftNavCurrent:focus, table.leftNav_TBL td a.leftNavCurrent:hover {
	color: #000; 
	text-decoration: none;
	background: ;
	}



/* +++++++++++++++++++ SUB NAV ++++++++++++++++++++ */
tr.leftNavSub td a{
	display: block;
	text-decoration: none;
	font: normal normal 10px verdana, arial, sans-serif;
	padding:2px 0 2px 15px;
	}
tr.leftNavSub td a:link, tr.leftNavSub td a:visited {
   color: #FFF;
	}
tr.leftNavSub td a:focus, tr.leftNavSub td a:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6;
	}

#right_sidebar{
	float:left;
	width:165px;
	margin:10px 0 0 5px;
	padding:0;
	text-align:left;
	background: ;
	border-top:0px solid #CCC;
	border-right:0px solid #CCC;
	border-bottom:0px solid #CCC;
	border-left:0px solid #CCC;
	}


/* ############################################################################################################ */
/* ######### LIVE CART ############ LIVE CART ############ LIVE CART ############ LIVE CART ################### */
/* ############################################################################################################ */
table.liveCartTBL{
	clear:left;
	margin:20px auto;
	font: normal normal 11px verdana, arial, sans-serif;
	border:1px dashed #555;
	width:85%;
	}

table.liveCartTBL th a{
	display: block;
	text-align:left;
	padding:;
	color:#333;
	font: normal bold 12px verdana, arial, sans-serif;
	}
table.liveCartTBL th a:link, table.liveCartTBL th a:visited { text-decoration: none;}
table.liveCartTBL th a:focus, table.liveCartTBL th a:hover {
	text-decoration: none;
	}
	
table.liveCartTBL td a.liveCartLink{
	display: block;
	background-color:#333;
	text-decoration: none;
	font-weight:bold;
	padding:6px;
	text-align:center;
	}
table.liveCartTBL td a.liveCartLink:link, table.liveCartTBL td a.liveCartLink:visited { color: #FFF; }
table.liveCartTBL td a.liveCartLink:focus, table.liveCartTBL td a.liveCartLink:hover { 
	text-decoration: none;
	background: #555;
	}
	
	

/* ############################################################################################################ */
/* ######### FOOTER ############ FOOTER ############ FOOTER ############ FOOTER ############ FOOTER ########### */
/* ############################################################################################################ */
#footerDiv{
	margin:0 auto;
	text-align:center;
	background:url(../images_new/new_footer.jpg) no-repeat top center;
	padding:25px 0 40px 0;
	font:normal normal 10px/1.4 verdana, arial, sans-serif;
	color: #FFF;
	}
	
	

/* ------------ PRODUCT LIST ---------------- */
table.PLST_TBL{
	width:100%;
	margin:0 auto;
	border:1px solid #5B84AA;
	font: normal normal 12px Verdana, arial, sans-serif;;
	}

table.PLST_TBL th{
	font-weight:bold;
	background:#5B84AA;
	color:#FFF;
	padding:4px 0;
	}
table.PLST_TBL a{
	color:#003D7E;
	font-weight:bold;
	text-decoration:underline;
	}
table.PLST_TBL a:hover{
	text-decoration:none;
	color:#004E9E;
	}
/*
table.PLST_TBL td{
	width:165px;
	height:175px;
	padding:15px 0px 0px 0px;
	background:#FFF url(whiteProdBox.jpg) no-repeat bottom right;
	}*/
	
/* ------------ CATEGORY LIST ---------------- */
table.CTGY_TBL{
	width:100%;
	margin:0 auto;
	border:1px solid #5B84AA;
	font: normal normal 12px Verdana, arial, sans-serif;;
	}
table.CTGY_TBL th{
	font-weight:bold;
	background:#5B84AA;
	color:#FFF;
	padding:4px 0;
	}
table.CTGY_TBL a{
	color:#003D7E;
	font-weight:bold;
	text-decoration:underline;
	}
table.CTGY_TBL a:hover{
	text-decoration:none;
	color:#004E9E;
	}
		

/* ------------ BASKET DISPLAY ---------------- */
table.basketTBL{
	width:100%;
	margin:0 auto 10px auto;
	border:1px solid #666;
	font: normal normal 12px Verdana, arial, sans-serif;;
	}
table.basketTBL th{
	font-weight:bold;
	background:#666;
	color:#FFF;
	}
table.basketTBL td{
	background-color:#F0F0F0;
	}
table.basketTBL a{
	color:#003D7E;
	font-weight:bold;
	text-decoration:underline;
	}
table.basketTBL a:hover{
	text-decoration:none;
	color:#004E9E;
	}


.shipInfoTBL{
	width:500px;
	background-color:#F0F0F0;
	border:1px solid #666;
	font: normal normal 12px Verdana, arial, sans-serif;;
	padding:5px;
	}
.shipInfoTBL th, .billInfoTBL th{
	background:#666;
	color:#FFF;
	}
table.billInfoTBL{
	width:500px;
	background-color:#F0F0F0;
	border:1px solid #666;
	font: normal normal 12px Verdana, arial, sans-serif;;
	padding:5px;
	}
	
.thankYouTBL{
	clear:left;
	float:left;
	margin:10px 0 0 0;
	background-color:#FFF;
	border:1px solid #666;
	padding:5px;
	}

#categoryTitleDiv{
	color:#990000;
	font: normal small-caps bold 20px Verdana, Arial, sans-serif;
	margin:0 0 10px 0;
	position:relative;
	z-index:10;
}

#productDetailDiv{
	background:;
	padding:0px 10px 5% 5px;
	margin:0;
	border-top:0px solid #CCC;
	}
#productCodeQtyPrice{
	margin:0 0 20px 10px;
	padding:6px 10px;
	border:1px solid #999;
	background-color:#FFF;
	width:220px;
}

.ProdIMG{
	margin:15px 0 5px 10px;
	border:1px solid #999;
}

#reviewInfoTBL{
	font: normal normal 12px verdana, arial, sans-serif;
	background-color:#F0F0F0;
	border:1px solid #635842;
	margin:;
}
#reviewInfoTBL td{
	padding:5px 15px;
}

.pageTitle{
	margin:0;
	color:#990000;
	font: normal small-caps bold 20px Verdana, Arial, sans-serif;
	}
h3{
	font: normal normal 14px verdana, arial, sans-serif;
	color:#000;
	}
h4{
	font: normal normal 14px verdana, arial, sans-serif;
	color:#000;
	}
h5{
	font: italic normal 14px verdana, arial, sans-serif;
	color:#000;
	}

.submitBTN{
	font: normal normal 14px verdana, arial, sans-serif;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#000;
	font-weight:bold;
	padding:4px 8px;
	background:url(cs_files/submitBG.jpg) repeat-x top left;
	}

.editBTN{
	font: normal bold 10px verdana, arial, sans-serif;
	cursor:pointer;
	border:outset 1px #ccc;
	color:#FFF;
	padding:4px 8px;
	background:#5B84AA;
	}

.greenBTN{
	font: normal normal 14px verdana, arial, sans-serif;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#000;
	font-weight:bold;
	padding:4px 8px;
	background:url(cs_files/greenBtnBG.jpg) repeat-x top left;
	}
	

/* ############################################################################################################ */
/* ########### FONTS ############ FONTS ############# FONTS ############ FONTS ############ FONTS ############# */
/* ############################################################################################################ */
.title{
	font:italic bold 20px Helvetica, verdana, arial, sans-serif;
	color: #003399;
	text-align:left;
	margin:0; *margin:0px 0px -5px 0px;
	}
.tagline{
	font:italic bold 12px verdana, arial, sans-serif;
	color: #000;
	text-align:left;
	margin:0px 0px 5px 0px;
	}

.bodyText {
	font:normal normal 14px/1.3 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	}
.bodyTextRight {
	font:normal normal 14px/1.3 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	text-align:right;
	}
.bodyTextBold {
	font:normal normal 14px/1.3 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	font-weight:bold;
	}
.bodyTextBoldRight {
	font:normal normal 14px/1.3 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	font-weight:bold;
	text-align:right;
	}

/* --------- LINKS -------------- */
a:link { color: #146AB8; text-decoration: underline;}
a:visited { color: #498DCF; text-decoration: underline;}
a:focus { color: #E4A71A; text-decoration: none;}
a:hover { color: #E4A71A; text-decoration: none;}

a.footerLink:link { color: #FFCC00; text-decoration: underline;}
a.footerLink:visited { color: #FFCC00; text-decoration: underline;}
a.footerLink:focus { color: #CCC; text-decoration: none;}
a.footerLink:hover { color: #CCC; text-decoration: none;}

body.mceContentBody{ background: #FFF; text-align:left;}
a img{ border:0; } 

body.mceContentBody p{ margin:0; }
body.mceContentBody .title{
	font:italic bold 20px Helvetica, verdana, arial, sans-serif;
	color:#003399;
	margin:0; *margin:0px 0px -5px 0px;
	}

p{ margin:0; }
#bodyDiv td, body.mceContentBody td{ font:normal normal 14px/1.3 verdana, arial, sans-serif; }

#testimonialTitle{
	font:normal bold 10px verdana, arial, sans-serif;
	color:#666;
	padding:0; margin:5px 0 2px 0;
	}
#testimonial{
	font:normal normal 10px verdana, arial, sans-serif;
	color:#666;
	padding:0; margin:5px 0 2px 0; }

.leftNav_randomAd{
	margin:10px auto;
	}
.leftNav_ad{
	margin:10px auto;
	}
.footerTagline{
	font:italic bold 10px/1.4 verdana, arial, sans-serif;
	color:#0D4B98;
	}
#linksList{
	margin:0 auto;
	font:normal normal 11px/1.3 verdana, arial, sans-serif;
	}

.frontLoginForm input{
	border:1px solid #999;
	}
#loginDiv{
	width:190px;
	margin:0 auto;
	text-align:left;
	font:normal bold 10px verdana,arial, sans-serif;
	}
#loginError{
	font:normal bold 10px verdana,arial, sans-serif;
	text-align:left;
	color:#CC0000;
	margin:0 0 6px 10px;
	}

#leftSide_HR{
	height:1px;
	color:#CCC;
	background-color:#CCC;
	border:0;
	margin:8px 0; *margin:-5px 0 0 0;
	}

hr{
	color:#ccc;
	background-color:#ccc;
	border:0;
	margin:0px 0px 15px 0px; *margin:0px 0px -5px 0px;
	}
	
#mc_embed_signup{ width:170px; border:1px solid #CCC; background:#F6F6F6; padding:1px; margin:20px auto 0 auto;  }
#mc_title{ font:normal bold 12px verdana, arial, sans-serif; color:#FFF; text-align:center; padding:2px; background:#333; margin-bottom:5px; }
.mc_required{ font:italic bold 14px arial, sans-serif; color:red; }

#mc_embed_signup label{ font:normal normal 12px verdana, arial, sans-serif; }

#mc_field_div{ padding:0 5px; margin:4px auto; }
#mc-embedded-subscribe-form{ margin:0 auto;}

div.mce_inline_error{
	font-size:12px; !important
	}
