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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #CCCCCC;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html
{
	overflow-Y: scroll !important;
}
/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;
}
a:focus {
	outline: 1px dotted;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
} 

/* Headings
----------------------------------------------------------------------------------------------------*/
h1 {
	font-size: 25px;
	color: #9D0A0E;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
ul {
	list-style: square;
}
li {
	margin-left: 30px;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* Container
----------------------------------------------------------------------------------------------------*/
#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: #fff url(images/12_col.png) repeat-y;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: inline;
	float: left;
	position: relative; 
	margin-left: 10px;
	margin-right: 10px;
}
.container .grid_3 {
	width: 220px;
}
.container .grid_6 {
	width: 460px;
}
.container .grid_9 {
	width: 700px;
}
.container .grid_12 {
	width: 940px;
}
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
.container .grid_1 {
	width: 60px;
}
.container .grid_2 {
	width: 140px;
}
.container .grid_4 {
	width: 300px;
}
.container .grid_5 {
	width: 380px;
}
.container .grid_7 {
	width: 540px;
}
.container .grid_8 {
	width: 620px;
}
.container .grid_10 {
	width: 780px;
}
.container .grid_11 {
	width: 860px;
}
.container .prefix_3 {
	padding-left: 240px;
}
.container .prefix_6 {
	padding-left: 480px;
}
.container .prefix_9 {
	padding-left: 720px;
}
.container .prefix_1 {
	padding-left: 80px;
}
.container .prefix_2 {
	padding-left: 160px;
}
.container .prefix_4 {
	padding-left: 320px;
}
.container .prefix_5 {
	padding-left: 400px;
}
.container .prefix_7 {
	padding-left: 560px;
}
.container .prefix_8 {
	padding-left: 640px;
}
.container .prefix_10 {
	padding-left: 800px;
}
.container .prefix_11 {
	padding-left: 880px;
}
.container .suffix_3 {
	padding-right: 240px;
}
.container .suffix_6 {
	padding-right: 480px;
}
.container .suffix_9 {
	padding-right: 720px;
}
.container .suffix_1 {
	padding-right: 80px;
}
.container .suffix_2 {
	padding-right: 160px;
}
.container .suffix_4 {
	padding-right: 320px;
}
.container .suffix_5 {
	padding-right: 400px;
}
.container .suffix_7 {
	padding-right: 560px;
}
.container .suffix_8 {
	padding-right: 640px;
}
.container .suffix_10 {
	padding-right: 800px;
}
.container .suffix_11 {
	padding-right: 880px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix {
	height: 1%;
}

/* Header
----------------------------------------------------------------------------------------------------*/
#header
{
	background:#CCCCCC none repeat scroll 0 0;
	border-top:10px solid #466F82;
	padding:0px;
}
#navigation
{
	margin: 0;
	padding: 0;	
	height: 30px;
	clear: both;
	overflow: hidden;
}
#navigation .tab
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#navigation .tab a
{
	text-decoration: none;
	display: block;
	float: left;
}
#navigation .tab span
{
	height: 30px;
	display: block;
	float: left;
	line-height: 30px;
	cursor: pointer;
}
#navigation .tab .about_us
{
	background-image: url('images/about_us_button.jpg');
	background-position: -144px 0px;
	background-repeat: no-repeat;
	width: 144px;
}
#navigation .tab .about_us:hover
{
	background-position: -288px 0px;
}
#navigation .selected .about_us,
#navigation .selected .about_us:hover
{
	background-position: 0px 0px;
}
#navigation .tab .services
{
	background-image: url('images/services_button.jpg');
	background-position: -136px 0px;
	background-repeat: no-repeat;
	width: 136px;
}
#navigation .tab .services:hover
{
	background-position: -272px 0px;
}
#navigation .selected .services,
#navigation .selected .services:hover
{
	background-position: 0px 0px;
}
#navigation .tab .products
{
	background-image: url('images/products_button.jpg');
	background-position: -146px 0px;
	background-repeat: no-repeat;
	width: 146px;
}
#navigation .tab .products:hover
{
	background-position: -292px 0px;
}
#navigation .selected .products,
#navigation .selected .products:hover
{
	background-position: 0px 0px;
}
#navigation .tab .patientlink
{
	background-image: url('images/patientlink_button.jpg');
	background-position: -270px 0px;
	background-repeat: no-repeat;
	width: 270px;
}
#navigation .tab .patientlink:hover
{
	background-position: -540px 0px;
}
#navigation .selected .patientlink,
#navigation .selected .patientlink:hover
{
	background-position: -0px 0px;
}
#navigation .tab .news
{
	background-image: url('images/news_button.jpg');
	background-position: -112px 0px;
	background-repeat: no-repeat;
	width: 112px;
}
#navigation .tab .news:hover
{
	background-position: -224px 0px;
}
#navigation .selected .news,
#navigation .selected .news:hover
{
	background-position: -0px 0px;
}
#navigation .tab .careers
{
	background-image: url('images/careers_button.jpg');
	background-position: -132px 0px;
	background-repeat: no-repeat;
	width: 132px;
}
#navigation .tab .careers:hover
{
	background-position: -264px 0px;
}
#navigation .selected .careers,
#navigation .selected .careers:hover
{
	background-position: 0px 0px;
}


/* Content
----------------------------------------------------------------------------------------------------*/
#content
{
	background:#F0EFEF none repeat scroll 0 0;
	padding:0px;
}
#content p
{
	text-align: left;
}
.spacer
{  
	background-color: #F0EFEF;  
	height: 20px;  
}
#menu
{
	margin: 0;
	padding: 0;	
	height: 30px;
	clear: both;
}
#menu .tab
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background-color: #F0EFEF;
	width: 300px;
	border-bottom:1px solid #466F82;
}
#menu .tab a
{
	color: #53534A;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	display: block;
	float: left;
	padding-left: 20px;
	width: 280px;
}
#menu .tab span
{
	height: 30px;
	display: block;
	float: left;
	line-height: 30px;
	cursor: pointer;
}
#menu .tab :hover
{
	color: #FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight : bold;
	font-style: normal;
	text-transform: none;
	background-color: #999999;
}
#menu .tab .selected a,
#menu .tab .selected a:hover
{
	color: #FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight : bold;
	font-style: normal;
	text-transform: none;
	background-color: #8F0506;
}
p
{
	margin-bottom:7px;
	text-align: left;
}
a:link{color:#990000;}
a:visited{color:#330000;}
a:hover{color:#bb0000;}
div.news p
{
	background:transparent url(images/icon_news.gif) no-repeat scroll 0 0;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:3px;
	padding-left:20px;
	color:#666666;
	line-height:1.5em;
	margin:0 0 7px;
	font-size:0.9em;
}
div.news a
{
	color:#524D4D !important;
	font-weight:bold;
	font-size:1.1em;
}
div.submenu
{
	padding: 5px 22px 5px 12px;
}
div.submenu p
{
	background:transparent url(images/arrows_gray.jpg) no-repeat scroll 0 0;
	padding-bottom:3px;
	padding-left:20px;
	color:#666666;
	line-height:1.5em;
	margin:0px;
	font-size:0.9em;
}
div.submenu p.selected
{
	background:transparent url(images/arrows_blue.jpg) no-repeat scroll 0 0;
	padding-bottom:3px;
	padding-left:20px;
	color:#666666;
	line-height:1.5em;
	margin:0px;
	font-size:0.9em;
}
div.submenu a
{
	color:#524D4D !important;
	font-weight:bold;
	font-size:1.1em;
}
div.left_space
{
	background:transparent url(images/line_hor.jpg) no-repeat scroll 0 0;
	padding: 0px;
	margin: 0px;
	background-color: #d9d7d6;
}
h1{font-size:120%; font-weight: bold; text-align: left; margin-top: 0px; margin-bottom: 8px; color: #9D0A0E;}
h1.headline{color: #9D0A0E;}
.headline_right{color: #524d4d;}
.name{font-weight: bold; color: #9D0A0E;}
.descr{font-weight: bold; color: #524d4d;}
h1 a:link
{
	color:#9D0A0E;
	text-decoration: none;
}
h1 a:visited
{
	color:#9D0A0E;
	text-decoration: none;
}
h1 a:hover
{
	color:#9D0A0E;
	text-decoration: none;
}
h2
{
	padding: 5px 0px 0px 0px;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	color: #466F82;
}
h2 a:link
{
	color:#9D0A0E;
	text-decoration: none;
}
h2 a:visited
{
	color:#9D0A0E;
	text-decoration: none;
}
h2 a:hover
{
	color:#9D0A0E;
	text-decoration: none;
}
h3{font-size:105%; font-weight: bold; text-align: left; margin-top:10px; margin-bottom:4px; color:#524D4D;}
li{margin-left:15px;}
img
{
	border:solid 1px #CCCCCC;
}
hr
{
	background-color:#999999;
	border:0px none;
	color:#999999;
	height:1px;
}
div.comment
{
	border: #999999 1px solid;
	padding: 8px;
	background-color: #eeeeee;
	margin-top: 4px;
	margin-bottom: 4px;
}
.commentsmall
{
	font-size:11px;
	font-style:italic;
	text-align: right;
}
.date
{
	color:#666666;
	line-height:1.5em;
	font-size:0.9em;	
}
td.contact_bold
{
	font-weight: bold;
	color:#524D4D;
	text-align: left;
}
td.contact
{
	padding-left: 20px;
	text-align: left;
}
#details
 {
	border: 1px solid #D9D9D9;
	 width: 100%;
}
#details tr.head td {
	font-family: Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight:bold;
	padding: 3px 8px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align:center;
	background-color: #466F82;
}
#details tr th {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #524D4D;
	padding: 3px 8px;
	text-align: left;
	border-left: 1px solid #D9D9D9;
}
#details tr td {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
	text-align:center;
}
#details tr.odd th {
	background-color: #e4e4e4;
	color: #524D4D;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
#details tr.odd td {
	background-color: #e4e4e4;
	font-size: 8pt;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	text-align:center;
}
#details tr.sub td{
	background-color: #466F82;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	border-left: 1px solid #FFFFFF;
	text-align: left;
}
#details tr td.left
{
	text-align: left;
}
#details tr.odd td.left
{
	text-align: left;
}
#devices
{
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	width: 100%;
}
#devices td.image
{
	padding:5px 0px 0px 0px;
	width:200px;
}
#devices td.desc
{
	padding:5px 0px 0px 0px;
	vertical-align:top;
}
#devices h1
{
	font-size:120%;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #9D0A0E;
}
#devices tr.more td
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #9D0A0E;
	font-weight : bold;
	text-align: right;
	vertical-align: middle;
	border-bottom: 1px solid #D9D9D9;
}
#devices tr.more td p
{
	text-align: right;
}
#devices tr td img
{
	margin-right: 20px;
}
#team
{
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	width: 100%;
}
#team td.image
{
	padding:5px 0px 5px 0px;
	width:50%;
}
#team td.desc
{
	padding:5px 0px 0px 0px;
	vertical-align:top;
}
#team tr.desc
{
	border-bottom: 1px solid #D9D9D9;
}
ul
{
	text-align: left;
}
ul.features
{
	list-style-type: disc;
	padding: 5px 0px 5px 10px;
}
/* Footer
----------------------------------------------------------------------------------------------------*/
#footer
{
	background:#CCCCCC none repeat scroll 0 0;
	border-top:10px solid #466F82;
	padding:10px;
}
#footer p
{
	color: #53534A;
	text-align: center;
}
#footer a
{
	color: #53534A;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
}
#footer a:hover
{
	color: #bb0000;
	font-family : Verdana, Arial, sans-serif;
	text-decoration: underline;
	font-weight : bold;
	font-style: normal;
	text-transform: none;
}
#footer a:visited
{
	color: #53534A;
	font-family : Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight : bold;
	font-style: normal;
	text-transform: none;
}
#footer a:visited:hover
{
	color: #bb0000;
	font-family : Verdana, Arial, sans-serif;
	text-decoration: underline;
	font-weight : bold;
	font-style: normal;
	text-transform: none;
}
#copy
{
	font-size: x-small;
	color:#999999;
	text-align:center;
}

/* Forms
----------------------------------------------------------------------------------------------------*/
.contactform
{
	margin:0 auto;
	width:545px;
	padding:14px;
}
#stylized{
	border:solid 1px #A1A1A1;
	background:#E1E1E1;
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #999999;
	padding-bottom:10px;
}
#stylized label
{
	color:#524D4D;
	display:block;
	font-weight:bold;
	text-align:right;
	width:185px;
	float:left;
	padding:0 12px 0 0;
}
#stylized label.option{
	display:block;
	font-weight:bold;
	text-align:right;
	width:350px;
	float:left;
	padding:0 12px 0 0;
}
#stylized label.optionlabel{
	display:block;
	font-weight:bold;
	text-align:right;
	width:20px;
	float:left;
	padding:0 12px 0 0;
}
#stylized .asterisk{
	color: red;
	font-size:14px;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:185px;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #d9d7d6;
	width:300px;
	margin:2px 0 20px 10px;
}
#stylized input.zip{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #d9d7d6;
	width:80px;
	margin:2px 0 20px 10px;
}
#stylized input.option{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #d9d7d6;
	width:20px;
	margin:2px 0 20px 10px;
}
#stylized textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #d9d7d6;
	width:300px;
	margin:2px 0 20px 10px;
}
#stylized select.state{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #d9d7d6;
	width:208px;
	margin:2px 0 20px 10px;
}
#stylized button{
	clear:both;
	margin-left:207px;
	width:125px;
	height:27px;
	background:#9D0A0E;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}