body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: block;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.titleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.bottomAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.mainTextCentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}
.thankYouText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

.mainTextRedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F00;
}
.background1 {
	background-image: url(images/image006.gif);
}
.background2 {
	background-image: url(images/customer-quotes/customers-quote-bubble_r3_c1.gif);
}
.background3 {
	background-image: url(images/customer-quotes/customers-quote-bubble_r3_c1.gif);
}
.background4 {
	background-image: url(images/customer-quotes/customers-quote-bubble_r3_c3.gif);
}
.background5 {
	background-image: url(images/customer-quotes/customers-quote-bubble_r3_c1.gif);
}
.background6 {
	background-image: url(images/customer-quotes/customers-quote-bubble_r3_c3.gif);
}
.div1 {
	width:760px;
	height:156px;
	margin-left:auto;
	margin-right:auto;
}
.div2 {
	width:760px;
	height:73px;
	margin-left:auto;
	margin-right:auto;
}
.div2 ul {
	list-style:none;
	padding-top:15px;
	text-align:right;
	margin-top: 0px;
	margin-left: 170px;
}
.div2 li {
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	margin-right:30px;
	font-size: 13px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
.div2 li a:link, .div2 li a:visited, .div2 li a:active {
	color:#000;
	text-decoration: none;
}
.div2 li a:hover {
	color:#00C;
	text-decoration: none;
}
.div3 {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
.div3Left {
	width:160px;
	float:left;
}
.div3Left ul {
	width: 160px;
	list-style: none;
	border: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.div3Left ul li {
	width: 148px;
	text-decoration: none;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}
.div3Left ul li a, .div3Left ul li a:link, .div3Left ul li a:active, .div3Left ul li a:visited {
	display: block;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #393839;
	text-decoration: none;
	font-weight: normal;
}
.div3Left ul li a:hover {
	color: #00C;
}
.div3LeftLogo {
	width:80px; 
	height:75px; 
	float:left;
}
.div3Middle {
	margin-left:170px;
	margin-right:180px;
}
.div3MiddleReview {
	height:220px;
}
.div3MiddleReview img {
	float:left;
	margin-right:10px;
}
.div3Right {
	width:170px;
	float:right;
}
.div4 {
	width:760px;
	clear:both;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	margin-top: 20px;
}
.customerComments {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	border: 1px solid #333;
}
.triangle-isosceles {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	color:#000;
	background:#F5F5F5; /* default background for browsers without gradient support */
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#B5B5B5));
	background:-moz-linear-gradient(top, #F5F5F5, #B5B5B5);
	background:-o-linear-gradient(top, #F5F5F5, #B5B5B5);
}
.triangle-isosceles:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-15px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#B5B5B5 transparent;
}

