
/********** PRODUCTS - MAIN CATEGORY BOXES IN subfooter-products.txt **********/
/** When replacing an image, upload the image in this folder - http://earthpack.com/gogreen1692/images/products/ 
*** and replace background: url with name of image **only the .jpg part - do not change the path
*** e.g. replace ("../images/products/image-coming-main-1.jpg") with ("../images/products/plastic-bags-main.jpg") 
*** IMAGE SIZE IS 280 X 54 PIXELS **/

.products-main-1 {
	width: 280px;
	height: 54px;
	background: url("../images/products/image-coming-main-1.jpg") no-repeat top left;
	border: 1px solid #bebdbd;
	margin: 0px 0px 5px 0px;
}

.products-main-2 {
	width: 280px;
	height: 54px;
	background: url("../images/products/image-coming-main-2.jpg") no-repeat top left;
	border: 1px solid #bebdbd;
	margin: 0px 0px 5px 0px;
}

.products-main-3 {
	width: 280px;
	height: 54px;
	background: url("../images/products/image-coming-main-3.jpg") no-repeat top left;
	border: 1px solid #bebdbd;
	margin: 0px 0px 5px 0px;
}

.products-main-4 {
	width: 280px;
	height: 54px;
	background: url("../images/products/image-coming-main-4.jpg") no-repeat top left;
	border: 1px solid #bebdbd;
	margin: 0px 0px 5px 0px;
}

.products-main-5 {
	width: 280px;
	height: 54px;
	background: url("../images/products/image-coming-main-5.jpg") no-repeat top left;
	border: 1px solid #bebdbd;
	margin: 0px 0px 5px 0px;
}

.products-main-6 {
	width: 280px;
	height: 54px;
	background: url("../images/products/image-coming-main-6.jpg") no-repeat top left;
	border: 1px solid #bebdbd;
	margin: 0px 0px 5px 0px;
}

/** BOTTOM MAIN CATEGORY - INDUSTRY SPECIFIC
*** IT REQUIRES A DIFFERENT MARGIN THAN THE REST **/

.products-main-bottom {
	width: 280px;
	height: 54px;
	background: url("../images/products/image-coming-main-7.jpg") no-repeat top left;
	border: 1px solid #bebdbd;
	margin: 0px;
}

/** MAIN CATEGORIES TEXT **/

.main-category {
	width: 280px;
	float: right;
	text-align: center;
	padding-top: 18px;
}

.main-category a {
	width: 280px;
	height: 64px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	color: #4E3227;
	text-decoration: none;
}

.main-category a:hover {
	color: #FFB24B;
}


/********** PRODUCTS - LEFT MAIN CONTENT TABLE IN products-***.html & products.html **********/

#product-table {
	text-align: center;
}

/** PRODUCTS MAIN CONTENT TEXT **/

#product-table h3 {
	color: #4E3227;
	font-size: 14px;
}

#product-table a {
	color: #4E3227;
	font-size: 12px;
	text-decoration: none;
}

#product-table a:hover {
	color: #FFB24B;
}

