body { 
	background-color: #ededed;
	margin: 0;
	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

#PgWrapper {
	width: 1102px;
	margin: 0 auto;
}

#pgHead {
	margin: 0 auto;
	width: 1100px;
	height: 147px;
}

#mainArea {
	margin: 0 auto;
	width: 760px;
	background-image: url(/images/productBkgd.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#mainAreaBtm {
	margin: 0 auto;
	width: 760px;
	height: 53px;
	background-image: url(/images/productBkgdBtm.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.productBox {
	margin: 0 auto;
	border: 1px #ec008d solid;
	width: 600px;
	}
	
.productBoximgCol {
	float: left;
	width: 270px;
	margin: 20px 0 0 20px;
	}

.productBoxtxtCol {
	float: right;
	width: 270px;
	margin: 20px 20px 0 0;
	}

/* -------- BASE STYLES ----------- */

h1 {
	color: #ec008d;
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: left;
	margin: 0px;
	font-weight: bold;
}

h2 {
	color: #ec008d;
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: left;
	margin: 0 0 16px 0;
	font-weight: normal;
}

h3 {
	color: #ec008d;
	font-size: 1.15em;
	line-height: 1.2em;
	text-align: left;
	font-weight: normal;
	font-style: normal;	
}

p {
	font-size: 0.9em;
	line-height: 1.25em;
	margin: 0;
	font-weight: normal;
	color: #ec008d;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #ec008d;
	}

a:hover {
	color: #000000;
	}

	
.priceblock { 
	background-color: #ec008d;
	width: 260px;
	margin: 10px 10px 10px 0;
	padding: 10px;
	}

.priceblock p {
	font-size: 1.1em;
	line-height: 1.25em;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	}

.results_navigation {
	text-align: center;
	margin: 15px 0 0 0;
	font-size: 1.25em;
	}

.results_navigation strong {
	color: #777;
	font-weight: bold;
	}

/* -------- MISC STYLES ----------- */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
}

/*-------------- IE6 Only -------------------*/

* html #mainArea {
	}

	
/* IE7+ */
*#menuArea p {
	}

