/*
-------------------------------------------------------------------------------
Adjust h1 and h2 margin to right column
-------------------------------------------------------------------------------
*/

#main_content h1, #news_headlines h2, #trade_show h2 {
	margin-right: 174px;
}

/*
-------------------------------------------------------------------------------
Right column style (featured product, search, and contact information)
-------------------------------------------------------------------------------
*/

div.right_column {
	float: right;
	margin: -58px 0 40px 0;
	padding-left: 30px;
}

div.right_column h3 {
	border-bottom: 1px solid #000000;
	font-size: 12px;
	margin: 20px 0 10px 0;
	padding-bottom: 3px;
}

/*
-------------------------------------------------------------------------------
Styles for home page includes
-------------------------------------------------------------------------------
*/

#news_headlines p, #contact_information p, #product_search p {
	margin: 4px 0;
}

#contact_information p b {
	display: block;
	float: left;
	font-weight: normal;
	margin-right: 5px;
	width: 45px;
	text-align: right;
}

#product_search {
	display: none;
}

#featured_product {
	text-align: center;
}

#featured_product h3 {
	text-align: left;
}

#featured_product b i {
	color: #848484;
	font-weight: normal;
}

#featured_product img {
	padding: 10px 0;
}

/*
-------------------------------------------------------------------------------
*/
