@import url(base.css);

 
/* ============================================================
    content
    ============================================================ */

#homepageLeftContainer {
	float: left;
	width: 459px;
}

#homepageRightContainer {
	float: right;
	width: 461px;
}

.homepageContainerPadding {
	padding: 10px 20px 20px 20px;
}

.homepageHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #616265;
}

#customSolutionsContainer {
	width: 459px;
	height: 251px;
	
	background-image: url(../images/home/custom_solutions-background.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#customSolutionsSubhead {
	padding: 15px 0px 0px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

#customSolutionsBody {
	padding: 20px 0px 0px 120px;
	
	font-size: 15px;
}

#customSolutionsBody a {
	font-size: 12px;
}

#marketLinks {
	height: 30px;
	
	background-image: url(../images/home/market-background.gif);
	background-repeat: repeat-x;
}

.marketLinksUL {
	margin: 0;
	padding: 0;
	
	float: left;
	
	list-style-type: none;
}

.marketLinksUL li {
	float: left;
	display: block;
	width: 112px;
	height: 30px;
	line-height: 30px;
	
	text-align: center;
}

.marketLinksUL li a {
	color: #5e5e5e;
	text-decoration: none;
}

.marketLinksUL li.marketLinksDivider {
	float: left;
	display: block;
	width: 3px;
}

#newsAndDistributionContainer p {
	font-size: 12px;
}

#newsContainer {
	float: left;
	width: 205px;
	padding: 0px 5px 0px 0px;
}

#distributionContainer {
	float: right;
	width: 204px;
	padding: 0px 0px 0px 5px;
}

.newsAndDistributionTitle {
	margin: 0px auto 1em auto;
	
	font-size: 14px !important;
	font-weight: bold;
	color: #5e5e5e;
}

#bottleAndJarCatalogContainer {
	/*height: 353px;*/	
	background-image: url(../images/home/bottle_and_jar-background-repeater.gif);
	background-repeat: repeat-y;
}

.completeCatalog {
	padding: 30px 0px 30px 0px;
	
	font-size: 16px;
	font-weight: bold;
}

.completeCatalogDescription {
	font-size: 15px;
}

#bottleAndJarCatalogDetailContainer {
	padding: 20px 0px 0px 0px;
}

.bottleAndJarCatalogDetailLeft {
	float: left;
	width: 47%;
	
	font-size: 12px;
}

.bottleAndJarCatalogDetailRight {
	float: right;
	width: 47%;
	
	font-size: 12px;
}