body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: no-repeat;
    background-position:top center; 
	margin-top: 71px;
}
.oneColFixCtrHdr #container {
	width: 960px;
	padding: 0px 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #menu {
	background: #DDDDDD; 
	padding: 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body,td,th {
	color: #CCC;
}
a:link {
	color: #CCC;
}
a:visited {
	color: #999;
}
a:hover {
	color: #F00;
}
a:active {
	color: #FF0;
	font-family: Arial, Helvetica, sans-serif;
}
a.redbg:link {
	color: #FFF;
}
a.redbg:visited {
	color: #FFF;
}
a.redbg:hover {
	color: #000;
}
a.redbg:active {
	color: #FF0;
}
a.yel:link {
	color: #FF0;
}
a.yel:visited {
	color: #FFF;
}
a.yel:hover {
	color: #000;
}
a.yel:active {
	color: #FF0;
	font-family: Arial, Helvetica, sans-serif;
}
.header-24px-white {
	font-size: 24px;
	color: #FFF;
}
/* ------- Zoom image ADD : START -------- */
#showimage{
position:absolute;
visibility:hidden;
border: 0px;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #bbc3d3;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}
/* ------- Zoom image ADD : END -------- */
.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: #1b1b1b;
border: 1px solid #b00000;
border-width: 1px 1px;
padding: 20px;
font: normal 12px Arial;
z-index: 100;

}

.megamenu .column{
float: left;
width: 160px; /*width of each menu column*/
margin-right: 8px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 5px;
}

.megamenu .column h3{
	background: #1B1B1B;
	font: bold 13px Arial;
	color: #F00;
	margin: 0 0 5px 0;
	padding-bottom: 3px;
}

.megamenu .column ul li a{
text-decoration: none;
color: #999;
}

.megamenu .column ul li a:hover{
color: #fff000;
}
.white-text {
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.red-text {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
}
.arial14px {
	font-size: 14px;
	color: #FFF;
}
.arial14pxyel {
	font-size: 14px;
	color: #FF0;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.html) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9000;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
.greysmall {
	color: #666;
}
