

/* typography & colors */

body {
	background: #c9c3bd url(images/background.png) repeat-x;
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	color: #474747;
	overflow-x: hidden;
}

a, a:visited {
	color: #474747;
}

ul#navbar {
	color: white;
	font-size: 0.875em;
}

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

div#page {
	background: white url('images/page_background3.png') repeat-y center -94px;
}

h1 {
	color: black;
	font-size: 2.4em;
	line-height: 1.125em;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-weight: normal;
	font-size: 1em;
	line-height: 1.125em;
	/*text-transform: capitalize;*/
	text-indent: 20px;
	color: white;
}

h3 {
	font-family: Georgia, Times, Serif;
	font-weight: normal;
	color: #930304;
	font-size: 1em;
	margin: 0;
}

div#sidebar h3 {
	margin: 1em 0;
}

h4 {
	font-weight: normal;
	font-size: 1em;
	margin: 10px;
	float: left;
	color: #474747;
}

p {
	margin: 1em 0;
}

ul#blobnav li {
	font-size: 1em;
	line-height: 1.125em;
	text-transform: capitalize;
	text-indent: 20px;
}

div#blobs {
	background-color: #ededed;
}

div#innerblobs {
}

div#callme {
	background-color: #e8e8e8;

}

div#callme p {
	font-family: Georgia, Times, Sans-serif;
	font-style: italic;
	color: #474747;
}

div#callme form {
	font-size: 0.875em;
	line-height: 2em;
	color: #474747;
}

div#callme_inpage p {
	font-family: Georgia, Times, Sans-serif;
/*	font-style: italic;  */
	color: #474747;
}

div#callme_inpage form {
	font-size: 0.875em;
	line-height: 2em;
	color: #474747;
}

div#callme_inpage p, form {
margin:5px 20px;
}

div#callme_inpage form input#callme_submit {
display:block;
margin-top:10px;
}

div #callmenow {
  padding-top:60px;
  text-align:left;
}

div#testimonials p {
	font-family: Georgia, Times, Sans-serif;
	font-style: italic;
	color: #474747;
	font-size: 1.2em;
}

div#testimonials address {
	font-style: normal;
	font-size: 0.875em;
}

div#bupa_blob p {
	font-family: Georgia, Times, Sans-serif;
	font-size: 0.75em;
	line-height: 1.75em;
	color: #474747;
}

div#sidebar div#testimonials p {
	font-size: 0.9em;
	color: #474747;
	line-height: 1.75em;
}

div#sidebar div#testimonials address {
	color: black;
}

div#learnmore ul li {
	background: url(images/acrobat_icon.png) no-repeat center left;
	font-size: 0.875em;
	color: #474747;
}

div#learnmore ul li a {
	color: #474747;
}

div#blob_content p {
	font-size: 0.875em;
	line-height: 1.75em;
	color: #474747;
}

div#blob_content p.footnotes {
	border-top: 1px solid #e8e8e8;
	padding-top: 1em;
	font-size: 0.7em;
}

em {
	color: #930304;
	font-family: Georgia, Times, Serif;
	font-style: normal;
}

sup {
	font-size: 0.65em;
}

/* structure */

body {
	margin: 0; padding: 0;
}

div#header {
	margin: 0 auto;
	width: 1020px;
}

div#page {
	width: 1000px;
	margin: 0px auto;
	padding: 0 20px 20px;
}

div#page.homepage {
	padding: 0 20px;
}

div#marketarea {
	width: 752px;
	height: 314px;
	background: url(images/hp_bg.jpg) top right;
}

div.innermarketarea {
  width: 751px;
	height: 314px;
	margin-right: 1px;
	float: left;
/*	width: 754px;
	height: 420px;
*/
}

div.innermarketarea#treatment_marketarea {
	background: url(images/treatment_bg.jpg) no-repeat;
}

div.innermarketarea#company_marketarea {
	background: url(images/about_bg.jpg) no-repeat;
}

div.innermarketarea#research_marketarea {
	background: url(images/medical_bg.jpg) no-repeat;
}

div.innermarketarea#faq_marketarea {
	background: url(images/faq_bg.jpg) no-repeat;
}

div.innermarketarea#contact_marketarea {
	background: url(images/contact_bg.jpg) no-repeat;
}

div.innermarketarea#treatment_marketarea h1 {
	color: white;
	width: 550px; 
	padding: 185px 0px 0px 30px;
	font-size: 2em;
}

div.innermarketarea#company_marketarea h1 {
	color: black;
	width: 450px;
	padding: 105px 0px 0px 100px;
}

div.innermarketarea#research_marketarea h1 {
	color: white;
	width: 480px;
	font-size:2em;
  padding:190px 0 0 30px;
}

div.innermarketarea#faq_marketarea h1 {
	color: white;
	width: 450px;
	padding: 220px 0px 0px 30px;
}

div.innermarketarea#contact_marketarea h1 {
	color: black;
	width: 300px;
	padding: 100px 0px 0px 30px;
}

div#innermenu ul li{
	color: #930304;
	font-family: Georgia, Times, Serif;
	font-style: normal;
	text-decoration: underline;
	padding-bottom:5px;
  padding-top:5px;  
}

div#blobs {
	height: 470px;
}

div#callme_outer {
	height: 367px;
	width: 248px;
  background: url(images/hp_leftbar_bg.gif) repeat-x bottom #E8E8E8;
  float:right;
}

div#callme_outer_pages {
	height: 314px;
	width: 248px;
  background: #E8E8E8;
  float:right;
}

div#callme.homepage {
	height: 360px;
}

div#homepageleft.homepage {
	height: 367px;
	width: 204px;
	float: right;
}

div#testimonials {
}

div#bupa_blob {
	width: 600px;
}

div#footer {
	clear: both;
	width: 1000px;
	margin: 0 auto 50px auto;
	padding: 10px 20px;
	font-size: 0.75em;
	background: url(images/footer_background.png) no-repeat;
}

div.imageleftmargin {
	position: relative;
	float: left;
	padding-right: 1em;
	margin-left: -220px;
}


div.imageright {
	float: right;
	padding-left: 1em;
}

div.clearance {
	clear: both;
}

iframe {
	display: none;
}

/* navbar */

ul#navbar {
	display: block;
	background: url(images/navbar.png) no-repeat;
	width: 1010px;
	height: 94px;
	margin: 0; padding: 0 5px;
}

ul#navbar li {
	display: block;
	margin: 0; padding: 0 10px;
	background: url(images/nav_separator.png) no-repeat top right;
}

ul#navbar li {
	float: left;
	padding-top: 22px;
	height: 54px;
	}

ul#navbar li.nosep {
	background: none;
}

ul#navbar li.choice {
	background: url(images/navbar_choice.png) repeat-x top right;
}

ul#navbar li#title {
	margin-left: 15px;
	margin-right: 147px;
	width: 100px;
    position:relative;
    overflow:hidden;
}

ul#navbar li#title span {
	display:block;
    position:absolute; left:0; top:0; z-index:1;
    width:100px; height:75px;
    margin:0; padding:0;
    background:url(images/apos_logo.png) no-repeat top left;
}

ul#navbar li#bupa_nav {
	float: right;
	margin-right: 0px;
	width: 190px;
    position:relative;
    overflow:hidden;
}

ul#navbar li#bupa_nav span {
	display:block;
    position:absolute; left:0; top:0; z-index:1;
    width:190px; height:75px;
    margin:0; padding:0;
    background:url(images/in_association_with_bupa.png) no-repeat top left;
}

div#calnowhptxt {
  padding-top: 2px;
  #padding-top: 0px;
  #position: relative;
  #top: -2px;
}

/* market area */

div#marketarea {
	position: relative;
	float: left;
}

div#overhead {
	position: absolute;
	top: 45px; left: 25px;
	font-size: 0.8em;
	color: white;
}

div#marketarea h1 {
	margin: 0;
	padding-top: 65px;
	padding-left: 20px;
	width: 500px;
  color: white;
}

div#marketarea div#learnmorelink {
	position: absolute;
	top: 225px; left: 30px;
	color: white;
	font-size: 0.875em;
	background:url(images/btn_bg.gif) no-repeat top left;
	width: 266px;
	height: 35px;
	padding-left:15px;
  padding-top:8px;
}

div#marketarea div#learnmorelink a {
	color: white;
	text-decoration: none;
}

div#marketarea div#callcenter {
	position: absolute;
	top: 260px;
	right: 0px;
	background: #e8e8e8;
	width: 204px;
	padding: 0px 22px;
}

div.homepage#callcenter {
/*	background: #323432 url(images/callme_background.png) repeat-x top left;*/
  background: #EDEDED;
	padding: 0 22px;
	width: 204px;
	float: right;
	height: 417px;
}

div.homepage#callcenter p {
	color: #474747;
}

div.homepage#callcenter p em {
	color: #930304;
}

div.homepage#callcenter a{
	background: url(images/pdf_icon.gif) no-repeat center left;
	color: #474747;
	text-decoration: underline;
	padding-left: 25px;
	line-height: 25px;
}

#hp_movie {
 padding-top: 15px;
 padding-bottom: 15px;
 border-top: solid 1px #a6a6a6;
 border-bottom: solid 1px #a6a6a6;
}


 
/* blobs */

div#topblobs {
	float: left;
	width: 752px;
}


div#blobs {
	float: left;
	width: 752px;
}

div#innerblobs {
	margin: 1em 1em;
	width: 724px;
}

ul#blobnav {
	display: block;
	margin: 0; padding: 0;
}

ul#blobnav li.filled {
	display: block;
	float: left;
	width: 188px;
	height: 25px;
	padding: 15px 0px;
	background: url(images/blobnav_background.png) no-repeat top left;
	cursor: pointer;
}

ul#blobnav li.empty {
	display: block;
	float: left;
	width: 188px;
	height: 25px;
	padding: 15px 0px;
	background: url(images/blobnav_empty.png) no-repeat top right;
	color: #474747;
}

ul#blobnav li.empty a {
	color: #474747;
}

ul#blobnav a a:visited {
  color:#919191;
}

div#blobs div.limb_blob {
	clear: both;
	padding: 10px 20px;
	width: 600px;
	line-height: 1.5em;
	color: #474747;
}

div#blobs div.hidden {
	display: none;
}

div#blob_content {
	margin: 10px 0 0 240px;
	width: 450px;
	overflow: visible;
}

div.bupa_approved {
	margin-top: -100px;
	padding-top: 70px;
	width: 150px;
	padding-left: 30px;
	background: url(images/bupa_approved.gif) no-repeat top center;
}

/* sidebar */

h2 {
	height: 25px;
	margin: 0;
	padding: 15px 0px;
	background: #323432 url(images/callme_background.png) repeat-x top left;
}

div#callme h2 {
	background: #e8e8e8;
	height: auto;
	color: #474747;
	font-weight: bold;
	padding: 4px 0 0 0;
}

div#callme.homepage h2 {
	background: #e8e8e8;
	height: auto;
	color: #474747;
	font-weight: bold;
	padding: 15px 0 0 0;
}

div#callme {
	float: right;
	width: 245px;
	height:314px;
}

div#callme.homepage {
	width: 245px; /* was 248px */
}

div#callme p, form {
	margin: 5px 20px;
}

div#callme input.textual {
	width: 180px;
}

div#callme form input#callme_submit  {
		display: block;
		margin-top: 10px;
}

div#callme form label.error {
	color: red;
	text-indent: 5px;
}

div#callcenter {
}

div#testimonials {
	margin: 0 20px;
}

div#specialoffer {
	background: transparent url(images/specialoffer_background.png) no-repeat 0px 10px;
	color: white;
	padding: 10px;
	height: 138px;
	display: none;
}

div.limb_blob div#specialoffer {
	background: transparent url(images/specialoffer_homepage.png) no-repeat 20px 20px;
	color: white;
	padding: 10px;
	height: 148px;
	width: 200px;
	float: right;
}

div#specialoffer p em, div#specialoffer p, div#specialoffer h3 {
	color: white;
	display: none;
}

div#specialoffer h3 {
	padding: 1em 0 0;
	margin: 0;
}

div#sidebar div {
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}

div#sidebar div#testimonials {
	margin: 0;
}

div#bupa_blob {
	background: url(images/bupa_approved.gif) no-repeat top left;
	margin: 20px;
	height: 80px;
}

div#bupa_blob p {
	margin: 0;
	padding: 15px 20px 15px 150px;
}

div#bupa_blob div.bupa_link {
	float: left;
	padding-top: 75px;
	position: relative;
}

div#sidebar {
	float: right;
	width: 205px;
	margin: 20px 20px 0 0;
}

div#learnmore ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

div#learnmore ul li {
	display: block;
	text-indent: 30px;
	margin: 15px 0;
}

#mymsg {
  width: 225px;
  text-align: left;
  padding: 10px;
}