body {background-color:#EA9649;}

/* This is the H1 title used in the sample PHP files */
	.sampleTitle {
		text-align:center;
		color:#8E2618;
		font-family: arial;
	}
/* This is one product grid cell (the box that contains each product image and text) */
	.gridCell {
		float:left;
		text-align:center;
		position:relative;
		overflow:visible;
	}
/* This is the style given to the product image link by default */
	.gridCell .realviewLink {
		border:1px solid #8E2618;
		display:block;
		padding:0px;
		color:#8E2618;
		font-family: arial;
	}
/* 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;
		color:#8E2618;
		font-family: arial;
	}
/* 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;
		color:#000000;
		font-family: arial;
	}
/* 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:visible;
		height:20px;
		font-size:.85em;
		color:#8B4513;
	}
/* The product title text */
	.productTitle {
		display:block;
		height:20px;
		overflow:hidden;
		font-weight:bold;
		color:#800000; 
	}
/* Product price text */
	.productPrice {
		cursor: default;
		text-decoration: none;
		font-size: 10pt;	
		color:#000000;
		font-weight: bold;
		margin-bottom:10px;
	}
/* The pagination arrows (previous/next)*/
	.paginationArrows {
		text-decoration: none;	
	}
	
#navigation
{
	list-style: none;
	margin: 20px 0px;
	padding: 0px;
	font-size: 11pt;
	text-decoration: none;
}

#navigation li
{
	float: left;
	margin-left: .2em;
	padding-right: .2em;
	border-right: 1px dotted #FFF;
	text-transform: uppercase;
	height: 20px;
	font-family: 'Franklin Gothic', 'Helvetica', sans-serif;
	text-decoration: none;
}

#navigation li.first
{
	margin-left: 0em;
}

#navigation li a
{
	padding: .3em 1em .25em 1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#navigation li.current a
{
	background-color: #B64317;
	color: #FFF;
	
	border-radius: 4px;
}

#navigation li.blog a
{
	color: #FFF;
}

#navigation li.last
{
	border: 0px;
}

#subnav
{
	position: absolute;
	top: 0px;
	height: 60px;
	text-transform: uppercase;
	font-size: 80%;
	width: 92%;
	z-index: 10;
}

body.media #subnav a
{
	color: #FFF;
}

#subnav a, ul.subnav a
{
	color: #A93502;
}


#subnav ul, ul.subnav
{
	list-style: none;
	margin-top: 20px;
	padding: 0px;
	height: 20px;
	width: 80%;
	position: absolute;
	left: 220px;
	text-align: left;
}


#subnav li, ul.subnav li
{
	float: left;
	margin-right: .7em;
	padding-right: .7em;
	border-right: 1px solid #A93502;
}

#subnav li.last, ul.subnav li.last
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div.layout
{
  text-align: center;
}
div.centre
{
  text-align: left;
  width: 900px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
