﻿* { margin: 0px; padding: 0px; }

* html body {
  overflow: hidden;
}

body {
	background: #A89166 url('http://americasgreenpages.com/template/default/images/gradback.png') repeat-x fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0;
	width:100%
	}

h1 {
	font-family: verdana, arial, helvetica;
	color: #333333;
	font-size: medium;
	margin: 0 0 5px 0;
} 

h2 {
	font-family: verdana, arial, helvetica;
	color: #333333;
	font-size: 120%;
	margin: 0 0 5px 0;
	padding: 0;
}
h3 { font-family: verdana, arial, helvetica; color: #333333; font-size: 110%; font-weight: bold; margin: 0 0 5px 0; padding: 0;} 

/********** LINKS ****************/
a:link {
	COLOR: #333333;
	text-decoration: underline;
}
a:visited {
	COLOR: #333333;
	text-decoration: underline;
}
a:hover {
	COLOR: #333333;
	text-decoration: underline;
}
a:active {
	COLOR: #333333;
	text-decoration: underline;
}

.header {
	width: 980px;
	margin: 30px auto 0 auto;
}

#dirtag {
	background-color: #80C31C;
	color: white;
	text-align: center;
	font-size: 16px;
	width: 980px;
	height: 30px;
	font-weight: bold;
	position: relative;
	line-height: 30px;
}

#menu {
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	width: 980px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	background-color: #FF7900;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*Wrapper*/

#container {
	width: 980px;
	margin: 0 auto;
	background-color: #A89166;
	padding-top:10px;
}

/*Footer*/

.footer {
	padding-top: 15px;
	width: 980px;
	margin: 0 auto;
	text-align:center;
	border-top: medium #FF7900 solid;
	clear: both;
	background: #FBB36B;
	color: #000000;
}
.footer a {
	color: #555555;
}


/* Store Styles */
/* 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: 2px #FBB36B solid;
	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 #FF7900 solid !important;
}

/* This is the style given to the outside of the image link when hovering over the image */
	.gridCell .realviewLink:hover {
	border: 2px #FF7900 solid !important;
}

/* This is the style given to the text underneath the image (title, description, price...) */
	.gridCellInfo {
		text-align:center;
	}

/* 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;	
	}

	