html {
	font-family: Arial, sans-serif;
	font-size: 13px;
}

body {
	background-image: url(/images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #1e2a2b;
}

#super_container {
	background-image: url(/images/bg_center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
}

#container {
	width: 860px;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
}
h1#logo-image {
	width: 176px;
	height: 42px;
	background-image: url(/images/logo.png);
	text-indent: -9999px;
}

#header {
	position: relative;
	margin-bottom: 20px;
}

a#signup-newsletter {
	display: block;
	position: absolute;
	top: 71px;
	right: 10px;
	width: 154px;
	height: 26px;
	text-indent: -9999px;
	background-image: url(/images/signup-newsletter-button.png);
	z-index: 9999;
}

#banner {
	position: relative;
	width: 860px;
	height: 300px;
	clear: both;
}

#banner h1,#banner p {
	text-indent:-9999;
}

#banner a#read-more {
	position: absolute;
	bottom: 55px;
	left: 230px;
}

#services {
	width: 860px;
}

img, div, h1 { 
	behavior: url(/images/iepngfix.htc) 
}

#content {
	position: relative;
	color: #000;
	background-color: #131d1d;
	width: 860px;
}

#content-spacer {
	background-image: url(/images/featured/gresco.jpg);
	width: 860px;
	height: 15px;
}

#content h1#software {
	background-image: url(/images/software_title.png);
	width: 385px;
	height: 88px;
	text-indent: -9999px;
	padding: 0;
	border: 0;
}

#content h1#hardware {
	background-image: url(/images/hardware_title.png);
	width: 385px;
	height: 88px;
	text-indent: -9999px;
	padding: 0;
	border: 0;
}

#content h2, #blog h2 {
	color: #afe1e7;
	font-size: 19px;
	border-bottom: 1px solid #2f575c;
	padding: 0 0 4px 0px;
	margin: 10px 0 10px 0;
	clear: both;
}

#content #content_full h2{
	margin:0px 25px 10px;
}

#content h3 {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
}

#content .diagram_thumb {
	float: left;
	margin: 0 15px 10px 0;
}


#content img#bg-bottom {
	position: relative;
	bottom: -12px;
}

#column1 {
	float: left;
	width: 276px;
}

h2#among-us {
	width: 276px;
	height: 229px;
	background-image: url(/images/among_us.jpg);
	text-indent: -9999px;
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
}

#content h2#home-content-hardware {
	background-image: url(/images/bg_home_hardware.jpg);
}

#content h2#home-content-software {
	background-image: url(/images/bg_home_software.jpg);
}

#content h2#home-content-software, #content h2#home-content-hardware {
	float: left;
	width: 277px;
	height: 229px;
	font-size: 13px;
	font-weight: bold;
	color: #afe1e7;
	margin: 0;
	padding: 0;
	clear: none;
	border: 0;
}

#content h2#home-content-software ul, #content h2#home-content-hardware ul {
	padding: 90px 10px 10px 50px;
	list-style-type: square;
}

#content h2#home-content-software ul li, #content h2#home-content-hardware ul li {
	line-height: 24px;
}

#content h2#home-content-software ul li a, #content h2#home-content-hardware ul li a {
	color: #afe1e7;
}

#content h2#home-content-software ul li a:hover, #content h2#home-content-hardware ul li a:hover{
	color: #fff;
}

#content #content_full ul{
	color:#C3DADA;
	margin:5px 50px 15px;
	font-size:12px;
	line-height:16px;
	list-style:outside disc;
}

#content #content_full ul li{
	margin-bottom:4px;
}

#content_full {
	position: relative;
	padding:25px 5px 0px 6px;
}

#content_column1 {
	float: left;
	width: 385px;
	padding: 20px 15px 0px 30px;
}

#content_column2 {
	float: right;
	width: 385px;
	padding: 20px 30px 0px 15px;
}

#content h1 {
	color: #afe1e7;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin-bottom: 8px;
	border-bottom: 1px solid #afe1e7;
}

#content p {
	color: #c3dada;
	font-size: 13px;
	line-height: 1.3;
	padding-bottom: 10px;
}

#content #content_full p{
	padding:0px 25px;
}

#content a, table a {
	color: #f6811a;
}

#content a:hover, table a:hover {
	color: #fccb88;
}


#content a#read-more-services {
	padding-left: 110px;
}


img#case-studies-title {
	position: absolute;
	right: -2px;
	z-index:1;
}

#blog {
	color: #000;
	background-color: #131d1d;
	padding: 120px 30px 0px 30px;
	position:relative;
}

.blog_entry{
	margin-bottom: 50px;
	margin-top: 30px;
}

.blog_entry_last{
	margin-bottom:0px;
	margin-top: 30px;
}

.blog_entry p, .blog_entry_last p{
	float: right;
	width: 370px;
	color: #fff;
	font-size: 13px ;
	line-height: 1.3;
	margin-top:5px;
}

.blog_entry img, .blog_entry_last img{
	padding-right: 20px;
	float: left;
}

#footer {
	padding: 25px;
	color: #b8d2d5;
	font-size: 10px;
	text-align: center;
	clear: both;
}

#footer a{
	color: #b8d2d5;
	text-decoration:none;
}

#footer a:hover {
	color: #fccb88;
}

#process_switch {
	width: 300px;
	height: 115px;
	font-size: 12px;
	font-weight: bold;
	float: right;
	font-family: Times;
}

#process_switch ul {
	margin: 45px 30px 0 0;
}

#process_switch li{
	float: left;
}

#process_switch a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 5px 10px 5px 10px;
	border-left: 2px solid #cfcfcf;
}

#process_switch a:hover {	
	background-color: #eee;
}

#content table.phones, #content_column2 table {
	color: #fff;
	width: 385px;
	font-size: 13px;
	line-height: 14px;
	background-color: #6d868b;
	border-top: 2px solid #88a4a8;
		
}

#content_column2 table th {
	color:#fff;
	font-size:16px;
	font-weight:600;
	padding:10px;
	text-align:left;
	line-height:18px;
	border-bottom: 2px solid #88a4a8;
}

#content table.phones td, #content_column2 td {
	border-bottom: 2px solid #88a4a8;
	padding: 10px;
}

#content_column2 td{
	vertical-align:middle;
}

#content table.phones a {
	color: #fff;
}

#content table.phones a:hover {
	color: #bedcee;
}

ol#three-things {
	width: 362px;
	height: 172px;
	background-image: url(/images/3things.jpg);
	text-indent: -9999px;
	margin: 10px 0 10px 0;
}

#content_column1 ul, #content_column2 ul {
	list-style:square outside;
	margin:10px 35px 0 30px;
}

#content_column1 li, #content_column2 li {
	color:#AFE1E7;
	padding-bottom:10px;
	line-height:16px;
}

/*SERVICES-------------------------------------------------------------*/

#services-diagram img{
	width:864px;
	height:694px;
	position:relative;
	z-index:1;
	left:-2px;
}

a#back-to-services {
	position: relative;
	bottom: -5px;
	margin: 0;
	padding: 0;
	display: inline;
	margin-left: 10px;
}

#back-to-services-2{
	width:127px;
	height:62px;
	background-image:url(/images/back_to_services-2.png);
	position:absolute;
	z-index:2;
	right:-21px;
	cursor:pointer;
}

#back-to-services-2:hover{
	background-image:url(/images/back_to_services-2-hover.png);
}

/*e-CLINICAL WORKS-------------------------------------------------------------*/

#ecw-process {
	background-image: url(/images/ecw_process.jpg);
	width: 800px;
	height: 1364px;
	text-indent: -9999px;
	clear: both;
	margin:0 30px;
}

#ecw-process h1 {
	border: 0;
}

.testimonial {
	position: relative;
	background-color: #657d7f;
	width: 380px;
	margin-bottom: 110px;
}

.testimonial p#text {
	font-size: 12px;
	font-style: italic;
	color: #fff;
	padding: 5px 25px 5px 25px;
}

.testimonial p#name {
	font-size: 10px;
	position: absolute;
	right: 0;
	bottom: -90px;
	text-align: right;
	font-style: italic;
	color: #fff;
}

.testimonial .top {
	position: absolute;
	top: -17px;
}

.testimonial .bottom {
	position: absolute;
	bottom: -31px;
}

#ecw {
	background-image: url(/images/ecw_home.png);
	width: 869px;
	height: 109px;
	position: relative;
	left: -6px;
	z-index: 999;
	margin-bottom: -22px;
	margin-top: -20px;
}

#ecw p {
	text-indent: -9999px;
}

#ecw a {
	position: relative;
	text-indent: 0;
	top: 26px;
	left: 690px;
}

/*WEB DEVELOPMENT-------------------------------------------------------------*/

#col-33-a {
	width:200px;
	padding-left:40px;
	float:left;
}

#col-33-b, #col-33-c{
	width:200px;
	padding-left:75px;
	float:left;
}

#col-33-a img, #col-33-b img, #col-33-c img {
	padding-bottom:10px;
}

#web-thumb-arrow{
	background-image:url(../../images/web-thumb-arrow.png);
	width:43px;
	height:23px;
	position:relative;
	left:200px;
	z-index:1;
	top:-32px;
}

#web-thumb-arrow a{
	cursor:pointer;
}

#addy-gold img{
	position:absolute;
	margin-top:-23px;
	margin-left:-35px;
	z-index:1;
}

p.address {
	padding-top: 7px;
	border-top: 1px solid #2C4F4F;
}

p.address strong{
	font-weight: bold;
	font-size: 14px;
	display: block;
}








#send-message {
	display: block;
	background-image: url(/images/submit_form_button.png);
	width: 117px;
	height: 34px;
	background-color:transparent;
	border:0 none;
	cursor:pointer;
	text-indent:-9999px;
}