@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;

}
body{	
background: #1e1303 url(../../html/images/IronBkgrnd.jpg) repeat;
text-align:center;
	 }
#blackHeader{
	width: 100%;
	background-color:#000;
	height:30px;
	}
body #outerWrapper {
	width: 900px;
	margin: 0 auto 0 auto;
}
#header {
	height: 200px;
	width: 900px;
	background:url(../../html/images/EmuFarmBanner.jpg) no-repeat;
}
#contentWrapper {
	width: 900px;
	padding:20px 0 20px 50px;
	background: #fff ;
	text-align:left;
	border: #1e1303 1px solid;
	border-top: #AEABA6 3px solid; 
	border-bottom: #1e1303 10px solid;
}
.text{
	padding: 0;
	margin:0;
	width:815px;
	}
	h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
	color:#333 ;/*gray*/
}
h2 {
	font: normal 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 0px;
	margin-left: 0px;
	color:#430C84 ;/*430C84 dk purple*/
}
p {
	font: 11px/14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #595455;
}
.centre{
	text-align:center;
}
#contentWrapper #navbar a img{
	
	border: none;

	}
#contentWrapper #navbar a, a:link, a:visited {
	color:#595455;
		font-weight: bold;
	text-decoration: none;
}
#contentWrapper #navbar a:hover{ color:#595455;
text-decoration: none;
	font-weight: bold;
}
/* -------------------------------------------------- original code -----------------------------------------------------*/

/* This is the H1 title used in the sample PHP files */
	.sampleTitle {
		text-align:center;
	}
/* This is one product grid cell (the box that contains each product image and text) */
	.gridCell {
		float:left;
		text-align:center;
		position:relative;
		overflow:hidden;
	}
/* This is the style given to the product image link by default */
	.gridCell .realviewLink {
		border:1px solid #AFD0F8;
		display:block;
		padding:0px;
	}
/* This is the style given to the product image itself by default */
	.gridCell .realviewImage {
		border:2px;
	}
/* This is the style given to the inside of the image link when hovering over the image */
	.gridCell .realviewLink:hover .realviewImage {
		border:2px solid #AFD0F8!important;
	}
/* This is the style given to the outside of the image link when hovering over the image */
	.gridCell .realviewLink:hover {
		border:1px solid #88a2c1!important;
	}
/* This is the style given to the text underneath the image (title, description, price...) */
	.gridCellInfo {
		text-align:center;
		font-size:.75em;
	}
/* Centers text under the product  */
	.gridCellInfo a, .gridCellInfo a span {
		text-align:center;
	}
/* This is the main container for the grid of products */
	.allGrids {
		text-align:center;
		width:100%;
	}
/* Centers the grid of products inside allGrids */
	.centerGrids {
		 margin-left: auto;
		 margin-right: auto;
	}
	.error {
		border:1px solid;
		padding:18px;
		margin-bottom:23px;
	}
/* The currently selected sort method */
	.selectedSort, .selectedSort a {
		text-decoration:none;
	}
/* The pagination links */
	.count {
		float:right;
		margin-left:-2px;
		margin-bottom:7px;
		text-align:right;
		position:relative;
	}
/* Powered by Zazzle logo */
	.pbimg {
		position:absolute;
		top:-5px;
		left:0px;
	}
	.pbimg img {
		border:0px;
	}
/* Empty classes in case you want to change the look of the pagination and sort */
	.count a, .sortLinks a {
		
	}
	.sortLinks {
		
	}
/* Used to stop product grids from floating to the left (at the end of the grid) */
	.clearMe {
		clear:both;
		margin:0px;
		padding:0px;
	}
/* Height of clearMe DIV */
	.short {
		height:10px;
	}
/* Fix for Mozilla browsers for floating elements...best not touch this! */
	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.clearfix {display: inline-block;}

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

/* Empty class in case you want to style the currently selected page number */
	.current {
		
	}
/* The product description text. To show more than one line of the description, increase the height. */	
	.productDescription {		
		cursor: default;
		text-decoration: none;
		position:relative;
		overflow:hidden;
		height:15px;
	}
/* The product title text */
	.productTitle {
		display:block;
		height:15px;
		overflow:hidden;
		font-weight:bold; 
	}
/* Product price text */
	.productPrice {
		cursor: default;
		text-decoration: none;
		font-size: 8pt;	
	}
/* The pagination arrows (previous/next)*/
	.paginationArrows {
		text-decoration: none;	
	}
	.imageRight {
	float: right;
	padding-left: 10px;
}

