body {
	background-color:#4D4D4D;
	text-align:center;
}

p {
	text-indent:20px;
}

img {
	background-color:#FFFFFF;
}

.top_banner {
	height:36px;
	background:transparent url(../img/top_extra.png) repeat-x;
}

.top_center {
	background-image:url(../img/top_center.png);
	background-repeat:repeat-x;
	width:786px;
	height:36px;
}

.page_body {
	width: 786px;
	background:transparent url(../img/body.png) repeat-y;
	text-align:left;
}

.page_padding {
	padding:0 15px 20px 15px;
}

.bottom_banner {
	height:156px;
	background:transparent url(../img/bottom_extra.png) repeat-x;
}

.bottom_center {
	background-image:url(../img/bottom_center.png);
	background-repeat:no-repeat;
	width:786px;
	height:156px;
	text-align:center;
}

.title_image {
	text-align:center;
}

.navigation {
	text-align:right;
	padding:5px 0 5px 0;
	font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:lowercase;
}

.navigation a {
	text-decoration:none;
	color:#505050;
	font-weight:bold;
}

.navigation a:hover {
	color:#FF9900;
	background-color:#FFFFFF;
}

.navigation_link {
	padding:0 4px 0 4px;
}

.quote_box {
	width:752px;
	height:144px;
	background:transparent url(../img/quote_bg.jpg) no-repeat;
}

.quote_box .text {
	padding:20px 0 0 0;
	font-size:22px;
	line-height:34px;
}

.quote_box .text .emphasis {
	color:#C40000;
	font-weight:bold;
}

.copyright_text {
	color:white;
	font-size:12px;
}

.subtitle {
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height:28px;
	font-weight:bold;
	color:#024E65;
	border-bottom:dotted 1px black;
	text-transform:lowercase;
}

.heading1 {
	font-size:24px;
	font-weight:bold;
}

.heading2 {
	font-size:18px;
	font-weight:bold;
}

.heading3 {
	font-size:18px;
	font-weight:bold;
	color:#CC0000;
	padding-bottom:3px;
}

.enunciate {
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
	font-weight:bold;
}

.testimonial {
	padding:3px;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	border-top:solid 1px #0F6FC6;
	border-bottom:solid 1px #0F6FC6;
	background-color:#E3F0FD;
	width:400px;
}

.width400 { width:400px; }
.width500 { width:500px; }
.width600 { width:600px; }

.mugshot {
	padding-top:8px;
	text-align:center;
	vertical-align:top;
}

.product_engg_explanation {
	width:650px;
}

.no-list {
	list-style-type:none;
}