body {
	background: url(/images/bg.gif) repeat-x top left;
	}

.text {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	line-height: 18px;
}

.text a:link {
	color: #FF0000;
	text-decoration: underline;
}

.text a:visited {
	color: #FF0000;
	text-decoration: underline;
}

.text a:hover {
	color: #FF0000;
	text-decoration:underline;
}

.text a:active {
	color: #FF0000;
	text-decoration:underline;
}

.textSmall {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	line-height: 15px;
}

.textSmall a:link {
	color: #000000;
	text-decoration: none;
}

.textSmall a:visited {
	color: #000000;
	text-decoration: none;
}

.textSmall a:hover {
	color: #000000;
	text-decoration: underline;
}

.textSmall a:active {
	color: #000000;
	text-decoration: underline;
}

.texSub {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	line-height: 18px;
}

.textSide {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	line-height: 15px;
}

.textSide a:link {
	color: #FF0000;
	text-decoration: underline;
}

.textSide a:visited {
	color: #FF0000;
	text-decoration: underline;
}

.textSide a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.textSide a:active {
	color: #FF0000;
	text-decoration: underline;
}

.texMedium {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	line-height: 18px;
}

.textTiny {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8px;
	line-height: normal;
	text-transform: uppercase;
}

.link {
	font-size: 13px;
	font-weight: bold;
}

.left {
	float: left;
	margin: 0 20px 20px 0;
	}
	
#boston h1, #boston h2, #boston h3, #boston h4 {
	color: #46a840;
	} 
	
.pimp {
	font-size: 24px;
	margin: 50px 0 20px 0;
	line-height: normal;
	}
	
/*** PRODUCTS PAGE ***/

.prodContent {
	width: auto;
	background: 
}

.prodWrap * {
	margin: 0;
	padding: 0;
}

.prodWrap {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	color: #666;
}

.prodWrap h1 {
	margin: 20px 0;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -1px;
	clear: both;
	float: left;
	width: 100%;
}

.prodWrap h2 {
	margin: 20px 0;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	clear: both;
	float: left;
	width: 100%;
}

.prodWrap ul {
	margin: 20px 0 20px 40px;
}

.prod {
	width: 140px;
	float: left;
	height: 180px;
	text-align: center;
	line-height: normal;
	font-size: 11px;
	background: #eee;
	margin: 5px 15px;
	padding: 5px;
	border: 1px solid #ccc;
}

.prod img {
	display: block;
	clear: both;
	border: 1px #ccc solid;
	float: left;
	margin: 0 auto 5px auto;
}

.prod a:link, .prod a:visited {
	color: #666;
	text-decoration: none;
}

.prod a:hover, .prod a:active {
	color: #c00;
	text-decoration: underline;
}

/*** LOGO ***/


