divd{
	border: 1px solid #000000;
}
* {
	margin:0;
	padding:0;
	/*border:0;*/
}


html, body{	
	margin:0px;
	top:0px;
	left:0px;
	font-family: Arial;
	font-size:12px;
	overflow-x: hidden;
}

.whiteBold{
	margin:0px;
	top:0px;
	left:0px;
	font-family: Arial;
	font-size:12px;
	color: #ffffff;
	font-weight: bold;
}

.grey{
	margin:0px;
	top:0px;
	left:0px;
	font-family: Arial;
	font-size:12px;
	color: #cccccc;
	font-weight: normal;
}

h1 {
	line-height: 19px;
	font-size: 16px;
	color: #ffffff;
}

h2{
	font-size: 18px
}

img{
	margin:0;
	padding: 0;
	border: 0;
}



#testme{
	position: fixed;
	border: 1px solid #000000; 
	width: 300px; 
	height: 100px; 
	display: block; 
 
	bottom: 0; 
	right: 0; 
}


/* Header
****************************************************************************/

#header {
		background-image: url('/images/nav_top_stripe.gif');
		background-repeat: repeat-x;
		text-align: left;
		height:45px;
		z-index: 100;

		
}

#newsletter_link {
	height: 30px;
	width: 110px;
	background-color: #000000;
	margin-top: 5px;
	padding: 3px;
	padding-left:5px;
	font-size: 11px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
}
/*	Navigation 
*****************************************************************************/
#navcontainer{ position: absolute; width: 699px;height: 50px; top:42px; left: 0px; z-index: 100;}

.rb_toggle #button {
	position:absolute;
	margin-top: -3px;
    color: #999;
    font-size: 11px;
    font-weight: bold;
    font-family: arial, verdana, sans-serif;
    cursor: hand;
    cursor: pointer;
	z-index: 200;
	
}

.rb_menu {
    position: absolute;
    left: 28px;
    top: 3px;
	height:35px;
	width:791px;
	z-index:150;
	padding-right: 25px;
	background-image: url('/images/nav_bottom_stripe2.gif');
	background-repeat: no-repeat;
}

a {
	margin: 0px;
}

.top_nav {
	height: 30px;
	padding-top: 15px;
    padding-left: 24px;
	margin: 0;
	float: left;
	width: 765px;
    overflow: hidden;
}

.top_nav li{
	display: block;
    float: left;
}

.top_nav li a{
    text-align: center;
	display: block;
}

.top_nav li, .top_nav li a { width: 91px; }

.top_nav ul{
	list-style-type: none;
	padding: 0;
}


.rb_menu ul,
.rb_menu li {
	position: relative;
    list-style-type: none;
	display: inline;
    padding: 0;
    margin: 0;
	margin-top:3px;
	z-index: 1000;
	border:1px;
	/*border: 1px solid #ffffff;*/
}

.rb_menu li {
    float: left;
   	height: 25px;
   	line-height: 25px;
	margin-right:17px;
	text-align:right;	
}

#news_link{
	padding-right: 40px;
}

#press_link{
	padding-right: 36px;
}

#history_link{
	padding-right: 29px;
}

#archive_link{
	padding-right: 20px;
}

#scrubup_link{
	padding-right: 35px;
}

#legal_link{
	padding-right: 32px;
}

#sitemap_link{
	padding-right: 0px;
}



.errortext{
	color: red; 
	font-weight: bold;
}






div#container {
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

div#content{
	position: relative;
	text-align: left;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 934px;
	height: 500px;
	
}

.error{
	color: #ff0000;
	font-weight: bold;
}

/* Newsletter signup form
*****************************************************************************/

fieldset {
	border: 0px;
}

.bold_heading {
	font-size: 16px;
	font-weight: bold;
	
}

.checkbox{

	margin:0px;	
	padding: 0px;
}

input.checkbox{
	padding: 0;
}


/*	Footer 
*****************************************************************************/

#footer{
	/*display: none; /* Stops menu appearing before page is fully loaded */
	right: 0;
	padding: 0px;
	margin: 0px;
	position: fixed;
	bottom: 0;
	height: 150px;
	width: 80px;
	z-index: 2000;
}

#footerTab{
	/*display: none; /* Stops menu appearing before page is fully loaded */
	right: 0;
	padding: 0px;
	margin: 0px;
	position: fixed;
	bottom: 0;
	width: 80px;
	height: 50px;
	/*visibility: hidden;*/
	display: none;
	z-index: 2000;
}

#footer_image {
	float: right;
	width: 23px;
	height: 111px;
}

.footertext {
	float: right;
	text-align: right;
	width:52px;
	height: 109px;
	background-color: #ED1B24;
	padding-left: 5px;
	padding-top: 5px;
	/*background-image: url('/images/sub_navigation.gif');
	background-repeat: no-repeat;
	background-position: right;*/
}

.footertext ul,
.footertext li {
	position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
	z-index: 1000;
	/*border: 1px solid #ffffff;*/
}

.footertext li {
   	/*float: left;*/
	margin-right:7px;
	padding-top: 1px;
}

.footerText{
	color: #ffffff;
	font-size: 10px;
	text-align:right;
}

/**
*  Popups for signup
**********************************************/
#popup{
background-image: url(/images/bg_surgery.jpg);
}

/**
*	Email Links
**********************************************/
a.email:link{
	color: #fff000;
	text-decoration:underline;
	font-weight: bold;
	text-transform: none;
}

a.email:visited{
	color: #fff000;
	text-decoration:underline;
	font-weight: bold;
	text-transform: none;
}

a.email:hover{
	color: #fff000;
	text-decoration: underline;
	font-weight: bold;
	text-transform: none;
}


/*black text link*/
a.blacktext:link {
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
	text-transform: none;
	
}

a.blacktext:visited {
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
	text-transform: none;
}

a.blacktext:hover {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	text-transform: none;
}

/*black text link*/
a.whitetext:link {
	color: #ffffff;
	text-decoration:underline;
	font-weight: bold;
	text-transform: none;
	
}

a.whitetext:visited {
	color: #ffffff;
	text-decoration:underline;
	font-weight: bold;
	text-transform: none;
}

a.whitetext:hover {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	text-transform: none;
}

/* Nav lnks */
a:link{
	color: #000000;
	text-decoration:none;
	font-weight: 900;
	text-transform: uppercase;
	
}

a:visited{
	color: #000000;
	text-decoration:none;
	font-weight: 900;
	text-transform: uppercase;
}

a:hover{
	color: #000000;
	text-decoration:underline;
	font-weight: 900;
	text-transform: uppercase;
}

a.news_month:link {
	text-transform: capitalize;
}

a.news_month:hover {
	text-transform: capitalize;
}

a.news_month:active {
	text-transform: capitalize;
}

a.news_month:visited {
	text-transform: capitalize;
}

a.nav_red_link:link{
	color: #ff1319;
}

a.nav_red_link:visited{
	color: #ff1319;
}

a.nav_red_link:hover{
	text-decoration: underline;
	color: #ff1319;
}

a.nav_red_link:active{
	text-decoration: underline;
	color: #ff1319;
}


a.nav_yellow_link:link{
	color: #fff000;
}

a.nav_yellow_link:visited{
	color: #fff000;
}

a.nav_yellow_link:hover{
	text-decoration: underline;
	color: #fff000;
}

a.nav_yellow_link:active{
	text-decoration: underline;
	color: #fff000;
}


a.nav_red_link2:link{
	color: #c61b20;
}

a.nav_red_link2:visited{
	color: #c61b20;
}

a.nav_red_link2:hover{
	text-decoration: underline;
	color: #c61b20;
}

a.nav_red_link2:active{
	text-decoration: underline;
	color: #c61b20;
}


a.nav_yellow_link2:link{
	color: #ffc80b;
}

a.nav_yellow_link2:visited{
	color: #ffc80b;
}

a.nav_yellow_link2:hover{
	text-decoration: underline;
	color: #ffc80b;
}

a.nav_yellow_link2:active{
	text-decoration: underline;
	color: #ffc80b;
}


/*Style links*/
a.styleswitch:link{
	color: #000000;
	text-decoration:none;
	font-weight: 900;
}

a.styleswitch:visited{
	color: #000000;
	text-decoration:none;
	font-weight: 900;
}

a.styleswitch:hover{
	color: #000000;
	text-decoration:none;
	font-weight: 900;
}


/*newsletter link*/
a.newsletterLink:link {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}

a.newsletterLink:visited {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}

a.newsletterLink:hover {
	color: #ffffff;
	text-decoration:underline;
	font-weight: bold;
}


/*footer-right menu links*/
a.footerText:link {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}

a.footerText:visited {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	
}

a.footerText:hover {
	color: #ffffff;
	text-decoration:underline;
	font-weight: bold;	
}

/*news page headlines*/
a.headlines:link{
	color: #00A1C4;
	text-transform: capitalize;
	font-family: georgia;
}

a.headlines:visited{
	color: #00A1C4;
	text-transform: capitalize;
	font-family: georgia;
}

a.headlines:hover{
	color: #000000;
	text-transform: capitalize;
	font-family: georgia;
}

a.headlines:active{
	color: #00A1C4;
	text-transform: capitalize;
	font-family: georgia;
}

#buynowlink {
  display: block;
  background: url('/images/buy_now.png') top left no-repeat;
  width: 158px; height: 44px;
}

#buynowlink:hover {
  background: url('/images/buy_now_hover.png') top left no-repeat;
}
