/* No Sidebar On Homepage Style
 * ------------------------------
 */

#content_area { /* Change Width Of Content Area */
	width: 958px; !important;
	max-width:958px;
	overflow:hidden;
	padding:10px 9px 10px 8px;
	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 {
	background:url(../images/homepage/promo_large.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	height:158px;
	margin:0px;
	padding:200px 35px 0px 595px;
	width:328px;
}

#homepage_top ul {
	margin:0px;
	padding:0px;
}

#homepage_top ul li {
	margin:0px;
	padding:5px 0px 0px 0px;
}

#homepage_btm {
	background:url(../images/homepage/homepage_btm.jpg);
	background-repeat:no-repeat;
	color:#020202;
	font-family:arial, verdana, sans-serif;
	font-size:13px;
	height:319px;
	line-height:18px;
	margin:0px;
	padding:20px 50px 0px 390px;
	width:518px;
}

#homepage_btm_heading {
	color:#042969;
	font-family:arial, verdana, sans-serif;
	font-size:18px;
	line-height:21px;
}

#homepage_btm p {
	margin:0px;
	padding:7px 0px 0px 0px;
}

/* Featured Products
 * ------------------------------
 */
#content_area table tr td table tr td { /* Featured Products Description */
	padding:10px 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:#000000;
	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:#266dcc;
	text-decoration:none;
}

#content_area table tr td table tr td table tr td table tr td font.text b { /* Our Price Text */
	color:#010101;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
}

.colors_productprice { /* Our Price */
	color:#266dcc !important;
	font-family:arial, verdana,sans-serif !important;
	font-size:12px !important;
	font-weight:normal;
}
