
body{ background:url(../images/bg.jpg) repeat top left;	margin:0 auto; text-align:center; }
#body2{ background:url(../images/bg_x.jpg) repeat-x top left;	margin:0; text-align:center; width:100%; height:685px; position:absolute; top:0; left:0; z-index:-1;}

#wrapper{
	margin: 0 auto;
	border-top:0px solid #FFF;
	border-right:7px solid #990000;
	border-bottom:7px solid #990000;
	border-left:7px solid #990000;
	width:893px;
	background:#000;}
	
.titleHR{
	margin:0 0 5px 0; *margin:0 0 -5px 0;
	color:#ccc;
	background-color:#ccc;
	text-align:left;
	height:1px;
	width:100%;
	border:0;}

#bodyDiv{
	text-align:left;
	float:;
	width:650px;
	margin:10px auto;
	padding:10px 10px 10px 10px;}

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

#headerDiv{
	height:243px; *height:239px;
	margin:0 auto;
	background:url(../images/marine_corps_coordinating_council.png) no-repeat top center;
	border-top:0 solid #999;
	border-right:0 solid #999;
	border-bottom:0 solid #999;
	border-left:0 solid #999; }
	
#headerIMG{	display:block;	}

/* ############################################################################################################ */
/* ######## TOP NAV ############ TOP NAV ############ TOP NAV ############ TOP NAV ############ TOP NAV ####### */
/* ############################################################################################################ */
#topNavDiv{
	width:740px;
	border-top:0 solid #CCC;
	border-right:0 solid #CCC;
	border-bottom:0 solid #CCC;
	border-left:0 solid #CCC;
	margin:-44px 0 0 auto; *margin:-39px 0 0 auto;
	padding:0 auto; }

#innerTopNavDiv{
	height:24px;
	background:;
	padding:5px 0 0 0;
	}

#topNavUL{ margin:0; padding:0;}
.mainLI { display:inline; position:relative; }
.mainLI a.topNavLinks_main, .mainLI a.topNavCurrent_main {
	font: normal bold 14px arial, sans-serif;
	padding:12px 13px 15px 13px;
	margin:0; }

#topNavUL li a.topNavLinks_main:link, #topNavUL li a.topNavLinks_main:visited{
	color: #000;
	text-decoration: none; }
	
#topNavUL li a.topNavLinks_main:focus, #topNavUL li a.topNavLinks_main:hover{
	color: #990000; 
	text-decoration: none;
	background: ; }

/* ___________________________________________________________________________ Top Nav: CURRENT Links _____ */
#topNavUL li a.topNavCurrent_main:link, #topNavUL li a.topNavCurrent_main:visited{
	color: #990000;
	text-decoration: none;
	background: ; }
	
#topNavUL li a.topNavCurrent_main:focus, #topNavUL li a.topNavCurrent_main:hover{
	color: #990000; 
	text-decoration: none;
	background: ; }

/* _______________________________________________________________________________________________________ */
/* ___________________________________________________________________________ Top Nav: SUB DROPDOWN _____ */
/* _______________________________________________________________________________________________________ */
#topNavUL li ul { /* second-level lists */
	position: absolute;
	padding:5px;
	/* use left instead of display to hide, because display: none isn't read by screen readers */
	left: -999em;
	margin:29px 0 0 0; *margin:41px 0 0 0;
	background:#990000 ;
	border-top:0px solid #990000;
	border-right:0px 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:0; }

.subLI{ display:block; }
.subLI a{
	white-space:nowrap;
	display:block;
	padding:4px 9px;
	font: normal bold 14px arial, sans-serif;
	margin:0;
	text-align:left; }

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

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

/* ____________________________________________________________________ Top Nav: SUB CURRENT Links _____ */
#topNavUL li ul a.topNavCurrent:link, #topNavUL li ul a.topNavCurrent:visited{
	color: #990000;
	background: #E8EAEF;
	text-decoration: none; }
	
#topNavUL li ul a.topNavCurrent:focus, #topNavUL li ul a.topNavCurrent:hover{
	color: #990000; 
	background: #E8EAEF;
	text-decoration: none; }
	
	
/* _______________________________________________________________________________________________________ */
/* ________________________________________________________________________ Top Nav: SUB NO-DROPDOWN _____ */
/* _______________________________________________________________________________________________________ */
#topSubNavUL_NO_DD{
float:right;
margin:4px 0 10px 0;
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: 0 0; }

#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;
	text-decoration: none; }

#topSubNavUL_NO_DD a.topNavLinks:focus, #topSubNavUL_NO_DD a.topNavLinks:hover{
	color: #FF6600; 
	background: #f0f0f0;
	text-decoration: none; }
	
/* ________________________________________________________________ Top Nav: SUB NO-DD CURRENT Links _____ */
#topSubNavUL_NO_DD a.topNavCurrent:link, #topSubNavUL_NO_DD a.topNavCurrent:visited{
	color: #FF6600;
	background: #f0f0f0;
	text-decoration: none; }
	
#topSubNavUL_NO_DD a.topNavCurrent:focus, #topSubNavUL_NO_DD a.topNavCurrent:hover{
	color: #FF6600; 
	background: #f0f0f0;
	text-decoration: none; }
	

/* ############################################################################################################ */
/* ######## LEFT NAV ########### LEFT NAV ########### LEFT NAV ########### LEFT NAV ########### LEFT NAV ###### */
/* ############################################################################################################ */
table.leftNav{
	float:left;
	width:0;
	text-align:left;
	background:#999 ;
	border-top:0 solid #666;
	border-right:0 solid #666;
	border-bottom:0 solid #666;
	border-left:0 solid #666; }

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

table.leftNav td a.leftNavLink:link, table.leftNav td a.leftNavLink:visited {
	color: #FFF;
	text-decoration: none; }
	
table.leftNav td a.leftNavLink:focus, table.leftNav td a.leftNavLink:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6; }
	
/* _________________________________________________________________________ Left Nav: CURRENT Links _____ */
table.leftNav td a.leftNavCurrent:link, table.leftNav td a.leftNavCurrent:visited {
	color: #000;
	text-decoration: underline;
	background: #E6E6E6; }
	
table.leftNav td a.leftNavCurrent:focus, table.leftNav td a.leftNavCurrent:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6; }

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


/* ############################################################################################################ */
/* ######### FOOTER ############ FOOTER ############ FOOTER ############ FOOTER ############ FOOTER ########### */
/* ############################################################################################################ */
#footerDiv{
	clear:both;
	width:100%;
	text-align:center;
	background:;
	padding:10px 0 10px 0;
	font:normal normal 10px verdana, arial, sans-serif;
	color: #FFF;	}


/* ############################################################################################################ */
/* ########### FONTS ############ FONTS ############# FONTS ############ FONTS ############ FONTS ############# */
/* ############################################################################################################ */
.title{
	font:normal bold small-caps 24px verdana, arial, sans-serif;
	color: #FFF;
	text-align:left;
	margin:0 0 25px 0; *margin: 0 0 15px 0; padding:0 0 10px 0; }
	
.tagline{
	font:italic bold 14px verdana, arial, sans-serif;
	color: #000;
	text-align:left;
	margin:5px 0; }

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

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

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


/* ############################################################################################################ */
/*                                                CARTSTEWARD                                                   */
/* ############################################################################################################ */

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


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

table.liveCartTBL th a{
	display: block;
	text-align:left;
	padding:;
	color:#FFF;
	font: normal bold 14px helvetica, 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;
	}

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

table.PLST_TBL th{
	font:normal bold 18px helvetica, arial;
	background:#000;
	color:#FFF;
	padding:25px 0 2px 0;
	border-bottom:1px dashed #999;
	}
table.PLST_TBL th a{
	color:#FFF;
	font:normal normal 14px helvetica, arial;
	}
	
table.PLST_TBL a{
	color:#003D7E;
	text-decoration:underline;
	}
table.PLST_TBL a:hover{
	text-decoration:none;
	color:#004E9E;
	}
table.PLST_TBL p{ font: normal normal 16px helvetica, arial, sans-serif;; line-height:1.2; }

table.PLST_TBL td{
	padding:5px 0 5px 10px;
	}
	
/* ------------ CATEGORY LIST ---------------- */
table.CTGY_TBL{
	width:100%;
	margin:0 auto;
	border:1px solid #5B84AA;
	font: normal normal 14px helvetica, 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:0px solid #5B84AA;
	font: normal normal 16px helvetica, arial, sans-serif;;
	padding:2px;
	background-color:#000;
	}
table.basketTBL th{
	font:normal bold 16px helvetica, arial;
	background:#666;
	color:#FFF;
	}
table.basketTBL td{
	background-color:#000;
	}
table.basketTBL a{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
	}
table.basketTBL a:hover{
	text-decoration:none;
	color:#999;
	}


.shipInfoTBL{
	width:500px;
	background-color:#000;
	border:0px solid #5B84AA;
	font: normal normal 16px helvetica, arial, sans-serif;;
	padding:2px;
	}
.shipInfoTBL th, .billInfoTBL th{
	background:#666;
	color:#FFF;
	font:normal bold 16px helvetica, arial;
	padding:2px 0;
	}
table.billInfoTBL{
	width:500px;
	background-color:#000;
	border:0px solid #5B84AA;
	font: normal normal 16px helvetica, arial, sans-serif;;
	padding:2px;
	}
	
.thankYouTBL td{ color:#000 !important; }
.thankYouTBL{
	clear:left;
	float:left;
	margin:0 0 20px 0;
	background-color:#FFF;
	border:0px solid #5B84AA;
	padding:2px;
	}

#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 14px helvetica, arial, sans-serif;
	background-color:#333;
	border:1px solid #FFF;
	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 helvetica, arial, sans-serif;
	color:#000;
	}
h4{
	font: normal normal 14px helvetica, arial, sans-serif;
	color:#000;
	}
h5{
	font: italic normal 14px helvetica, 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;
	margin-left:60px;
	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;
	}

.required{
	font: normal bold 14px helvetica, arial, sans-serif;
	}
	
	

/* TinyMCE editor body */
body.mceContentBody{ background: #000; text-align:left; color:#FFF; }
body.mceContentBody p, h1, h2, h3, h4, h5, #bodyDiv p{ margin:0; }

#bodyDiv td, body.mceContentBody td{ font:normal normal 12px/1.5 verdana, arial, sans-serif; color:#FFF;}

#mc_embed_signup{ width:170px; border:1px solid #CCC; background:#F0F0F0; padding:1px; margin:5px auto;  }
#mc_title{ font:normal bold 13px verdana, arial, sans-serif; color:#FFF; text-align:center; padding:4px; background:#990000; 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; color:#333; }

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

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


