/* No Sidebar On Homepage Style
 * ------------------------------
 */
#content_outter {
	padding-top:0px !important;
}

#content_area { /* Change Width Of Content Area */
	background-image: url(../images/template/content_bg.jpg);
	background-repeat:repeat-y;
	background-position:top right;
	width: 970px !important;
	max-width:970px;
	overflow:hidden;
	padding: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;
}



/* Changing Style
 * ------------------------------
 */

#content_area br {
	display:none;
}

#content_area img {
	border:0px;
}

#content_area table tr td table {
	width:100% !important;
}

#homepage_top {
}

#homepage_btm_left {
	float:left;
	margin:0px;
	max-width:655px;
	overflow:hidden;
	padding:0px;
	width:655px;
}

#homepage_btm_right {
	float:right;
	margin:0px;
	max-width:315px;
	overflow:hidden;
	padding:0px;
	width:315px;
}

#homepage_btm_left_btm {
	margin:0px;
	padding:0px 10px 0px 10px;
}

#homepage_btm_left_btm_row2 {
	clear:both;
	margin:0px;
	padding:15px 0px 0px 0px;
}

.homepage_btm_left_btm_col {
	float:left;
	margin:0px 5px 0px 5px;
	padding:0px;
	width:200px;
}

.homepage_btm_left_btm_col a {
	color:#b81f25;
	display:block;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	margin:0px;
	padding:5px 0px 0px 0px;
	text-decoration:none;
}

.homepage_btm_left_btm_col a:hover {
	text-decoration:underline;
}


/* Featured Products
 * ------------------------------
 */
#content_area table { /* Set Width Of Table */
	margin:0px;
	padding:0px;
	width:896px;
}

#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:#555555;
	font-family:arial, verdana, sans-serif;
	font-size:13px;
	font-weight:normal;
}

#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:#f99d1c;
	text-decoration:underline;
}

#content_area table tr td table tr td table tr td table tr td font.text b, #content_area table tr td table tr td table tr td table tr td font.colors_text b { /* List Price Text */
	/*color:#555555 !important;
	font-family:arial, verdana, sans-serif !important;
	font-size:12px !important;
	font-weight:bold !important;*/
}

#content_area table tr td table tr td table tr td table tr td font.text { /* List Price */
	/*color:#555555 !important;
	font-family:arial, verdana, sans-serif !important;
	font-size:12px !important;
	font-weight:bold !important;*/
}

#content_area table tr td table tr td table tr td table tr td font.text b { /* Our Price Text */
	/*color:#363641;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	font-weight:normal;*/
	display:none;
}

#content_area table tr td table tr td table tr td table tr td b font.colors_productprice { /* Our Price */
	color:#f96f1c !important;
	display:inline !important;
	font-family:arial, verdana,sans-serif !important;
	font-size:13px !important;
	font-weight:bold;
}

#content_area table tr td table tr td table tr td table tr td font.text s { /* Our Price Alternative */
	color:#f96f1c !important;
	font-family:arial, verdana,sans-serif !important;
	font-size:13px !important;
	font-weight:bold !important;
	text-decoration:none !important;
}

#content_area table tr td table tr td table tr td table tr td font.productnamecolor i b { /* You Save Text */
	/*color:#000000 !important;
	font-family:arial, verdana, sans-serif !important;
	font-size:12px !important;
	font-weight:normal !important;
	font-style:italic !important;
	text-decoration:none !important;*/
}

#content_area table tr td table tr td table tr td table tr td a img { /* Product Image Border */
	border:0px !important;
}

/*Styles for iframe*/
#homepage_right_navigation {
	overflow: visible; 
	width: 100%; 
	display: none;
}

#homepage_content {
	overflow: visible; 
	width: 100%; 
	display: none;
}