/*Hides unnecessary <br> tags above Featured Products*/
#content_area br {display: none;}
#content_area table table br {display: block;}

#content_area {width: 960px !important; padding: 0 !important; float: none;}
#leftnav {display: none !important;}

#content_area {background: none; padding: 0; width: 960px;}


/*FEATURED PRODUCTS FIXES*/

#content_area .v65-productDisplay {
	background: #ffffff;
	text-align: left;
	border-style: solid;
	border-bottom: solid #eeeeee;
}

#content_area table table table table {
	background: none !important;
}
#content_area .v65-productDisplay-cell  {
	padding-left: 20px;
}

#content_area .v65-productDisplay-cell.v65-productName {	
	padding-top: 10px;
}

.v65-productDisplay a img {
	height: 140px;
}
a.productnamecolor.colors_productname {
	color: #a21a1f;
}

.colors_productprice {
	color: #000;
}
span.PageText_L489n {
	color: #a21a1f; 
}

/*END*/


#promotions {width: 960px; height: 300px;}
#promotions #promos_wrap {
	width: 240px; 
	height: 300px;
	float: right;
}
#promotions #promos_wrap a.promo {
	height: 102px;
	width: 140px;
	display: block;
	padding: 20px 16px 16px 20px;
	background: url(../images/homepage/promo_bg.jpg) no-repeat 0 0;
	font: 11px/1.2em Arial, Helvetica, sans-serif;
	color: #b7b7b7;
	text-decoration: none;
}
#promotions #promos_wrap a.promo span.title {
	display: block;
	margin-bottom: 10px;
	font: bold 18px/1.3em 'Orbitron', sans-serif;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*### SLIDESHOW ###*/
#slideshow {
    height: 300px;
    position: relative;
    width: 720px;
	float: left;
}
#slideshow a img {
    position: absolute;
    top: 0;
    z-index: 500;
}
#slideshow .currentPic {z-index: 510;}
#btns_wrap {
    bottom: 6px;
    right: 4px;
    position: absolute;
    width: 100px;
    z-index: 999;
}
#btns a, .back_btn, .forward_btn {
    background: url(../images/homepage/slide_btn.png) no-repeat 0 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 14px;   
    margin-right: 6px;
    position: relative;
    text-align: center;
    width: 14px;
    z-index: 999;
	text-indent: -9999px;
}
#btns a.selected, #btns a:hover {
    background-position: 0 bottom;
    color: red;
}

/*### LINKS ###*/
#links_wrap {
	width: 960px;
	overflow: hidden;
}
#links_wrap img {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
#links_wrap br {display: block;}
#links_wrap a.relativity {
	position: relative;
	display: block;
	float: left;
}
#links_wrap a span {
	position: absolute;
	z-index: 1;
	font: 18px/1.2em 'Orbitron Black', Arial, sans-serif;
	color: #cc2127;
	text-shadow: 1px 1px 1px rgba(0,0,0,.75);	
	display: block;
	width: 145px;
	top: 5px;
	left: 22px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}
/*Top links*/
#links_wrap a.relativity.top {height: 309px; width: 192px;}
#links_wrap a span.link2 {left: 45px;}
#links_wrap a span.link2_2 {left: -10px; top: 97px;}
#links_wrap a span.link4 {width: 160px; left: 15px;}

/*Bottom Links*/
#links_wrap a.relativity.bottom {height: 55px; width: 192px;}
#links_wrap a span.link6 {width: 176px; left: 8px;}

/*### Featured Products ###*/
#featured_products {
	width: 960px;
	height: 47px;
	background: url(../images/homepage/featured_products.jpg) no-repeat 0 0;
}