/* CSS Document */
body{
			
			padding		: 		0px;
			margin		:		11px auto 0px auto;
			font-family	:		Arial, Helvetica, sans-serif;
			font-size	:		13px;
}
p {
	margin-top:0;
	margin-bottom:10px;
}


#container{
			/*float		:		left;*/
			border		:		2px solid #b2b2b2;
			width		:		760px;
			margin		:		0 auto 0 auto;
			overflow:hidden;

}
/*---------------HEADER	  START ---------------------------------------------------------------*/
#header{
			/*float		:		left;*/
			width		:		764px;
			height		:		59px;
			clear		:		both;
			overflow	:		hidden;
			
}
.header_message{

			width		:		764px;
			height		:    	32px;
			/*float		:		left;*/
			background	:		#2678bf;
			color		:		#FFFFFF;
			font-size	: 		12px;
			font-weight	: 		bold;
		    text-align	:		center;
			line-height	:		32px;
			
			
}
.header_logo{

			width		:		180px;
			height		:		59px;
			float		:		left;
			display		:		inline;
		
}
.header_logo img{
			padding		:		0px;
			margin		:		0px;
}
.header_mainMenu{

			width		:		584px;
			height		:		59px;
			float		:		left;
			display		:		inline;

			

}
/*---------------Main Menu High Blood Pressure Section START------------------*/
ul.header_mainMenu_bloodPressure{
			list-style	:		none;
			display		:		inline;
			margin		:		0px;
			padding		:		0px;
			float		:		left;
}
.header_mainMenu_bloodPressure li{

			float		:		left;
			font-size	:		10px;
			color		:		#FFFFFF;
			font-weight	:		bold;
			text-align	:		center;
			margin		:		0px;
			padding		:		0px;
}
.Mnav1{
			padding		:		14px 0px 0 1px;
}
.Mnav2{
			padding		:		8px 0px  4px 0px;
}
.Mnav3{
			padding		:		8px 0px 6px 0px;
}
.Mnav4{
			padding		:		4px 0px 9px 0px;
}

.header_mainMenu_bloodPressure a{
			width		:		112px;
			height		:		44px;
			float		:		left;
			background	:		#ad003d;	
			margin		:		0 0 0 4px;
			color		:		#FFFFFF;
			text-decoration:	none;
}
.header_mainMenu_bloodPressure a:hover{
			background	:		#edc8c2;
			color		:		#ad003d;
}


/*---------------Main Menu High Blood Pressure Section END------------------*/

/*---------------Main Menu Diabetes & Heart Disease Section START------------------*/
ul.header_mainMenu_diabetes{
			list-style	:		none;
			display		:		inline;
			margin		:		0px;
			padding		:		0px;
			float		:		left;			
}
.header_mainMenu_diabetes li{
			float		:		left;
			font-family	:		Arial, Helvetica, sans-serif;
			font-size	:		10px;
			color		:		#FFFFFF;
			font-weight	:		bold;
			text-align	:		center;
}

.header_mainMenu_diabetes a{
			width		:		112px;
			height		:		44px;
			float		:		left;
			background	:		#297ac0;	
			margin		:		0 0 0 4px;
			color		:		#FFFFFF;
			text-decoration:	none;
}
.header_mainMenu_diabetes a:hover{
			background	:		#2e90e6;	
}
/*---------------Main Menu Diabetes & Heart Disease Section END------------------*/
/*---------------HEADER	 END ---------------------------------------------------------------*/

/*---------------Home Page content  START------------------*/

#content{
			width		:		764px;
			padding		:		5px 0 0 0;
			clear		:		both;
			overflow	:		hidden;
	
}
.content_left{
			width		:		344px;
			float		:		left;
			display		:		inline;
			padding		: 		0 0 0 34px;
			overflow	:		hidden;
}
.content_welcome_logo{
			padding		:		35px 0px 20px 0;
}
.content_welcome_text{
			font-size	:		12px;
			padding		:		0 0 0 4px;			
}

.pfizer_logo_home {
			padding		:		45px 0 0 0;
			float		:		right;
}
.content_right{
			width		:		300px;
			float		:		left;
			display		: 		inline;
			padding		:		0 41px 0 41px;
			overflow	:		hidden;
}
.blood_pressure{
			width		:		300px;
			border		:		3px solid #ad003d;
			margin		:		0 0 20px 0;
}
.blood_pressure_logo{
      		width		:		264px;
			padding		:		20px 18px 0 18px;
}
.blood_pressure_text{
			width		:		250px;
			padding		:		2px 25px;			
}
.blood_pressure_text p{
			font-family	:		Arial, Helvetica, sans-serif;
			font-size	:		12px;
			color		:		#000000;
			line-height	:		16px;
			margin		:		0px;
			
}
.blood_pressure_button{
			width		:		250px;
			padding		:		10px 25px;
			text-align	:		center;
}

.bt_high_bp_new{
			width		:		250px;
			height		:		30px;
			background	:		url(../images/home_high_bp_bg.gif) no-repeat left top;
}
.bt_high_bp_new a{
			width		:		250px;
			height		: 		24px;
			background	:		#b72c47;
			font-size	:		12px;
			font-weight	:		bold;
			color		:		#FFFFFF;
			text-decoration:	none;
			line-height	:		20px;
			text-align	:		center;
			display		:		block;
}
.bt_high_bp_new a:hover{
			background	:		#edc8c2;
			color		:		#b72c47;
}
.diabetes{
			width		:		300px;
			border		:		3px solid #2678bf;
			padding		:		0 0 10px 0;
			margin		:		0 0 32px 0;
			overflow	:		hidden;
}
.bt_1_diabetes_new, .bt_1_heartdisease	{
			width		:		118px;
			height		:		27px;
			float		:		left;
			display		:		inline;
			background	:		url(../images/home_diabetes_bg.gif) no-repeat;
			color		:		#FFFFFF;
			padding		:		0;
}
.bt_1_diabetes_new {
			margin		:		0 12px 0 0;
}

.bt_1_diabetes_new a, .bt_1_heartdisease a {
			width		:		118px;
			height		:		24px;
			display		:		block;
			background	:		#297abf;
			color		:		#FFFFFF;
			text-decoration:	none;
			font-size	:		12px;
			font-weight	:		bold;
			line-height	:		22px;
			text-align	:		center;			
}
.bt_1_diabetes_new a:hover, .bt_1_heartdisease a:hover{

			background	:		#2e90e6;
			color		:		#FFFFFF;
			text-decoration:	none;
}
/*---------------Home Page content  END------------------*/

/*------------------------ Bottom Navigation START---------------------*/
.bottom_nav{
			height		:		15px;
			padding		:		20px 0 0 0;
			margin		:		0 0 0 176px;
			overflow	:		hidden;
}
.bottom_nav ul{
			list-style	:		none;
			display		:		inline;
			margin		:		0px;
			padding		:		0px;
			float		:		left;
}
.bottom_nav li{
			float		:		left;
			display		:		inline;
			font-size	:		10px;
			color		:		#FFFFFF;
			font-weight	:		bold;
			text-align	:		center;
			line-height	:		14px;
}

.bottom_nav a{
			width		:		90px;
			height		:		15px;
			float		:		left;
			background	:		#ad003d;	
			margin		:		0;
			color		:		#FFFFFF;
			text-decoration:	none;
			border-right:		solid 2px #FFFFFF;
}
.bottom_nav a:hover  a:visited{
			background	:		#edc8c2;	
			color		:		#ad003d;
			text-decoration:	none;
}
/*----bottom nav Blue section ------*/
.bottom_nav_diabetes{
			padding		:		20px 0 0 0;
			margin		:		0 0 0 176px;
			clear		:		both;
			overflow	:		hidden;			
}
.bottom_nav_diabetes ul{

			list-style	:		none;
			display		:		inline;
			margin		:		0px;
			padding		:		0px;
			float		:		left;
}
.bottom_nav_diabetes li{

			float		:		left;
			font-size	:		10px;
			color		:		#FFFFFF;
			font-weight	:		bold;
			text-align	:		center;		
}

.bottom_nav_diabetes a{
			width		:		73px;
			height		:		30px;
			float		:		left;
			background	:		#2678bf;	
			margin		:		0 0 0 2px;
			color		:		#FFFFFF;
			text-decoration:	none;
			padding		:		4px 0 0 0;
}
.bottom_nav_diabetes a:hover{
			background	:		#2d8ee5;	
}

/*------------------------ Bottom Navigation END---------------------*/


/*---------------footer  START-----------------*/
#footerHome {
			width		:		760px;
			margin		:		0 auto 0 auto;
			clear		:		both;
			overflow	:		hidden;
			color		:		#333333;
}
#footer{
			width		:		764px;
			clear		:		both;
			overflow	:		hidden;
}

#footerHome a, #footer {
			color		:		#333333;
			text-decoration:none;
}
#footerHome a:hover, #footer a:hover  {
			color		:		#333333;
			text-decoration:underline;
}
.copyrightHome_left{
			float		:		left;
			display		:		inline;
			padding		:		2px 2px 2px 0;
			font-size	:		9px;
			text-align	:		left;
}
.copyrightHome_right{
			float		:		right;
			padding		:		2px 2px 2px 0;
			font-size	:		9px;
			/*width		:		174px;*/
			text-align	:		right;
}
.copy_right{
			float		:		right;
			padding		:		2px 6px 2px 0;
			font-size	:		9px;
	
			text-align	:		right;
			color		:		#333333;
}
.format_date_preparation{ clear: both; }

/*---------------footer  END-----------------*/

#content_inner{

			width		:		764px;
			padding		:		0px;
			margin		:		0;
			clear		:		both;
			overflow	:		hidden;
}

.content_text{
			width		:		373px;
			float		:		left;
			display		:		inline;
			padding		:		38px 30px 0 2px;
}
.content_text_long{
			width		:		554px;
			float		:		left;
			display		:		inline;
			padding		:		38px 0px 0 2px;
}

/*--------LHS Panel START---------- */
.content_logo{
			width		:		176px;
			float		:		left;
			display		:		inline;	
}
.logo_booklet{
			width		:		176px;
			text-align:center;
}
.logo_booklet img{
			padding		:		28px 0 0 10px;
}
.high_bp{
			width		:		178px;
			height		:		28px;
			background	:		#ad003d;
}
.high_diabetes{
			width		:		178px;
			height		:		28px;
			background	:		#2678bf;
}
.logo_diabetes_uk{
			width		:		140px;
			height		:		84px;
			margin		:		61px 0 0 36px;			
}
.logo_pfizer {
			width		:		122px;
			padding		:		70px 0 0 36px;
}

/*--------LHS Panel END---------- */
.content_discription, .content_discription_bluesection {
			font-size	:		12px;
			color		:		#000000;
			padding		:		0 0 12px 0;
			margin		:		0px;
}
.content_discription_bold {
			font-size	: 13px;
			font-weight	: 900;
			font-style	: normal;
}
.content_discription a, .content_discription_bluesection a{

			color		:		#333333;
			text-decoration:	underline;
}
.content_discription a:hover {

			color		:		#FFFFFF;
			text-decoration:	underline;
			background-color:	#ad003d;
}
.content_discription_bluesection a:hover{

			color		:		#FFFFFF;
			text-decoration:	underline;
			background-color:	#2e90e6;
}
.para_last {
			padding		:		20px 0 0 0;
}
.download_box_hbp{

			width		:		357px;
			border		:		2px solid #ad003d;
			padding		:		6px;
			margin		:		0;
}
.download_box_diabetes{
			width		:		357px;
			border		:		2px solid #2678bf;
			padding		:		6px;
			margin		:		0;
			
}
.download_box_hbp a{

			color		:		#ad003d;
			text-decoration:	none;
}
.download_box_hbp a:hover{

			color		:		#ad003d;
			text-decoration:	underline;
			background-color: #FFFFFF;
}

.download_box_diabetes a{

			color		:		#2678bf;
			text-decoration:	none;
}
.download_box_diabetes a:hover{

			color		:		#2678bf;
			text-decoration:	underline;
			background-color: #FFFFFF;
}
.content_title{
			width		:		373px;
			clear		:		both;
			overflow	:		hidden;
}
.content_title_long{
			width		:		579px;
			clear		:		both;
			overflow	:		hidden;
}

ul.types_cholesterol{
			list-style	:		inside;
			padding		:		0px 0 5px 8px;
			margin		:		0px;
			color		:		#ad003d;
			font-weight	:		bold;			
}
.types_cholesterol li{
			padding		:		0 0 5px 0;
			margin		:		0px;			
}
ul.types_cholesterol_bluesection{
			list-style	:		inside;
			padding		:		0px 0 5px 8px;
			margin		:		0px;
			color		:		#2977bc;
			font-weight	:		bold;			
}
.types_cholesterol_bluesection li{
			padding		:		0 0 5px 0;
			margin		:		0px;
}
.cholesterol_unit_used{
			font-size	:		10px;
			color		:		#000000;
			padding		:		0px 4px 12px 0;			
}

.chol_advise{
			width		:		371px;
			border		:		1px solid #666666 ;
			padding		:		0px;
			margin		:		0px 0 5px 0;
			
}
.chol_advise p{
			font-size	:		12px;
			line-height	:		17px;
			margin		:		0px;
			padding		:		5px 0  5px 5px ;			
}

.trirdparty_logo{
			margin:0;
			padding:0;			
}
.trirdparty_logo img{
			padding		:		0 0 0 2px;
			border		:		0px;
}
.trirdparty_logo a, .trirdparty_logo a:hover {
	background-color	:		#FFFFFF;
}
/*--------RHS Panel ------ START------------*/
.content_images{
			width		:		169px;
			margin		:		0 5px 0 0;
			float		:		left;
			display		:		inline;
			overflow	:		hidden;
}
.content_chol_image1_right{
		    width		:		165px;
			height		:		248px;
			padding		:		0;
			margin		:		16px 0 5px 0px;			
}
.download_free_booklet, .download_free_booklet_diabetes, .download_free_booklet_heart,.download_free_booklet_kidney{
			float		:		left;
			width		:		160px;	
}
.download_free_booklet a{
			width		:		160px;
			height		:		130px;
			background	:		url(../images/book_click_be.gif) no-repeat;
			display		:		block;
			margin		:		85px 0 0 0;			
}
.download_free_booklet a:hover{
			background	:		url(../images/book_click_be_over.gif) no-repeat;				
}
.download_free_booklet_diabetes a{
			width		:		160px;
			height		:		130px;
			background	:		url(../images/book_click_de.gif) no-repeat;
			float		:		left;
			margin		:		85px 0 0 0;			
}
.download_free_booklet_diabetes a:hover{
			background	:		url(../images/book_click_de_over.gif) no-repeat;	
}
.download_free_booklet_heart a{
			width		:		160px;
			height		:		127px;
			background	:		url(../images/book_click_he.gif) no-repeat;
			float		:		left;
			margin		:		85px 0 0 0;			
}
.download_free_booklet_heart a:hover{
			background	:		url(../images/book_click_he_over.gif) no-repeat;	
}
.download_free_booklet_coronary-syndrome a{
			width		:		160px;
			height		:		127px;
			background	:		url(../images/acs.jpg) no-repeat;
			float		:		left;
			margin		:		85px 0 0 0;			
}
.download_free_booklet_coronary-syndrome a:hover{
			background	:		url(../images/acs-over.jpg) no-repeat;	
}
.download_free_booklet_kidney a{
			width		:		160px;
			height		:		127px;
			background	:		url(../images/book_click_ke.jpg) no-repeat;
			float		:		left;
			margin		:		85px 0 0 0;			
}
.download_free_booklet_kidney a:hover{
			background	:		url(../images/book_click_ke_over.jpg) no-repeat;	
}

.download_free_booklet_kidney-disease a{
			width		:		160px;
			height		:		130px;
			background	:		url(../images/book_click_he.gif) no-repeat;
			float		:		left;
			margin		:		85px 0 0 0;			
}
.download_free_booklet_kidney-disease a:hover{
			background	:		url(../images/book_click_he_over.gif) no-repeat;	
}

.download_free_booklet_stroke a{
			width		:		160px;
			height		:		127px;
			background	:		url(../images/stroke.jpg) no-repeat;
			float		:		left;
			margin		:		85px 0 0 0;			
}
.download_free_booklet_stroke a:hover{
			background	:		url(../images/stroke-over.jpg) no-repeat;	
}
.download_free_booklet_healthy_eating a{
			width		:		160px;
			height		:		127px;
			background	:		url(../images/book_click_leaf.jpg) no-repeat;
			float		:		left;
			margin		:		25px 0 0 0;			
}
.download_free_booklet_healthy_eating a:hover{
			background	:		url(../images/book_click_leaf_over.jpg) no-repeat;	
}


/*--------RHS Panel ------ END------------*/

.content_title_term{
			width		:		579px;
			clear		:	both;
			overflow	:	hidden;
}
ol.terms_and_contion_list, ol.terms_and_contion_list_blue{
			font-size	:		12px;
			color		:		#000000;
			line-height	:		17px;
			padding		:		0px 5px 5px 24px;
			color		:		#000000	;
			margin		:		0px;
				
}
.terms_and_contion_list li, .terms_and_contion_list_blue li{
			padding		:		0 0 5px 0;
			margin		:		0px;
}

/*---------------------termsofuse.html page ( from home page )------------------------------*/

.header_title_term{
			width		:		420px;
			float		:		left;
			padding		:		60px 0 15px  40px;
}
.header_title_term img{
			padding		:		0 0 0 40px;
}
.header_logo_term{
			width		:		190px;
			float		:		right;	
			padding		:		6px 0 15px  0;		
}
.header_logo_term img{
			padding		:		0px 0 0 72px;
			margin		:		0px;
			border		:		none;
}

.content_text_term_new{
			padding		:		0 8px 0 40px;
}
.logo_privacy_policy{
			width		:		600px;
			padding		:		15px 8px 15px 40px;
			font-size	:		28px;
			color		:		#2879bf;
}
.back_home_button{
			float		:		left;
			padding		:		15px 8px 15px 38px;
}

.content_title_download{

			width		:		540px;
			float		:		left;
			padding		:		10px  0 20px 5px;
}

.dowload_button{
			padding		:		4px 0 10px 6px;
}

.terms_use_form{
			float		:		left;
			width		:		580px;
			
}
.term_use_button{
			/*float		:		left;
			width		:		580px;*/			
}
.term_use_button img{
			width		:		20px;
			height		:		20px;
			float		:		left;
			padding		:		0 10px 0 4px;
			border		:		none;
}
.bt_1_bloodpressure_new{

			width		:		125px;
			height		:		27px;
			background	:		url(../images/home_diabetes_bg.gif) no-repeat;
			padding		:		0 3px 0 0;
			
}
.bt_1_bloodpressure_new a{

			width		:		121px;
			height		:		24px;
			display		:		block;
			background	:		#ad003d;
			color		:		#FFFFFF;
			text-decoration:	none;
			font-size	:		12px;
			font-weight	:		bold;
			line-height	:		22px;
			text-align	:		center;
			
}
.bt_1_bloodpressure_new a:hover{
			background	:		#edc8c2;
			color		:		#ad003d;
}
.registration_form{
			float		:		left;
			width		:		560px;
			margin		:		0 0 10px 0;
}
.registration_form table{
			font-size	:		12px;
			padding		:		0 0 0 4px;
			margin		:		0px;
}
.border_red input {
			border		:		1px solid #ad003d;
			width		:		180px;
}
.border_blue input{
			border		:		1px solid #297abf;
			width		:		180px;
}
.error_mesaage{
			font-family	:		Arial, Helvetica, sans-serif;
			font-size	:		10px;
			color		:		#FF0000;
}
.display_error{
			float		:		left;
			padding		:		0 0 0 144px;

}
.download_form{
			padding		:		0 0  50px 0;
	
}
.download_form table{

			font-family	:		Arial, Helvetica, sans-serif;
			font-size	:		12px;
			padding		:		0 0 0 4px;

}
.display_error_download{
			float		:		left;
}


/*------------------- Content Title text ---------------------*/
h1{
	font-family:"Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size:28px;
	font-weight:normal;
	line-height:30px;
	margin-top:0;
	
	
}
h1.homeTitle{
	font-size:3.6em;
	line-height:1.2em;
	margin:0;
	color:#333333;
	
	
}
h1.bloodpressureTitle {
	color:#ad003d;
}
h1.diabetesTitle, h1.heartdiseaseTitle, h1.termsTitle {
	color:#2879bf;
}

h1.termsTitle {
	margin:0;
}
.fnav1{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px
			
			
}
.fnav2{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px
}
.fnav3{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px
}
.fnav4{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px
}
.fnav5{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px
}


