.product_container { margin-bottom:10px; }

.column_content 
{ 
	min-height:520px;			/* Sets min-height to 520px */
	height:auto !important;		/* For all other browsers other than IE - allows height to expand/collapse */
	height:520px;				/* Sets hieght to 520px for IE */
}

table { border-collapse:collapse; }

.page_title
{
	font-size:240%;
	font-weight:bold;
	color:#990000;
	text-transform:uppercase;
}

.section_image 
{ 
	padding-top:5px;
	padding-right:10px;
	padding-bottom:15px;
	vertical-align:top; 
}

.section_content
{
	padding-top:5px;
	padding-bottom:15px;
	vertical-align:top;	
}

.section_title
{
	font-size:200%;
	font-weight:bold;
	text-transform:uppercase;
}

.section_description
{
	margin:0 10px;
}

.section_title, 
.section_title a:link, 
.section_title a:visited,
.section_title a:hover, 
.section_title a:active { color:#970f00; }

.section_subtitle
{
	font-size: 120%;
	font-weight:bold;
}

/*
.section_subtitle, 
.section_subtitle a:link, 
.section_subtitle a:visited,
.section_subtitle a:hover, 
.section_subtitle a:active { color:#970f00; }
*/

.section p
{
	margin-top:0;
	margin-bottom:15px;
}

.featured_content { text-align:left; }
.featured_image { margin-bottom:10px; }