@charset "utf-8";
/***************** CSS Document ***********************
CSS for :
Last Modified : 20 th April
Created by : Shimul Chowdhury (chowdhury.shimul@gmail.com), Skype : shimul_shi
*/
@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/myriadp-webfont.eot');
    src: url('../fonts/myriadp-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadp-webfont.woff') format('woff'),
         url('../fonts/myriadp-webfont.ttf') format('truetype'),
         url('../fonts/myriadp-webfont.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'OswaldRegular';
    src: url('../fonts/oswald-webfont.eot');
    src: url('../fonts/oswald-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-webfont.woff') format('woff'),
         url('../fonts/oswald-webfont.ttf') format('truetype'),
         url('../fonts/oswald-webfont.svg#OswaldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background: #F8E4E4;
	margin: 0;
}
div, ul, li, a, class, p, h1, h2, h3, h4 {
	margin:0;
	padding:0;

}
a{
	text-decoration: none;
	color: #000;
}
a img{
	border:none;
}
li{
	list-style:none;
	display:inline;
}
/************************Header**************************/
#full-width-top-header, #full-width-top-banner{
	width: 100%;
	height: 160px;
	background-color: #f9f1ca;
}
#section-page-width{
	width: 980px;
	height: auto;
	min-height: 160px;
	overflow: hidden;
	margin: 0 auto;
}
.logo{
	float:left;
	margin-top:20px;
}
.language-selection-box{
	margin-top:5px;
	float:right;
	margin-right:10px;
	height:60px;
}
.language-selection-gradient-left{
	background-image:url(../images/language-gradient-left.png);
	background-repeat:no-repeat;
	width:8px;
	height:47px;
	float:left;
}
.language-selection-gradient-right{
	background-image:url(../images/language-gradient-right.png);
	background-repeat:no-repeat;
	width:9px;
	height:47px;
	float:left;
}
.language-selection-gradient-middle{
	background-image:url(../images/language-gradient-middle.png);
	background-repeat:repeat-x;
	height:47px;
	width:220px;
	float:left;
	padding:0px 7px;
	font:14px/45px "MyriadProRegular";
	letter-spacing:0px;
}
nav{
	float: left;
	clear: both;
	margin-top: 35px;
	font: 22px/35px "OswaldRegular";
	letter-spacing: 1px;
	margin-left: 100px;
}

nav ul li.current a {
	background-color: #838EB9;
	padding: 3px 30px 0px;
	border-radius: 4px 4px 0 0;
}
nav ul li a{
	margin-top: 5px;
	font: 21px/30px "OswaldRegular";
	background-color: #CAC8DE;
	padding: 0px 25px 3px 25px;
	border-radius: 4px 4px 0 0;
	float: left;
	margin-left: 3px;
}
nav ul li a:hover{
	background-color: #8490B9;
}

/***************************Main Banner*****************************/
#full-width-top-banner{
	background-color: #838EB9;
	height: auto;
	position: relative;
}
.main-banner{
	width: 989px;
	height: 364px;
	margin: 0 auto;
	background-image: url(../images/banner-mage.png);
	background-repeat: no-repeat;
}
.main-banner .banner-head{
	width: 753px;
	height: 54px;
	background-color: #FFFFFF;
	opacity: .6;
	filter: alpha(opacity = 60);
	margin: 0px 230px;
	
}
.main-banner h1{
	font: 45px/54px "OswaldRegular";
	color: #000000;
	text-align: right;
	margin-right: 8px;
}
.main-banner p.light-perpel-text-12{
	width: 330px;
	background-color: #F9F1CA;
	font: 15px/22px "MyriadProRegular";
	color: #F9F1CA;
	float: right;
	margin-right: 120px;
	padding: 10px;
}
.banner-bottom-transparent{
	background-image: url(../images/banner-bottom-transparent.png);
	background-repeat: no-repeat;
	position: absolute;
	margin: 0 auto;
	bottom: 0;
	height: 22px;
	width: 982px;
}
.abstract-1, .abstract-2, .abstract-3, .abstract-4, .abstract-5, .abstract-6, .abstract-7, .abstract-8, .abstract-9, .abstract-10{
	background-image:url(../images/abstract-bg.png);
	background-repeat:no-repeat;
	position:absolute;
}
.abstract-1{
	background-position:0px 0px;
	top:0;
	left:0px;
	height:47px;
	width:55px;
	
}
.abstract-2{
	background-position:0px 0px;
	top:15;
	right:50px;
	height:47px;
	width:55px;
	
}
.abstract-3{
	background-position:-56px 0px;
	top:55px;
	left:100px;
	height:47px;
	width:55px;
	
}
.abstract-4{
	background-position:-56px 0px;
	top:255px;
	right:180px;
	height:47px;
	width:45px;
	
}
.abstract-5{
	background-position:0px 0px;
	top:190px;
	left:250px;
	height:47px;
	width:55px;
	
}
.abstract-6{
	background-position:0px 0px;
	top:0;
	left:400px;
	height:47px;
	width:55px;
	
}
.abstract-7{
	background-position:0px 0px;
	top:90px;
	right:260px;
	height:47px;
	width:55px;
	
}
.abstract-8{
	background-position:0px 0px;
	top:15px;
	right:450px;
	height:47px;
	width:55px;
	
}
.abstract-9{
	background-position:-56px 0px;
	top:200px;
	right:420px;
	height:47px;
	width:55px;
	
}
.abstract-10{
	background-position:-56px 0px;
	top:320px;
	left:30px;
	height:47px;
	width:55px;
	
}
/*.abstract-11.abstract-12.abstract-13.abstract-14.abstract-10.abstract-15*/
/*******************************Main body top section***************************************/
#background-wrap{
	margin:0 auto;
	width:1608px;
	height:1073px;
}
#page-wrap{
	padding-left: 4px;
	margin-top: 0px;
	float: left;
	background-image: url(../images/middle-body-bg.png);
	width: 975px;
	height: 991px;
	background-repeat: no-repeat;
	background-color: #F9F1CA;
}
#left-abstract{
	background-image:url(../images/abstract-body-bg.png);
	background-repeat:no-repeat;
	width:316px;
	height:1072px;
	float:left;
}
#right-abstract {
	background-image: url(../images/abstract-body2-bg.png);
	background-repeat: no-repeat;
	width: 313px;
	height: 1072px;
	float: right;
}


/*.top-left{
	background-image:url(../images/artical-box-top-left.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:6px;
	height:4px;
}
.left-border{
	background-image:url(../images/artical-box-border.png);
	background-repeat:repeat-y;
	top:4px;
	left:1px;
	bottom:6px;
	width:2px;
	height:97%;
	position:absolute;
}
.top-border{
	background-repeat:no-repeat;
	position:absolute;
}
.bottom-left{
	background-image:url(../images/artical-box-bottom-left.png);
	background-repeat:no-repeat;
	position:absolute;
	width:6px;
	height:4px;
	left:0;
	bottom:0;
}
.box-middle{
	background-repeat:no-repeat;
	position:absolute;
}
.bottom-border{
	background-image:url(../images/artical-box-border.png);
	background-repeat:repeat-x;
	left:4px;
	bottom:0px;
	width:95%;
	height:5px;
	position:absolute;
}
.right-border{
	background-repeat:no-repeat;
	position:absolute;
}
.top-right{
	background-repeat:no-repeat;
	position:absolute;
}
.bottom-right{
	background-repeat:no-repeat;
	position:absolute;
}*/

article#main-article{
	margin-top: 10px;
	width: 968px;
	max-height: auto;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #EFDCE2;
	background-color: #FFFFFF;
	float: left;
	
}
article#main-article .article-texts{
	max-width:545px;
	height:auto;
	padding-left:26px;
	padding-top:32px;
	float:left;
	
}
.article-texts h1, .article-texts h3{
	font: 30px/30px "Myriad Pro";
	font-weight: bold;
	color: #838EB9;
}
.article-texts h3{
	margin-top:5px;
	font:17px/17px "Myriad Pro";
	font-weight:bold;
	font-style:italic;
}
.article-texts p{
	padding-top: 5px;
	line-height: 22px;
	font-weight: normal;
	font-family: "Myriad Pro";
	font-size: 14px;
	color: #000000;
	word-spacing: 2px;
	letter-spacing: 0px;
	padding-bottom: 5px;
}
#article-image-border{
	width: 394px;
	height: 310px;
	float: left;
}
#article-image-border img{
	margin-top: 5px;
	margin-left: 0px;
}
.read-more-blue-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#61CBE6;
	float:right;
	padding-right:25px;
	padding-bottom:10px;
}
/*******************************Main-body-middle-section*********************************/
section#main-body-middle-section{
	width: 942px;
	max-height: 448px;
	min-height: 350px;
	background-color: #FFFFFF;
	border: 1px solid #F9EBED;
	float: left;
	margin-top: 3px;
	padding-left: 26px;
	padding-top: 20px;
}
.middle-body-section-left{
	width:30%;
	float:left;
}
.middle-body-section-right{
	width:29%;
	float:left;
	padding-right:3px;
}
.middle-body-section-middle{
	width:32%;
	float:left;
}
.section-hor-separetor{
	width:3px;
	background-image:url(../images/middle-hor-section-separetor.jpg);
	background-repeat:repeat-y;
	height:400px;
	float:left;
	margin:0 15px;
}
.sub-head-arial-lightPerpale{
	color: #59679F;
	font: 15px/15px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.text-lightGray{
	padding-top: 5px;
	color: #000000;
	font-family: "Myriad Pro";
	font-size: 14px;
	padding-bottom: 8px;
}
.middle-body-section-left img{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 5px;
}
.video-image-border {
	background-position:0 10px;
	background-image:url(../images/video-frame.png);
	background-repeat:no-repeat;
	width:284px;
	height:201px;
}
.video-image-border img{
	margin-top:25px;
	margin-left:14px;
}
.video-arrow{
	margin-top:2px;
	margin-left:35px;
	background-image:url(../images/video-arrow.png);
	width:28px;
	height:13px;
	background-repeat:no-repeat;
	float:left;
}
.video-frame-bg{
	float:left;
	width:112%;
	height:72px;
	border:1px solid #E69394;
	margin-left:-15px;
	margin-bottom:10px;
	background: #f1b1ab; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3JSIgc3RvcC1jb2xvcj0iI2YxYjFhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2Y2YTBhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2Y3OGI5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #f1b1ab 7%, #f6a0ab 67%, #f78b9b 93%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#f1b1ab), color-stop(67%,#f6a0ab), color-stop(93%,#f78b9b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f1b1ab 7%,#f6a0ab 67%,#f78b9b 93%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f1b1ab 7%,#f6a0ab 67%,#f78b9b 93%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f1b1ab 7%,#f6a0ab 67%,#f78b9b 93%); /* IE10+ */
background: linear-gradient(top,  #f1b1ab 7%,#f6a0ab 67%,#f78b9b 93%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1b1ab', endColorstr='#f78b9b',GradientType=0 ); /* IE6-8 */

}
ul.video-thumbs-set{
	width:100%;
	height:72px;
}
ul.video-thumbs-set li{
	background-image:url(../images/video-thoumbs-frame.png);
	width:75px;
	height:61px;
	background-repeat:no-repeat;
	margin-top:7px;
	margin-left:px;
	float:left;
}
ul.video-thumbs-set li img{
	margin-left:10px;
	margin-top:10px;
}
.middle-body-section-middle img{
	background-color: #f9f1ca;
	width: 294px;
	height: 227px;
	padding: 4px;
}
/********************************************Footer ******************************/
#footer-full{
	margin-top:5px;
	width:968px;
	height:auto;
}
#footer-full .footer-top{
	background-color: #CAC8DE;
	height: 90px;
	width: 938px;
	border-radius: 4px 4px 0 0;
	border: 1px solid #F5CFC9;
	border-bottom: none;
	padding: 8px 15px;
}
.footer-middle{
	background-color: #CCCAE0;
	width: 968px;
	height: 127px;
	border: 1px solid #F5CFC9;
	border-bottom: none;
	border-top: none;
}

ul.footer-address-line{
	width:100%;
	margin-top:6px;
	overflow:hidden;
	margin-left:40px;
}
ul.footer-address-line li{
	display:inline;
	float:left;
	margin-right:11%;
}
ul.footer-address-line li h4{
	padding-bottom:7px;
	font-size:13px;
}
ul.footer-address-line li.li-first-element{
	margin-right:0;
}
ul.footer-links{
	padding-top:10px;
	width:968px;
	overflow:hidden;
	margin-left:40px;
}
ul.footer-links li{
	float:left;
	display:inline;
	width:134px;
	margin-right:11%;

}
ul.footer-inner-links li{
	display:list-item;
	width:100%;
	padding:1px 0;
}

.footer-middle ul.footer-links li.li-first-element{
	margin-right:0;
}
.footer-middle h4{
	font-weight:bold;
	font-size:16px;
}
.footer-bottom{
	width:969px;
	height:47px;
	background-image:url(../images/footer-bottom.png);
	background-repeat:no-repeat;
	float:left;
}
.footer-bottom-elements{
	margin:0 auto;
	width:350px;
	height:100%;
}
.footer-icon-text{
	font:14px/47px Arial, Helvetica, sans-serif;
	float:left;
	font-weight:bold;
}
.social-networking-iconset{
	float:left;
	margin-top:3px;
	margin-left:10px;
}

.inner-page-body-left{
	float: left;
	margin-top: 13px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 50px;
	padding-bottom: 30px;
	background-color: #FFF;
	width: 900px;
}

.inner-page-body-right{
	margin-top: 22px;
	width: 280px;
	float: right;
	margin-right: 100px;
	background-color: #FFFFFF;
	border: 0;
	border-radius: 0px;
	margin-bottom: 10px;
	padding: 25px 0px;
}

.inner-page-body-right .middle-body-section-right, .inner-page-body-right  .middle-body-section-middle{
	width:100%;
}
.inner-page-body-right  .middle-body-section-middle{
	margin-top:15px;
}

ul.text-darkGray{
	margin:12px 0;
}
ul.text-darkGray li{
	display:list-item;
	padding-left:15px;
}
.super-doctor-badge{
	zoom:2;
}























/**************************General CSS****************************/
.section-separetor{
	height: 10px;
	width: 100%;
	clear: both;
	background-color: #CCCAE0;
}
.text-darkGray{
	color: #000;
	font-size: 13px;
	line-height: 20px;
}
.text-blue-link{
	color:#09C;
	font-size:13px;
	line-height:20px;
}
.clear-both{
	clear:both;
	width:100%;
}
