/*Product Summary*/

.prod-summary {
	color: #001f59;
	font-size: 100%;
	border: none;
	background-color: transparent;
	font-weight: bold;
	margin-bottom: 2em;
	width: 40em;
	margin-left: 0;
	font-size: .8em}

.prod-summary dt {
	color: #fa5900;
	font-weight: bold;
	float: left;
	padding: 0em;
	margin: 0em;
	width: 10em;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px; 
}

.prod-summary dd {
	margin-left: 11em;
	padding-top: 2px;
	padding-bottom: 2px; 
}

.tagline {
	font-weight: bold;
	font-size: 1.1em;
	font-style: italic; 
}

.small-column {
	width: 32%;
	float: left;
	margin-left:1% 
}

#column-wrap .small-column p {
	font-weight: bold;
	margin-bottom: .5em 
}

#column-wrap {
	font-size: .7em}

.buttons {
	clear: both;
}

#maintext .buttons a {
	width:15%;
	display: block;
	float: left;
	text-align: center;
	margin-left: 15%;
	margin-right:10%;
	padding:.5em 5%;
	-webkit-border-radius: .5em;
	-moz-border-radius: .7em;
	border-radius: .7em;
	background-color: #bfbfbf;
	margin-bottom:2em;
	text-decoration: none;
	color: #2b2b2b;
	box-shadow: 2px 2px 2px #bbb;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	-moz-box-shadow: 2px 2px 2px #bbb; 
}


#maintext .buttons a:link, #maintext .buttons a:visited {
	background-color: #c9c9c9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#848484), color-stop(0.6, #a1a1a1));
	border: none; 
}

#maintext .buttons a:hover, #maintext .buttons a:active {
	background-color: #c9c9c9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#848484), to(#c9c9c9), color-stop(0.4, #a1a1a1));
	border: none; 
}

.screen-thumbs {
	margin-top: 4em 
}

.screen-thumbs p {
	text-align: center;
	font-size: 80%;
	color: #3e3e3e;
	margin-bottom: .5em;
	font-weight: bold; 
}

.screen-thumbs img {
	width: 80% 
}

.review-quote, .testimonial {
	padding:2em;
	padding-bottom: 2.5em;
	box-shadow: 2px 2px 2px #bbb;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	-moz-box-shadow: 2px 2px 2px #bbb;
	margin-bottom:1em;
	background-color: #f2f2f2;
	clear: both;
	margin-top: 2em 
}

.review-quote img {
	float: left; 
}

/*columns*/

#maintext .small-column a {
	text-decoration: none;
	border-bottom-style: none;
	padding: .5em 1em;
	-webkit-border-radius: .8em;
	-moz-border-radius: .8em;
	border-radius: .8em;
	-webkit-transition: background 1s}

#maintext .small-column a:hover {
	border-bottom-style: none;
	background-color: #bfbfbf; 
}

#maintext .small-column li {
	padding-bottom: .8em;
	list-style-type: none; 
}