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

.center_image{ 
	display: block;
	margin: 5px auto;
}

/* ------------- HOME PAGE CONTENT ------------------ */

div.company{
	height: 28px;
	background: transparent url(../images/company_back.jpg) left top repeat-x;
	font-size: 16px;
	letter-spacing: .15em;
	color: #fff;
	line-height: 28px;
	text-indent: 10px;
	margin-bottom: 10px;
}

/* Orange Underlined Text */
h3 span.underline{
	display: block;
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0 0 3px 0;
	background:url(../images/h5_benefits.gif) bottom center repeat-x;
}

/* Home Page Bulleted Lists */
ul.left, ul.right{
	display: block;
	width: 200px;
	font-size: 12px;
	color: #333;
	letter-spacing: .01em;
	line-height: 1.3em;
}

ul.left li, ul.right li{ margin-bottom: 5px; float: left;}

ul.left{ float: left;}
ul.right{ float: right}

div.thin_grey{display: table; width: 100%; border: 1px solid #ccc; border-width: 1px 0; padding: 1px 0; margin-bottom: 10px;}


/* -------- Learn More Button ----------- */
a.learn_more{
	display: block;
	width: 83px;
	height: 24px;
	clear: both;
	float: right;
	margin: 3px 0;
	background: transparent url(../images/learn_more.gif) left top no-repeat;
	border: 2px solid #102650;
}

a:hover.learn_more{ border-color: #fff;}


.trademark{
	vertical-align: top;
	font-size: .8em;
}

.registration{
	vertical-align: top;
	font-size: .8em;
	margin-left: 2px;
}

/* Products */

.product_table h5 a{
	display: block;
	height: 40px;
	text-align: center;
}