@charset "utf-8";
/* CSS Document */

.feature {					width: 100%;
							background: white url(../images/featured_products_repeat.jpg) top repeat-x;
							border-top: none;
							color: #333;
							border: 1px solid black;
							
}
.feature h3 { position: relative; margin-top: 0px; text-align: left; }

/*------- FEATURE STYLES -----------------------*/


.feature_top { height: 55px; }

.fproduct {					width: 49.5%;
							float: left;

}

.fImage {					float: left;
							width: 40%;
}

.fImage img {				margin: 1em;

}

.fDesc {					float: right;
							width: 60%;
							text-align: left;
}

.fDesc h5 {					margin: 1em 1em .2em 0;
}

.fDesc p {					font-size: 85%;
							color: #626262;
							margin-top: .2em;
}

.mainColumn a:link {			color: #333;

}

.mainColumn a:visited {			color: #333;

}


.mainColumn a:hover {			color: red;
							
}

.mainColumn h2.pTitle a:link {		color: white;

}

.mainColumn h2.pTitle a:visited {		color: white;

}




/*-------- BOTTOM CONTENT STYLES --------------*/

.bc_title {					width: 100%;
							height: 53px;
							background: black url(../images/morecategories_bg.jpg) repeat-x;
}

.bottomContent {			background: black;
							color: #333;
							text-align: left;
							width: 100%;
							border: 1px solid black;
}

.bottomContent img {		float: left;
							
}

.firstBanner {				border-right: 1px solid black;
}


/*------- BANNER STYLES --------------------*/

.banner {					text-align: left;
							background: transparent url(../images/bannerrepeat.jpg) repeat-x;
							border-left: 1px solid black;
							border-top: 1px solid black;
							border-right: 1px solid black;
							width: 100%;
}

.banner img {				float: left;

}

img.minibanner {			float: right;
							clear: right;
}
