/* Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	background:#FFF;
	font-size:62.5%;
	line-height:1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul, ul, ol {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/* End Reset */

/* CSS Document */
.left {
	float: left;
}
.right {
	float: right;
}
#main {
	width:100%;
	overflow:hidden;
}
.wrapper {
	width:960px;
	margin:0 auto;
	overflow: hidden;
}

/*===global===*/
p {
	font: normal 14px/20px 'amaranthregular', Arial, Helvetica, sans-serif;
	color:#7f7f7f;
}
/* Container */
#container {
	width: 100%;
	background:#FFF;
	overflow: hidden;
}

/*popup */
#popup{
	width:860px;
	padding:40px;
	background:#fff;
	display: block;
	-webkit-box-shadow: #101010 0px 0px 6px;
	-moz-box-shadow: #101010 0px 0px 6px;
	box-shadow: #101010 0px 0px 6px;
	margin:0 6px 6px;
	overflow:hidden;
	position:relative;
}
#popup .close{
	position:absolute;
	z-index:1000;
	right:0;
	top:0;
	background:#90993d;
	padding:5px 8px;
	font: bold 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
}
#popup .popup-head{
	width: 100%;
	min-height:20px;
	padding-bottom:10px;
	border-bottom:5px solid #14444b;
	display: block;
}

.popup-head h1{
	font:24px/27px 'arvoregular', Arial, Helvetica, sans-serif;
	color:#14444b;
	text-transform:uppercase;
}
.popup-head .right-head{
	width:auto;
	display: block;
}
.choose{
	font:14px/20px 'amaranthregular', Arial, Helvetica, sans-serif;
	color:#7f7f7f;
	margin-right: 8px;
}
.right-head ul{
	width:125px;
	display: block;
}
.right-head ul li{
	width:100%;
	font:14px/20px 'amaranthregular', Arial, Helvetica, sans-serif;
	color:#7f7f7f;
}
.right-head ul li a.english{
	width:100%;
	display: block;
	border-bottom:1px solid #c6c4c3;
	font:14px/20px 'amaranthregular', Arial, Helvetica, sans-serif;
	color:#7f7f7f;
	background:right center url(../images/arw01.png) no-repeat;
}
.right-head ul li a.active{background:right center url(../images/arw01-active.png) no-repeat;}
.language-drop-down{
	width:125px;
	background:#fff;
	position:absolute;
	z-index:100;
	-webkit-box-shadow: #bfbfbf 0px 1px 10px;
	-moz-box-shadow: #bfbfbf 0px 1px 10px;
	box-shadow: #000 0px 1px 10px;
}

.language-drop-down ol{
	width:92%;
	padding:0% 4%;
	display:block;
	overflow:hidden;
}
#popup .popup-body{
	width:100%;
	display: block;
}
.language-drop-down ol li{
	border-bottom:1px solid #C6C4C3;
	padding:5px 0px;
}
.language-drop-down ol li.lst{ border:none;}
.language-drop-down ol li a{
	border:none;
	font:14px/20px 'amaranthregular', Arial, Helvetica, sans-serif;
	color:#7f7f7f;
}
.language-drop-down ol li a:hover{ color: #90993D;}

.popup-body .main-body{
	width: 100%;
	margin-right:30px;
	border-bottom:1px solid #14444b;
	overflow:hidden
}
.main-body .nav-bar{
	width:100%;
	margin:20px 0px 25px 0px; 
	overflow:hidden;
}
.nav-bar ul{
	width:auto;
	display: block;
	margin-left:130px;
	overflow: hidden;
}
.nav-bar ul li{
	width:auto;
	border-right:1px solid #c1c1c1;
	border-left:1px solid #808080;
	padding:0px 12px;
	float: left;
	display: block;
}
.nav-bar ul li.fst-child{ border-left:none; padding-left:0px;}
.nav-bar ul li.last-child{ border-right:none; padding-right:0px;}
.nav-bar ul li a{
	font: normal 14px/16px 'amaranthregular', Arial, Helvetica, sans-serif;
	color:#90993d;
}
.nav-bar ul li a:hover{ text-decoration:underline;}
.popup-body .hypertension-content{
	width:100%;
	overflow:hidden;
}
.each-content{
	display:block;
	border-bottom:1px solid #d8dfe0;
	font: normal 18px/20px 'arvoregular', Arial, Helvetica, sans-serif;
	color:#14444b;
	background:left center url(../images/arw02.png) no-repeat;
	padding:15px 0px 15px 20px;
	cursor:pointer;
}
.hypertension-content .active{
	background: none;
	padding-left:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.each-row{
	width:auto;
	height:250px;
	padding:10px 0px;
	border-bottom:1px solid #d8dfe0;
	overflow-y:scroll;
	display: block;
}
.each-row ul{
	width:auto;
	overflow:hidden;
}
.each-row ul li{
	background: left top url(../images/bullet_03.png) no-repeat;
	font: normal 14px/20px 'amaranthregular', Arial, Helvetica, sans-serif;
	color:#7f7f7f;
	padding:0px 0px 5px 13px;
	margin-left:5px;
	
}

.with-image{
	width:100%;
	overflow:hidden;
}
.with-image .image{
	width:231px;
	padding:3px;
	border:1px solid #c0ccce;
	margin-right:20px;
}
.with-image .content{
	width:584px;
	overflow: hidden;
}
h6.risk-factor{
	font: bold 14px/18px 'arvoregular', Arial, Helvetica, sans-serif;
	color:#14444b;
	padding:15px 0px;
}
.each-row ul.risk{
	padding:10px 0px;
}

.lst-row{border-bottom:none;}
/*popup ends*/