.left_links {
	margin-left: 10px;
	/*font-weight: bold;*/
}
.nav {
	font-size: 7pt;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}
.body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
.body_small {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
}
.body_indented {
	font-family: verdana, arial, sans-serif;
	margin-left: 10px;
	font-size: 10px;
}
.body_indented_12 {
	font-family: verdana, arial, sans-serif;
	margin-left: 10px;
	font-size: 12px;
}
.body_bold {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.body_bold_small {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 9px;
}
.body_bold_medium {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
.body_bold_medium_white {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
}
.body_bold_large_grn {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #006699;
}
.footer {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 9px;
}
.head_verdana {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*color: #006699;*/
	color:#096;
	
}
.ql_arial {
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

a:link {
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	color: #006699;
}
a:visited {
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	color: #006699;
}
a:hover {
	font-family: arial;
	font-size: 9pt;
	text-decoration: underline;
	font-weight: bold;
	color: #6699cc;
}
a:active {
	font-family: arial;
	font-size: 9pt;
	text-decoration: underline;
	font-weight: bold;
	color: #ff0000;
}

.inner_html_text{
	width: 375px;
	height: 265px;
	float:left;
	margin: 50px 0px 0px 150px;	
}

.inner_html_text ul{ list-style: none; padding-left:13px;}

.inner_html_text li { margin-bottom: 10px; }

.inner_html_text li a{
	color:#0099cc;
	font-size:14px;
}

.inner_html_text span{
	color:#999999;
	font-size:12px;
	display: block;
	margin-left: 11px;
}

.inner_html_image{
	width: 525px;
	height: 305px;
}

#title_1{
	color:#009900;
	font-size: 17px;
	font-weight: bold;
	margin-left: 10px;
}

#title_2{
	color:#999999;
	font-size: 17px;
	padding: 0px;
	margin: 0px 0px 0px 3px;
}



/*
a:link {
	font-family: arial;
	font-size: 9pt;
	text-decoration: underline;
	color: #0000ff;
}
a:visited {
	font-family: arial;
	font-size: 9pt;
	text-decoration: underline;
	color: #ff0000;
}
a:hover {
	font-family: arial;
	font-size: 9pt;
	text-decoration: underline;
	color: #006699;
}
a:active {
	font-family: arial;
	font-size: 9pt;
	text-decoration: underline;
	color: #9999CC;
}

a.left:link {
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
}
a.left:visited {
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
}
a.left:hover {
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
	color: #006699;
}
a.left:active {
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
	color: #9999CC;
}

a.foot:link {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	color: #0000ff;
}
a.foot:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	color: #0000ff;
}
a.foot:hover {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	color: #006699;
}
a.foot:active {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	color: #9999CC;
}

a.quicklinks:link {
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	color: #006699;
}
a.quicklinks:visited {
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	color: #006699;
}
a.quicklinks:hover {
	font-family: arial;
	font-size: 9pt;
	text-decoration: underline;
	font-weight: bold;
	color: #6699cc;
}
a.quicklinks:active {
	font-family: arial;
	font-size: 9pt;
	text-decoration: underline;
	font-weight: bold;
	color: #ff0000;
} */


input {
	background-color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #006699;
	border: 1 solid #006699;
	height: 18px;
}
input.no_border {
	background-color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #006699;
	border: 1 solid #ffffff;
}
select {
	background-color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #006699;
	height: 18px;
}
textarea {
	background-color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #006699;
	border: 1 solid #006699;
}
hr.grn {
	color: #006699;
	height: 1px;
}

.add_to_cart{
	background: url('images/add_to_cart.png') no-repeat;
	padding-bottom: 10px;
	width: 115px;
	height: 20px;
	text-indent:-9999px;
	display: block;
}

.add_to_cart:hover{
	background: url('images/add_to_cart_over.png') no-repeat;
}

.order_now{
	background: url('images/order_now.png') no-repeat;
	padding-bottom: 10px;
	width: 125px;
	height: 24px;
	text-indent:-9999px;
	display: block;
}

.order_now:hover{
	background: url('images/order_now_over.png') no-repeat;
}

.button_border{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-left: 10px;
}

.product_border{
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 10px;
}

.free_trial{
    background: url('images/free_trial_blue.png') no-repeat;
    width: 130px;
    height: 25px;
    display: block;
}

.free_trial:hover{
    background: url('images/free_trial_blue_over.png') no-repeat;
    width: 130px;
    height: 25px;
    display: block;
}

.free_trial_home{
    background: url('images/free_trial_green_over.png') no-repeat;
    width: 130px;
    height: 25px;
    display: block;
}

.free_trial_home:hover{
    background: url('images/free_trial_green.png') no-repeat;
    width: 130px;
    height: 25px;
    display: block;
}

.free_trial_home_small{
    background: url('images/free_trial_green_over_small.png') no-repeat;
    width: 100px;
    height: 19px;
    display: block;
}

.free_trial_home_small:hover{
    background: url('images/free_trial_green_small.png') no-repeat;
    width: 100px;
    height: 19px;
    display: block;
}

.learn_more{
    background: url('images/learn_more.png') no-repeat;
    width: 100px;
    height: 19px;
    display: block;
}

.learn_more:hover{
    background: url('images/learn_more_over.png') no-repeat;
    width: 100px;
    height: 19px;
    display: block;
}

.request_more_info{
    background: url('images/request_more_info_over.png') no-repeat;
    width: 130px;
    height: 39px;
    display: block;
}

.request_more_info:hover{
    background: url('images/request_more_info.png') no-repeat;
    width: 130px;
    height: 39px;
    display: block;
}


.request_more_info_green{
    background: url('images/request_more_info_green.png') no-repeat;
    width: 100px;
    height: 30px;
    display: block;
}

.request_more_info_green:hover{
    background: url('images/request_more_info_green_over.png') no-repeat;
    width: 100px;
    height: 30px;
    display: block;
}


.contact_table td{
	border: 3px solid #a9abae;
	border-collapse: collapse;
        border-spacing: 0px;
	padding: 5px 0px 5px 5px;
	font-family: verdana;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	
}

.th_contact{
    color: #ffffff;
    font-size: 18px;
    font-family: verdana;
    font-weight: normal;
}
