/* @charset "UTF-8"; Already declared in main.css */
/* CSS Document */

#bannerWrap
{
	width: 100%;
	float: left;
	
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.productBanner {

	margin-left: 10px;
	margin-right: 10px;
	
	margin-bottom: 15px;

}

#bannerContainer
{
	width: 100%;
	float: left;
	/*height: 212px;*/
	
	background-repeat: no-repeat;
	background-position: center top;
}

#bannerContainer p.floatRight
{
	width: 365px;
	height: 180px;
	font-size: 110%;
	color: #595959;
	line-height: 1.8em;
	padding-top: 4px;
}

#bannerContainer p.floatRight strong
{
	font-size: 124%;
	font-weight: normal;
}

#banner
{
	float: left;
	margin: 0px 10px;
}

.productWrap
{	
	width: 203px;
	height: 320px;
	margin-right: 40px;
	margin-bottom: 45px;
	
	background-image: url(../gfx/bg/connector_right_bottom_corner.gif);
}

.productWrap h3 a, .productWrap h3 a:active, .productWrap h3 a:visited
{
	color: #5a5a5a;
	font-size: 110%;
}

.desc
{
	height: 110px;
}

.desc #categoryHeadline
{
	display: none;
}

.productWrap .button
{
	margin-top: 9px;	
}

.bottomBanner
{
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.textWrap
{
	width: 446px;
}

.textWrap h1
{
	margin: 0;
	padding: 0;
}

.textWrap p
{
	line-height: 1.8em;
}

.textWrap img
{
	margin-left: 10px;
}
