
#cccBack{
	/*background-color:#F8F4E8;*/
	padding:0px 5px 5% 5px;
	margin:0;
	/*border-top:2px solid #CCC;*/
}
.indent10{margin-left:10px;}
.indent20{margin-left:20px;}
.indent30{margin-left:30px;}

.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; }

body{
	background:#021033 url(../images/bg.jpg) no-repeat center top;
	margin:0;
	text-align:center;
	}

#wrapper{
	margin: 28px auto 0 auto;
	position:relative;
	border-top:0px solid #FFCC33;
	border-right:0px solid #FFCC33;
	border-bottom:0px solid #FFCC33;
	border-left:0px solid #FFCC33;
	width:962px;
	background:#FFF;
	}
#innerWrapper{
	width:925px;
	margin:0 auto;
	}

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

#bodyDiv{
	text-align:left;
	float:left;
	width:750px;
	margin:0 0 0 10px;
	padding:25px 0px 20px 20px;
	border-left:1px solid #CCC;
	}


#headerDiv{
	border-top: #999;
	border-right: #999;
	border-bottom: #999;
	border-left: #999;
	margin:0;
	}
	
#headerIMG{
	display:block;
	}

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

#topNavDiv{
	width:100%;
	background:url(../images/topNav_bg.jpg) no-repeat top left ;
	border-top:;
	border-right:;
	border-bottom:;
	border-left:;
	margin:0;
	height:;
	padding:20px 0 5px 0;
	 }

#topNavUL{
	margin:0;
	
	white-space: nowrap;}

#mainLI {
	display:inline;
	position:relative;
	padding:14px 30px 6px 30px; margin:0;
	}

#topNavUL li a { font: normal normal 15px arial, verdana, sans-serif; text-transform:uppercase; }

#topNavUL li a.topNavLinks:link, #topNavUL li a.topNavLinks:visited{
	color: #A7B8CC;
	text-decoration: none; }
	
#topNavUL li a.topNavLinks:focus, #topNavUL li a.topNavLinks:hover{
	color: #FFCC00; 
	text-decoration: none;
	background: ; }
	
/* ~~~~~~~~ TOP NAV CURRENT ~~~~~~~~ */
#topNavUL li a.topNavCurrent:link, #topNavUL li a.topNavCurrent:visited{
	color: #FFCC00;
	text-decoration: none;
	background: ; }
	
#topNavUL li a.topNavCurrent:focus, #topNavUL li a.topNavCurrent:hover{
	color: #FFCC00; 
	text-decoration: none;
	background: ; }

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

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

#topNavUL li li {
	white-space:nowrap;
	display:block;
	padding:4px 30px 4px 30px;
	font: normal bold 11px verdana, arial, sans-serif;
	margin:0px 0px;
	text-align:center; }

#topNavUL li ul a.topNavLinks:link, #topNavUL li ul a.topNavLinks:visited{
	color: #FF6600;
	background: #FFF; }

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

/* ~~~~~~~~ TOP NAV *SUB* CURRENT ~~~~~~~~ */
#topNavUL li ul a.topNavCurrent:link, #topNavUL li ul a.topNavCurrent:visited{
	color: #FF6600;
	background: #f0f0f0; }
	
#topNavUL li ul a.topNavCurrent:focus, #topNavUL li ul a.topNavCurrent:hover{
	color: #FF6600; 
	text-decoration: none;
	background: #f0f0f0; }
	
	
/* -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
/* ------------ 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 ---------------- */
#leftNavDiv{
	float:left;
	background: ;
	width:140px;
	margin:0;
	border-top:0px solid #CCC;
	border-right:0px solid #CCC;
	border-bottom:0px solid #CCC;
	border-left:0px solid #CCC;
}

table.leftNav{
	margin:20px auto;
	width:140px;
	text-align:left;
	}

table.leftNav td a{
	display: block;
	font: normal normal 12px arial, sans-serif;
	padding:2px 0 2px 0px;
	margin:1px 0 1px 0;
	}

table.leftNav td.leftNavTitle{
	/*background:#A7A096;*/
	color:#003D7E;
	font: normal bold 15px arial, sans-serif;
	padding:2px 0 2px 0px;
}

table.leftNav td a.leftNavLink:link, table.leftNav td a.leftNavLink:visited {
	color: #444;
	text-decoration: underline;
	background: ;
	}
table.leftNav td a.leftNavLink:focus, table.leftNav td a.leftNavLink:hover {
	color: #004E9E; 
	text-decoration: underline;
	background: ;
	}
	
/* ~~~~~~~~ LEFT NAV CURRENT ~~~~~~~~ */
table.leftNav td a.leftNavCurrent:link, table.leftNav td a.leftNavCurrent:visited {
	color: #004E9E;
	text-decoration: underline;
	background: ;
	}
table.leftNav td a.leftNavCurrent:focus, table.leftNav td a.leftNavCurrent:hover {
	color: #004E9E; 
	text-decoration: underline;
	background: ;
	}



/* +++++++++++++++++++ SUB NAV ++++++++++++++++++++ */
tr.leftNavSub td a{
	display: block;
	text-decoration: none;
	font: normal normal 10px verdana, arial, sans-serif;
	padding:0px 0px 0px 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;
	}

/* ------------ LIVE CART DISPLAY ---------------- */
table.liveCartTBL{
	
	width:140px;
	margin:5px 0 10px 0;
	font: normal normal 12px arial, sans-serif;
	}

table.liveCartTBL th a{
	display: block;
	/*background-color:#A7A096;*/
	text-align:left;
	padding:2px 0 2px 0px;
	color:#003D7E;
	font: normal bold 15px 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:#F0EFEA;
	text-decoration: none;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	padding-bottom:6px;
	text-align:center;
	border-top:2px solid #FFF;
	}
table.liveCartTBL td a.liveCartLink:link, table.liveCartTBL td a.liveCartLink:visited { color: #003D7E; }
table.liveCartTBL td a.liveCartLink:focus, table.liveCartTBL td a.liveCartLink:hover { 
	font: normal bold 12px arial, sans-serif;
	text-decoration: none;
	background: #ccc;
	}



/* ---------- Footer Elements ---------- */
#footerDiv{
	clear:both;
	width:100%;
	text-align:center;
	background:#021033;
	padding:10px 0;
	font:normal bold 12px arial, sans-serif;  text-transform:uppercase;
	color: #FFF;
	}
	
/* ------------ PRODUCT LIST ---------------- */
table.PLST_TBL{
	width:100%;
	margin:0 auto;
	border:1px solid #4880BB;
	font: normal normal 12px arial, sans-serif;;
	}

table.PLST_TBL th{
	font-weight:bold;
	background:#4880BB;
	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 #4880BB;
	font: normal normal 12px arial, sans-serif;;
	}
table.CTGY_TBL th{
	font-weight:bold;
	background:#4880BB;
	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 arial, sans-serif;;
	}
table.basketTBL th{
	font-weight:bold;
	background:#666;
	color:#FFF;
	padding:4px 0;
	}
table.basketTBL td{
	background-color:#F0EFEA;
	border-bottom:1px solid #FFF;
	padding-top:10px;
	}
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:#F0EFEA;
	border:1px solid #666;
	font: normal normal 12px arial, sans-serif;;
	padding:5px;
	}
.shipInfoTBL th, .billInfoTBL th{
	background:#666;
	color:#FFF;
	}
table.billInfoTBL{
	width:500px;
	background-color:#F0EFEA;
	border:1px solid #666;
	font: normal normal 12px arial, sans-serif;;
	padding:5px;
	}
.required{
	font: normal bold 12px arial, sans-serif;
	}
	
.thankYouTBL{
	clear:left;
	float:left;
	margin:10px 0 0 0;
	background-color:#FFF;
	border:1px solid #666;
	padding:5px;
	}

#categoryTitleDiv{
	color:#003D7E;
	font: normal small-caps bold 24px verdana, Arial, sans-serif;
	margin:10px 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 15px;
	padding:6px 10px;
	border:1px solid #999;
	background-color:#F0EFEA;
	width:275px;
}

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

#reviewInfoTBL{
	font: normal normal 12px verdana, arial, sans-serif;
	background-color:#F0EFEA;
	border:1px solid #635842;
	margin:;
}
#reviewInfoTBL td{
	width:250px;
	padding:5px;
	line-height:1.2;
}

.pageTitle{
	margin:10px 0;
	color:#003D7E;
	font: normal small-caps bold 24px 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;
	}

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

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

.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(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:#4880BB;
	}

.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(greenBtnBG.jpg) repeat-x top left;
	}
	
.contactFormStyle input, .contactFormStyle textarea, .contactFormStyle select{
	border:1px solid #003D7E;
	font: normal normal 12px verdana, arial, sans-serif;
	padding-left:1px; }
	
input.contactSubmitBTN{
	border:3px double #003D7E;
	padding:2px 8px;
	font-weight:bold; }
	
.off{ background:#FFF; }
.over{ background:#CCC; cursor:pointer; }


/* --------- LINKS -------------- */
a:link { color: #0D4B98; text-decoration: underline;}
a:visited { color: #0D4B98; text-decoration: underline;}
a:focus { color: #990000; text-decoration: none;}
a:hover { color: #990000; text-decoration: none;}

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


/* TinyMCE editor body */
body.mceContentBody {
	background: #FFF;
	text-align:left; }

body.mceContentBody p, .bodyText p{ margin:0; }

body.mceContentBody td, .bodyText td{
	font: normal normal 12px/1.5 verdana, arial, sans-serif}
	
.orderFormLinkXL:link{
	font: normal normal 20px verdana, arial, sans-serif;
	text-align: center;
	color: #990000;
	font-variant: small-caps;
	display: block;
}

.steelBtn{ cursor:pointer; cursor:hand; }

