@charset "UTF-8";

body {
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	background-color: #fff;
	color: #000000;
}

div {
	margin: 0px;
	padding: 0px;
}

div div {
	margin: 0px;
	padding: 0px;
}

.hide {
	visibility: hidden;
}

p,h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
	padding-top: 0px;
}

a {
	color: #001777;
	border: none;
	text-decoration: none;
}

a:focus {
	outline: none;
}

img {
	border: none;
}

#container {
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
}

* html #container {
	height: 100%;
}  /*IE browsers less than IE7*/
#header {
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 307px;
	width: 1135px;
	margin-right: auto;
	margin-left: auto;
}

#featuresheader, #companyheader {
	background-image: url(../images/header-feat-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 307px;
	width: 1135px;
	margin-right: auto;
	margin-left: auto;
}

#overviewheader {
	background-image: url(../images/header-overview-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 307px;
	width: 1135px;
	margin-right: auto;
	margin-left: auto;
}

#implmentationheader {
	background-image: url(../images/header-implementation-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 307px;
	width: 1135px;
	margin-right: auto;
	margin-left: auto;
}

#contactheader {
	background-image: url(../images/header-contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 307px;
	width: 1135px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	height: 44px;
	width: 264px;
	margin-left: 85px;
}

#logo img {
	margin-top: 9px;
}

#nav {
	width: 970px;
	margin-left: 65px;
	padding-left: 20px;
	clear: both;
	padding-top: 219px;
}

#nav #xumixlogo {
	float: left;
}

#nav ul {
	list-style-type: none;
	float: right;
}

#nav li {
	float: left;
	margin-right: 30px;
}

#nav a {
	font-size: 14px;
	color: #666;
}

#nav a:hover {
	color: #000;
}

#nav a.current {
	color: #000;
	font-weight: bold;
}

#contentwrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 110px;
	padding-left: 65px;
	height: 100%;
}

#content {
    margin:0px;
	background-image: url(../images/contenttopbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 500px;
	background-color: #fff;
	padding-left: 18px;
	height: 100%;
	clear: both;
}

#benefits {
	height: 1150px;
}

#features, #planspage {
	height: 1650px;
}

#register{
	height: 1300px;	
}

#plans {
	height: 980px;
}

#contact {
	height: 620px;
}

#company {
	height: 580px;
}

#overview {
	height: 681px;
}

#implementation {
	height: 600px;
}

#subnav {
	float: left;
	width: 100%;
	height: 85px;
}

#subnav h1 {
	padding-top: 30px;
	font-size: 30px;
	color: #999;
	letter-spacing: -1px;
	float: left;
	padding-bottom: 6px;
	height: 32px;
}

#subnav ul {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-left: 4%;
}

#subnav li {
	float: left;
	background-image: url(../images/subnav_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	margin-right: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

#subnav a {
	float: left;
	display: block;
	background: url(../images/subnav_right.gif) no-repeat right top;
	padding: 5px 23px 4px 6px;
	height: 35px;
	text-decoration: none;
	font-size: 13px;
	color: #000;
	line-height: 25px;
	min-width: 100px;
}

#subnav li:hover {
	background: url(../images/subnav_left_on.gif) no-repeat left top;
}

#subnav a:hover {
	color: #666;
	background: url(../images/subnav_right_on.gif) no-repeat right top;
}

#content .contentsection {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

#content .textrow {
	width: 640px;
	clear: both;
	height: 100%;
	margin-bottom: 15px;
	margin-top: 0px;
	float: left;
}

#content .implementationTextRow {
	width: 620px;
	clear: both;
	height: 100%;
	margin-bottom: 15px;
	margin-top: 0px;
	float: left;
}

#content .textblock {
	float: left;
	height: 100%;
	width: 300px;
	margin-right: 20px;
}

#content .implementationTextBlock {
	float: left;
	height: 100%;
	width: 300px;
}

#content h1 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 5px;
	margin-bottom: 0px;
}

#content h1.subsectiontitle {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 5px;
	padding-top: 5px;
	float: left;
	padding-bottom: 10px;
	height: 30px;
	width: 450px;
}

#content h2 {
	color: #5b84aa;
	font-size: 17px;
	margin-bottom: 8px;
}

#content h3 {
	font-size: 23px;
	font-weight: bold;
	color: #7dbe0c;
	margin-top: 10px;
}

#content p {
	color: #737373;
	font-size: 13px;
	line-height: 142%;
	padding-right: 15px;
}

#content  .scrollnext {
	float: left;
	margin-left: 100px;
}

#overviewleft {
	float: left;
	width: 611px;
}

#overviewleft .leadparagraph {
	font-size: 18px;
	line-height: 20px;
	color: #333;
	margin-top: 25px;
	display: block;
	margin-bottom: 25px;
}

#overviewleft .maincalltoaction {
	font-size: 18px;
	color: #737373;
	display: block;
	margin-top: 35px;
	line-height: 26px;
	width: 600px;
}

#overview a,,#contact a,#register a{
	color: #ff9a00;
}

#overview a:hover,#contact a:hover,#register a:hover{
	color: #fff;
	background-color: #ff9a00;
}

a.orange{
	color: #ff9a00;
}

a.orange:hover{
	color: #fff;
	background-color: #ff9a00;
}

#overviewright {
	float: left;
	width: 303px;
	margin-left: 20px;
	margin-top: 15px;
}

#impright {
	float: left;
	width: 303px;
	margin-top: 15px;
	margin-left: 20px;
}

#overviewright .companylogo {
	margin-top: 70px;
	margin-left: 25px;
}

#links {
	height: 144px;
	clear: both;
	padding-top: 45px;
}

#links .linkbox {
	float: left;
	height: 124px;
	width: 278px;
	margin-right: 20px;
	padding-top: 20px;
	padding-left: 15px;
}

#links p {
	width: 200px;
}

#links #managment {
	background-image: url(../images/overview-mgmt-bg.jpg);
	background-repeat: no-repeat;
}

#links #money {
	background-image: url(../images/overview-money-bg.jpg);
	background-repeat: no-repeat;
}

#links #expenses {
	background-image: url(../images/overview-expenses-bg.jpg);
	background-repeat: no-repeat;
}

#patientcare {
	background-image: url(../images/patientcarebg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#superiormanagment {
	background-image: url(../images/supmgmt-bg.jpg);
	background-position: right 40px;
	background-repeat: no-repeat;
	width: 100%;
	float: left;
}

#costreduction {
	background-image: url(../images/costreduction-bg.jpg);
	background-repeat: no-repeat;
	background-position: right 40px;
	width: 100%;
	float: left;
}

#physciantoolkit {
	background-image: url(../images/feat-toolkit-bg.gif);
	background-repeat: no-repeat;
	background-position: right 40px;
	width: 100%;
	float: left;
}

#patientmanagment {
	background-image: url(../images/feat-mgmt-bg.jpg);
	background-repeat: no-repeat;
	background-position: right 40px;
	width: 100%;
	float: left;
}

#labintegration {
	background-image: url(../images/feat-integration-bg.jpg);
	background-repeat: no-repeat;
	background-position: right 40px;
	width: 100%;
	float: left;
}

#security {
	background-image: url(../images/feat-security-bg.jpg);
	background-repeat: no-repeat;
	background-position: right 40px;
	width: 100%;
	float: left;
}

#implementationconent {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 611px;
}

#implementationconent ul {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 12px;
	margin-right: 20px;
}

#implementation ul {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 12px;
	margin-right: 20px;
}

#implementation li {
	color: #737373;
	font-size: 13px;
	line-height: 150%;
}

#implementation #spacer {
	height: 20px;
	clear: both;
}

#implementationconent li {
	color: #737373;
	font-size: 13px;
	line-height: 150%;
}

#implementationconent #spacer {
	height: 20px;
	clear: both;
}

#implementationright {
	float: left;
	height: 300px;
}

#contactform {
	clear: both;
}

#contactform h1 {
	margin-bottom: 20px;
}

#contactform p {
	width: 700px;
	font-size: 18px;
	margin-top: 15px;
}

#contactform #contactinfo {
	float: left;
	width: 450px;
	margin-right: 20px;
	height: 250px;
}

#contactform #practice {
	float: left;
	width: 220px;
	margin-right: 20px;
	height: 250px;
}

#contactform #submit {
	float: left;
	width: 210px;
	height: 250px;
}

#contactform input {
	background-color: #eaeaea;
	height: 24px;
	width: 209px;
	margin-top: 10px;
	border: 1px solid #dadada;
	margin-right: 7px;
	font-size: 18px;
	padding-top: 4px;
	padding-left: 5px;
	color: #737373;
	float: left;
}

#contactinfo textarea {
	background-color: #eaeaea;
	height: 67px;
	width: 433px;
	margin-top: 10px;
	border: 1px solid #dadada;
	margin-right: 5px;
	overflow: auto;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 14px;
	font-family: Arial;
	color: #737373;
	float: left;
}

#contactform #submit .submit {
	background-image: url(../images/contact-submit.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 188px;
	background-color: #FFFFFF;
	border: none;
	display: block;
	cursor: pointer;
}

#address {
	clear: both;
	height: 170px;
}

#contentfooter {
	clear: both;
	background-repeat: no-repeat;
	height: 70px;
	width: 960px;
	margin-bottom: 39px;
	padding-top: 85px;
	background-image: url(../images/contentfooter.gif);
}

#contentfooter p {
	font-size: 11px;
	color: #666;
	padding-left: 25px;
	margin-bottom: 2px;
}

#contentfooter a {
	color: #666;
}

#contentfooter a:hover {
	color: #000;
}

#footer {
	position: fixed;
	clear: both;
	width: 100%;
	height: 46px;
	bottom: 0;
	border: 0;
	background-color: #e9e9e2;
	background-image: url(../images/footer-bg.gif);
	font-size: 12px;
	font-weight: bold;
}

#footercontent {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#footercontent p {
	float: left;
	margin-left: 18px;
	padding-top: 16px;
	text-transform: uppercase;
	color: #000;
}

#footercontent a {
	background-image: url(../images/footerbtn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 40px;
	height: 27px;
	width: 112px;
	display: block;
	float: left;
	margin-top: 10px;
}

#footercontent a:hover {
	background-image: url(../images/footerbtn.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#example {
	position: relative;
	width: 22px;
	height: 0px;
	float: right;
	top: 0px;
	right: -30px;
}

#example a {
	width: 22px;
	height: 88px;
	display: block;
	background-image: url(../images/goingup.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#address a {
	color: #737373;
}

#address a:hover {
	color: #000;
}

#plantable{
     width:700px;
	 height:auto;
	 float:left;
}

#table_top_buttons{
    width:495px;
	height:31px;
	float:left;
	padding:0 0 0 200px;
}
#table_top{
    width:694px;
	height:61px;
	padding:0px;
}
.table_button{
padding:0 0 0 3px;
}

#Features {
     width:689px;
	 height:25px;
	 float:left;
	 background-color:#b9d7e4;
	 font-family:Tahoma;
	 font-weight:bold;
	 margin:0px;
	 padding:5px 0 0 5px;
	 


}

#tabl_middel{
     width:694px;
	 height:auto;
	 float:left;
	 background-color:#F6F6F6;
	 }

#point{
     width:694px;
	 height:35px;
	 float:left;
	 border-bottom:#666666 dotted 1px;
	 clear:both;
}
#point1{
     width:694px;
	 height:40px;
	 float:left;
	 border-bottom:#666666 dotted 1px;
}

#point_text{
    width:250px;
	height:30px;
	float:left;
	margin:5px 0 0 10px;
	font-family:Tahoma;
	font-size:12px; 
}
#mark{
    width:424px;
	height:30px;
	float:left;
}
#mark1{
    width:424px;
	height:30px;
	float:left;
	margin:5px 0 0 0;
}
.mark{
    margin:0 0 0 145px;
}
.mark3{
    margin:0 0 0 130px;
}

#table_bottem_buttons{
    width:470px;
	height:31px;
	float:left;
	padding:0 0 0 225px;
}
.bottem_buttons{
     margin:0 0 0 60px;

}
.planHeaderCol{
	background: #DBEEF3; 
	text-align:center;
	border:1px solid #000000;
}
.plancol1{
	background: #DBE5F1;	
	border:1px solid #000000;
}
.plancolempty{
	background: #DBE5F1;
	border:1px solid #000000;	
}
.plancol11{
	background: #8DB4E3;	
	border:1px solid #000000;
}
.plancol12{
	background: #C5D9F1;	
	border:1px solid #000000;
}
.plancol13{
	background: #95B3D7;	
	border:1px solid #000000;
}
.plancol2{	
	background: #95B3D7;
	text-align:center;
	border:1px solid #000000;
}
.plancol3{
	background: #D7E4BC;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
}
.plancol4{
	background: #C2D69A;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
}
.plancol5{
	 background: #75923C;
	 text-align:center;
	 font-weight:bold;
	 border:1px solid #000000;
}
.bold{
	font-weight:bold;
}
.underline{
	text-decoration:underline;
}
.hiddencol{
	display:none;
}








#container1{
float:left;
width:955px;
height:auto;
}
#table{
   width:634px;
   height:auto;
   float:left;
}
#table_top{
float:left;
   padding:50px 0 0 0;
   width:634px;
   height:30px;
   border-bottom:#C4C4C4 dotted 1px;
}
#table_top_img{
width:634px;
height:34px;
float:left;
}
#top_1{
float:left;
width:193px;
height:34px;
margin-bottom:-2px;
}
#top_2{
float:left;
width:135px;
height:34px;
margin-bottom:-2px;

}
#top_3{
float:left;
width:135px;
height:34px;
margin:0 0 -2px 7px;

}
#top_4{
float:left;
width:157px;
height:34px;
margin:0 0 -2px 7px;
}
#points{
   width:183px;
   height:36px;
   float:left;
   padding:10px 0 0 10px;
}

#pointsWithBold{
   width:183px;
   height:36px;
   float:left;
   padding:10px 0 0 10px;
   font-weight:bold;
   text-decoration: underline;
}

#mark_1{
    width:95px;
	height:46px;
	float:left;
	padding:0 0 0 40px;
}
#mark_2{
    width:95px;
	height:46px;
	float:left;
	padding:0 0 0 50px;
}
#mark_3{
    width:100px;
	height:46px;
	float:left;
	padding:0 0 0 55px;
}
#mark_11{
    width:95px;
	height:44px;
	float:left;
    margin:0 0 0  0px;
	padding:0 0 1px 40px;
	background-image:url(../images/express_bu1.jpg);
	background-repeat:no-repeat;
}
#mark_21{
    width:90px;
	height:44px;
	float:left;
	margin:0 0 0  7px;
	padding:0 0 1px 45px;
    background-image:url(../images/standard_bu1.jpg);
	background-repeat:no-repeat;
}
#mark_31{
    width:102px;
	height:44px;
	float:left;
    margin:0 0 0  7px;
	padding:0 0 1px 55px;
	background-image:url(../images/profession_bu1.jpg);
	background-repeat:no-repeat;
}
#table_meadeal{
    width:634px;
	height:auto;
	float:left;
	background-image:url(../images/re.jpg);
	background-repeat:repeat-y;
}
#table_meadea0l{
    width:634px;
	height:auto;
	float:left;
	background-image:url(../images/re1.jpg);
	background-repeat:repeat-y;
}
#ta_point{
    width:634px;
	height:45px;
	float:left;
   border-bottom:#C4C4C4 dotted 1px;
   font-family:Tahoma;
   font-size:12px;
   color:#6b6b6b;    
}
#ta_point_top{
    width:499px;
	height:45px;
	float:left;
   border-bottom:#C4C4C4 dotted 1px;
   font-family:Tahoma;
   font-size:12px;
   color:#6b6b6b;    
}
#ta_point1{
    width:495px;
	height:45px;
	float:left;
   border-bottom:#C4C4C4 dotted 1px;
   font-family:Tahoma;
   font-size:12px;
   color:#6b6b6b;    
}
#sign{
width:634px;
height:40px;
float:left;
}
#down_1{
float:left;
width:193px;
height:34px;
}
#down_2{
float:left;
width:135px;
height:34px;

}
#down_3{
float:left;
width:135px;
height:34px;
margin:0 0 0 7px;
}
#down_4{
float:left;
width:157px;
height:34px;
margin:0 0 0 5px;
}
.standardTable_Row1 {
	background-color: #fff;
	outline: solid 1px #cfcfcf;
}

.standardTable_Row2 {
	background-color: #e9e9e9;
	outline: solid 1px #fff;
}

#aboutMedicMatics {
	background-image:url(../images/company-medicmaticslogo.gif);
	background-position:right 80px;
	background-repeat:no-repeat;
	float:left;
	width:90%;
}

#content .aboutMedicMaticsSection {
	clear: both;
	float: left;
	width: 95%;
	padding-bottom: 20px;
}

#content .companyContentSection {
	clear: both;
	float: left;
	width: 90%;
	padding-bottom: 20px;
}

#content .companyTextblockLeft {
	float: left;
	height: 100%;
	width: 410px;
	margin-left: 10px;
}

#content .companyTextblockRight {
	float: left;
	height: 100%;
	width: 410px;
	margin-right: 10px;
}

#company {
	height: 2650px;
}

#company p {
	text-align:justify;
}

#Company {
     width:689px;
	 height:25px;
	 float:left;
	 background-color:#b9d7e4;
	 font-family:Tahoma;
	 font-weight:bold;
	 margin:0px;
	 padding:5px 0 0 5px;
}

#content h1.subsectiontitle_new {
	font-family:Arial,Verdana,sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 5px;
	padding-top: 5px;
	float: left;
	height: 20px;
	width: 450px;
}
#content .textrow_new {
	font-family:Arial,Verdana,sans-serif;	
	width: 880px;
	clear: both;
	height: 100%;
	margin-bottom: 15px;
	margin-top: 0px;
	float: left;
}

.labelStyle{
	font-family:Arial,Verdana,sans-serif;
	font-size:25px;
}