/* Tag Redifinitions */

body {
	background-image:   none; /*url(../images/background.jpg);*/
}

html,body{
		background-color:black;
      margin:0px;
      padding:0px;
      height:100%;
      border:none;
			text-align: left;
	  /*overflow: hidden;*/
}

documentElement{
	/*overflow:hidden;*/
}

h1{
	color: #14439A;
	font-size: 18pt;
	font-weight: bold;
	font-family: arial;
}

h2{
	color: #FFFFFF;
	font-size: 13pt;
	font-weight: normal;
	font-family: arial;
}	

/* General Styles */

div.main{
	position:relative;
	width: 980px;
	border: none;
	margin: 10px 0px;
	
}
		div.main img{
			vertical-align:top;
		}
		div.main .titleText{
			position: absolute;
			top:160px;
			left: 0px;
			width: 950px;
			height: 21px;
			background-color: transparent;
			text-align:right;
			font-family: 'arial';
			color: #CCCCCC;
			font-size: 8pt;
			padding-top: 3px;
		}
		div.main .navHolder{
			position: absolute;
			top:185px;
			width: 970px;
			height: 30px;
			background-color: transparent;
			text-align:center;
			z-index: 500;
		}
		div.main .footerContainer{
			position: relative;
		}
		div.main .footer{
			width: 980px;
			position: absolute;
			top: 35px;
			left: 0px;
			color:white;
			font-family:arial;
			text-align: center;
			font-size: 9pt;
			font-weight: bold;
		}
		div.siteMap{
			padding-top: 12px;
			color: #283F73;
		}
		div.siteMap a{
			color: #283F73;
			text-decoration:none;
			padding: 0px 5px;
		}
		
div.content{
	background-image:   url(../../../images/cont-background.jpg);
	background-position: right -38px;
	width: 980px;
	border: none;
	background-color: black;
	padding: 1px 0px;
	text-align:left;
}

table.content2{
	border-collapse: collapse;
	width: 940px;
	margin-left: 20px;
	text-align: left;
	font-size: 9pt;
	color:white;
	font-family:arial;
	line-height: 18pt;
}
table.content2 td{
	vertical-align: top;
}
table.content2 td div{
	margin: 0px 20px;
}
table.content2 td.altNav img{
	border: 1px solid #555555;
	margin: 10px 0px;
}

/* Admin Style - contact Manager*/

.contactBox {
	position: absolute; 
	left: 50px; 
	top: 20px; 
	width: 400px; 
	height: 150px; 
	background-color: #FFFFFF;
	border: 2px outset;
	display: none;
}

		
/* Classes and ID'd Elements */

#shipInfo td{
	text-align: center;
}

/*Modular Navigation Styles*/

ul#nav{
		/*float: left;*/
		position:relative;
		z-index: 600;
		width: 584px;
		height: 25px;
		margin-right: 0px;
		margin-bottom: 10px;
		font-family: arial;
		font-size: 10pt;
		font-weight: bold;
		text-transform: uppercase;
		border-left: 1px solid black;
		border-right: 1px solid #666666;
			padding: 0px;
			margin-top: 0px;
			margin-left: 0px;
}

ul#nav li{
	float: left; /* ---ENABLE FOR HORIZONTAL NAV--- */
	width: auto;  /*---MUST BE 'auto' FOR 'float:left', OTHERWISE SET WIDTH OF VERTICAL NAV HERE------*/
	padding: 0px; /*---add padding for full borders if needed---*/
			position: relative;
			top: 0px;
			left: 0px;
			list-style-type: none;
			border-left: 1px solid #666666;
			border-right: 1px solid black;
	   		vertical-align: top; /* MUST BE PRESENT TO PREVENT VERT SPACES IN IE WHEN DISPLAY:BLOCK FOR <A> TAG*/
}


ul#nav li a{
	/*width: 100%;*/
	text-decoration: none;
	text-align: center;
	color: white;
	background-image:  url(../../../images/btn-bckOff.jpg);
	background-color: transparent;
	padding: 5px 10px;
	border: none;
			display: block;
}

ul#nav li a:hover{
	background-image:  url(../../../images/btn-bckOVer.jpg);
	background-color: transparent;
	color: red;
}

ul#nav li ul{
	position: absolute;  /* 	change for no javascript  */
	border:none;
			top: 0px;
			left: 0px;
			z-index: 100;
			clip: rect(auto 2500px 2500px 2500px);
			margin: 0px;
			padding: 0px;
			/*visibility: hidden;  ALLOWS OPERA LINKS TO FUNCTION (v<9) */
}
ul#nav li ul li{
	vertical-align:auto;
	border:none;
}

ul#nav li ul li a{
	color: white;
	display:block;
	border: 1px solid black;
	border-width: 1px 1px 0px 1px;
	background-image: none;
	background-color: #555555;
			position: relative;
			display:inline;
}

ul#nav li ul li a:hover{
	background-color: #770000;
	color:white;
}

.shadowIE {
			filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3', MakeShadow='true', ShadowOpacity='0.30');
			position: absolute;
			top: 2px;
			left: 2px;
}

.shadowOther{
			border-right: 1px solid #777777;
			border-bottom: 1px solid #777777;
			position: absolute;
			opacity: 0.7;
			-moz-opacity: 0.7;
			-khtml-opacity: 0.7;
}

/*Automatic Drop Shadow Styles*/

/* ----------------------------PRINT STYLES ---------------------*/

@media print {
	#noPrint   {display: none;}
	.noPrint{display: none}
}
a {
	color: #BF0000;
}
.HeadlineProductSecondary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CC0033;
}
.HeadlineProduct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}
.HeadlineProductPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC0033;
}
