body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 10 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-color: #000000;
}

.twoColHybRtHdr #container {
	width: 1024px;  /* this will create a container 80% of the browser width */
	background: #000000;
	margin: 0 auto;
	text-align: left;
} 
.twoColHybRtHdr #header {
	background: #000000;
	padding: 10px 0px 10px 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. */
	border-bottom: solid #666666 1px;
} 
.twoColHybRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColHybRtHdr #sidebar1 {
	float: right;
	width: 12em; /* since this element is floated, a width must be given */
	background: #000000;
	border-left: solid #666666 1px;
}
.twoColHybRtHdr #sidebar1 h3, .twoColHybRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColHybRtHdr #mainContent {
	margin: 0 10px 10px 10px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
	text-align: center;
}
.twoColHybRtHdr #mainContent a:link {
	text-decoration:underline;
	color:#CCC;
} 
.twoColHybRtHdr #mainContent a:hover {
	text-decoration:underline;
	color:#999;
} 
.twoColHybRtHdr #mainContent a:visited {
	text-decoration:underline;
} 
.twoColHybRtHdr #cardform {
	margin: 0 10px 10px 10px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
	text-align: center;
} 
.twoColHybRtHdr #orderfeedback {
	margin-left:200px;
	margin-right:200px;
	border-bottom:solid 1px #999;
	border-top:solid 1px #999;
	padding-bottom:5px;
}
.twoColHybRtHdr #footer {
	background:#000000;
	border-top: solid #666666 1px;
} 
.twoColHybRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-top: solid #666666 1px;
}
.style2 {
	font-size: 88%;
	padding-top: 10px;
	color: #FFF;
}
.style3 {
	color: #666666;
	font-size: 80%;
	font-weight:bold
}
.style4 {
	font-size: 86%
}
.style4_centred {
	font-size: 86%;
	text-align:center;
}
.style5 {
	font-size: 80%;
	text-align: left;
}
.image_search_center {
	font-size:20px;
	text-align:center;
	
}
.image_search_box {
	background: #fff url(search2.gif) repeat-x top;
	height:25px;
	font-size:20px;
	color:#999;
	border-top:2px solid #999;
    border-bottom:2px solid #999;
	border-left:2px solid #999;
    border-right:2px solid #999;
}

.button {
	border-top:2px solid #999;
    border-bottom:2px solid #999;
    border-left:0;
    border-right:2px solid #999;
    background: #fff url(search2.gif) repeat-x top;
	padding: 0px 10px 0px 10px;
    height: 31px;
	font-size:20px;
	color:#666;
	font-family:Gill Sans MT, MS Sans Serif;
	cursor:pointer;
}
.button:hover {
    color:#f0d38d;   
}
#searchform input {
    /* Some reset styles to make my form elements play nice */
    vertical-align: top;
    margin: 0 !important;
    line-height: 1;
    outline:0 !important;
}

a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	text-align: right;
}

body,td,th {
	color: #CCCCCC;
	text-align: left;
}
.style6 {
	font-size: 76%;
	padding-top: 10px;
	color: #CCCCCC;
}







/* Lightbox styling */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	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: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}




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

#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: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(./images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
	
#prevLink {
	left: 0px;
	float: left;
}

#nextLink { 
	right: 0px; 
	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; }	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: visible;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/* End of Lightbox styling */
