/* No Sidebar On Homepage Style
 * ------------------------------
 */

#content_area { /* Change Width Of Content Area */
	width: 960px !important;
	max-width:960px;
	overflow:hidden;
	padding:0px 0px 10px 0px;
	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;
	height:170px;
	color:#363636;
	font-family:helvetica, verdana, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0px;
	padding:220px 20px 0px 440px;
	width:500px;
}

#homepage_top span {
	display:block;
	color:#363636;
	font-family:helvectica, verdana, sans-serif;
	font-size:15px;
	font-weight:normal;
	margin:0px;
	padding:0px 0px 10px 0px;
}

.homepage_btm_col {
	background:url(../images/homepage/smallpromo_bg.jpg);
	color:#707070;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	line-height:16px;
	height:139px;
	float:left;
	margin:0px 0px 0px 16px;
	padding:10px 10px 0px 10px;
	width:208px;
}

#homepage_btm_1 {
	margin:0px !important;
}

.homepage_btm_col_left {
	float:left;
	margin:0px;
	padding:0px 10px 0px 0px;
	width:114px;
}

.homepage_btm_col_right {
	float:right;
	width:84px;
	padding-top:4px;
}

a.homepage_btm_col_heading, a.homepage_btm_col_heading:active, a.homepage_btm_col_heading:hover {
	color:#363636;
	display:block;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	margin:0px;
	padding:0px 0px 5px 0px;
	text-decoration:none;
}

a.homepage_btm_col_heading:hover {
	text-decoration:underline;
}

a.homepage_btm_col_click, a.homepage_btm_col_click:active, a.homepage_btm_col_click:hover {
	color:#707070;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	font-style:italic;
	line-height:16px;
	text-decoration:none;
}

a.homepage_btm_col_click:hover {
	text-decoration:underline;
}

/* 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;
}
