body {
	margin: 0;
	background: #fff url(../images/background.gif);
}

body, p, td, div {
	font: 12px/20px Verdana, sans-serif;
	color: #333;
}

a:link { color: #ff3c00; text-decoration: none; }
a:visited { color: #ff3c00; text-decoration: none; }
a:active { color: #ff3c00; text-decoration: none; }
a:hover { color: #ff3c00; text-decoration: underline; }

h1 { font: bold 14px Verdana, sans-serif; }
h2 { font: bold 12px Verdana, sans-serif; }
h3, h4, h5, h6 { font: bold 11px Verdana, sans-serif; }

.underButton {
	background: #fff url(../images/b_under.gif) no-repeat;
}

.content {
	background-color: #fff;
	padding: 20px;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	font-color: #333;
}


.newsitem {
	background:#fff url(/images/news_grad.gif) repeat-x;
	border-top:2px solid #ccc;
	margin-bottom:16px;
	padding:10px;
	color:#444;
	}

.newstitle {
	font:bold 1.3em Georgia, serif;
	color:#434865;
	}
	
.photo {
	padding:8px;
	border:1px solid #ccc;
	float:right;
	}
	
.clr {clear:both;}

/* changed from ids to classes per tsm 110506 due to addition of more titles */
#shop_col1 { width:315px; float:left; display:inline; position:relative; }
#shop_col2 { width:315px; float:right; display:inline; position:relative; }

.shop_item { }
#shop_col1 .thumb, #shop_col2 .thumb { float:left; margin:0 10px 10px 0; }
#shop_col1 .title, #shop_col2 .title { font:16px Georgia, serif; color:#222; height:100px; }
#shop_col1 .blurb, #shop_col2 .blurb { font:10px Verdana, sans-serif; color:#555; }
#shop_col1 .pricing, #shop_col2 .pricing { font:22px Georgia, serif; color:#333; }
#shop_col1 .pricing_note, #shop_col2 .pricing_note { font:9px Verdana, sans-serif; color:#777; }

.shop_col1 { width:310px; height:420px; float:left; display:inline; position:relative; border-right:2px dotted #999999;padding:5px;}
.shop_col2 { width:305px; height:420px; float:left; display:inline; position:relative; padding:5px;}

.shop_item { }
.shop_col1 .thumb, .shop_col2 .thumb { float:left; margin:0 10px 10px 0; }
.shop_col1 .title, .shop_col2 .title { font:16px Georgia, serif; color:#222; height:100px; }
.shop_col1 .blurb, .shop_col2 .blurb { font:10px Verdana, sans-serif; color:#555; }
.shop_col1 .pricing, .shop_col2 .pricing { font:22px Georgia, serif; color:#333; }
.shop_col1 .pricing_note, .shop_col2 .pricing_note {
		font:9px Verdana, sans-serif;
		line-height:13px;
		color:#777777; }

#shop_add { margin:30px auto 10px; text-align:center; }

#sMBlock {
	width:460px;
	height:300px;
	margin:20px auto;
	text-align:center;
	padding:45px 0px 0px 0px;
	background:url(../images/sMBlock_bg.png) no-repeat top left;
}
#sMBlock img {
	margin:0px 2px 5px 2px;
}
