body{behavior:url("/assets/behavior/csshover.htc");}
*{margin:0px;padding:0px;}
p{margin:15px 0px;}
a img{border:none;}
a{outline:none;text-decoration:none;color:#74578E;}
a:hover{color:#666;}
body{text-align:center;background:url(../images/bodybg.jpg) #74578E repeat-x;color:#000;}
#container{width:1000px;background:url(../images/mainbg.gif) repeat-y;position:relative;margin:0px auto;text-align:left;font:14px/1.44 Arial, Helvetica, sans-serif;}
#content{background:url(../images/header.jpg) no-repeat;padding:444px 166px 0px 177px;}
#footer{height:334px;background:url(../images/footer.jpg) no-repeat;position:relative;}
#primarynav{list-style-type:none;position:absolute;left:444px;top:75px;z-index:99;}
#primarynav li{list-style-type:none;float:left;margin-bottom:10px;position:relative;}
#primarynav li ul{display:none;background:#000;position:absolute;left:-55px;top:56px;text-align:center;border:solid 3px #fff;}
#primarynav li:hover ul{display:block;}
#primarynav li ul li a{color:#fff;text-transform:uppercase;font-weight:bold;display:block;padding:3px 20px;width:222px;font-size:16px;}
#primarynav li ul li a:hover{color:#CC0000;background:#fff;display:block;}

#handinav{list-style-type:none;font-size:10px;text-transform:uppercase;text-align:right;position:absolute;right:266px;top:122px;width:500px;}
#handinav li{color:#666;}
#handinav li a{color:#fff;}
#handinav li a:hover{color:#CC0000;}
#header{position:absolute;left:122px;top:144px;z-index:3;}
#header2{position:absolute;left:122px;top:144px;z-index:4;}
.left{float:left;margin-right:20px;}
.right{float:right;margin-left:20px;}
.clear{clear:both;}

/* 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:left;
		margin-left:-2px;
		margin-bottom:7px;
		text-align:left;
		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;	
	}
	#zazzy{width:653px;}