body {
	background-color: #323255;
	margin-left: 0px;
	margin-top: 0px;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color: rgb(255,191,42);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgb(255,191,42);
}
a:hover {
	text-decoration: underline;
	color:white;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}


#index_right_block
{
	position:absolute;
	z-index:2;
	top:100px;
	right:13px;
	width:370px;
	height:inherit;
	overflow:hidden;
	text-align:center;
	max-height:308px;
	font-family:Arial, Helvetica, sans-serif;
}

#outer_container
{
	  position: absolute;
      left: 50%;
      top: 50%;
      width: 802px;
      height: 506px;
      margin-left: -401px; 
      margin-top: -253px; 
}


#us_clinical_investigation
{
	text-align:center;
	position:absolute;
	top:30px;
	left:10px;
	border:1px solid red;
	max-width:175px;
	padding:5px;
	background-color:rgb(32,40,76);
}




#cardiofocus_copyright
{
	color:rgb(108,114,148);
	position:absolute;
	bottom:5px;
	left:5px;
	font-family: arial, "lucida console", sans-serif;
	font-size:8pt;
}



#see_it_in_action
{
	text-align:center;
	color:rgb(252,252,252);
	position:absolute;
	bottom:70px;
	right:200px;
	font-family: arial, "lucida console", sans-serif;
	font-size:11pt;
	font-weight:bold;
	letter-spacing:0.5px;
	z-index:2;
}

#get_flash
{
	text-align:center;
	color:rgb(158,166,205);
	position:absolute;
	bottom:50px;
	right:200px;
	font-family: arial, "lucida console", sans-serif;
	font-size:9pt;
	letter-spacing:1px;
	z-index:2;
}


#usfda
{
	color:rgb(108,114,148);
	position:absolute;
	bottom:5px;
	right:60px;
	font-family: arial, "lucida console", sans-serif;
	font-size:7pt;
	text-align:center;
}

div.header_text
{
	color:white;
	font-size:20pt;
	 position:absolute; 
	 margin-left:270px; 
	 margin-top:50px;
	 z-index:2;
}

div.header_text_shadow
{
	color:black;
	font-size:20pt;
	 position:absolute; 
	 margin-left:271px; 
	 margin-top:51px;
	 z-index:1;
}

#menu_buttons
{
	text-align:center;
	font-size:11pt;
	max-height:26px;
}

#menu_buttons a
{
	text-decoration:none;
	color:white;
}

#menu_buttons td:hover
{
	background:url('images/highlight.png');
	cursor:pointer;
}


#main_container
{
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width:800px;
	position:relative;
}

.container_column
{
    position:absolute;
	display:block
}

.container
{
	position:relative;
	z-index:1;
}

.container br
{
	line-height:5px;
}

.container a
{
	color: rgb(158, 166, 205);
}

.container_t
{
	background:url('images/containers/v1/container_t.jpg');
	background-repeat:repeat-x;
}

.container_l
{
	background:url('images/containers/v1/container_l.jpg');
	background-repeat:repeat-y;
}

.container_m
{
	padding-right:10px;
	padding-bottom:10px;
}

.container_r
{
	background:url('images/containers/v1/container_r.jpg');
	background-repeat:repeat-y;
}

.container_b
{
	background:url('images/containers/v1/container_b.jpg');
	background-repeat:repeat-x;
}


