@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	line-height: 1.5;
	margin:0;
}

.contentTable { 
	background-color:#000;
	padding-bottom:40px;
}
a:link {
	color: #eeeeee;
	text-decoration: none;
	font-weight:bold;	
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #eeeeee;
}
a:hover {
	text-decoration: underline;
	color: #eeeeee;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #eeeeee;
	font-weight:bold;
}
.imgBorder { border: 3px #666666 solid; }


/* HERO AREA */
#heroBox {
	background-image:url(http://www.thegnomonworkshop.com/img/testimonials/bgImg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000;
	width:950px;
	height:725px;
}
#heroBox #videoBox {
	margin-top:74px;
	margin-left:10px;
	padding-bottom:10px;
	padding:8px;
	border: #444 solid 1px;
	background-color: #1A1512;
	width:370px;
	float:left;
	position:relative;
}
#heroBox .hdImg {
	text-align:center;
	margin-bottom:15px;
}
.videoTh { 
	color:#ffffff;
	font-size:9px;	
}
.videoTh img { padding-bottom:5px; }

#heroBox .textArea {
	float:left;
	width:500px;
	text-align:left;
	padding: 85px 0 20px 30px;
	color:#fff;
	font-size: 11px;
	line-height:1.7;
}


/* WRITTEM TESTIMONIAL DIV */

#text3col { 
	clear:both;
	width:950px;
	height:auto;
}
#text3col #col1 {
	float:left;
	width:240px;
	padding-right: 30px;
	color: #999999;
}
#text3col #col2 {
	float:left;
	width:310px;
	padding-right: 30px;
	color: #999999;
	line-height: 1.6;
	text-align:justify;
}
.signature {
	color: #ffffff;
	text-transform:uppercase;
	text-align:right;
	font-weight:bold;
}
hr {
	color: #333333;
	background-color: #333333;
	height: 5px;
	border:0;
	width: 100%;
	text-align:left;
	margin-top: 10px;
	margin-bottom:30px;
}

/* PULL QUOTE DIV */

#pullQuote {
	clear:both;
	background-image:url(../img/testimonials/pullBg.gif);
	background-repeat:no-repeat;
	background-color:#1d1d1d;
	float:right;
	width:645px;
	padding:30px 0 20px 40px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:20px;
	
}
#pullQuote p {
	font-size:10px;
	line-height:1.6;
	text-align:justify;
}
#pullQuote .logo {
	padding-right:20px;
	margin-right:20px;
	border-right:2px #666 solid;
}
#pullQuote .signature {
	color: #ffffff;
	text-transform:uppercase;
	text-align:right;
	font-weight:bold;
}
