.products a.product {  display: block;  width: 240px;  height: 150px;  margin: 15px 0 20px 0;  border: 2px solid #151515;  border-width: 2px 2px 0 2px;  color: #ffffff;  text-decoration: none;  background-color: #151515;  cursor: pointer;  -webkit-transition-property: background-color, border-color;  -webkit-transition-duration: 0.2s, 0.2s;  -moz-transition-proprty: background-color, border-color;  -moz-transition-duration: 0.2s, 0.2s;  transition-proprty: background-color, border-color;  transition-duration: 0.2s, 0.2s;}.products a.product img {  display: block;  width: 240px;  height: 114px;  background-color: #333333;}.products a.product .caption {  display: block;  line-height: 36px;  font-size: 13px;  padding: 0 10px;  font-weight: normal;}.products a.product .caption .name { font-weight: bold; }.products a.product:hover {  border-color: #3399cc;  background-color: #3399cc;}#rightColumn dl { margin-top: 6em; }#rightColumn dl dt {  color: #151515;  display: inline;}#rightColumn dl dd {  margin-bottom: 30px;  display: inline;}#rightColumn em {  font-weight: bold;  font-style: normal;}#rightColumn h1.blog {  padding-left: 58px;  margin-top: 48px;  margin-bottom: 24px;  padding-top: 0;  padding-bottom: 0;  line-height: 48px;  background-image: url('/images/northdocks/services/technorati.png');  background-position: 0 center;  background-repeat: no-repeat;}
