/* STYLES UNIQUE TO A CERTAIN PAGE. PLEASE MAKE BEGINNING AND END COMMENTS TO SEPARATE EACH PAGE. */

#home_pic {
	width:698px;
	padding:0;
	margin:0;
	height:529px;
	background-image:url(../images/bg_home.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#home_text {
	padding:150px 0 0 0;
	margin:0;
}
#home_content {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	text-align:center;
}

#home_content img {
	padding:0;
	margin:10px 0;
	vertical-align:middle;
}



/*Contact Us Page commands, table and cell can remain the same, but everything else is changable*/

table#contact-us  {
	width:600px;
	margin-top:12px;
	margin-bottom:24px;
}

table#contact-us td  {
	padding:5px 3px;
}

td.name  {
	width:244px;
	font-weight:bold;
}

td.field  {
	width:400px;
}
/*End contact us page styles*/

/* Begin Address Imaging Systems Styling */
.product_group_container {
	width:690px;
	float:left;
}

.product_heading {
	width:690px;
	font-size:14px;
	font-weight:bold;
	padding:3px;
}

#product_company {
	background-color:#D1AD81;
	color:#E9373F;
	font-weight:bold;
	padding:3px;	
}

.single-product {
	width:172px;
	float:left;
	padding:0;
	margin:0;	
}

.single-product img {
	padding:0;
	margin:0;
}

.single-products a {
	padding:0;
	margin:0;
}

.single-product h4 {
	padding:25px 0px 6px 0px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

.product_container {
	width:220px;
	padding:5px;
	float:left;
}

.product_title {
	width:220px;
	overflow:hidden;
}

.product_description {
	width:220px;
	padding-bottom:5px;
}

.product_details {
	width:220px;
}

.product_heading_special {
	width:220px;
	font-size:14px;
	font-weight:bold;
}
/* End Address Imaging Systems Styling */