/* No Sidebar On Homepage Style
 * ------------------------------
 */

#content_area { /* Change Width Of Content Area */
	width: 941px !important;
	max-width:941px;
	overflow:hidden;
	padding:0px 13px 0px 15px;
	margin:0px;
}

#content_left { /*Home Page - No Left Navigation*/
	display:none !important;
}
		
div#content_area table tr td table tr td table { /*Remove cellspacing & cellpadding*/
	border-collapse:collapse;
}

#content_outter {
	padding:0px !important;
}



/* Changing Style
 * ------------------------------
 */
#content_area br { /* Remove Breaks From Featured Products Area */
	display:none;
}

#content_area img {
	border:0px;
}


#homepage_top img, #homepage_btm img {
	border:0px !important;
}


/* Featured Products
 * ------------------------------
 */
#content_area table tr td table tr td { /* Featured Products Description */
	padding:0px 0px 0px 0px;
}

#content_area table tr td table tr td table tr td table tr td a.productnamecolor, #content_area table tr td table tr td table tr td a.productnamecolor { /* Product Name */
	color:#05868b;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#content_area table tr td table tr td table tr td table tr td a.productnamecolor:hover, #content_area table tr td table tr td table tr td a.productnamecolor:hover { /* Product Name - Hover */
	color:#05868b;
	text-decoration:underline;
}

#content_area table tr td table tr td table tr td table tr td font.text b { /* Our Price Text */
	color:#000000;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.colors_productprice { /* Our Price */
	color:#ee8f00 !important;
	font-family:arial, verdana,sans-serif !important;
	font-size:11px !important;
	font-weight:bold;
}