/*Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ul {
	list-style: none;
}
/*---------------------------------------------------------------------------------------------*/
body {
	font-family: Arial;
	line-height: 1;
	font-size:12px;
	color:#444444;
	background:#1c2b3c url(../img/bodybg.jpg) repeat-x;
}
p {
	line-height:20px;
}
hr {
	width:100%;
	height:1px;
	border: none 0;
	border-top: 1px solid #d0d0d0;
	margin-top:2px;
	float:left;
}
h1 {	
	font-size:32px;
	color:#002240;
	font-family:Arial;
	font-weight:bold;
}
h2 {
	font-size:20px;
	color:#002240;
	font-family:Arial;
	font-weight:normal;
}
h3{
	font-size:24px;
	font-weight:normal;
	font-family:Georgia, Arial;
	color:#002240;
	padding-bottom:7px;
}
h4{
	color:#8da2b2;
	font-weight:bold;
}
h5{
	font-weight:bold;
	line-height:22px;
	font-size:16px;
	color:#000000;
	margin-top:2px;
}
.redtext {
	color:#ca0202;
}
a:link, a:visited { 
	text-decoration:none;
	color:#04749e;
	}
a:hover {
	text-decoration:underline;
	color:#003447;
}
#topcontainer{
	width:100%;
	text-align:center;
	background:#043054 URL(../img/topbg.gif) repeat-x;
	}
#top {
	width:980px;
	height:100px;
	background: URL(../img/topbg.jpg) no-repeat;
	text-align: left;
	margin: 0 auto;
	vertical-align:top;
}
#top2 {
	width:980px;
	height:100px;
	background: URL(../img/topbg2.jpg) no-repeat;
	text-align: left;
	margin: 0 auto;
	vertical-align:top;
}
#logo {
	position:relative;
	top:45px;
	margin: 0 auto;
}
.leftimage {
	float:left;
	margin:5px 15px 0px 0px;
	border:0px;
}
.leftimagehome {
	float:left;
	margin:5px 0px 0px 0px;
	border:0px;
}
.rightimage {
	float:right;
	border:0px;
}
.paddedimage{
	margin-bottom:4px;
}
#topofpage{
	width:100%;
	border:1px solid #dddddd;
	background-color:#f6f6f6;
	height:22px;
	margin-bottom:30px;
}
#topofpage a {
	padding-left:7px;
	line-height:20px;
}
/*------------------BUTTONS-------------------------*/
.submitbutton, .submitbuttonon {
	font-size:12px; 
	width:100px;	
	height:23px; 
	text-align:center; 
	color:#FFFFFF; 
	text-decoration:none; 
	font-family:Georgia; 
	line-height:23px; 
	border: 0px;
	margin-top:3px;
	padding-bottom:2px;
}
.submitbutton {
	background:#FF0000 url(../img/buttonbg.gif) repeat-x; 
}
.submitbuttonon{
	background-color:#000000; 
	cursor:pointer;
}
#about .buttonabout:link, #about .buttonabout:visited, 
#news .buttonnews:link, #news .buttonnews:visited,
#pricing .button:link, #pricing .button:visited {
	background:#FF0000 url(../img/buttonbg.gif) repeat-x;
	position:relative;
	top:8px;
	left:0px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-family:Georgia;
	height:23px;
	width:90px;
	line-height:23px;
	margin-right:2px;
}
#pricing .button:link, #pricing .button:visited {
	float:right;
}
#about .buttonabout:link, #about .buttonabout:visited, #news .buttonnews:link, #news .buttonnews:visited {
	float:left;
}
#about .buttonabout:hover, #news .buttonnews:hover, #pricing .button:hover {
	color:#FFFFFF;
	background-color:#000000;
	background-image:none;
}
/*---------------------------------------------------*/
#navcontainer {
	background: #91b014 URL(../img/navbg.gif) repeat-x;
	height:47px;
	width:100%;
	font-size:14px;
}
#nav {
	width:980px;
	height:47px;
	text-align: left;
	margin: 0 auto;
	color:#3e5a01;
	background:url(../img/nav.jpg) no-repeat; 
	z-index:1;
}
#nav li{
	display:inline;
	line-height:40px;
}
#nav li a{
	color:#3e5a01;
	padding:15px;
	height:47px;
	text-decoration:none;
}
#nav li a:hover{
	color:#000000;
	text-decoration:none;
	padding:15px;
}
#selectedlink:link{
	color:#000000;
	text-decoration:none;
}
/*-----------------------------------------TABS--------------------------------------------------*/
#tabhome, #tabnews, #tabproducts, #tabpricing, #tabpurchase, #tabdemo,
#tabtechnology, #tababout, #tabpartners, #tabinvestors, #tabdata, #tabcontact{
	background:url(../img/tab.gif) repeat-x;
	position:relative;
	height:48px;
	font-weight:bold;
	color:#000000;
	line-height:40px;
	text-align:center;
	margin-top:-41px;
	z-index:200;
}
#tabhome{ left:1px; width:66px }
#tabnews { left:68px; width:67px }
#tabproducts { left:136px; width:88px }
#tabpricing { left:225px; width:75px }
#tabpurchase { left:301px; width:95px }
#tabdemo { left:397px; width:70px }
#tabtechnology { left:468px; width:108px }
#tababout { left:577px; width:68px }
#tabpartners { left:646px; width:85px }
#tabinvestors { left:732px; width:90px }
#tabdata { left:823px; width:64px }
#tabcontact { left:888px; width:83px }

#tabstripe {
	background:url(../img/tabstripe.gif) repeat-x;
	height:12px;
	width:100%;
}
/*--------------------------------------------------------------------------------------------------*/
#photocontainer {
	background: #cee4ef URL(../img/picbg.jpg) repeat-x;
	height:386px;
	width:100%;
}
#photo {
	width:980px;
	height:386px;
	text-align: left;
	margin: 0 auto;
	background:url(../img/mainphoto.jpg) no-repeat top;
}
#leftcolumn {
	width:710px;
	float:left;
}
#header {
	margin-top:18px;
	margin-left:5px;	
}
#slider{
	margin-top:27px;
	float:left;
}
/*-------------------------------------------------------*/
#maincontainer{
	width:100%;
	text-align:center;
	background-color:#ffffff;
	float:left;
}
#main {
	width:980px;
	text-align: left;
	margin: 0 auto;
	padding-top:38px;
	margin-bottom:50px;
}
#left{
	width:193px;
	padding-right:32px;
	float:left;
	margin-bottom:30px;
}
#left ul{
	line-height:28px;
	width:100%;
	background:url(../img/vertnavlines.gif) repeat;
	height:224px;
}
#left li{
	background:url(../img/vertsubnav.gif) no-repeat;
	padding-right:20px;
	text-align:right;
}
#left h2 {
	color:#FFFFFF;
	font-family:Georgia;
	font-size:18px;
	text-align:right;
	padding-right:20px;
	background:#5da1c7 url(../img/h2bg.gif) repeat-x;
	height:35px;
	line-height:32px;
}
#mid{
	width:460px;
	float:left;
}
#tour{
	width:747px;
	float:left;
}
#mid h1, #tour h1 {
	font-family:Arial;
	font-size:30px;
	line-height:30px;
	font-weight:bold;
	color:#000000;
	padding:5px 0px 10px 0px;
}
#mid p {
	padding-bottom:18px;
}
#mid ul {
	line-height:18px;
	list-style-type:disc;
	padding:0px 0px 15px 35px;
}
#mid li {
	line-height:22px;
}
/*--------------------------------------------------------------*/
#right {
	width:280px;
	margin-right:7px;
	float:right;
}
#right h2 {
	color:#FFFFFF;
	font-family:Georgia;
	font-size:18px;
	padding-left:12px;
	background:#5da1c7 url(../img/h2bg.gif) repeat-x;
	height:35px;
	line-height:32px;
}
/*--------------------Pricing-------------------------*/
#pricing{
	width:240px;
	margin-top:20px;
	float:left;
}
#pricing ul{
	line-height:17px;
	width:240px;
	background:url(../img/pricinglines.gif) repeat-x;
	height:211px;
}
#pricing li{
	padding:4px;
	background:url(../img/pricingarrow.gif) no-repeat;
	padding-left:20px;
}
#pricing li a, #pricing li a:visited{
	color:#04749e;
	text-decoration:none;
}
#pricing li a:hover{
	color:#003447;
	text-decoration:underline;
}
/*---------------------------------------------------*/
#intro{
	color:#7a7a7a;
	font-style:italic;
	line-height:20px;
	width:690px;
	margin-top:5px;
	margin-right:10px;
	font-family:Georgia;
	float:right;
}
/*---------------------------------------------------*/
#contentcontainer {
	background:#FFFFFF url(../img/contentbg.jpg) repeat-x;
	width:100%;
	float:left;
	height:540px;
}
#content {
	width:980px;
	text-align: left;
	margin: 0 auto;
	padding-top:30px
}
#techreqs ul {
	line-height:16px;
	list-style-type:disc;
	padding-left:15px;
}
#techreqs h1 {
	font-size:14px;
	font-weight:bold;
	color:#666666;
	border-bottom:1px dashed #cccccc;
	margin-bottom:5px;
}
#techreqs table {
	width:100%;
	margin-bottom:10px;
}
#techreqs table, #techreqs tr, #techreqs td {
	border:1px solid #dddddd;
}
/*-------------------------------------About----------------------------*/
#about {
	width:301px;
	line-height:20px;
	padding:0px 26px 10px 11px;
	border-width:0px 1px 0px 0px;
	border-color:#d3d3d3;
	border-style:solid;
	float:left;
}
#about ul{
	line-height:22px;
	width:302px;
	height:154px;
	border-top:1px dashed #bababa;
}
#about li{
	padding:4px;
	background:url(../img/aboutarrow.gif) no-repeat;
	border-bottom:1px dashed #bababa;
	padding-left:20px;
}
/*-----------------------------------------News-----------------------------------------*/
#news {
	width:275px;
	line-height:20px;
	padding:0px 27px 10px 27px;
	border-width:0px 1px 0px 0px;
	border-color:#d3d3d3;
	border-style:solid;
	float:left;
}
.newsdate {
	color:#6b6b6b;
	font-size:11px;
}
#news ul{
	line-height:18px;
	width:274px;
	height:352px;
}
#news li{
	padding:5px 0px 5px 0px;
	background:url(../img/newslines.gif) repeat-x;
	height:61px;
}
#latestnews {
	width:250px;
	line-height:20px;
	padding:0px 0px 10px 27px;
}
#latestnews ul{
	line-height:18px;
	width:250px;
}
#latestnews li{
	padding:5px 0px 5px 0px;
	background:url(../img/newslines.gif) repeat-x;
	height:61px;
}
/*-----------------------Demo--------------------------------*/
#demo {
	width:275px;
	line-height:20px;
	padding:0px 8px 10px 21px;
	float:right;
}
.demoforminput{
	width:172px;
	border:1px solid #d3d3d3;
	height:20px;
}
.demoformtextarea{
	width:182px;
	border:1px solid #d3d3d3;
	height:60px;
	font-family:Arial;
	font-size:12px;
}
#formnote {
	color:#787878;
	font-size:11px;
}
/*-----------------------------------------------------------*/
#demorequest {
	width:250px;
	line-height:20px;
	margin:5px 0px 10px 27px;
}
#demorequest form {
	width:248px;
	line-height:20px;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	border-color:#dddddd;
	background-color:#f6f6f6;
	text-align:center;
	padding-bottom:10px;
}
#demorequest table {
	text-align:left;
	padding:5px;
	width:98%;
}
#demorequest table p {
	line-height:18px;
	padding:4px 0px 6px 0px;
}
.demorequestforminput{
	width:135px;
	border:1px solid #d3d3d3;
	height:18px;
	font-size:11px;
	padding:2px;
}
.formlabel{
	width:190px;
	vertical-align:top;
	text-align:right;
}
.demorequestformtextarea{
	width:170px;
	border:1px solid #d3d3d3;
	height:100px;
	font-family:Arial;
	font-size:11px;
}
.demorequestdropdown{
	width:175px;
	border:1px solid #d3d3d3;
	height:24px;
	font-size:12px;
	padding:2px;
	color:#444444;
}
/*----------------------------------------------------------------------*/
#productfeatures {
	width:250px;
	line-height:20px;
	padding:0px 0px 10px 27px;
}
#productfeatures ul{
	line-height:28px;
	background:url(../img/vertnavlines.gif) repeat;
}
#productfeatures li a{
	background:url(../img/bullet.gif) no-repeat;
	padding-left:22px;
	line-height:28px;
}
.selectedfeature:link, .selectedfeature:visited {
	color:#333333;
	font-weight:bold;
}
#productfeatures h2 {
	color:#FFFFFF;
	font-family:Georgia;
	font-size:18px;
	padding-left:12px;
	background:#5da1c7 url(../img/h2bg.gif) repeat-x;
	height:35px;
	line-height:32px;
}
#productpricing {
	width:250px;
	line-height:20px;
	padding:0px 0px 10px 27px;
}
#productpricing ul {
	border:1px solid #FFDCDC;
	background-color:#fff2f2;
	padding:10px;
}
#productpricing li {
	list-style-type:disc;
	margin-left:20px;
}
#productpricing h2 {
	color:#FFFFFF;
	font-family:Georgia;
	font-size:18px;
	padding-left:12px;
	background:#5da1c7 url(../img/h2pricingbg.gif) repeat-x;
	height:35px;
	line-height:32px;
}
/*------------------contact form----------------------------------------*/
#contactform {
	width:100%;
	line-height:20px;
	padding:10px 0px 20px 0px;
	margin-bottom:20px;
	background-color:#f6f6f6;
	border:1px solid #dddddd;
}
#contactform p {
	padding-left:10px;
}
.formlabel {
	width:100px;
	text-align:right;
	vertical-align:top;
	padding-right:5px;
}
.forminput{
	width:200px;
	border:1px solid #d3d3d3;
	height:20px;
	margin-bottom:3px;
}
.formtextarea{
	width:320px;
	border:1px solid #d3d3d3;
	height:100px;
	font-family:Arial;
}
#officedetails {
	width:250px;
	line-height:20px;
	padding:0px 0px 10px 27px;
}
#officedetails ul{
	line-height:28px;
	width:100%;
	background:url(../img/vertnavlines.gif) repeat;
}
#officedetails li{
	padding-left:30px;
}
#rightads {
	width:250px;
	line-height:20px;
	margin:5px 0px 10px 27px;
}
/*--------------------------------------------------------------------*/
#column1, #column2, #column3 {
	width:320px;
	float:left;
}
#column1, #column2{
	margin-right:20px;
}
#column1 h1, #column2 h1 {
	font-size:24px;
	color:#000000;
	font-family:Georgia, Arial;
	font-weight:normal;
}
#column1 ul, #column2 ul, #column3 ul {
	padding-left:18px;
	line-height:20px;
	list-style-type: square;
}
/*------------------------footer-----------------------------------------------------------*/
#footercontainer {
	background-color:#1C2B3C;
	width:100%;
	float:left;
}
#footer {
	width:980px;
	text-align: left;
	margin: 0 auto;
	height:500px;
	color:#8da2b2;
	padding-top:50px;
}
#footer h1 {
	font-family:Georgia;
	font-weight:normal;
	font-size:20px;
	color:#8da2b2;
	padding-bottom:10px;
}
#footer ul {
	border-top:1px dotted #173b59;
}
#footercolumn1 {
	padding:0px;
	width:250px;
	padding-right:30px;
	float:left;
}
#footercolumn2 {
	padding-right:40px;
	padding-left:40px;
	width:330px;
	line-height:16px;
	float:left;
}
#footercolumn2 li {
	margin-top:15px;
	padding-bottom:10px;
	border-bottom:1px dotted #173b59;
}
#footercolumn3 {
	padding-left:20px;
	width:250px;
	float:left;
}
#footercolumn1 li, #footercolumn3 li {
	border-bottom:1px dotted #173b59;
	line-height:26px;
	padding-left:5px;
	width:250px;
}
#footercolumn1 a, #footercolumn2 a, #footercolumn1 a:hover, #footercolumn2 a:hover {
	background:url(../img/footerarrow.gif) no-repeat;
	padding-left:13px;
}
#footer ul a, #footer ul a:visited {
	color:#4f8cc2;
	text-decoration:underline;
}
#footer ul a:hover {
	color:#b5d3f0;
	text-decoration:none;
}
#copyright {
	padding-top:30px;
	text-align:center;
	color:#8da2b2;
	font-size:11px;
	padding-bottom:50px;
	width:980px;
	margin:0 auto;
}
#copyright a, #copyright a:visited {
	color:#4f8cc2;
}
#copyright a:hover {
	color:#84c3fa;
}
/*************************************************/
#purchaseform{
	border:1px solid #dddddd;
	background-color:#f6f6f6;
	padding:20px;
	width:420px;
	text-align: center;
	margin: 0 auto;
	margin-bottom:50px;
	margin-top:0px;
}
.purchaseformlabel {
	width:100px;
	text-align:right;
	padding-right:5px;
	line-height:18px;
}
.purchaseformdropdown {
	width:150px;
	text-align:right;
	vertical-align:top;
	padding-right:5px;
	border:1px solid #d3d3d3;
}
.purchaseforminput{
	width:250px;
	border:1px solid #d3d3d3;
	height:20px;
	margin-bottom:3px;
	text-align:left;
    margin-right: 50px;
}
.purchasebutton, .purchasebuttonon {
	font-size:12px; 	
	height:23px; 
	text-align:center; 
	color:#FFFFFF; 
	text-decoration:none; 
	font-family:Georgia; 
	line-height:23px; 
	border: 0px;
	margin-top:3px;
	padding-bottom:2px;
	cursor:pointer;
	
}
.summaryFormContent {
     width: 200px;
     text-align: left;
     vertical-align: baseline;
     padding-left: 5px;
}
.purchasebutton {
	background:#FF0000 url(http://www.xena-health.com/img/buttonbg.gif) repeat-x; 
}
.purchasebuttonon{
	background-color:#000000; 
	cursor:pointer;
}
#thanks {
	border:1px solid #c4e53e;
	background-color:#f8ffda;
	width:400px;
	padding:20px;
	text-align:center;
	color:#607b00;
}
#processing {
	margin:50px 0px 50px 0px;
	border:1px solid #dddddd;
	background-color:#f6f6f6;
	padding:50px 20px;
	width:940px;
	line-height:20px;
}
/*****************************************************************************************/
.time{
	color:#557894;
	font-size:11px;
}
#promocontainer{
	background-image:url(../img/promowindowbg.jpg);
	background-repeat:repeat-x;
	width:100%;
	float:left;
	height:600px;
}
#promo{
	background-image:url(../img/promobg.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:600px;
	position:absolute;
	top:0px;
	left:0px;
}
#promoimage {
	position:relative;
	top:5px;
	left:5px;
	padding-bottom:10px;
}
#promo p{
	padding:10px;
	color:#000000;
}
#promo span{
	color:#b61f24;
	font-weight:bold;
}
#popup p{
	background-color:#fde3d9;
	border:1px solid #e0b9aa;
	width:960px;
	margin:0 auto;
	height:66px;
	font-family:Georgia;
	font-size:14px;
	padding:10px;
	color:#b61f24;
}
#para3 {
	background-color:#f4f6f5;
	border:1px solid #e7e7e7;
}
#col3{
	width:310px;
	float:left;
	margin-left:637px;
	position:absolute;
	top:0px;
	left:0px;
}
#promotxt {
	color:#333333;
	font-style:normal;
	line-height:20px;
	width:470px;
	margin-top:0px;
	margin-right:10px;
	font-family:Georgia;
	float:right;
	font-size:14px;
}
